{"info":{"_postman_id":"90c97088-a63a-4f93-848e-279aa598686e","name":"ChangeNOW","description":"<html><head></head><body><h1 id=\"authentication\">Authentication</h1>\n<p>Integrate the ChangeNOW exchange service using the</p>\n<p><a href=\"https://changenow.io/\">changenow.io</a></p>\n<p>API.<br>To access the ChangeNOW API you need to generate an API key. You can get one in</p>\n<p><a href=\"https://changenow.io/affiliate\">your personal affiliate account</a></p>\n<p>or by emailing us at</p>\n<p><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<p>Please note that we offer the opportunity to add extra fields in the Create transaction request <a href=\"#dfe05b67-8453-462e-b4dd-fa4b0001c197\">for the standard</a> or <a href=\"#91302b9f-eb2d-4b71-a11f-825d63939f5f\">fixed-rate flow</a>:</p>\n<ul>\n<li><p>userId — a personal and permanent identifier under which information is stored in the database;</p>\n</li>\n<li><p>payload — object that can contain up to 5 arbitrary fields up to 64 characters long;</p>\n</li>\n</ul>\n<p>If you would like to enable these fields, please contact us at <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a> with the subject line \"Special partner fields\".</p>\n<p>Note: In some cases, you might need a private API key. Those cases include situations when you can not guarantee the security of your standard API key, for example, when it is transferred onto the client-side or when someone else has access to it. To avoid the list of transactions that were conducted through your API getting public, you can use a private API key. To get it, please contact us at</p>\n<p><a href=\"mailto:api@changenow.io\"></a></p>\n<p><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<p>After getting your private API key, you can use your standard API key for running all the API methods, except for the 'Get the transaction list' method. The 'Get the transaction' method can be called only with your private API key.</p>\n<p><strong>Rate limits</strong><br>Here are the rate limits for our API endpoints:<br>- 1800 calls per minute<br>- 30 calls per second</p>\n<h1 id=\"work-flow\">Work Flow</h1>\n<h4>Here is a simple work flow for the Standard Flow API:</h4>\n\n<ol>\n<li><p>API - Get a list of currently available currencies with the</p>\n<p> <a href=\"#f5216aba-6a44-49eb-a075-ad4435aa40db\">'List of available currencies'</a></p>\n<p> method;</p>\n</li>\n<li><p>UI - Ask a user for the currency pair to exchange. For example, BTC (Bitcoin) to ETH (Ethereum);</p>\n</li>\n<li><p>API - Get the minimum exchange amount for the selected currency pair with the</p>\n<p> <a href=\"#6f50a577-8558-4f58-b90c-85dfaab42c81\">'Minimal Exchange Amount'</a></p>\n<p> method;</p>\n</li>\n<li><p>UI - Ask a user for the amount to exchange and check if this amount is bigger than the minimum exchange amount;</p>\n</li>\n<li><p>API - Call the</p>\n<p> <a href=\"#c95b63b2-03e1-4087-95cd-6b43c237dc7f\">'Estimated Exchange Amount'</a></p>\n<p> method to get the estimated amount for the exchange (in our example, ETH estimated amount);</p>\n</li>\n<li><p>UI - Show a user the estimated exchange amount and ask for confirmation;</p>\n</li>\n<li><p>UI - Ask a user for their wallet address to send the funds after the exchange is completed (their refund address, extra ID, refund extra ID);</p>\n</li>\n<li><p>API - Call the</p>\n<p> <a href=\"#dfe05b67-8453-462e-b4dd-fa4b0001c197\">'Create Exchange Transaction'</a></p>\n<p> method to create an exchange and get the deposit address (in our example, the generated BTC wallet address is returned from this method);</p>\n</li>\n<li><p>UI - Ask a user to send the funds that they want to exchange to the generated deposit address (in our example, user has to send BTC coins);</p>\n</li>\n<li><p>UI - A user sends coins, ChangeNOW performs an exchange and makes a withdrawal to user address (in our example, to their ETH address);</p>\n</li>\n<li><p>API - With</p>\n<p><a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">'Transaction status'</a></p>\n<p>you can get the transaction status and display it to a user for them to obtain all the info on the exchange.</p>\n</li>\n</ol>\n<h5>Scheme Of Using ChangeNOW's API For The Standard Flow</h5>\n\n<img src=\"http://changenow.io/images/partners/assets/api/standard-flow.png\">\n\n<h4>Here is a simple work flow for the Fixed-Rate Flow API:</h4>\n\n<ol>\n<li><p>API - Get the list of currently available currencies with the</p>\n<p> <a href=\"#f5216aba-6a44-49eb-a075-ad4435aa40db\">'List of available currencies'</a></p>\n<p> method. Use <em>fixedRate=true</em> request parameter.</p>\n</li>\n<li><p>UI - Ask a user to select a pair to exchange. For example, BTC (Bitcoin) to ETH (Ethereum);</p>\n</li>\n<li><p>API - Ask a user for the amount to exchange and check if this amount is bigger than the minimum exchange amount and less than the maximum amount (minimum and maximum exchange amounts may be obtained from the</p>\n<p> <a href=\"#e81140f2-f341-41d4-8f91-94eee733fdd2\">'Exchange range fixed-rate'</a></p>\n<p> method);</p>\n</li>\n<li><p>API - Call the</p>\n<p> <a href=\"#b61164cf-a1bd-4448-9cd1-62f6252b8d8c\">'Estimated fixed-rate exchange amount'</a></p>\n<p> method to get the estimated amount for the exchange (in our example, the ETH estimated amount).</p>\n</li>\n<li><p>UI - Show a user the estimated exchange amount and ask for confirmation;</p>\n</li>\n<li><p>UI - Inform a user that a deposit must be made within a certain timeframe (10 minutes), otherwise exchange will not proceed;</p>\n</li>\n<li><p>UI - Ask a user for their wallet address to send the funds after the exchange is completed (their refund address, extra ID, refund extra ID);</p>\n</li>\n<li><p>API - Call the</p>\n<p> <a href=\"#91302b9f-eb2d-4b71-a11f-825d63939f5f\">'Create fixed-rate exchange'</a></p>\n<p> method to create an exchange and get the deposit address (in our example, the generated BTC wallet address is returned from this method). The deposit must be made within a certain timeframe (10 minutes), otherwise exchange will not proceed;</p>\n</li>\n<li><p>UI - Ask a user to send the funds that they want to exchange to the deposit address within a certain time frame (in our example, user has to send BTC);</p>\n</li>\n<li><p>UI - A user sends coins, ChangeNOW performs an exchange and makes a withdrawal to user address (in our example, to their ETH address);</p>\n</li>\n<li><p>API - With</p>\n<p><a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">'Transaction status'</a></p>\n<p>you can get the transaction status and display it to a user for them to obtain all the info on the exchange.</p>\n</li>\n</ol>\n<h5>Scheme Of Using ChangeNOW's API For The Fixed-Rate Flow</h5>\n\n<img src=\"https://content-api.changenow.io/uploads/FR_first_9e4faf4b97.png\">\n\n<h1 id=\"api-documentation\">API Documentation</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Work Flow","slug":"work-flow"},{"content":"API Documentation","slug":"api-documentation"}],"owner":"8180765","collectionId":"90c97088-a63a-4f93-848e-279aa598686e","publishedId":"SVfTPnM8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"000","highlight":"3BEE81"},"publishDate":"2019-09-03T09:56:42.000Z"},"item":[{"name":"API v1","item":[{"name":"Common","item":[{"name":"List of available currencies","id":"f5216aba-6a44-49eb-a075-ad4435aa40db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/currencies?active=true&fixedRate=true","description":"<p>This API endpoint returns the list of available currencies. Some currencies get enabled or disabled from time to time, so make sure to refresh the list occasionally.</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an array of objects with currency information.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>ticker</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The currency’s ticker symbol (e.g., BTC, ETH, USDT)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>name</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The full name of the currency (e.g., Bitcoin, Ethereum)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>image</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL of the currency’s logo</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>hasExternalId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the deposit address requires an Extra ID (e.g., memo, tag, payment ID)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>isExtraIdSupported</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the payout address supports an Extra ID (e.g., memo, tag, payment ID)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>isFiat</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency is a fiat currency (e.g., EUR, USD)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>featured</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency is featured or popular</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>isStable</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency is a stablecoin (e.g., USDT, USDC)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>supportsFixedRate</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency supports fixed-rate exchange flows</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>Request Parameters:</h3>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"182e3fe5-6a16-451a-bb1f-f9609b463668","id":"182e3fe5-6a16-451a-bb1f-f9609b463668","name":"Common","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","currencies"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Optional) Set true to return only active currencies</p>\n","type":"text/plain"},"key":"active","value":"true"},{"description":{"content":"<p>(Optional) Set true to return only  for the currencies  available on a fixed-rate flow</p>\n","type":"text/plain"},"key":"fixedRate","value":"true"}],"variable":[]}},"response":[{"id":"157694ca-c39f-44d1-a204-059747f55f69","name":"Successful response (active currencies)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/currencies?active=true","protocol":"https","host":["api","changenow","io"],"path":["v1","currencies"],"query":[{"key":"active","value":"true","description":"(Optional)  Set true to return only active currencies"},{"key":"fixedRate","value":"","description":"(Optional) Set true to return only currencies with fixed-rate support","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:32:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf1d2d8e83dffb-FRA"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ticker\": \"btc\",\n        \"name\": \"Bitcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/btc_1_527dc9ec3c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum\",\n        \"image\": \"https://content-api.changenow.io/uploads/eth_f4ebb54ec0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ethbsc\",\n        \"name\": \"Ethereum (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethbsc_ef444521c5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"etharb\",\n        \"name\": \"Ethereum (Arbitrum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/etharbitrum_796401be67.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ethop\",\n        \"name\": \"Ethereum (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethop_044f371b26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zksync\",\n        \"name\": \"Ethereum (ZkSync Era)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethzksync_f642b927a7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ethbase\",\n        \"name\": \"Ethereum (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethbase_42ce14857a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ethlna\",\n        \"name\": \"Ethereum (Linea)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethlna_cf1f5f841a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdterc20\",\n        \"name\": \"Tether (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdterc20_5ae21618aa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdttrc20\",\n        \"name\": \"Tether (TRC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdttrc20_87164a7b35.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdtbsc\",\n        \"name\": \"Tether (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtbsc_b8f3d8f316.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdtsol\",\n        \"name\": \"Tether (SOL)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtsol_4f6a1c5208.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdtmatic\",\n        \"name\": \"Tether (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtmatic_7f0d789259.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdtarc20\",\n        \"name\": \"Tether (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtarc20_3350fa2c36.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdtarb\",\n        \"name\": \"Tether (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtarb_86018e11fd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdtop\",\n        \"name\": \"Tether (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtop_32489c0777.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdtton\",\n        \"name\": \"Tether USD (TON)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtton_33f08c4c55.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdtcelo\",\n        \"name\": \"Tether USD (CELO)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtcelo_28297240e2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xrp\",\n        \"name\": \"Ripple\",\n        \"image\": \"https://content-api.changenow.io/uploads/xrp_3b5212fd4a.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xrpbsc\",\n        \"name\": \"XRP (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xrpbsc_3413718d2a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bnbbsc\",\n        \"name\": \"BNB Smart Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/bnbbsc_331e969a6b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sol\",\n        \"name\": \"Solana\",\n        \"image\": \"https://content-api.changenow.io/uploads/sol_3b3f795997.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"solbsc\",\n        \"name\": \"Solana (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/solbsc_0dd217d4e4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcerc20_acd5759c8c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdcmatic\",\n        \"name\": \"USD Coin (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcmatic_e5834ebb53.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdcsol\",\n        \"name\": \"USD Coin (SOL)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcsol_9415198300.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdcbsc\",\n        \"name\": \"USD Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcbsc_397b9c0f7d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdctrc20\",\n        \"name\": \"USD Coin (Tron)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdctrc20_d13d6907e1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdcalgo\",\n        \"name\": \"USD Coin (Algorand)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcalgo_57babaf6fa.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdcarc20\",\n        \"name\": \"USD Coin (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcavaxc_3eb967bc2f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdcop\",\n        \"name\": \"USD Coin (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdc_op_9a609bcec7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdcarb\",\n        \"name\": \"USD Coin (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcarb_3c8a537dd2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdcbase\",\n        \"name\": \"USD Coin (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdc_e4bd7ca486.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ada\",\n        \"name\": \"Cardano\",\n        \"image\": \"https://content-api.changenow.io/uploads/ada_fb42809541.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"doge\",\n        \"name\": \"Dogecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/doge_a0321dc732.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dogebsc\",\n        \"name\": \"Dogecoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dogebsc_1cc6b6693b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"trx\",\n        \"name\": \"TRON\",\n        \"image\": \"https://content-api.changenow.io/uploads/trx_f14430166e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"trxbsc\",\n        \"name\": \"TRON (Binance Smart Chain) (NEW)\",\n        \"image\": \"https://content-api.changenow.io/uploads/trxbsc_d74369155b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"link\",\n        \"name\": \"Chainlink\",\n        \"image\": \"https://content-api.changenow.io/uploads/linkerc20_06ed7be828.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"linkbsc\",\n        \"name\": \"Chainlink\",\n        \"image\": \"https://content-api.changenow.io/uploads/linkbsc_f067335661.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"linkarb\",\n        \"name\": \"Chainlink (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/linkarb_fcc62da56e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"linkmatic\",\n        \"name\": \"Chainlink (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/linkmatic_0616a81d47.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xlm\",\n        \"name\": \"Stellar\",\n        \"image\": \"https://content-api.changenow.io/uploads/xlm_8ef7a0cde8.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hbar\",\n        \"name\": \"Hedera Hashgraph\",\n        \"image\": \"https://content-api.changenow.io/uploads/hbar_7a8aadc6c5.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"avax\",\n        \"name\": \"Avalanche\",\n        \"image\": \"https://content-api.changenow.io/uploads/avaxs_470dc56248.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"avaxc\",\n        \"name\": \"Avalanche (C-Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/avaxs_4e906c3ad4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"avaxbsc\",\n        \"name\": \"Avalanche (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/avaxbsc_f5cb22f8c1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"shib\",\n        \"name\": \"SHIBA INU\",\n        \"image\": \"https://content-api.changenow.io/uploads/shiberc20_d8f268e7aa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"shibbsc\",\n        \"name\": \"SHIBA INU\",\n        \"image\": \"https://content-api.changenow.io/uploads/shibbsc_acef8c245a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sui\",\n        \"name\": \"Sui\",\n        \"image\": \"https://content-api.changenow.io/uploads/sui_6d4e2efb11.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ton\",\n        \"name\": \"Toncoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/ton_e0f171f660.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"toncoin\",\n        \"name\": \"Toncoin (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/toncoin_e7a04b03b5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tonbsc\",\n        \"name\": \"Toncoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tonbsc_788efca86d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ltc\",\n        \"name\": \"Litecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/ltc_a399d6378f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ltcbsc\",\n        \"name\": \"Litecoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ltcbsc_3378073341.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bch\",\n        \"name\": \"Bitcoin Cash\",\n        \"image\": \"https://content-api.changenow.io/uploads/bch_231c3ebd60.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bchbsc\",\n        \"name\": \"Bitcoin Cash (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bchbsc_004fb68378.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dot\",\n        \"name\": \"Polkadot\",\n        \"image\": \"https://content-api.changenow.io/uploads/dot_c006c687e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dotbsc\",\n        \"name\": \"Polkadot (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dotbsc_1e8ea13631.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"om\",\n        \"name\": \"MANTRA DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/om_cc9b08f45f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ombsc\",\n        \"name\": \"MANTRA (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ombsc_eabc23ead6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usde\",\n        \"name\": \"Ethena USDe\",\n        \"image\": \"https://content-api.changenow.io/uploads/usde_5a5d207a70.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dai\",\n        \"name\": \"Dai\",\n        \"image\": \"https://content-api.changenow.io/uploads/dai_5315155551.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"daibsc\",\n        \"name\": \"Dai (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/daibsc_9cc7dd8c68.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"daimatic\",\n        \"name\": \"DAI\",\n        \"image\": \"https://content-api.changenow.io/uploads/daimatic_ba4302583e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"daiarb\",\n        \"name\": \"Dai (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/daiarb_99c098d102.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"daiop\",\n        \"name\": \"Dai (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/daiop_b95c699c18.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bgb\",\n        \"name\": \"Bitget Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/bgb_c37385d1dc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xmr\",\n        \"name\": \"Monero\",\n        \"image\": \"https://content-api.changenow.io/uploads/xmr_f7131e8067.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"uni\",\n        \"name\": \"Uniswap\",\n        \"image\": \"https://content-api.changenow.io/uploads/uni_e7f3b91b33.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"unibsc\",\n        \"name\": \"Uniswap (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/unibsc_d4626cf059.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"uniarb\",\n        \"name\": \"Uniswap (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/uniarb_c3e7133409.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"nearbsc\",\n        \"name\": \"NEAR Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/NEAR_ac5539b7ca.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"apt\",\n        \"name\": \"Aptos\",\n        \"image\": \"https://content-api.changenow.io/uploads/apt_5edc55405a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pepe\",\n        \"name\": \"Pepe\",\n        \"image\": \"https://content-api.changenow.io/uploads/pepe_ebbbab2660.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"etc\",\n        \"name\": \"Ethereum Classic\",\n        \"image\": \"https://content-api.changenow.io/uploads/etc_42cb359a77.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"etcbsc\",\n        \"name\": \"Ethereum Classic (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/etcbsc_fc39c9439f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"okb\",\n        \"name\": \"OKB\",\n        \"image\": \"https://content-api.changenow.io/uploads/okb_958a4b81be.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ondo\",\n        \"name\": \"Ondo\",\n        \"image\": \"https://content-api.changenow.io/uploads/ondo_6f08986e47.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"aave\",\n        \"name\": \"Aave\",\n        \"image\": \"https://content-api.changenow.io/uploads/aave_10a92c0ead.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mnterc20\",\n        \"name\": \"Mantle (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mnterc20_0546d306d6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"trump\",\n        \"name\": \"OFFICIAL TRUMP\",\n        \"image\": \"https://content-api.changenow.io/uploads/trump_d9a23ee4d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cro\",\n        \"name\": \"Cronos (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cro_0f05c4ad63.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"vet\",\n        \"name\": \"VeChain\",\n        \"image\": \"https://content-api.changenow.io/uploads/vet1_578f357f67.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"vetbsc\",\n        \"name\": \"VeChain (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/vetbsc_ffc204e3ba.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fdusderc20\",\n        \"name\": \"First Digital USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/fdusderc20_9b2b0d6467.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fdusdbsc\",\n        \"name\": \"First Digital USD (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fdusdbsc_8455915567.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tia\",\n        \"name\": \"Celestia\",\n        \"image\": \"https://content-api.changenow.io/uploads/tia_4ed44a458a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"kas\",\n        \"name\": \"Kaspa\",\n        \"image\": \"https://content-api.changenow.io/uploads/kaspa_3a12c134af.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fil\",\n        \"name\": \"Filecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/fil_a886ca5eb6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"algo\",\n        \"name\": \"Algorand\",\n        \"image\": \"https://content-api.changenow.io/uploads/algo_5f31b4a13e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"atom\",\n        \"name\": \"Cosmos\",\n        \"image\": \"https://content-api.changenow.io/uploads/atom_4177c38aa8.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"atombsc\",\n        \"name\": \"Cosmos (Binance Smart Chain)\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"render\",\n        \"name\": \"Render\",\n        \"image\": \"https://content-api.changenow.io/uploads/rndr_e801f311ad.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"arb\",\n        \"name\": \"Arbitrum\",\n        \"image\": \"https://content-api.changenow.io/uploads/arb_b711c7cb0b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"s\",\n        \"name\": \"Sonic (ex. FTM)\",\n        \"image\": \"https://content-api.changenow.io/uploads/S_bdfff1dc73.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dexe\",\n        \"name\": \"DeXe\",\n        \"image\": \"https://content-api.changenow.io/uploads/dexe_ae9f352de7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"op\",\n        \"name\": \"Optimism\",\n        \"image\": \"https://content-api.changenow.io/uploads/op_e3944c4cf9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"jup\",\n        \"name\": \"Jupiter\",\n        \"image\": \"https://content-api.changenow.io/uploads/jup_43e5b05f42.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"kcserc20\",\n        \"name\": \"KuCoin Token (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/kcs_f986dc3bf1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fet\",\n        \"name\": \"Fetch\",\n        \"image\": \"https://content-api.changenow.io/uploads/fet_6a5c979796.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fetbsc\",\n        \"name\": \"Fetch (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fetbsc_250bc1b6f0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fetmainnet\",\n        \"name\": \"Fetch (Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fet_8fc380eb45.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ena\",\n        \"name\": \"Ethena\",\n        \"image\": \"https://content-api.changenow.io/uploads/ena_2e136f6ec7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xdc\",\n        \"name\": \"XDC Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/xdc_be2291d191.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mkr\",\n        \"name\": \"Maker\",\n        \"image\": \"https://content-api.changenow.io/uploads/mkr_0e541117cb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mkrbsc\",\n        \"name\": \"Maker (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mkrbsc_cf0f219239.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"stx\",\n        \"name\": \"Stacks\",\n        \"image\": \"https://content-api.changenow.io/uploads/stx_96aa456f0a.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"inj\",\n        \"name\": \"Injective Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/inj_34bc873730.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"injmainnet\",\n        \"name\": \"Injective (Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/injmainnet_c155cd4e32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wlderc20\",\n        \"name\": \"Worldcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/wlderc20_e7b52c5a30.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wldop\",\n        \"name\": \"Worldcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/wldop_706614f87e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"imx\",\n        \"name\": \"Immutable X\",\n        \"image\": \"https://content-api.changenow.io/uploads/imx_ef1a66c21c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sei\",\n        \"name\": \"Sei\",\n        \"image\": \"https://content-api.changenow.io/uploads/sei_fda6fbd2c1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"qnt\",\n        \"name\": \"Quant\",\n        \"image\": \"https://content-api.changenow.io/uploads/qnt_cde332236b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"flr\",\n        \"name\": \"Flare\",\n        \"image\": \"https://content-api.changenow.io/uploads/flr_1f417fd49f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"theta\",\n        \"name\": \"THETA\",\n        \"image\": \"https://content-api.changenow.io/uploads/theta_aa6e032c6b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"grt\",\n        \"name\": \"The Graph\",\n        \"image\": \"https://content-api.changenow.io/uploads/grteth_53f20b36f1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"grtarb\",\n        \"name\": \"The Graph (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/grtarb_c4b68b1ab1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"grtmatic\",\n        \"name\": \"The Graph (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/grtmatic_bd4d7b6bc8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bonk\",\n        \"name\": \"Bonk\",\n        \"image\": \"https://content-api.changenow.io/uploads/bonksol_92b1158255.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ldo\",\n        \"name\": \"Lido DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/ldo_392cce7fe7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ldoarb\",\n        \"name\": \"Lido DAO (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ldoarb_1a42065f4d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"eosbsc\",\n        \"name\": \"EOS (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/eosbsc_f766b7e89b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pyusd\",\n        \"name\": \"PayPal USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyusd_54389e967f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xaut\",\n        \"name\": \"Tether Gold\",\n        \"image\": \"https://content-api.changenow.io/uploads/xaut_d02e413ebc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"galaerc20\",\n        \"name\": \"Gala (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/galaerc20_066c79f731.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xtz\",\n        \"name\": \"Tezos\",\n        \"image\": \"https://content-api.changenow.io/uploads/xtz_6b1354206a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xtzbsc\",\n        \"name\": \"Tezos (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xtz_6b1354206a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sand\",\n        \"name\": \"The Sandbox\",\n        \"image\": \"https://content-api.changenow.io/uploads/sand_0c047a7e71.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sandmatic\",\n        \"name\": \"The Sandbox (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sandmatic_7880e53702.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sandbsc\",\n        \"name\": \"The Sandbox (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sandbsc_516f1b6405.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"nexo\",\n        \"name\": \"Nexo\",\n        \"image\": \"https://content-api.changenow.io/uploads/nexoerc20_d07d93c84c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"nexomatic\",\n        \"name\": \"Nexo (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/nexopolygon_507d898876.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bttcbsc\",\n        \"name\": \"BitTorrent-NEW (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bttc_6bdb83820e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bttc\",\n        \"name\": \"BitTorrent-New (TRC 20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bttc_6bdb83820e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bttcerc20\",\n        \"name\": \"BitTorrent-New (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bttcerc20_526378bdb5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"iotabep20\",\n        \"name\": \"Iota (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/iotabsc_d31201e79b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"jasmy\",\n        \"name\": \"JasmyCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/jasmy_bf9af8de09.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bera\",\n        \"name\": \"Berachain\",\n        \"image\": \"https://content-api.changenow.io/uploads/bera_77711c6bf6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"paxg\",\n        \"name\": \"PAX Gold\",\n        \"image\": \"https://content-api.changenow.io/uploads/paxg_991142cc73.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"flowbsc\",\n        \"name\": \"Flow (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/flowbsc_fcb4281bfa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ens\",\n        \"name\": \"Ethereum Name Service\",\n        \"image\": \"https://content-api.changenow.io/uploads/ens_f219405366.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"flokibsc\",\n        \"name\": \"Floki Inu (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/flokibsc_85d911df5f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"floki\",\n        \"name\": \"Floki Inu (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/floki_b807826113.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"neo\",\n        \"name\": \"Neo\",\n        \"image\": \"https://content-api.changenow.io/uploads/neo_90d5506b9b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mana\",\n        \"name\": \"Decentraland\",\n        \"image\": \"https://content-api.changenow.io/uploads/mana_186491bdbc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"manabsc\",\n        \"name\": \"Decentraland (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/manabsc_1f2abc3e20.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pyth\",\n        \"name\": \"Pyth Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyth_7e8ece761a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"crv\",\n        \"name\": \"Curve DAO Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/crv_a5520e508d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"crvmatic\",\n        \"name\": \"Curve DAO Token (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/crvmatic_46e36a9d1f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"crvarb\",\n        \"name\": \"Curve DAO Token (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/crvarb_2d8bd6bbce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hntsol\",\n        \"name\": \"Helium\",\n        \"image\": \"https://content-api.changenow.io/uploads/HNT_ecdd4e088e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"axs\",\n        \"name\": \"Axie Infinity\",\n        \"image\": \"https://content-api.changenow.io/uploads/axs_e4497d9093.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"axsbsc\",\n        \"name\": \"Axie Infinity (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/axsbsc_247100cfe8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"kava\",\n        \"name\": \"Kava\",\n        \"image\": \"https://content-api.changenow.io/uploads/kava_cbc6a0656c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zec\",\n        \"name\": \"Zcash\",\n        \"image\": \"https://content-api.changenow.io/uploads/zec_12159711c3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zecbsc\",\n        \"name\": \"Zcash (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zecbsc_03eb607170.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"egld\",\n        \"name\": \"MultiversX\",\n        \"image\": \"https://content-api.changenow.io/uploads/egld_c2f2b274c8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"egldbsc\",\n        \"name\": \"MultiversX (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/egldbsc_05457dd124.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tusd\",\n        \"name\": \"TrueUSD\",\n        \"image\": \"https://content-api.changenow.io/uploads/tusderc20_cc288eb697.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tusdbsc\",\n        \"name\": \"TrueUSD (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tusdbsc_e2b5bdce24.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tusdtrc20\",\n        \"name\": \"TrueUSD (Tron)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tusdtrx_5269327514.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wif\",\n        \"name\": \"dogwifhat\",\n        \"image\": \"https://content-api.changenow.io/uploads/wif_0d1d530071.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cake\",\n        \"name\": \"PancakeSwap (BSC)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cake_f187e84208.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"raysol\",\n        \"name\": \"Raydium (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ray_0c135b87c0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xcnerc20\",\n        \"name\": \"Onyxcoin (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xcn_5ca9190ea8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cfx\",\n        \"name\": \"Conflux\",\n        \"image\": \"https://content-api.changenow.io/uploads/cfxbsc_0198cbf5bd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xec\",\n        \"name\": \"eCash\",\n        \"image\": \"https://content-api.changenow.io/uploads/xec_d4dc9359ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"aero\",\n        \"name\": \"Aerodrome Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/aero_e16e924c32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"matic\",\n        \"name\": \"Polygon (Matic)\",\n        \"image\": \"https://content-api.changenow.io/uploads/maticerc20_3ea50caa97.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"maticmainnet\",\n        \"name\": \"Polygon (Matic Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/matic_token_f9906e3f5d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"maticbsc\",\n        \"name\": \"Polygon (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/maticbsc_beaebc6697.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"chz\",\n        \"name\": \"Chiliz (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/chzeth_ee77c64365.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ape\",\n        \"name\": \"ApeCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/ape_fd3441632d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"apebsc\",\n        \"name\": \"ApeCoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/apebsc_251e3a40cd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"twt\",\n        \"name\": \"TWT\",\n        \"image\": \"https://content-api.changenow.io/uploads/TWT_2adc8d951e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"comp\",\n        \"name\": \"Compound\",\n        \"image\": \"https://content-api.changenow.io/uploads/comp_85bc45749f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"compbsc\",\n        \"name\": \"Compound (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/compbsc_8502e4b1e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pendle\",\n        \"name\": \"Pendle\",\n        \"image\": \"https://content-api.changenow.io/uploads/pendeleth_4d9fa930ce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pendlearb\",\n        \"name\": \"Pendle (Arbitrum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/pendelarbitrum_2518cd4132.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"amp\",\n        \"name\": \"Amp\",\n        \"image\": \"https://content-api.changenow.io/uploads/amp_bfadb9aebc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"akt\",\n        \"name\": \"Akash Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/akt_c345389157.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lunc\",\n        \"name\": \"Terra Classic\",\n        \"image\": \"https://content-api.changenow.io/uploads/lunc_8d1dd5b681.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"spx\",\n        \"name\": \"SPX6900\",\n        \"image\": \"https://content-api.changenow.io/uploads/spx_8ce9f621b4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gno\",\n        \"name\": \"Gnosis\",\n        \"image\": \"https://content-api.changenow.io/uploads/gno_a941c0053a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"brettbase\",\n        \"name\": \"Brett (Based)\",\n        \"image\": \"https://content-api.changenow.io/uploads/brett_62e98e9605.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rsr\",\n        \"name\": \"Reserve Rights\",\n        \"image\": \"https://content-api.changenow.io/uploads/rsr_02eabd98cc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"beambsc\",\n        \"name\": \"Beam (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/beambsc_52c11afcea.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"beamerc20\",\n        \"name\": \"Beam (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/beamerc20_8563b86c36.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"aioz\",\n        \"name\": \"AIOZ Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/aioz_023bda6ff6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"jst\",\n        \"name\": \"JUST\",\n        \"image\": \"https://content-api.changenow.io/uploads/jst_1292bb4cb8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"jstbsc\",\n        \"name\": \"JUST (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/jstbsc_3ce4c004c7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"glm\",\n        \"name\": \"Golem\",\n        \"image\": \"https://content-api.changenow.io/uploads/glm_a1dec05e6d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ath\",\n        \"name\": \"Aethir\",\n        \"image\": \"https://content-api.changenow.io/uploads/ath_93db40761c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"snx\",\n        \"name\": \"Synthetix Network Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/snxerc20_19ae485296.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"snxbsc\",\n        \"name\": \"Synthetix (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/snxbsc_8dddca07d6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"snxop\",\n        \"name\": \"Synthetix (Optimism)\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dash\",\n        \"name\": \"Dash\",\n        \"image\": \"https://content-api.changenow.io/uploads/dash_e590a664e1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"1inch\",\n        \"name\": \"1inch Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/1inch_8ec7c90868.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"1inchbsc\",\n        \"name\": \"1inch Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/1inchbsc_d4cf459d27.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sfp\",\n        \"name\": \"SafePal\",\n        \"image\": \"https://content-api.changenow.io/uploads/sfp_2b872b7c7f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ctc\",\n        \"name\": \"Creditcoin (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ctc_117d17c883.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"eigen\",\n        \"name\": \"EigenLayer\",\n        \"image\": \"https://content-api.changenow.io/uploads/eigen_718c19e1dc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zil\",\n        \"name\": \"ZIL\",\n        \"image\": \"https://content-api.changenow.io/uploads/zil_8c47267c5d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zilbsc\",\n        \"name\": \"Zilliqa (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zilbsc_a28b9f0271.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"blur\",\n        \"name\": \"Blur\",\n        \"image\": \"https://content-api.changenow.io/uploads/blur_9525f8899a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bat\",\n        \"name\": \"Basic Attention Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/bat_0f02986b5e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"batbsc\",\n        \"name\": \"Basic Attention Token (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bat_82978b4a66.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"not\",\n        \"name\": \"Notcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/not_8516fb9072.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"super\",\n        \"name\": \"SuperVerse\",\n        \"image\": \"https://content-api.changenow.io/uploads/supererc20_d90fc049fb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mask\",\n        \"name\": \"Mask Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/mask_83e2803757.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"maskbsc\",\n        \"name\": \"Mask Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/maskbsc_20090ab461.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"vtho\",\n        \"name\": \"VeThor Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/vtho1_d06b2fb523.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zrx\",\n        \"name\": \"0x\",\n        \"image\": \"https://content-api.changenow.io/uploads/zrx_3c56d6d514.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"id\",\n        \"name\": \"SPACE ID (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/id_843d06931e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"idbsc\",\n        \"name\": \"SPACE ID (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/idbsc_c741c983d7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lpt\",\n        \"name\": \"Livepeer\",\n        \"image\": \"https://content-api.changenow.io/uploads/lpt_ede7e2ad62.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ach\",\n        \"name\": \"ACH\",\n        \"image\": \"https://content-api.changenow.io/uploads/ACH_2992bd0461.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"trac\",\n        \"name\": \"OriginTrail\",\n        \"image\": \"https://content-api.changenow.io/uploads/trac_3080087a7e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"babydoge\",\n        \"name\": \"Baby Doge Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/babydoge_e23b3e7454.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cvx\",\n        \"name\": \"Convex Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/cvx_6f0c020f95.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hot\",\n        \"name\": \"Holo\",\n        \"image\": \"https://content-api.changenow.io/uploads/hot_698f414f1c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"osmo\",\n        \"name\": \"Osmosis\",\n        \"image\": \"https://content-api.changenow.io/uploads/osmo_af07dcb23f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zroerc20\",\n        \"name\": \"LayerZero (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zroerc20_b7e5668ca0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zroarb\",\n        \"name\": \"LayerZero (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zroarb_8ee268ebb9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zrobase\",\n        \"name\": \"LayerZero (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zro_b18eef77ac.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"popcat\",\n        \"name\": \"Popcat\",\n        \"image\": \"https://content-api.changenow.io/uploads/popcat_bdedaa59d8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dcr\",\n        \"name\": \"Decred\",\n        \"image\": \"https://content-api.changenow.io/uploads/dcr_86b4aa7930.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"elf\",\n        \"name\": \"aelf\",\n        \"image\": \"https://content-api.changenow.io/uploads/elf_d280da86cf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"elfbsc\",\n        \"name\": \"aelf (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/elfbsc_5a2d901729.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"celo\",\n        \"name\": \"Celo\",\n        \"image\": \"https://content-api.changenow.io/uploads/celo_43c31c2a93.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"moca\",\n        \"name\": \"Moca Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/moca_20d5394598.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rvn\",\n        \"name\": \"Ravencoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/rvn_f11349146c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ankr\",\n        \"name\": \"Ankr\",\n        \"image\": \"https://content-api.changenow.io/uploads/ankr_b231d4df94.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ankrbsc\",\n        \"name\": \"ANKR (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ankr_e70af85ea3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mog\",\n        \"name\": \"Mog Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/mog_457505a2dd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tel\",\n        \"name\": \"Telcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/tel_a4faeb5540.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"frax\",\n        \"name\": \"frax\",\n        \"image\": \"https://content-api.changenow.io/uploads/frax_a263442702.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"snek\",\n        \"name\": \"Snek\",\n        \"image\": \"https://content-api.changenow.io/uploads/snek_v2_bd9190c83f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdd\",\n        \"name\": \"USDD\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdd_37f8aaf9a5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xem\",\n        \"name\": \"NEM\",\n        \"image\": \"https://content-api.changenow.io/uploads/xem_fa2a5623df.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"auction\",\n        \"name\": \"Bounce Governance Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/auction_8c0eb1f8bc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"yfi\",\n        \"name\": \"yearn.finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/yfi_7b99a7b444.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"yfibsc\",\n        \"name\": \"yearn.finance (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/yfibsc_58da6ee322.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"waves\",\n        \"name\": \"Waves\",\n        \"image\": \"https://content-api.changenow.io/uploads/waves_c7f60b878c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mew\",\n        \"name\": \"cat in a dogs world\",\n        \"image\": \"https://content-api.changenow.io/uploads/mew_6e0bcf0508.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"iotx\",\n        \"name\": \"IoTeX\",\n        \"image\": \"https://content-api.changenow.io/uploads/iotx_6fd9131673.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"iotxbsc\",\n        \"name\": \"IoTeX\",\n        \"image\": \"https://content-api.changenow.io/uploads/iotx_6fd9131673.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sushi\",\n        \"name\": \"SushiSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/shushi_7804381157.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"one\",\n        \"name\": \"Harmony\",\n        \"image\": \"https://content-api.changenow.io/uploads/one_192d27ba69.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sun\",\n        \"name\": \"Sun\",\n        \"image\": \"https://content-api.changenow.io/uploads/sun_cb41379057.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sunbsc\",\n        \"name\": \"Sun (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sunbsc_0034476143.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"woobsc\",\n        \"name\": \"WOO Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/woobsc_a2e0b40f2a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"woo\",\n        \"name\": \"WOO Network (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wooeth_3ce3789236.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wooarb\",\n        \"name\": \"WOO Network (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wooarb_99dd880928.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"turbo\",\n        \"name\": \"Turbo\",\n        \"image\": \"https://content-api.changenow.io/uploads/turbo_73b172c648.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"skl\",\n        \"name\": \"SKALE Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/skl_181ebe0868.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"nano\",\n        \"name\": \"Nano\",\n        \"image\": \"https://content-api.changenow.io/uploads/nano_c15628fb77.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zen\",\n        \"name\": \"Horizen\",\n        \"image\": \"https://content-api.changenow.io/uploads/zen_b56d8e0458.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"me\",\n        \"name\": \"Magic Eden\",\n        \"image\": \"https://content-api.changenow.io/uploads/me_f72ac8d4df.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xyo\",\n        \"name\": \"XYO\",\n        \"image\": \"https://content-api.changenow.io/uploads/xyo_c82ce6b3c8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dgb\",\n        \"name\": \"DigiByte\",\n        \"image\": \"https://content-api.changenow.io/uploads/dgb_3f8cfbf855.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lrc\",\n        \"name\": \"Loopring\",\n        \"image\": \"https://content-api.changenow.io/uploads/lrc_71a3056d1a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hmstr\",\n        \"name\": \"Hamster Kombat\",\n        \"image\": \"https://content-api.changenow.io/uploads/hmstr_6fe2046943.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gmx\",\n        \"name\": \"GMX (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmx_47b9f90d27.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gmxarb\",\n        \"name\": \"GMX (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmxarb_c15ddaa6d4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"eurc\",\n        \"name\": \"EURC\",\n        \"image\": \"https://content-api.changenow.io/uploads/eurc_f5aeb5c6c5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gmt\",\n        \"name\": \"stepn\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmt_e27f9f4d21.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gmtsol\",\n        \"name\": \"STEPN (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmtsol_49e91c0053.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gmterc20\",\n        \"name\": \"STEPN (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmterc20_3ca0bb6657.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cspr\",\n        \"name\": \"Casper (Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cspr_6b9596bd3c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"luna\",\n        \"name\": \"Terra\",\n        \"image\": \"https://content-api.changenow.io/uploads/luna_0e3dc817c8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mplx\",\n        \"name\": \"Metaplex\",\n        \"image\": \"https://content-api.changenow.io/uploads/mplx_85100747e6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fxs\",\n        \"name\": \"Frax Share\",\n        \"image\": \"https://content-api.changenow.io/uploads/fxs_ba35e050d3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ont\",\n        \"name\": \"Ontology\",\n        \"image\": \"https://content-api.changenow.io/uploads/ont_6a332b4146.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ontbsc\",\n        \"name\": \"Ontology\",\n        \"image\": \"https://content-api.changenow.io/uploads/ontbsc_75c7316124.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sxpmainnet\",\n        \"name\": \"Solar Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/sxpmainnet_171965eece.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"prime\",\n        \"name\": \"Echelon Prime\",\n        \"image\": \"https://content-api.changenow.io/uploads/primeerc20_409fdb4aed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"io\",\n        \"name\": \"io.net\",\n        \"image\": \"https://content-api.changenow.io/uploads/io_c969ada05b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"band\",\n        \"name\": \"Band (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/band_aa7a9c52ab.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bandmainnet\",\n        \"name\": \"Band (Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bandmainnet_7bce83c11a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bandbsc\",\n        \"name\": \"Band Protocol (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bandbsc_a5656f2f66.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"arkm\",\n        \"name\": \"Arkham\",\n        \"image\": \"https://content-api.changenow.io/uploads/arkm_310fe1c0c6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bio\",\n        \"name\": \"Bio Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/bio_cd61a5ea62.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cow\",\n        \"name\": \"CoW Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/cow_894f8f2a56.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"coti\",\n        \"name\": \"COTI\",\n        \"image\": \"https://content-api.changenow.io/uploads/coti_40a1ded720.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"storj\",\n        \"name\": \"Storj\",\n        \"image\": \"https://content-api.changenow.io/uploads/storj_90e7d90513.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bico\",\n        \"name\": \"bico\",\n        \"image\": \"https://content-api.changenow.io/uploads/bico_aa5bc01802.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"audio\",\n        \"name\": \"Audius\",\n        \"image\": \"https://content-api.changenow.io/uploads/audio_c53ec75142.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fida\",\n        \"name\": \"Bonfida\",\n        \"image\": \"https://content-api.changenow.io/uploads/fida_d776305c63.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rpl\",\n        \"name\": \"Rocket Pool\",\n        \"image\": \"https://content-api.changenow.io/uploads/rpl_a8034e0606.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"swftc\",\n        \"name\": \"SwftCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/swftc_4b515110b7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"icx\",\n        \"name\": \"ICON\",\n        \"image\": \"https://content-api.changenow.io/uploads/icx_ab7dd73fea.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"aevo\",\n        \"name\": \"AEVO\",\n        \"image\": \"https://content-api.changenow.io/uploads/aevo_56de01acf4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"metiserc20\",\n        \"name\": \"MetisDAO (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/metis_033b1c8f73.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"aixbt\",\n        \"name\": \"aixbt by Virtuals\",\n        \"image\": \"https://content-api.changenow.io/uploads/aixbt_869d10468e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"memecoin\",\n        \"name\": \"Memecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/meme_49a6e6758f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"flux\",\n        \"name\": \"Flux\",\n        \"image\": \"https://content-api.changenow.io/uploads/flux_3105d7b39d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fluxerc20\",\n        \"name\": \"Flux (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fluxerc20_6d65523b52.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"manta\",\n        \"name\": \"Manta Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/manta_c6a8585b7a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cvc\",\n        \"name\": \"Civic\",\n        \"image\": \"https://content-api.changenow.io/uploads/cvc_3269edc04e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bome\",\n        \"name\": \"BOOK OF MEME\",\n        \"image\": \"https://content-api.changenow.io/uploads/bome_6f7a13d820.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rare\",\n        \"name\": \"SuperRare\",\n        \"image\": \"https://content-api.changenow.io/uploads/rare_12162cdc31.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"snt\",\n        \"name\": \"Status\",\n        \"image\": \"https://content-api.changenow.io/uploads/snt_4c94a893dc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pha\",\n        \"name\": \"Phala Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/pha_1c8415f44f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"phabsc\",\n        \"name\": \"Phala Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/phabsc_47f7a8749b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tnsr\",\n        \"name\": \"Tensor\",\n        \"image\": \"https://content-api.changenow.io/uploads/tnsr_35032f012a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xvs\",\n        \"name\": \"Venus\",\n        \"image\": \"https://content-api.changenow.io/uploads/xvs_288a5b944c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rlc\",\n        \"name\": \"iExec\",\n        \"image\": \"https://content-api.changenow.io/uploads/rlc_3167c6b2ca.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dfbsc\",\n        \"name\": \"dForce (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dfbsc_5905896778.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bal\",\n        \"name\": \"Balancer\",\n        \"image\": \"https://content-api.changenow.io/uploads/bal_bf69a78e02.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"balbsc\",\n        \"name\": \"Balancer (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/balbsc_02965276f8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pond\",\n        \"name\": \"Marlin\",\n        \"image\": \"https://content-api.changenow.io/uploads/pond_8ded1fd2a6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ygg\",\n        \"name\": \"Yield Guild Games\",\n        \"image\": \"https://content-api.changenow.io/uploads/yggerc20_4e8a6eb0d4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"yggbsc\",\n        \"name\": \"Yield Guild Games (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/yggbsc_f2c42ec593.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ong\",\n        \"name\": \"Ontology Gas\",\n        \"image\": \"https://content-api.changenow.io/uploads/ong_41127ac05a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"chr\",\n        \"name\": \"Chromia\",\n        \"image\": \"https://content-api.changenow.io/uploads/chr_f214c675d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"chrbsc\",\n        \"name\": \"Chromia (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/chrbsc_a898780967.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bigtime\",\n        \"name\": \"Big Time\",\n        \"image\": \"https://content-api.changenow.io/uploads/bigtime_732cda2034.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"people\",\n        \"name\": \"ConstitutionDAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/people_303ddd0459.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"peoplebsc\",\n        \"name\": \"ConstitutionDAO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/people_303ddd0459.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdp\",\n        \"name\": \"USDP\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdp_ea8bf14804.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xvg\",\n        \"name\": \"Verge\",\n        \"image\": \"https://content-api.changenow.io/uploads/xvg_89d55b8564.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"celr\",\n        \"name\": \"Celer Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/celr_ace0d3223f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"celrbsc\",\n        \"name\": \"Celer Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/celr_ace0d3223f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cgptbsc\",\n        \"name\": \"ChainGPT (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cgptbsc_66fb8f8ce4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ilv\",\n        \"name\": \"Illuvium\",\n        \"image\": \"https://content-api.changenow.io/uploads/ilv_b534cd50e3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ilvbsc\",\n        \"name\": \"Illuvium (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ilvbsc_6656978427.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"trb\",\n        \"name\": \"Tellor\",\n        \"image\": \"https://content-api.changenow.io/uploads/trb_ff6b263fa5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"agld\",\n        \"name\": \"Adventure Gold\",\n        \"image\": \"https://content-api.changenow.io/uploads/agld_2ecf925b48.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"elon\",\n        \"name\": \"Dogelon Mars\",\n        \"image\": \"https://content-api.changenow.io/uploads/elon_6f3c698709.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dent\",\n        \"name\": \"Dent\",\n        \"image\": \"https://content-api.changenow.io/uploads/dent_43986a17fa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"taiko\",\n        \"name\": \"Taiko\",\n        \"image\": \"https://content-api.changenow.io/uploads/taiko_d3c2357286.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"slp\",\n        \"name\": \"Smooth Love Potion\",\n        \"image\": \"https://content-api.changenow.io/uploads/slp_18c92a9e9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"xai\",\n        \"name\": \"Xai\",\n        \"image\": \"https://content-api.changenow.io/uploads/xai_68bb79e8a7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"joe\",\n        \"name\": \"JOE\",\n        \"image\": \"https://content-api.changenow.io/uploads/joe_6a033d2b41.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dogs\",\n        \"name\": \"DOGS\",\n        \"image\": \"https://content-api.changenow.io/uploads/dogs_8113a7757d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"nmr\",\n        \"name\": \"Numeraire\",\n        \"image\": \"https://content-api.changenow.io/uploads/nmr_f236939adf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"edu\",\n        \"name\": \"Open Campus\",\n        \"image\": \"https://content-api.changenow.io/uploads/edu_4d846df5dc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lqty\",\n        \"name\": \"Liquity\",\n        \"image\": \"https://content-api.changenow.io/uploads/lqty_3e9aa9a085.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"knc\",\n        \"name\": \"Kyber Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/knc_ff4074d7e5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"kncbsc\",\n        \"name\": \"Kyber Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/kncbsc_1923db6b85.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"c98\",\n        \"name\": \"C98\",\n        \"image\": \"https://content-api.changenow.io/uploads/C98_929e650315.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ark\",\n        \"name\": \"Ark\",\n        \"image\": \"https://content-api.changenow.io/uploads/ark_fd200b9b4a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ctsi\",\n        \"name\": \"Cartesi\",\n        \"image\": \"https://content-api.changenow.io/uploads/ctsi_99b5a69af3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"busdbsc\",\n        \"name\": \"Binance USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/busdbsc_321c390762.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"aurora\",\n        \"name\": \"Aurora\",\n        \"image\": \"https://content-api.changenow.io/uploads/aurora_189c02f346.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"win\",\n        \"name\": \"WINkLink\",\n        \"image\": \"https://content-api.changenow.io/uploads/win_3a18d6f6b7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wintrc20\",\n        \"name\": \"WINkLink (Tron)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wintrc20_17dbb31292.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"stmx\",\n        \"name\": \"StormX\",\n        \"image\": \"https://content-api.changenow.io/uploads/stmx_09343a50cc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"alicebsc\",\n        \"name\": \"MyNeighborAlice (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/alice_b3f45850c4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"vanry\",\n        \"name\": \"Vanar Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/vanry_ba49ee5be9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ponke\",\n        \"name\": \"Ponke\",\n        \"image\": \"https://content-api.changenow.io/uploads/ponke_dd6cfd2ad7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pyr\",\n        \"name\": \"Vulcan Forged PYR\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyr_595bced066.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pyrmatic\",\n        \"name\": \"Vulcan Forged PYR (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyrmatic_0d20fa4c52.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gusd\",\n        \"name\": \"Gemini Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/gusd_b53a8c10e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"api3\",\n        \"name\": \"api3\",\n        \"image\": \"https://content-api.changenow.io/uploads/api3_d26304f5eb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dodo\",\n        \"name\": \"DODO\",\n        \"image\": \"https://content-api.changenow.io/uploads/dodo_52d630d1ab.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dodobsc\",\n        \"name\": \"DODO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dodobsc_feb61b2b05.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cat\",\n        \"name\": \"Simon's Cat\",\n        \"image\": \"https://content-api.changenow.io/uploads/cat_4bd1555102.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"loom\",\n        \"name\": \"Loom Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/loom_1_66b08aec33.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bone\",\n        \"name\": \"Bone ShibaSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/boneerc20_7585c869e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"qkc\",\n        \"name\": \"QuarkChain\",\n        \"image\": \"https://content-api.changenow.io/uploads/qkc_1cd6629075.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cati\",\n        \"name\": \"Catizen\",\n        \"image\": \"https://content-api.changenow.io/uploads/cati_44aba7a394.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lusd\",\n        \"name\": \"Liquity USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/lusd_686fd62a1d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hifi\",\n        \"name\": \"Hifi Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/hifi_e2a8b31139.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"qi\",\n        \"name\": \"BENQI\",\n        \"image\": \"https://content-api.changenow.io/uploads/qi_95c8eadc76.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"qiarc20\",\n        \"name\": \"BENQI (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/qiarc20_ea7344b83e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cybererc20\",\n        \"name\": \"CyberConnect\",\n        \"image\": \"https://content-api.changenow.io/uploads/cybererc20_7096fa5129.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cyberop\",\n        \"name\": \"CyberConnect (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cyberop_f0350b635c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gnsarb\",\n        \"name\": \"Gains Network (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gnsarbitrum_2e6da48789.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gns\",\n        \"name\": \"Gains Network (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gns_03aaaa6fa9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tru\",\n        \"name\": \"TrueFi\",\n        \"image\": \"https://content-api.changenow.io/uploads/tru_16733ca59c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"trubsc\",\n        \"name\": \"TrueFi (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/trubsc_06cc723fb9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"apex\",\n        \"name\": \"ApeX Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/apex_266254da12.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bel\",\n        \"name\": \"Bella Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/bel_444a8e0ca4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"belbsc\",\n        \"name\": \"Bella Protocol (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/belbsc_804f2aa487.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bnt\",\n        \"name\": \"BancorNetworkToken\",\n        \"image\": \"https://content-api.changenow.io/uploads/bnt_668164407d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bntbsc\",\n        \"name\": \"Bancor (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bntbsc_fd4c50e7a4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dusk\",\n        \"name\": \"Dusk Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/dusk_f4bbf31d03.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"degen\",\n        \"name\": \"Degen\",\n        \"image\": \"https://content-api.changenow.io/uploads/degen_9cbc3d5dcb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"high\",\n        \"name\": \"Highstreet\",\n        \"image\": \"https://content-api.changenow.io/uploads/high_d9579d8ee2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"highbsc\",\n        \"name\": \"Highstreet (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/highbsc_83c1e5d404.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"coreum\",\n        \"name\": \"coreum\",\n        \"image\": \"https://content-api.changenow.io/uploads/coreum_72a2aa03cf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"aitech\",\n        \"name\": \"Solidus Ai Tech\",\n        \"image\": \"https://content-api.changenow.io/uploads/aitech_72a888c1b4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ogn\",\n        \"name\": \"Origin Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/ogn_18f82180dd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bfc\",\n        \"name\": \"Bifrost\",\n        \"image\": \"https://content-api.changenow.io/uploads/bfc_e4772af8b8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"arpa\",\n        \"name\": \"ARPA Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/arpa_bca9c1443c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"arpabsc\",\n        \"name\": \"ARPA (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/arpabsc_9c49c49401.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"uqc\",\n        \"name\": \"Uquid Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/uqc_f5f027c918.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"stg\",\n        \"name\": \"Stargate Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/stg_5bbf7f3a26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"stgmatic\",\n        \"name\": \"Stargate Finance (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/stgmatic_dd8b3b606c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"stgarc20\",\n        \"name\": \"Stargate Finance (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/stgarc20_1d94cddca3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sfund\",\n        \"name\": \"Seedify.Fund\",\n        \"image\": \"https://content-api.changenow.io/uploads/sfund_aa68876296.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"magicarb\",\n        \"name\": \"MAGIC (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/magicarb_9d95177d14.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tlos\",\n        \"name\": \"Telos (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tlosbsc_bd8b894734.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"eurt\",\n        \"name\": \"EURO Tether\",\n        \"image\": \"https://content-api.changenow.io/uploads/eurt_af53c050f9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dpi\",\n        \"name\": \"DeFi Pulse Index\",\n        \"image\": \"https://content-api.changenow.io/uploads/dpi_bf31adf17c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"naka\",\n        \"name\": \"Nakamoto Games\",\n        \"image\": \"https://content-api.changenow.io/uploads/naka_6c039bc14d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sysevm\",\n        \"name\": \"Syscoin EVM\",\n        \"image\": \"https://content-api.changenow.io/uploads/sys_7905a1acfa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"forth\",\n        \"name\": \"Ampleforth Governance Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/forth_de4a14fa7e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bake\",\n        \"name\": \"BakeryToken\",\n        \"image\": \"https://content-api.changenow.io/uploads/bake_8409d14528.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"darbsc\",\n        \"name\": \"Mines of Dalarnia\",\n        \"image\": \"https://content-api.changenow.io/uploads/darbsc_b20588d821.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"darerc20\",\n        \"name\": \"Mines of Dalarnia (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/darerc20_4ca94318ae.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ern\",\n        \"name\": \"Ethernity\",\n        \"image\": \"https://content-api.changenow.io/uploads/ern_3fdfb468b2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"acebsc\",\n        \"name\": \"Fusionist\",\n        \"image\": \"https://content-api.changenow.io/uploads/acebsc_20b7142315.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mav\",\n        \"name\": \"Maverick Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/mav_16636615bb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hft\",\n        \"name\": \"Hashflow (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hft_d654a4a14b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hftbsc\",\n        \"name\": \"Hashflow (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hftbsc_aaec7d5e9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"eurierc20\",\n        \"name\": \"Eurite (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/eurierc20_d41b907198.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"euribsc\",\n        \"name\": \"Eurite (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/euribsc_88fd0514f8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sweat\",\n        \"name\": \"Sweat Economy\",\n        \"image\": \"https://content-api.changenow.io/uploads/sweat_3a119e0bad.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mbox\",\n        \"name\": \"MBOX\",\n        \"image\": \"https://content-api.changenow.io/uploads/mbox_5d7156eea2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"alpha\",\n        \"name\": \"Alpha Venture DAO (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/alpha_1c95b177c0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"alphabsc\",\n        \"name\": \"Alpha Venture DAO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/alphabsc_d530cbcd8c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"raca\",\n        \"name\": \"RACA\",\n        \"image\": \"https://content-api.changenow.io/uploads/raca_f35f915142.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gods\",\n        \"name\": \"Gods Unchained\",\n        \"image\": \"https://content-api.changenow.io/uploads/gods_cf1d38248e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"synerc20\",\n        \"name\": \"Synapse (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/synerc20_f7cad9d5f8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tko\",\n        \"name\": \"Toko Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/tko_b67bb8a5a5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"aergo\",\n        \"name\": \"Aergo\",\n        \"image\": \"https://content-api.changenow.io/uploads/aergo_a50eca95d9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gtc\",\n        \"name\": \"Gitcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/gtc_f5cc37fc1a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tlmerc20\",\n        \"name\": \"Alien Worlds (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tlmerc20_43ee8de6fe.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ata\",\n        \"name\": \"Automata Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/ata_92127959c6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"clverc20\",\n        \"name\": \"CLV (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/clvbsc_d757b3cdb8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lever\",\n        \"name\": \"LeverFi (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/lever_4ec643f4a1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hook\",\n        \"name\": \"Hooked Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/hook_ec39fb1319.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hunt\",\n        \"name\": \"HUNT\",\n        \"image\": \"https://content-api.changenow.io/uploads/hunt_1616dc3c3c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"neiroerc20\",\n        \"name\": \"Neiro Ethereum\",\n        \"image\": \"https://content-api.changenow.io/uploads/neiroerc20_801dffceba.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wolferc20\",\n        \"name\": \"Landwolf (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wolf_6fee4052ea.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"png\",\n        \"name\": \"Pangolin\",\n        \"image\": \"https://content-api.changenow.io/uploads/png_a58c03cf9f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"slerf\",\n        \"name\": \"SLERF\",\n        \"image\": \"https://content-api.changenow.io/uploads/slerf_86b4d1f5e6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rdnterc20\",\n        \"name\": \"Radiant Capital (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rdnterc20_71ca353a6d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rdntbase\",\n        \"name\": \"Radiant Capital (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rdnt_cd285340ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"x\",\n        \"name\": \"X Empire\",\n        \"image\": \"https://content-api.changenow.io/uploads/x_fb35101fbf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"omg\",\n        \"name\": \"OMG Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/omg_d1c0098f6f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lto\",\n        \"name\": \"LTO Network (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ltoerc20_83f40172b9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ltobsc\",\n        \"name\": \"LTO Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ltobsc_57aa0d2d81.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mln\",\n        \"name\": \"Enzyme\",\n        \"image\": \"https://content-api.changenow.io/uploads/mln_996db737c9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lmwr\",\n        \"name\": \"LimeWire Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/lmwr_d4d38ef508.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gstsol\",\n        \"name\": \"Green Satoshi Token (SOL)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gstsol_f01c63256a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dao\",\n        \"name\": \"DAO Maker\",\n        \"image\": \"https://content-api.changenow.io/uploads/dao_0d595720c2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"alcx\",\n        \"name\": \"Alchemix\",\n        \"image\": \"https://content-api.changenow.io/uploads/alcx_f64427a7b4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"susd\",\n        \"name\": \"SUSD\",\n        \"image\": \"https://content-api.changenow.io/uploads/susdeth_cec1026432.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"daddy\",\n        \"name\": \"Daddy Tate\",\n        \"image\": \"https://content-api.changenow.io/uploads/daddy_9a84aae10c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"prosbsc\",\n        \"name\": \"Prosper (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/pros_46868ca5ed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"atlas\",\n        \"name\": \"Star Atlas\",\n        \"image\": \"https://content-api.changenow.io/uploads/atlas_afa4d4ef64.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"perp\",\n        \"name\": \"Perpetual Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/perp_4d7a61eb5c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"perpbsc\",\n        \"name\": \"Perpetual Protocol (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/perpbsc_628dccf017.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ladys\",\n        \"name\": \"Milady\",\n        \"image\": \"https://content-api.changenow.io/uploads/ladys_e5dba5a655.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"kmdbsc\",\n        \"name\": \"Komodo (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/kmdbsc_08227e825d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pols\",\n        \"name\": \"Polkastarter\",\n        \"image\": \"https://content-api.changenow.io/uploads/polserc20_d3bc957208.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"polsbsc\",\n        \"name\": \"Polkastarter (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/polsbsc_d47ae0b13d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fun\",\n        \"name\": \"FunFair\",\n        \"image\": \"https://content-api.changenow.io/uploads/fun_d11e9b007f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"loka\",\n        \"name\": \"League of Kingdoms Arena\",\n        \"image\": \"https://content-api.changenow.io/uploads/loka_6c268b6ccf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"data\",\n        \"name\": \"Streamr (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/data_ab30760e92.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"databsc\",\n        \"name\": \"Streamr (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/databsc_11f72f896d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ghst\",\n        \"name\": \"Aavegotchi\",\n        \"image\": \"https://content-api.changenow.io/uploads/ghst_0f0baa693e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ghstmatic\",\n        \"name\": \"Aavegotchi (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ghstmatic_8d3fa7a9d3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fox\",\n        \"name\": \"Shapeshift FOX Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/fox_e4e244e3a3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"quickmatic\",\n        \"name\": \"Quickswap New\",\n        \"image\": \"https://content-api.changenow.io/uploads/quick_0f5945ea54.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"quick2erc20\",\n        \"name\": \"QuickSwap New\",\n        \"image\": \"https://content-api.changenow.io/uploads/quickerc20_fcf2574138.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mdt\",\n        \"name\": \"Measurable Data Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/mdt_e7aa02d5ad.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mdtbsc\",\n        \"name\": \"Measurable Data Token (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mdtbsc_88dbb27d4a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"klvmainnet\",\n        \"name\": \"Klever\",\n        \"image\": \"https://content-api.changenow.io/uploads/klv_f9ec0ffcfb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cos\",\n        \"name\": \"Contentos (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cos_9f49e8188a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fis\",\n        \"name\": \"StaFi\",\n        \"image\": \"https://content-api.changenow.io/uploads/fis_aa39540f89.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bsw\",\n        \"name\": \"Biswap\",\n        \"image\": \"https://content-api.changenow.io/uploads/bsw_41d446080a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"uos\",\n        \"name\": \"Ultra\",\n        \"image\": \"https://content-api.changenow.io/uploads/uos_a403f13572.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"farm\",\n        \"name\": \"Harvest Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/farmerc20_c216e4b852.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"blz\",\n        \"name\": \"Bluzelle\",\n        \"image\": \"https://content-api.changenow.io/uploads/blz_1977ed2bc5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"betabsc\",\n        \"name\": \"Beta Finance (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/beta_bda43d7316.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"chess\",\n        \"name\": \"Tranchess\",\n        \"image\": \"https://content-api.changenow.io/uploads/chess_ef36751b89.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wojak\",\n        \"name\": \"Wojak\",\n        \"image\": \"https://content-api.changenow.io/uploads/wajak_0675bc02ce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"firobsc\",\n        \"name\": \"Firo (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/firobsc_899194465e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"voxel\",\n        \"name\": \"Voxies\",\n        \"image\": \"https://content-api.changenow.io/uploads/voxel_b062059a9b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lrds\",\n        \"name\": \"BLOCKLORDS\",\n        \"image\": \"https://content-api.changenow.io/uploads/lrds_62cb715c28.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"boson\",\n        \"name\": \"Boson Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/boson_ec0c842e48.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"myro\",\n        \"name\": \"Myro\",\n        \"image\": \"https://content-api.changenow.io/uploads/myro_1e0a40d1e1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cswap\",\n        \"name\": \"ChainSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/cswap_d27fd5f94d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"adxbsc\",\n        \"name\": \"Ambire AdEx (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/adxbsc_0d76f9450a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hez\",\n        \"name\": \"Hermez Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/hez_514f32dd28.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wen\",\n        \"name\": \"Wen\",\n        \"image\": \"https://content-api.changenow.io/uploads/wen_1be8ac4a15.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gafi\",\n        \"name\": \"GameFi.org\",\n        \"image\": \"https://content-api.changenow.io/uploads/gafi_1538b27523.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"opulalgo\",\n        \"name\": \"Opulous (Algorand)\",\n        \"image\": \"https://content-api.changenow.io/uploads/opulalgo_3b789dd0f9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"opul\",\n        \"name\": \"Opulous\",\n        \"image\": \"https://content-api.changenow.io/uploads/opul_6143f67444.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bifierc20\",\n        \"name\": \"Beefy (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bifierc20_236c20b8bd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"copi\",\n        \"name\": \"Cornucopias\",\n        \"image\": \"https://content-api.changenow.io/uploads/copi_c414cb870c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lina\",\n        \"name\": \"Linear Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/lina_fd12939e6c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"linaerc20\",\n        \"name\": \"Linear Finance (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/linaerc20_7fb2325c58.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tokenbsc\",\n        \"name\": \"TokenFi (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tokenbsc_d8e8619e12.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"leash\",\n        \"name\": \"LEASH\",\n        \"image\": \"https://content-api.changenow.io/uploads/leash_c9a0da12e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"combo\",\n        \"name\": \"COMBO\",\n        \"image\": \"https://content-api.changenow.io/uploads/combo_08f7c5ff77.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ceek\",\n        \"name\": \"CEEK VR\",\n        \"image\": \"https://content-api.changenow.io/uploads/ceek_ca981d6345.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ceekerc20\",\n        \"name\": \"CEEK VR (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ceekerc20_460825c603.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"voltv3erc20\",\n        \"name\": \"Volt Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/volterc20_e918bf6361.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"eps\",\n        \"name\": \"Ellipsis\",\n        \"image\": \"https://content-api.changenow.io/uploads/eps_9dfc3bdb6b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"alpaca\",\n        \"name\": \"ALPACA\",\n        \"image\": \"https://content-api.changenow.io/uploads/ALPACA_afde270fcf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"siduserc20\",\n        \"name\": \"Sidus (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sidus_f040e426a3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"usdj\",\n        \"name\": \"USDJ\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdj_1108badd98.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pnk\",\n        \"name\": \"Kleros\",\n        \"image\": \"https://content-api.changenow.io/uploads/pnk_0bf0320a94.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ren\",\n        \"name\": \"Ren\",\n        \"image\": \"https://content-api.changenow.io/uploads/ren_7cb694f686.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tet\",\n        \"name\": \"Tectum\",\n        \"image\": \"https://content-api.changenow.io/uploads/tet_d3be503861.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"peipei\",\n        \"name\": \"PeiPei (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/peipei_ea2214a524.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"alpine\",\n        \"name\": \"Alpine F1 Team Fan Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/alpine_966f7676fb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"vidt\",\n        \"name\": \"VIDT DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/vidt_756f3bcc33.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"timebsc\",\n        \"name\": \"Chrono.tech (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/time_b7bafca019.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"timeerc20\",\n        \"name\": \"Chrono.tech (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/timeerc20_1dcae802cc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"vib\",\n        \"name\": \"Viberate\",\n        \"image\": \"https://content-api.changenow.io/uploads/vib_9f41826ac5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zypto\",\n        \"name\": \"Zypto\",\n        \"image\": \"https://content-api.changenow.io/uploads/zypto_fd62c0d9f5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"uft\",\n        \"name\": \"UniLend\",\n        \"image\": \"https://content-api.changenow.io/uploads/uft_cf3b40935d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bad\",\n        \"name\": \"Bad Idea AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/bad_798964361c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"sps\",\n        \"name\": \"Splintershards\",\n        \"image\": \"https://content-api.changenow.io/uploads/sps_c4d4b91e35.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ufo\",\n        \"name\": \"UFO Gaming\",\n        \"image\": \"https://content-api.changenow.io/uploads/ufo_1a1a66bdeb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lnq\",\n        \"name\": \"LinqAI\",\n        \"image\": \"https://content-api.changenow.io/uploads/lnq_2ae4f6076a.png\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rly\",\n        \"name\": \"Rally\",\n        \"image\": \"https://content-api.changenow.io/uploads/rly_4e55aa2a6e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mnw\",\n        \"name\": \"Morpheus.Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/mnw_ef5132de78.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"arc\",\n        \"name\": \"ARC\",\n        \"image\": \"https://content-api.changenow.io/uploads/arc_88615651cc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"starl\",\n        \"name\": \"Starlink\",\n        \"image\": \"https://content-api.changenow.io/uploads/starl_c6366e8e9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tomierc20\",\n        \"name\": \"tomiNet\",\n        \"image\": \"https://content-api.changenow.io/uploads/tomierc20_a1ac4294b0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"kp3r\",\n        \"name\": \"Keep3rV1\",\n        \"image\": \"https://content-api.changenow.io/uploads/kp3r_ee533dc91b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fuse\",\n        \"name\": \"Fuse Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/fuse_5a99af0979.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fitfi\",\n        \"name\": \"Step App (AVAXC)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fitfi_a16ee02884.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"boberc20\",\n        \"name\": \"BOB\",\n        \"image\": \"https://content-api.changenow.io/uploads/bob_e061f222d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"muse\",\n        \"name\": \"Muse\",\n        \"image\": \"https://content-api.changenow.io/uploads/muse_39f69263d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"nwc\",\n        \"name\": \"Newscrypto\",\n        \"image\": \"https://content-api.changenow.io/uploads/NWC_Newscrypto_b89908ac40.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cel\",\n        \"name\": \"Celsius\",\n        \"image\": \"https://content-api.changenow.io/uploads/cel_219f8a1490.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"shr\",\n        \"name\": \"ShareToken\",\n        \"image\": \"https://content-api.changenow.io/uploads/shr_4a42d9179f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"trvl\",\n        \"name\": \"Dtravel\",\n        \"image\": \"https://content-api.changenow.io/uploads/trvl_bbf1c0e981.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mv\",\n        \"name\": \"GensoKishi Metaverse\",\n        \"image\": \"https://content-api.changenow.io/uploads/mv_8dd3b2df3b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"akita\",\n        \"name\": \"Akita Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/akita_9d1d3e01f1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"vgx\",\n        \"name\": \"Voyager Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/vgx_4c53537163.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"radar\",\n        \"name\": \"DappRadar\",\n        \"image\": \"https://content-api.changenow.io/uploads/radar_2546892de1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mint\",\n        \"name\": \"Mint Club\",\n        \"image\": \"https://content-api.changenow.io/uploads/mint_e1c685dbcc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"unibot\",\n        \"name\": \"UniBot\",\n        \"image\": \"https://content-api.changenow.io/uploads/unibot_4a30e557e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"caps\",\n        \"name\": \"CAPS\",\n        \"image\": \"https://content-api.changenow.io/uploads/CAPS_d3723432bd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hapi\",\n        \"name\": \"HAPI Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/hapi_2d14f4f6aa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"gari\",\n        \"name\": \"Gari Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/gari_566636d1cb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cho\",\n        \"name\": \"Choise.com (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cho_895c7e63a6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"akro\",\n        \"name\": \"Akropolis\",\n        \"image\": \"https://content-api.changenow.io/uploads/akro_72e43b84df.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"marsh\",\n        \"name\": \"UnMarshal\",\n        \"image\": \"https://content-api.changenow.io/uploads/marsh_beeff00750.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ubt\",\n        \"name\": \"Unibright\",\n        \"image\": \"https://content-api.changenow.io/uploads/ubt_356c107cc8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"peng\",\n        \"name\": \"Peng\",\n        \"image\": \"https://content-api.changenow.io/uploads/peng_ceaed3a53f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"verse\",\n        \"name\": \"Verse\",\n        \"image\": \"https://content-api.changenow.io/uploads/verse_178b9c5f45.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"joy\",\n        \"name\": \"Joystream (JOY)\",\n        \"image\": \"https://content-api.changenow.io/uploads/joy_96ea173728.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cvp\",\n        \"name\": \"PowerPool\",\n        \"image\": \"https://content-api.changenow.io/uploads/cvp_517f546fd1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"epx\",\n        \"name\": \"Ellipsis (NEW)\",\n        \"image\": \"https://content-api.changenow.io/uploads/epx_94d09b3c60.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"mtv\",\n        \"name\": \"MultiVAC (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mtv_8a50ec96ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"qom\",\n        \"name\": \"Shiba Predator\",\n        \"image\": \"https://content-api.changenow.io/uploads/qom_5d25aed0ba.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hotcross\",\n        \"name\": \"Hot Cross\",\n        \"image\": \"https://content-api.changenow.io/uploads/hotcross_1f6d996cd2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"jetton\",\n        \"name\": \"JetTon Games\",\n        \"image\": \"https://content-api.changenow.io/uploads/jetton_eed6aea4e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ambmainnet\",\n        \"name\": \"AirDAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/amb_ac25357f8f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"solve\",\n        \"name\": \"SOLVE\",\n        \"image\": \"https://content-api.changenow.io/uploads/solve_300e299880.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"urus\",\n        \"name\": \"Aurox\",\n        \"image\": \"https://content-api.changenow.io/uploads/urus_6ca1aeb622.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"planet\",\n        \"name\": \"PLANET\",\n        \"image\": \"https://content-api.changenow.io/uploads/planet_bc982dbbfc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wozx\",\n        \"name\": \"Efforce\",\n        \"image\": \"https://content-api.changenow.io/uploads/wozx_1241d6fac8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dino\",\n        \"name\": \"DinoLFG\",\n        \"image\": \"https://content-api.changenow.io/uploads/dino_317ed3c051.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"brgbsc\",\n        \"name\": \"Bridge Oracle\",\n        \"image\": \"https://content-api.changenow.io/uploads/brgbsc_41296e6d8c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"arv\",\n        \"name\": \"Ariva\",\n        \"image\": \"https://content-api.changenow.io/uploads/arv_ab94fd7373.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"nftb\",\n        \"name\": \"NFTb\",\n        \"image\": \"https://content-api.changenow.io/uploads/nftb_f1fb9ff4dd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"govi\",\n        \"name\": \"Govi\",\n        \"image\": \"https://content-api.changenow.io/uploads/govi_f10ea11581.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"auto\",\n        \"name\": \"Auto\",\n        \"image\": \"https://content-api.changenow.io/uploads/auto_e2d9611a91.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"zoon\",\n        \"name\": \"ZOON\",\n        \"image\": \"https://content-api.changenow.io/uploads/zoon_7d16fdbadd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"ego\",\n        \"name\": \"EGO\",\n        \"image\": \"https://content-api.changenow.io/uploads/ego_8a41da49ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"belt\",\n        \"name\": \"BELT\",\n        \"image\": \"https://content-api.changenow.io/uploads/BELT_a9d57fb697.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"btcst\",\n        \"name\": \"Bitcoin Standard Hashrate Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/btcst_aa0e0ba9f0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fwc\",\n        \"name\": \"QATAR 2022 TOKEN\",\n        \"image\": \"https://content-api.changenow.io/uploads/fwc_b404d6a682.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"naft\",\n        \"name\": \"Nafter\",\n        \"image\": \"https://content-api.changenow.io/uploads/naft_6d48ec3967.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"keke\",\n        \"name\": \"KEK\",\n        \"image\": \"https://content-api.changenow.io/uploads/keke_d10bdf3e0a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"perl\",\n        \"name\": \"PERL.eco\",\n        \"image\": \"https://content-api.changenow.io/uploads/perl_480a3a2a76.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wait\",\n        \"name\": \"HOURGLASS\",\n        \"image\": \"https://content-api.changenow.io/uploads/wait_af9e7656ae.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bin\",\n        \"name\": \"Binemon\",\n        \"image\": \"https://content-api.changenow.io/uploads/BIN_e8db8ea56e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"skill\",\n        \"name\": \"SKILL\",\n        \"image\": \"https://content-api.changenow.io/uploads/skill_792e6e1eda.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"life\",\n        \"name\": \"Life Crypto\",\n        \"image\": \"https://content-api.changenow.io/uploads/life_3b80f73dce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"cns\",\n        \"name\": \"Centric Swap\",\n        \"image\": \"https://content-api.changenow.io/uploads/cns_9dc508f05e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lead\",\n        \"name\": \"Lead Wallet\",\n        \"image\": \"https://content-api.changenow.io/uploads/lead_22675d458e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"kmno\",\n        \"name\": \"Kamino Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/kmno_a28d23f271.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"hex\",\n        \"name\": \"HEX\",\n        \"image\": \"https://content-api.changenow.io/uploads/hex_10627ac651.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"khai\",\n        \"name\": \"Kitten Haimer\",\n        \"image\": \"https://content-api.changenow.io/uploads/khai_aec5d7409f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pndc\",\n        \"name\": \"Pond Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/pndc_812c364476.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pbx\",\n        \"name\": \"Probinex\",\n        \"image\": \"https://content-api.changenow.io/uploads/pbx_424f680d30.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"dorkl\",\n        \"name\": \"DORK LORD\",\n        \"image\": \"https://content-api.changenow.io/uploads/dorkl_81e4342f3f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"kibabsc\",\n        \"name\": \"Kiba Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/kibabsc_2c8eb26414.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bit\",\n        \"name\": \"BitDAO (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bit_76436bc5ec.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bttbsc\",\n        \"name\": \"BitTorrent (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bttbsc_f5aabf4a3f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wise\",\n        \"name\": \"Wise Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/wise_97d478224c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"lee\",\n        \"name\": \"Love Earn Enjoy\",\n        \"image\": \"https://content-api.changenow.io/uploads/lee_51b1d72956.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"banana\",\n        \"name\": \"Banana Gun\",\n        \"image\": \"https://content-api.changenow.io/uploads/banana_0217b2133c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"pol\",\n        \"name\": \"Polygon Ecosystem Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/poleth_9132b77abe.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"rjvbsc\",\n        \"name\": \"Rejuve.AI (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rjvbsc_9a50a8f2ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"steth\",\n        \"name\": \"stETH\",\n        \"image\": \"https://content-api.changenow.io/uploads/steth_02cca75f15.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wbtc\",\n        \"name\": \"Wrapped Bitcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtceth_6a4cdc184a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wbtcmatic\",\n        \"name\": \"Wrapped Bitcoin (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtcpolygon_cf285a033a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wbtcarb\",\n        \"name\": \"Wrapped Bitcoin (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtcarb_1f952ef354.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"wbtcop\",\n        \"name\": \"Wrapped Bitcoin (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtcop_949e35bc83.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"btcb\",\n        \"name\": \"Bitcoin BEP2\",\n        \"image\": \"https://content-api.changenow.io/uploads/btcb_dea13ddeaf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"opusdce\",\n        \"name\": \"USD Coin Bridged (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdc_op_9a609bcec7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"arbusdce\",\n        \"name\": \"USD Coin Bridged (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcarb_3c8a537dd2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"maticusdce\",\n        \"name\": \"USD Coin Bridged (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcmatic_e5834ebb53.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"geth\",\n        \"name\": \"Guarded Ether (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/geth_aa5f442f32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"blocks\",\n        \"name\": \"BLOCKS\",\n        \"image\": \"https://content-api.changenow.io/uploads/bloks_1566a6d711.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"momento\",\n        \"name\": \"Momento\",\n        \"image\": \"https://content-api.changenow.io/uploads/momento_84e5da1a46.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"fluf\",\n        \"name\": \"Fluffy Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/fluf_d3168fce26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"adabsc\",\n        \"name\": \"Cardano (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/adabsc_7ff7a0f452.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"avn\",\n        \"name\": \"AVNRich Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/avn_3fc4124a3b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"nyxt\",\n        \"name\": \"Nyx Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/nyxt_e1852900ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"tenshi\",\n        \"name\": \"Tenshi\",\n        \"image\": \"https://content-api.changenow.io/uploads/tenshi_ecb111d21d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"san\",\n        \"name\": \"Santiment Network Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/san_519f0c0b02.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"vidtbsc\",\n        \"name\": \"VIDT DAO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/vidtbsc_b4b309ae0a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    },\n    {\n        \"ticker\": \"bamerc20\",\n        \"name\": \"Bambi\",\n        \"image\": \"https://content-api.changenow.io/uploads/bambi_22da891aee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true\n    }\n]"}],"_postman_id":"f5216aba-6a44-49eb-a075-ad4435aa40db"},{"name":"List of available currencies for a specific currency","id":"b33e78a4-51db-42ef-ae85-dffd6dc3ed00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/currencies-to/:ticker?fixedRate=true","description":"<p>This API endpoint returns the array of markets available for the specified currency be default. The availability of a particular pair is determined by the 'isAvailable' field. Some currencies get enabled or disabled from time to time, so make sure to refresh the list occasionally.</p>\n<h3>Successful response:</h3>\n    <p>The response contains an array of objects with currencies information.</p>\n\n<h5>Successful response fields</h5>\n\n<table>\n    <tr>\n        <td><b>Name</b></td>\n        <td><b>Type</b></td>\n        <td><b>Description</b></td>\n    </tr>\n    <tr>\n        <td><b><i>ticker</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency ticker</td>\n    </tr>\n    <tr>\n        <td><b><i>name</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency name</td>\n    </tr>\n    <tr>\n        <td><b><i>image</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency logo url</td>\n    </tr>\n    <tr>\n        <td><b><i>hasExternalId</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a currency has an Extra ID</td>\n    </tr>\n    <tr>\n        <td><b><i>isFiat</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a currency is a fiat currency (EUR, USD)</td>\n    </tr>\n    <tr>\n        <td><b><i>featured</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a currency is popular</td>\n    </tr>\n    <tr>\n        <td><b><i>isStable</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a currency is stable</td>\n    </tr>\n    <tr>\n        <td><b><i>supportsFixedRate</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a currency is available on a fixed-rate flow</td>\n    </tr>\n    <tr>\n        <td><b><i>isAvailable</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates whether the pair is currently supported by our service</td>\n    </tr>\n</table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"182e3fe5-6a16-451a-bb1f-f9609b463668","id":"182e3fe5-6a16-451a-bb1f-f9609b463668","name":"Common","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","currencies-to",":ticker"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Optional) Set true to return only for the currencies available on a fixed-rate flow</p>\n","type":"text/plain"},"key":"fixedRate","value":"true"}],"variable":[{"description":{"content":"<p>(Required) Currency ticker</p>\n","type":"text/plain"},"type":"string","value":"btc","key":"ticker"}]}},"response":[{"id":"86e89184-7237-4725-9eac-ff52ffba7a2e","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/currencies-to/:ticker","protocol":"https","host":["api","changenow","io"],"path":["v1","currencies-to",":ticker"],"query":[{"key":"fixedRate","value":"","description":"(Optional) Set true to return only currencies with fixed-rate support","type":"text","disabled":true}],"variable":[{"key":"ticker","value":"btc","description":"(Required) Currency ticker"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:35:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf220e7ca6dffb-FRA"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum\",\n        \"image\": \"https://changenow.io/images/coins/eth.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xrp\",\n        \"name\": \"Ripple\",\n        \"image\": \"https://changenow.io/images/coins/xrp.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ltc\",\n        \"name\": \"Litecoin\",\n        \"image\": \"https://changenow.io/images/coins/ltc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bch\",\n        \"name\": \"BitcoinCash\",\n        \"image\": \"https://changenow.io/images/coins/bch.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bnb\",\n        \"name\": \"Binance Coin (ERC20)\",\n        \"image\": \"https://changenow.io/images/coins/bnb.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bnbmainnet\",\n        \"name\": \"Binance Coin Mainnet\",\n        \"image\": \"https://changenow.io/images/coins/bnbmainnet.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (OMNI)\",\n        \"image\": \"https://changenow.io/images/coins/usdt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"usdterc20\",\n        \"name\": \"Tether (ERC-20)\",\n        \"image\": \"https://changenow.io/images/coins/usdterc20.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"eos\",\n        \"name\": \"EOS\",\n        \"image\": \"https://changenow.io/images/coins/eos.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bsv\",\n        \"name\": \"Bitcoin SV\",\n        \"image\": \"https://changenow.io/images/coins/bsv.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"xlm\",\n        \"name\": \"Stellar\",\n        \"image\": \"https://changenow.io/images/coins/xlm.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ada\",\n        \"name\": \"Cardano\",\n        \"image\": \"https://changenow.io/images/coins/ada.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"trx\",\n        \"name\": \"TRON\",\n        \"image\": \"https://changenow.io/images/coins/trx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xmr\",\n        \"name\": \"Monero\",\n        \"image\": \"https://changenow.io/images/coins/xmr.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dash\",\n        \"name\": \"Dash\",\n        \"image\": \"https://changenow.io/images/coins/dash.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"neo\",\n        \"name\": \"Neo\",\n        \"image\": \"https://changenow.io/images/coins/neo.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"iota\",\n        \"name\": \"IOTA\",\n        \"image\": \"https://changenow.io/images/coins/iota.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"link\",\n        \"name\": \"Chainlink\",\n        \"image\": \"https://changenow.io/images/coins/link.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"atom\",\n        \"name\": \"Cosmos\",\n        \"image\": \"https://changenow.io/images/coins/atom.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xtz\",\n        \"name\": \"Tezos\",\n        \"image\": \"https://changenow.io/images/coins/xtz.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"etc\",\n        \"name\": \"EthereumClassic\",\n        \"image\": \"https://changenow.io/images/coins/etc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"mkr\",\n        \"name\": \"Maker\",\n        \"image\": \"https://changenow.io/images/coins/mkr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xem\",\n        \"name\": \"NEM\",\n        \"image\": \"https://changenow.io/images/coins/xem.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ont\",\n        \"name\": \"Ontology\",\n        \"image\": \"https://changenow.io/images/coins/ont.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"zec\",\n        \"name\": \"Zcash\",\n        \"image\": \"https://changenow.io/images/coins/zec.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"cro\",\n        \"name\": \"Crypto.Com\",\n        \"image\": \"https://changenow.io/images/coins/cro.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin\",\n        \"image\": \"https://changenow.io/images/coins/usdc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"doge\",\n        \"name\": \"Dogecoin\",\n        \"image\": \"https://changenow.io/images/coins/doge.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"btg\",\n        \"name\": \"BitcoinGold\",\n        \"image\": \"https://changenow.io/images/coins/btg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bat\",\n        \"name\": \"Basic Attention Token\",\n        \"image\": \"https://changenow.io/images/coins/bat.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"vet\",\n        \"name\": \"VeChain\",\n        \"image\": \"https://changenow.io/images/coins/vet.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"qtum\",\n        \"name\": \"QTUM\",\n        \"image\": \"https://changenow.io/images/coins/qtum.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dcr\",\n        \"name\": \"Decred\",\n        \"image\": \"https://changenow.io/images/coins/dcr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ht\",\n        \"name\": \"Huobi Token\",\n        \"image\": \"https://changenow.io/images/coins/ht.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"omg\",\n        \"name\": \"OmiseGo\",\n        \"image\": \"https://changenow.io/images/coins/omg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"tusd\",\n        \"name\": \"TrueUSD\",\n        \"image\": \"https://changenow.io/images/coins/tusd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"pax\",\n        \"name\": \"Paxos Standard Token\",\n        \"image\": \"https://changenow.io/images/coins/pax.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"rvn\",\n        \"name\": \"Ravencoin\",\n        \"image\": \"https://changenow.io/images/coins/rvn.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"nano\",\n        \"name\": \"Nano\",\n        \"image\": \"https://changenow.io/images/coins/nano.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"lsk\",\n        \"name\": \"Lisk\",\n        \"image\": \"https://changenow.io/images/coins/lsk.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"btt\",\n        \"name\": \"BitTorrent\",\n        \"image\": \"https://changenow.io/images/coins/btt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bcd\",\n        \"name\": \"Bitcoin Diamond\",\n        \"image\": \"https://changenow.io/images/coins/bcd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"hot\",\n        \"name\": \"Holo\",\n        \"image\": \"https://changenow.io/images/coins/hot.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"waves\",\n        \"name\": \"Waves\",\n        \"image\": \"https://changenow.io/images/coins/waves.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"zrx\",\n        \"name\": \"0x\",\n        \"image\": \"https://changenow.io/images/coins/zrx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"kmd\",\n        \"name\": \"Komodo\",\n        \"image\": \"https://changenow.io/images/coins/kmd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"icx\",\n        \"name\": \"ICON\",\n        \"image\": \"https://changenow.io/images/coins/icx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"npxs\",\n        \"name\": \"Pundi X\",\n        \"image\": \"https://changenow.io/images/coins/npxs.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dgb\",\n        \"name\": \"DigiByte\",\n        \"image\": \"https://changenow.io/images/coins/dgb.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"hc\",\n        \"name\": \"HyperCash\",\n        \"image\": \"https://changenow.io/images/coins/hc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"rep\",\n        \"name\": \"Augur\",\n        \"image\": \"https://changenow.io/images/coins/rep.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"iost\",\n        \"name\": \"Internet of Services\",\n        \"image\": \"https://changenow.io/images/coins/iost.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xvg\",\n        \"name\": \"Verge\",\n        \"image\": \"https://changenow.io/images/coins/xvg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"zil\",\n        \"name\": \"Zilliqa\",\n        \"image\": \"https://changenow.io/images/coins/zil.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ae\",\n        \"name\": \"Aeternity\",\n        \"image\": \"https://changenow.io/images/coins/ae.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"steem\",\n        \"name\": \"Steem\",\n        \"image\": \"https://changenow.io/images/coins/steem.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dai\",\n        \"name\": \"Dai\",\n        \"image\": \"https://changenow.io/images/coins/dai.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"wtc\",\n        \"name\": \"Waltonchain\",\n        \"image\": \"https://changenow.io/images/coins/wtc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xzc\",\n        \"name\": \"ZCoin\",\n        \"image\": \"https://changenow.io/images/coins/xzc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"snt\",\n        \"name\": \"Status\",\n        \"image\": \"https://changenow.io/images/coins/snt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ardr\",\n        \"name\": \"Ardor\",\n        \"image\": \"https://changenow.io/images/coins/ardr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"enj\",\n        \"name\": \"Enjin Coin\",\n        \"image\": \"https://changenow.io/images/coins/enj.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"elf\",\n        \"name\": \"aelf\",\n        \"image\": \"https://changenow.io/images/coins/elf.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"maid\",\n        \"name\": \"MaidSafeCoin\",\n        \"image\": \"https://changenow.io/images/coins/maid.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"nexo\",\n        \"name\": \"Nexo\",\n        \"image\": \"https://changenow.io/images/coins/nexo.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"gnt\",\n        \"name\": \"Golem\",\n        \"image\": \"https://changenow.io/images/coins/gnt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"wax\",\n        \"name\": \"WAX\",\n        \"image\": \"https://changenow.io/images/coins/wax.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"strat\",\n        \"name\": \"Stratis\",\n        \"image\": \"https://changenow.io/images/coins/strat.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"r\",\n        \"name\": \"Revain\",\n        \"image\": \"https://changenow.io/images/coins/r.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"zen\",\n        \"name\": \"Horizen\",\n        \"image\": \"https://changenow.io/images/coins/zen.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dent\",\n        \"name\": \"Dent\",\n        \"image\": \"https://changenow.io/images/coins/dent.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ark\",\n        \"name\": \"Ark\",\n        \"image\": \"https://changenow.io/images/coins/ark.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"mana\",\n        \"name\": \"Decentraland\",\n        \"image\": \"https://changenow.io/images/coins/mana.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"rdd\",\n        \"name\": \"ReddCoin\",\n        \"image\": \"https://changenow.io/images/coins/rdd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"fct\",\n        \"name\": \"Factom\",\n        \"image\": \"https://changenow.io/images/coins/fct.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ppt\",\n        \"name\": \"Populous\",\n        \"image\": \"https://changenow.io/images/coins/ppt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dgd\",\n        \"name\": \"DigixDAO\",\n        \"image\": \"https://changenow.io/images/coins/dgd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"lrc\",\n        \"name\": \"Loopring\",\n        \"image\": \"https://changenow.io/images/coins/lrc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"knc\",\n        \"name\": \"Kyber Network\",\n        \"image\": \"https://changenow.io/images/coins/knc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"aion\",\n        \"name\": \"Aion\",\n        \"image\": \"https://changenow.io/images/coins/aion.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"eurs\",\n        \"name\": \"STASIS EURS\",\n        \"image\": \"https://changenow.io/images/coins/eurs.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ignis\",\n        \"name\": \"Ignis\",\n        \"image\": \"https://changenow.io/images/coins/ignis.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"loom\",\n        \"name\": \"Loom Network\",\n        \"image\": \"https://changenow.io/images/coins/loom.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"eng\",\n        \"name\": \"Enigma\",\n        \"image\": \"https://changenow.io/images/coins/eng.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"cmt\",\n        \"name\": \"CyberMiles\",\n        \"image\": \"https://changenow.io/images/coins/cmt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"powr\",\n        \"name\": \"Power Ledger\",\n        \"image\": \"https://changenow.io/images/coins/powr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bnt\",\n        \"name\": \"BancorNetworkToken\",\n        \"image\": \"https://changenow.io/images/coins/bnt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"pivx\",\n        \"name\": \"PIVX\",\n        \"image\": \"https://changenow.io/images/coins/pivx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"storj\",\n        \"name\": \"Storj\",\n        \"image\": \"https://changenow.io/images/coins/storj.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"grs\",\n        \"name\": \"Groestlcoin\",\n        \"image\": \"https://changenow.io/images/coins/grs.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ant\",\n        \"name\": \"Aragon\",\n        \"image\": \"https://changenow.io/images/coins/ant.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"iotx\",\n        \"name\": \"IoTeX\",\n        \"image\": \"https://changenow.io/images/coins/iotx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dgtx\",\n        \"name\": \"Digitex Futures\",\n        \"image\": \"https://changenow.io/images/coins/dgtx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"tel\",\n        \"name\": \"Telcoin\",\n        \"image\": \"https://changenow.io/images/coins/tel.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"poly\",\n        \"name\": \"Polymath\",\n        \"image\": \"https://changenow.io/images/coins/poly.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"rlc\",\n        \"name\": \"iExec\",\n        \"image\": \"https://changenow.io/images/coins/rlc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"brd\",\n        \"name\": \"Bread\",\n        \"image\": \"https://changenow.io/images/coins/brd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"fet\",\n        \"name\": \"Fetch\",\n        \"image\": \"https://changenow.io/images/coins/fet.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"nxt\",\n        \"name\": \"Nxt\",\n        \"image\": \"https://changenow.io/images/coins/nxt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"gas\",\n        \"name\": \"NeoGas\",\n        \"image\": \"https://changenow.io/images/coins/gas.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"gno\",\n        \"name\": \"Gnosis\",\n        \"image\": \"https://changenow.io/images/coins/gno.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"fun\",\n        \"name\": \"FunFair\",\n        \"image\": \"https://changenow.io/images/coins/fun.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"gbyte\",\n        \"name\": \"Byteball Bytes\",\n        \"image\": \"https://changenow.io/images/coins/gbyte.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"mtl\",\n        \"name\": \"Metal\",\n        \"image\": \"https://changenow.io/images/coins/mtl.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"mith\",\n        \"name\": \"Mithril\",\n        \"image\": \"https://changenow.io/images/coins/mith.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"vtc\",\n        \"name\": \"Vertcoin\",\n        \"image\": \"https://changenow.io/images/coins/vtc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"cvc\",\n        \"name\": \"Civic\",\n        \"image\": \"https://changenow.io/images/coins/cvc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"mft\",\n        \"name\": \"Mainframe\",\n        \"image\": \"https://changenow.io/images/coins/mft.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"part\",\n        \"name\": \"Particl\",\n        \"image\": \"https://changenow.io/images/coins/part.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"pay\",\n        \"name\": \"TenXPay\",\n        \"image\": \"https://changenow.io/images/coins/pay.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"cnd\",\n        \"name\": \"Cindicator\",\n        \"image\": \"https://changenow.io/images/coins/cnd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"qrl\",\n        \"name\": \"Quantum Resistant\",\n        \"image\": \"https://changenow.io/images/coins/qrl.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"gto\",\n        \"name\": \"Gifto\",\n        \"image\": \"https://changenow.io/images/coins/gto.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"evx\",\n        \"name\": \"Everex\",\n        \"image\": \"https://changenow.io/images/coins/evx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"storm\",\n        \"name\": \"Storm\",\n        \"image\": \"https://changenow.io/images/coins/storm.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"sls\",\n        \"name\": \"SaluS\",\n        \"image\": \"https://changenow.io/images/coins/sls.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"kin\",\n        \"name\": \"Kin\",\n        \"image\": \"https://changenow.io/images/coins/kin.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"bqx\",\n        \"name\": \"Ethos\",\n        \"image\": \"https://changenow.io/images/coins/bqx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"rdn\",\n        \"name\": \"Raiden Network Token\",\n        \"image\": \"https://changenow.io/images/coins/rdn.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dcn\",\n        \"name\": \"Dentacoin\",\n        \"image\": \"https://changenow.io/images/coins/dcn.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"poe\",\n        \"name\": \"Po.et\",\n        \"image\": \"https://changenow.io/images/coins/poe.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"aeon\",\n        \"name\": \"Aeon\",\n        \"image\": \"https://changenow.io/images/coins/aeon.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"pma\",\n        \"name\": \"PumaPay\",\n        \"image\": \"https://changenow.io/images/coins/pma.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"rcn\",\n        \"name\": \"Ripio\",\n        \"image\": \"https://changenow.io/images/coins/rcn.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"adx\",\n        \"name\": \"AdEx\",\n        \"image\": \"https://changenow.io/images/coins/adx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"1st\",\n        \"name\": \"FirstBlood\",\n        \"image\": \"https://changenow.io/images/coins/1st.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"go\",\n        \"name\": \"GoChain\",\n        \"image\": \"https://changenow.io/images/coins/go.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"nav\",\n        \"name\": \"NavCoin\",\n        \"image\": \"https://changenow.io/images/coins/nav.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"plr\",\n        \"name\": \"Pillar\",\n        \"image\": \"https://changenow.io/images/coins/plr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"nmr\",\n        \"name\": \"Numeraire\",\n        \"image\": \"https://changenow.io/images/coins/nmr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"smart\",\n        \"name\": \"SmartCash\",\n        \"image\": \"https://changenow.io/images/coins/smart.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"noah\",\n        \"name\": \"Noah Coin\",\n        \"image\": \"https://changenow.io/images/coins/noah.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"sbd\",\n        \"name\": \"Steem Dollars\",\n        \"image\": \"https://changenow.io/images/coins/sbd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"flo\",\n        \"name\": \"FLO\",\n        \"image\": \"https://changenow.io/images/coins/flo.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"vee\",\n        \"name\": \"BLOCKv\",\n        \"image\": \"https://changenow.io/images/coins/vee.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"gusd\",\n        \"name\": \"Gemini Dollar\",\n        \"image\": \"https://changenow.io/images/coins/gusd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"srn\",\n        \"name\": \"SIRIN LABS Token\",\n        \"image\": \"https://changenow.io/images/coins/srn.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"rfr\",\n        \"name\": \"Refereum\",\n        \"image\": \"https://changenow.io/images/coins/rfr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"edg\",\n        \"name\": \"Edgeless\",\n        \"image\": \"https://changenow.io/images/coins/edg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xdn\",\n        \"name\": \"DigitalNote\",\n        \"image\": \"https://changenow.io/images/coins/xdn.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"key\",\n        \"name\": \"Selfkey\",\n        \"image\": \"https://changenow.io/images/coins/key.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ast\",\n        \"name\": \"AirSwap\",\n        \"image\": \"https://changenow.io/images/coins/ast.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"sngls\",\n        \"name\": \"SingularDTV\",\n        \"image\": \"https://changenow.io/images/coins/sngls.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dnt\",\n        \"name\": \"district0x\",\n        \"image\": \"https://changenow.io/images/coins/dnt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dlt\",\n        \"name\": \"Agrello\",\n        \"image\": \"https://changenow.io/images/coins/dlt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"phb\",\n        \"name\": \"Red Pulse Phoenix\",\n        \"image\": \"https://changenow.io/images/coins/phb.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"mln\",\n        \"name\": \"Melon\",\n        \"image\": \"https://changenow.io/images/coins/mln.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ukg\",\n        \"name\": \"Unikoin Gold\",\n        \"image\": \"https://changenow.io/images/coins/ukg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"vib\",\n        \"name\": \"Viberate\",\n        \"image\": \"https://changenow.io/images/coins/vib.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"mer\",\n        \"name\": \"Mercury\",\n        \"image\": \"https://changenow.io/images/coins/mer.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"arn\",\n        \"name\": \"Aeron\",\n        \"image\": \"https://changenow.io/images/coins/arn.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"bcpt\",\n        \"name\": \"BlockMason Credit\",\n        \"image\": \"https://changenow.io/images/coins/bcpt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"nlg\",\n        \"name\": \"Gulden\",\n        \"image\": \"https://changenow.io/images/coins/nlg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"lbc\",\n        \"name\": \"LBRY Credits\",\n        \"image\": \"https://changenow.io/images/coins/lbc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"snm\",\n        \"name\": \"SONM\",\n        \"image\": \"https://changenow.io/images/coins/snm.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"abyss\",\n        \"name\": \"The Abyss\",\n        \"image\": \"https://changenow.io/images/coins/abyss.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"game\",\n        \"name\": \"GameCredits\",\n        \"image\": \"https://changenow.io/images/coins/game.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"adt\",\n        \"name\": \"adToken\",\n        \"image\": \"https://changenow.io/images/coins/adt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xaur\",\n        \"name\": \"Xaurum\",\n        \"image\": \"https://changenow.io/images/coins/xaur.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"nim\",\n        \"name\": \"Nimiq\",\n        \"image\": \"https://changenow.io/images/coins/nim.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ok\",\n        \"name\": \"OKCash\",\n        \"image\": \"https://changenow.io/images/coins/ok.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"rads\",\n        \"name\": \"Radium\",\n        \"image\": \"https://changenow.io/images/coins/rads.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ngc\",\n        \"name\": \"NAGA\",\n        \"image\": \"https://changenow.io/images/coins/ngc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"trst\",\n        \"name\": \"WeTrust\",\n        \"image\": \"https://changenow.io/images/coins/trst.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"myst\",\n        \"name\": \"Mysterium\",\n        \"image\": \"https://changenow.io/images/coins/myst.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"rvr\",\n        \"name\": \"RevolutionVR\",\n        \"image\": \"https://changenow.io/images/coins/rvr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"hmq\",\n        \"name\": \"Humaniq\",\n        \"image\": \"https://changenow.io/images/coins/hmq.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"time\",\n        \"name\": \"Chronobank\",\n        \"image\": \"https://changenow.io/images/coins/time.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"up\",\n        \"name\": \"UpToken\",\n        \"image\": \"https://changenow.io/images/coins/up.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bkx\",\n        \"name\": \"Bankex\",\n        \"image\": \"https://changenow.io/images/coins/bkx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"zap\",\n        \"name\": \"Zap\",\n        \"image\": \"https://changenow.io/images/coins/zap.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"stx\",\n        \"name\": \"Stox\",\n        \"image\": \"https://changenow.io/images/coins/stx.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"amp\",\n        \"name\": \"Synereo\",\n        \"image\": \"https://changenow.io/images/coins/amp.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"gup\",\n        \"name\": \"Guppy\",\n        \"image\": \"https://changenow.io/images/coins/gup.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"swt\",\n        \"name\": \"Swarm City\",\n        \"image\": \"https://changenow.io/images/coins/swt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"exp\",\n        \"name\": \"Expanse\",\n        \"image\": \"https://changenow.io/images/coins/exp.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ptoy\",\n        \"name\": \"Patientory\",\n        \"image\": \"https://changenow.io/images/coins/ptoy.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"nbt\",\n        \"name\": \"NuBits\",\n        \"image\": \"https://changenow.io/images/coins/nbt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"iop\",\n        \"name\": \"Internet of People\",\n        \"image\": \"https://changenow.io/images/coins/iop.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"meme\",\n        \"name\": \"Memetic / PepeCoin\",\n        \"image\": \"https://changenow.io/images/coins/meme.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dyn\",\n        \"name\": \"Dynamic\",\n        \"image\": \"https://changenow.io/images/coins/dyn.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"proc\",\n        \"name\": \"ProCurrency\",\n        \"image\": \"https://changenow.io/images/coins/proc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"skin\",\n        \"name\": \"SkinCoin\",\n        \"image\": \"https://changenow.io/images/coins/skin.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"tkn\",\n        \"name\": \"TokenCard\",\n        \"image\": \"https://changenow.io/images/coins/tkn.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"mue\",\n        \"name\": \"MonetaryUnit\",\n        \"image\": \"https://changenow.io/images/coins/mue.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"pot\",\n        \"name\": \"PotCoin\",\n        \"image\": \"https://changenow.io/images/coins/pot.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xel\",\n        \"name\": \"Elastic\",\n        \"image\": \"https://changenow.io/images/coins/xel.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"golos\",\n        \"name\": \"Golos\",\n        \"image\": \"https://changenow.io/images/coins/golos.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"lmc\",\n        \"name\": \"LoMoCoin \",\n        \"image\": \"https://changenow.io/images/coins/lmc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"ong\",\n        \"name\": \"Ontology Gas\",\n        \"image\": \"https://changenow.io/images/coins/ong.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bdg\",\n        \"name\": \"BitDegree\",\n        \"image\": \"https://changenow.io/images/coins/bdg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"betr\",\n        \"name\": \"BetterBetting\",\n        \"image\": \"https://changenow.io/images/coins/betr.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"gbg\",\n        \"name\": \"Golos Gold\",\n        \"image\": \"https://changenow.io/images/coins/gbg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"isAvailable\": false\n    }\n]"},{"id":"f461fced-b46f-4eeb-882d-18deabf4ce8e","name":"Successful response (supports Fixed Rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/currencies-to/:ticker?fixedRate=true","protocol":"https","host":["api","changenow","io"],"path":["v1","currencies-to",":ticker"],"query":[{"key":"fixedRate","value":"true","description":"(Optional) Set true to return only currencies with fixed-rate support"}],"variable":[{"key":"ticker","value":"btc","description":"(Required) Currency ticker"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:37:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf247afa1cdffb-FRA"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum\",\n        \"image\": \"https://changenow.io/images/coins/eth.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xrp\",\n        \"name\": \"Ripple\",\n        \"image\": \"https://changenow.io/images/coins/xrp.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"ltc\",\n        \"name\": \"Litecoin\",\n        \"image\": \"https://changenow.io/images/coins/ltc.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bch\",\n        \"name\": \"BitcoinCash\",\n        \"image\": \"https://changenow.io/images/coins/bch.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"bnbmainnet\",\n        \"name\": \"Binance Coin Mainnet\",\n        \"image\": \"https://changenow.io/images/coins/bnbmainnet.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (OMNI)\",\n        \"image\": \"https://changenow.io/images/coins/usdt.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"usdterc20\",\n        \"name\": \"Tether (ERC-20)\",\n        \"image\": \"https://changenow.io/images/coins/usdterc20.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"eos\",\n        \"name\": \"EOS\",\n        \"image\": \"https://changenow.io/images/coins/eos.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xlm\",\n        \"name\": \"Stellar\",\n        \"image\": \"https://changenow.io/images/coins/xlm.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xmr\",\n        \"name\": \"Monero\",\n        \"image\": \"https://changenow.io/images/coins/xmr.svg\",\n        \"hasExternalId\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dash\",\n        \"name\": \"Dash\",\n        \"image\": \"https://changenow.io/images/coins/dash.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"neo\",\n        \"name\": \"Neo\",\n        \"image\": \"https://changenow.io/images/coins/neo.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"xtz\",\n        \"name\": \"Tezos\",\n        \"image\": \"https://changenow.io/images/coins/xtz.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": false\n    },\n    {\n        \"ticker\": \"zec\",\n        \"name\": \"Zcash\",\n        \"image\": \"https://changenow.io/images/coins/zec.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"omg\",\n        \"name\": \"OmiseGo\",\n        \"image\": \"https://changenow.io/images/coins/omg.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"tusd\",\n        \"name\": \"TrueUSD\",\n        \"image\": \"https://changenow.io/images/coins/tusd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"pax\",\n        \"name\": \"Paxos Standard Token\",\n        \"image\": \"https://changenow.io/images/coins/pax.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"dgd\",\n        \"name\": \"DigixDAO\",\n        \"image\": \"https://changenow.io/images/coins/dgd.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    },\n    {\n        \"ticker\": \"fun\",\n        \"name\": \"FunFair\",\n        \"image\": \"https://changenow.io/images/coins/fun.svg\",\n        \"hasExternalId\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"isAvailable\": true\n    }\n]"},{"id":"f4d99cac-a1df-4f06-9c6c-8d4ebf8a0724","name":"Bad request (invalid ticker)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/currencies-to/:ticker","protocol":"https","host":["api","changenow","io"],"path":["v1","currencies-to",":ticker"],"query":[{"key":"fixedRate","value":"true","description":"(Optional) Set true to return only currencies with fixed-rate support","type":"text","disabled":true}],"variable":[{"key":"ticker","value":"abc","description":"(Required) Currency ticker"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:39:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf27c39bb9dffb-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"page_not_found\"\n}"}],"_postman_id":"b33e78a4-51db-42ef-ae85-dffd6dc3ed00"},{"name":"Currency info","id":"a44b3f19-3e57-4f39-9822-e2ca3cf1d566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/currencies/:ticker","description":"<p>This method returns the name of the coin, the coin's main features (such as anonymity, the need for Extra ID, and logo), and the coin's supported wallets.</p>\n<h3>Successful response:</h3>\n    <p>The response contains an object with currency information.</p>\n\n<h5>Successful response fields</h5>\n\n<table>\n    <tr>\n        <td><b>Name</b></td>\n        <td><b>Type</b></td>\n        <td><b>Description</b></td>\n    </tr>\n    <tr>\n        <td><b><i>ticker</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency ticker</td>\n    </tr>\n    <tr>\n        <td><b><i>name</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency name</td>\n    </tr>\n    <tr>\n        <td><b><i>image</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency logo url</td>\n    </tr>\n    <tr>\n        <td><b><i>warnings</i></b></td>\n        <td><i>String</i></td>\n        <td>Some warnings like warnings that transactions on this network take longer or that the currency has moved to another network. Field “from” for warnings in case of exchange of this currency and field “to” for warnings in case of exchange for this currency, respectively</td>\n    </tr>\n    <tr>\n        <td><b><i>hasExternalId</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a currency has an Extra ID</td>\n    </tr>\n    <tr>\n        <td><b><i>isFiat</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a currency is a fiat currency (EUR, USD)</td>\n    </tr>\n    <tr>\n        <td><b><i>isAnonymous</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a currency has the ability to hide their transactions. This means that even if you know someone’s address, you won’t be able to recognize the balance and receive information about transactions without additional information (e.g. XMR)</td>\n    </tr>\n    <tr>\n        <td><b><i>wallets</i></b></td>\n        <td><i>Object</i></td>\n        <td>This field contains a list of primary and secondary wallets. For each wallet, this endpoint returns the name, url, logo url, supported platforms, degree of anonymity, degree of security, application weight and indicates if the wallet supports different currencies</td>\n    </tr>\n    <tr>\n        <td><b><i>addressExplorerMask</i></b></td>\n        <td><i>String</i></td>\n        <td>This field helps to create a link for the wallet address. Wallet address url = this field.replace('$$', payinAddress or payoutAddress from the <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a>)</td>\n    </tr>\n    <tr>\n        <td><b><i>transactionExplorerMask</i></b></td>\n        <td><i>String</i></td>\n        <td>This field helps to create a link for the transaction hash. Transaction hash url = this field.replace('$$', payinHash or payoutHash from the <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a>) </td>\n    </tr>\n</table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"182e3fe5-6a16-451a-bb1f-f9609b463668","id":"182e3fe5-6a16-451a-bb1f-f9609b463668","name":"Common","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","currencies",":ticker"],"host":["api","changenow","io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Currency ticker</p>\n","type":"text/plain"},"type":"string","value":"","key":"ticker"}]}},"response":[{"id":"4ff0945f-c2ba-4f77-801b-0649eb1598ef","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/currencies/:ticker","protocol":"https","host":["api","changenow","io"],"path":["v1","currencies",":ticker"],"variable":[{"key":"ticker","value":"btc","description":"(Required) Currency ticker"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 16:08:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fe059af5f9f9aaa-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticker\": \"btc\",\n    \"name\": \"Bitcoin\",\n    \"image\": \"https://changenow.io/images/coins/btc.svg\",\n    \"warnings\": {\n        \"to\": \"\",\n        \"from\": \"\"\n    },\n    \"hasExternalId\": false,\n    \"isFiat\": false,\n    \"isAnonymous\": false,\n    \"wallets\": {\n        \"primary\": [\n            {\n                \"name\": \"BTC Guarda\",\n                \"url\": \"https://guarda.co/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/b7ZsfbwiwgGedKOT.png\",\n                \"platforms\": {\n                    \"android\": false,\n                    \"ios\": false,\n                    \"linux\": true,\n                    \"chromeos\": false,\n                    \"windows\": true,\n                    \"macos\": true,\n                    \"web\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"High\",\n                    \"security\": \"High\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            }\n        ],\n        \"secondary\": [\n            {\n                \"name\": \"Jaxx\",\n                \"url\": \"https://jaxx.io/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/NH_Re2o91T_uUgLT.svg\",\n                \"platforms\": {\n                    \"android\": true,\n                    \"ios\": true,\n                    \"linux\": true,\n                    \"chromeos\": true,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": true\n            },\n            {\n                \"name\": \"Electrum\",\n                \"url\": \"https://electrum.org/#home\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/tet9_ylzVbt6HfXH.svg\",\n                \"platforms\": {\n                    \"android\": true,\n                    \"ios\": false,\n                    \"linux\": true,\n                    \"chromeos\": false,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"Bitcoin Wallet\",\n                \"url\": \"https://play.google.com/store/apps/details?id=de.schildbach.wallet\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/As3dajXLL4luF7b1.svg\",\n                \"platforms\": {\n                    \"android\": true,\n                    \"ios\": false,\n                    \"linux\": false,\n                    \"chromeos\": false,\n                    \"windows\": false,\n                    \"macos\": false\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"Exodus\",\n                \"url\": \"https://www.exodus.io/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/8YWrcAV4shyiuwM9.png\",\n                \"platforms\": {\n                    \"android\": false,\n                    \"ios\": false,\n                    \"linux\": true,\n                    \"chromeos\": false,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": true\n            },\n            {\n                \"name\": \"Bitcoin Knots\",\n                \"url\": \"https://bitcoinknots.org/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/4zc5TQsOF3oxfZBg.png\",\n                \"platforms\": {\n                    \"android\": false,\n                    \"ios\": false,\n                    \"linux\": true,\n                    \"chromeos\": false,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"High\",\n                    \"security\": \"High\",\n                    \"weight\": \"~ 170 GB\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"Bitcoin Core\",\n                \"url\": \"https://bitcoin.org/en/download\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/gZkk1gWlUElDrm70.svg\",\n                \"platforms\": {\n                    \"android\": false,\n                    \"ios\": false,\n                    \"linux\": true,\n                    \"chromeos\": false,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"High\",\n                    \"security\": \"High\",\n                    \"weight\": \"~ 170 GB\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"Strong Coin\",\n                \"url\": \"https://strongcoin.com\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/hxmCBY9UvN46RAQy.png\",\n                \"platforms\": {\n                    \"android\": false,\n                    \"ios\": false,\n                    \"linux\": false,\n                    \"chromeos\": true,\n                    \"windows\": false,\n                    \"macos\": false\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"coinbase\",\n                \"url\": \"https://www.coinbase.com/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/JOlcngQWuOIpEcje.png\",\n                \"platforms\": {\n                    \"android\": false,\n                    \"ios\": false,\n                    \"linux\": false,\n                    \"chromeos\": true,\n                    \"windows\": false,\n                    \"macos\": false\n                },\n                \"properties\": {\n                    \"anonymity\": \"Low\",\n                    \"security\": \"Low\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"Mobi\",\n                \"url\": \"https://www.mobi.me/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/X3MTjfT_Lb8hbEl6.png\",\n                \"platforms\": {\n                    \"android\": true,\n                    \"ios\": true,\n                    \"linux\": false,\n                    \"chromeos\": false,\n                    \"windows\": false,\n                    \"macos\": false\n                },\n                \"properties\": {\n                    \"anonymity\": \"Low\",\n                    \"security\": \"Low\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"Melis\",\n                \"url\": \"https://www.melis.io/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/x3pwL4YMy9p54Y0_.svg\",\n                \"platforms\": {\n                    \"android\": true,\n                    \"ios\": true,\n                    \"linux\": true,\n                    \"chromeos\": true,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"Bitpay\",\n                \"url\": \"https://bitpay.com/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/36LQevZK4OR_v-mB.png\",\n                \"platforms\": {\n                    \"android\": true,\n                    \"ios\": true,\n                    \"linux\": true,\n                    \"chromeos\": false,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            },\n            {\n                \"name\": \"Atomic\",\n                \"url\": \"https://atomicwallet.io/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/jheyBRBINM-IWAJj.png\",\n                \"platforms\": {\n                    \"web\": false,\n                    \"android\": false,\n                    \"ios\": false,\n                    \"linux\": true,\n                    \"chromeos\": false,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": true\n            },\n            {\n                \"name\": \"Bitcoin.com Wallet\",\n                \"url\": \"https://wallet.bitcoin.com/\",\n                \"imageUrl\": \"https://changenow.io/uploads/wallets/IrH0nxrkr6YZOtAP.png\",\n                \"platforms\": {\n                    \"web\": false,\n                    \"android\": true,\n                    \"ios\": true,\n                    \"linux\": true,\n                    \"chromeos\": false,\n                    \"windows\": true,\n                    \"macos\": true\n                },\n                \"properties\": {\n                    \"anonymity\": \"Medium\",\n                    \"security\": \"Medium\",\n                    \"weight\": \"\"\n                },\n                \"multi\": false\n            }\n        ]\n    },\n    \"addressExplorerMask\": \"https://www.blockchain.com/btc/address/$$\",\n    \"transactionExplorerMask\": \"https://blockchain.info/tx/$$\"\n}"},{"id":"928daa74-29a9-46ae-a30a-2af7f72dbf22","name":"Bad request (invalid ticker)","originalRequest":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/currencies/abc"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Sep 2019 20:46:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"51025503886ad8f5-AMS"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"page_not_found\"\n}"}],"_postman_id":"a44b3f19-3e57-4f39-9822-e2ca3cf1d566"},{"name":"List of transactions","id":"d4d5a53e-f92a-4113-b0d9-e9d097e080b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/transactions/:api_key?from=btc&to=eth&status=waiting&limit=50&offset=0&dateFrom&dateTo","description":"<p>This API endpoint returns the transactions initiated by users. The transactions are sorted by the time they were last updated in ascending order (i.e. status update time).</p>\n<p><strong>Note:</strong> If your API key transmitted to the client side or is not private for any other reasons, you can get a private key. In this case, you can call this method only using your private key, the list of transactions will not be available using the API key. For other methods, you can use a standart API key. If you want to get a private key, please, email us at</p>\n<p><a href=\"mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<p>.</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an array of objects with the info about the transactions.</p>\n\n<p>Response fields vary depending on the status and type of transaction.</p>\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>status</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction status:<br />new,<br />waiting,<br />confirming,<br />exchanging,<br />sending,<br />finished,<br />failed,<br />refunded,<br />verifying<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinHash</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction hash in the blockchain of the currency that you specified in the fromCurrency field that you send when creating the transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutHash</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction hash in the blockchain of the currency that you specified in the toCurrency field. We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The wallet address that will recieve the exchanged funds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID that you send when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amountSend</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount you send</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amountReceive</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount you receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>tokensDestination</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Wallet address to receive NOW tokens upon exchange<br />Note: this field is currently not relevant. All allocated coins were distributed.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ExtraId for refund (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>validUntil</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time of transaction validity</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>id</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>You can use it to get transaction status at the <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>updatedAt</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time of the last transaction update (e.g. status update)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>verificationSent</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates if a transaction has been sent for verification</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>expectedSendAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The amount you want to send<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>expectedReceiveAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Estimate based on the field <i>expectedSendAmount</i>.<br />Formula for calculating the estimated amount is given below</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<ul>\n<li><p>Formula for the estimated amount</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>estimatedAmount = (rate * amount) - networkFee\n\n</code></pre></li>\n</ul>\n<h3>Request Parameters:</h3>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"182e3fe5-6a16-451a-bb1f-f9609b463668","id":"182e3fe5-6a16-451a-bb1f-f9609b463668","name":"Common","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","transactions",":api_key"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Optional) Set a ticker of a payin currency to filter transactions</p>\n","type":"text/plain"},"key":"from","value":"btc"},{"description":{"content":"<p>(Optional) Set a ticker of a payout currency to filter transactions</p>\n","type":"text/plain"},"key":"to","value":"eth"},{"description":{"content":"<p>(Optional) Set a transaction status (available statuses below) to filter transactions</p>\n<p>Possible transaction statuses</p>\n<ul>\n<li>new</li>\n<li>waiting</li>\n<li>confirming</li>\n<li>exchanging</li>\n<li>sending</li>\n<li>finished</li>\n<li>failed</li>\n<li>refunded</li>\n<li>verifying</li>\n</ul>\n","type":"text/plain"},"key":"status","value":"waiting"},{"description":{"content":"<p>(Optional) Limit of transactions to return (default: 10)</p>\n<p>Note:  You can only specify limit bigger than 0 and less than 100</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>(Optional) Number of transactions to skip (default: 0)</p>\n<p>Note:  You can only specify offset bigger than 0</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created after this specified date.</p>\n<p>Format: YYYY-MM-DDTHH:mm:ss.sssZ</p>\n","type":"text/plain"},"key":"dateFrom","value":null},{"description":{"content":"<p>(Optional) Set a date to filter transactions created before this specified date.</p>\n<p>Format: YYYY-MM-DDTHH:mm:ss.sssZ</p>\n","type":"text/plain"},"key":"dateTo","value":null}],"variable":[{"type":"string","value":"your_api_key","key":"api_key"}]}},"response":[{"id":"968abf63-d29f-4656-83d9-e8fde6f8a087","name":"Successful response with filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/transactions/:api_key?from=btc&status=waiting&limit=10","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":api_key"],"query":[{"key":"from","value":"btc","description":"(Optional) Ticker of a payin currency"},{"key":"to","value":null,"description":"(Optional) Ticker if payout currency","disabled":true},{"key":"status","value":"waiting","description":"(Optional) Transaction status (available statuses below)\n\nPossible transaction statuses\n\n* new\n* waiting\n* confirming\n* exchanging\n* sending\n* finished\n* failed\n* refunded\n* expired"},{"key":"limit","value":"10","description":"(Optional) Limit of transactions to return (default: 10)"},{"key":"offset","value":null,"description":"(Optional) Number of transactions to skip","disabled":true}],"variable":[{"key":"api_key","value":"your_api_key","description":"Your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Aug 2019 13:08:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"50c608a7bc08c3ca-LED"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"waiting\",\n        \"payinAddress\": \"3NPcAGmzggbPn6BpARxyauHYC6oLBaiStN\",\n        \"payoutAddress\": \"0xdddddddddddddddddddddddddddddddddddddddd\",\n        \"fromCurrency\": \"btc\",\n        \"toCurrency\": \"eth\",\n        \"id\": \"5d80d184a53a73\",\n        \"updatedAt\": \"2019-08-22T17:34:06.124Z\",\n        \"expectedSendAmount\": 1,\n        \"expectedReceiveAmount\": 51.1593658\n    }\n]"},{"id":"bc2e2bf3-0253-459c-b8d1-f812627848f9","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/transactions/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":api_key"],"query":[{"key":"from","value":null,"description":"(Optional) Ticker of a payin currency","disabled":true},{"key":"to","value":null,"description":"(Optional) Ticker if payout currency","disabled":true},{"key":"status","value":null,"description":"(Optional) Transaction status (available statuses below)\n\nPossible transaction statuses\n\n* new\n* waiting\n* confirming\n* exchanging\n* sending\n* finished\n* failed\n* refunded\n* expired","disabled":true},{"key":"limit","value":null,"description":"(Optional) Limit of transactions to return (default: 10)","disabled":true},{"key":"offset","value":null,"description":"(Optional) Number of transactions to skip","disabled":true}],"variable":[{"key":"api_key","value":"your_api_key","description":"Your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Aug 2019 13:02:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"50c5ff910a29c3ca-LED"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"waiting\",\n        \"payinAddress\": \"3NPcAGmzggbPn6BpARxyauHYC6oLBaiStN\",\n        \"payoutAddress\": \"0xdddddddddddddddddddddddddddddddddddddddd\",\n        \"fromCurrency\": \"btc\",\n        \"toCurrency\": \"eth\",\n        \"id\": \"5d80d184a53a73\",\n        \"updatedAt\": \"2019-08-22T17:34:06.124Z\",\n        \"expectedSendAmount\": 1,\n        \"expectedReceiveAmount\": 51.1593658\n    },\n    {\n        \"status\": \"finished\",\n        \"payinHash\": \"0xdff1f5a6ef4dc9591abbc42cb8e2013b38b1c8664b140245aea46fbc8bd4a87f\",\n        \"payoutHash\": \"b6e54b414e1f9a77058ed6f4aa4b6a8621336a99cfdcb675743c10373c2c952c\",\n        \"payinAddress\": \"0x81c47d79018d62158F5284d379aB094E376f0b14\",\n        \"payoutAddress\": \"4AeHfznjhcsbeNQPBSFK36XMuykGGgZjAbeuS48wnYXWARZfRbnGYLs9rq8yaTzTYbQr5a4mW5JLFeLXZHaV4wCU2HDNaDm\",\n        \"fromCurrency\": \"dgd\",\n        \"toCurrency\": \"xmr\",\n        \"amountSend\": 2.422305,\n        \"amountReceive\": 0.522608,\n        \"id\": \"83c63c8f167307\",\n        \"updatedAt\": \"2019-08-26T11:35:59.842Z\"\n    },\n    {\n        \"status\": \"waiting\",\n        \"payinAddress\": \"TGfT5vFvHKLUThsFrUKQuCrhxMEJc6x31C\",\n        \"payoutAddress\": \"0x832E32F4e731486a2187daC82C3c7170858F4986\",\n        \"fromCurrency\": \"trx\",\n        \"toCurrency\": \"eth\",\n        \"id\": \"5b02a5d0651812\",\n        \"updatedAt\": \"2019-08-26T11:39:32.176Z\",\n        \"expectedSendAmount\": 2267.652024,\n        \"expectedReceiveAmount\": 0.2082564\n    }\n]"},{"id":"cc1a97a0-5ffb-4b90-8b27-a3b40ffdad50","name":"Successful response with all filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/transactions/:api_key?from=btc&to=eth&status=waiting&limit=10&offset=2","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":api_key"],"query":[{"key":"from","value":"btc","description":"(Optional) Set ticker of a payin currency to filter transactions"},{"key":"to","value":"eth","description":"(Optional) Set ticker of a payout currency to filter transactions"},{"key":"status","value":"waiting","description":"(Optional) Set transaction status (available statuses below) to filter transactions\n\nPossible transaction statuses\n\n* new\n* waiting\n* confirming\n* exchanging\n* sending\n* finished\n* failed\n* refunded\n* verifying\n* expired"},{"key":"limit","value":"10","description":"(Optional) Limit of transactions to return (default: 10)\n\n "},{"key":"offset","value":"2","description":"(Optional) Number of transactions to skip\n"}],"variable":[{"key":"api_key","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Sep 2019 20:50:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"51025b2278fbd8f5-AMS"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"waiting\",\n        \"payinAddress\": \"3NPcAGmzggbPn6BpARxyauHYC6oLBaiStN\",\n        \"payoutAddress\": \"0xdddddddddddddddddddddddddddddddddddddddd\",\n        \"fromCurrency\": \"btc\",\n        \"toCurrency\": \"eth\",\n        \"id\": \"5d80d184a53a73\",\n        \"updatedAt\": \"2019-08-22T17:34:06.124Z\",\n        \"expectedSendAmount\": 1,\n        \"expectedReceiveAmount\": 51.1593658\n    }\n]"}],"_postman_id":"d4d5a53e-f92a-4113-b0d9-e9d097e080b8"},{"name":"Transaction status","id":"fa12244b-f879-4675-a6f7-553cc59435dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/transactions/:id/:api_key","description":"<p>This API endpoint returns the status and additional information of a single transaction. Transaction ID is taken from the 'Create transaction' request on the</p>\n<p><a href=\"#dfe05b67-8453-462e-b4dd-fa4b0001c197\">standart flow</a></p>\n<p>or</p>\n<p><a href=\"#91302b9f-eb2d-4b71-a11f-825d63939f5f\">fixed-rate flow</a></p>\n<p>.</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an object with transaction information.</p>\n\n<p>Fields in the response vary depending on the status and a type of the transaction.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><b>Name</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td><i><b>status</b></i></td><td><i>String</i></td><td>Transaction status:<br />new,<br />waiting,<br />confirming,<br />exchanging,<br />sending,<br />finished,<br />failed,<br />refunded,<br />verifying<br /></td></tr><tr><td><i><b>payinAddress</b></i></td><td><i>String</i></td><td>We generate it when creating a transaction</td></tr><tr><td><i><b>payoutAddress</b></i></td><td><i>String</i></td><td>The wallet address that will recieve the exchanged funds</td></tr><tr><td><i><b>fromCurrency</b></i></td><td><i>String</i></td><td>Ticker of the currency you want to exchange</td></tr><tr><td><i><b>toCurrency</b></i></td><td><i>String</i></td><td>Ticker of the currency you want to receive</td></tr><tr><td><i><b>id</b></i></td><td><i>String</i></td><td>Transaction ID</td></tr><tr><td><i><b>updatedAt</b></i></td><td><i>String</i></td><td>Date and time of the last transaction update (e.g. status update)</td></tr><tr><td><i><b>expectedSendAmount</b></i></td><td><i>Number</i></td><td>The amount you want to send</td></tr><tr><td><i><b>expectedReceiveAmount</b></i></td><td><i>Number</i></td><td>Estimate based on the field <i>expectedSendAmount</i>.<br />Formula for calculating the estimated amount is given below</td></tr><tr><td><i><b>createdAt</b></i></td><td><i>String</i></td><td>Transaction creation date and time</td></tr><tr><td><i><b>isPartner</b></i></td><td><i>Boolean</i></td><td>Indicates if transactions are affiliate</td></tr><tr><td><i><b>depositReceivedAt</b></i></td><td><i>String</i></td><td>Deposit receiving date and time</td></tr><tr><td><i><b>payinExtraIdName</b></i></td><td><i>String</i></td><td>Field name currency Extra ID (e.g. Memo, Extra ID)</td></tr><tr><td><i><b>payoutExtraIdName</b></i></td><td><i>String</i></td><td>Field name currency Extra ID (e.g. Memo, Extra ID)</td></tr><tr><td><i><b>payinHash</b></i></td><td><i>String</i></td><td>Transaction hash in the blockchain of the currency which you specified in the fromCurrency field that you send when creating the transaction</td></tr><tr><td><i><b>payoutHash</b></i></td><td><i>String</i></td><td>Transaction hash in the blockchain of the currency which you specified in the toCurrency field. We generate it when creating a transaction</td></tr><tr><td><i><b>payinExtraId</b></i></td><td><i>String</i></td><td>We generate it when creating a transaction</td></tr><tr><td><i><b>payoutExtraId</b></i></td><td><i>String</i></td><td>Extra ID that you send when creating a transaction</td></tr><tr><td><i><b>amountSend</b></i></td><td><i>Number</i></td><td>Amount you send</td></tr><tr><td><i><b>amountReceive</b></i></td><td><i>Number</i></td><td>Amount you receive<br /></td></tr><tr><td><i><b>tokensDestination</b></i></td><td><i>String</i></td><td>Wallet address to receive NOW tokens upon exchange</td></tr><tr><td><i><b>refundAddress</b></i></td><td><i>String</i></td><td>Refund address (if you specified it)</td></tr><tr><td><i><b>refundExtraId</b></i></td><td><i>String</i></td><td>ExtraId for refund (if you specified it)</td></tr><tr><td><i><b>validUntil</b></i></td><td><i>String</i></td><td>Date and time of transaction validity</td></tr><tr><td><i><b>verificationSent</b></i></td><td><i>Boolean</i></td><td>Indicates if a transaction has been sent for verification</td></tr><tr><td><i><b>userId</b></i></td><td><i>String</i></td><td>Partner user ID that was sent when the transaction was created</td></tr><tr><td><i><b>payload</b></i></td><td><i>Object</i></td><td>Object that was sent when the transaction was created (can contain up to 5 arbitrary fields up to 64 characters long)</td></tr></tbody></table>\n\n<ul>\n<li><p>estimatedAmount = (rate \\\\* amount) - networkFee</p></li>\n</ul>\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"182e3fe5-6a16-451a-bb1f-f9609b463668","id":"182e3fe5-6a16-451a-bb1f-f9609b463668","name":"Common","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","transactions",":id",":api_key"],"host":["api","changenow","io"],"query":[],"variable":[{"description":{"content":"<p>Transaction ID from Create transaction request <a href=\"#dfe05b67-8453-462e-b4dd-fa4b0001c197\">on the standart flow</a> or <a href=\"#91302b9f-eb2d-4b71-a11f-825d63939f5f\">fixed-rate flow</a></p>\n","type":"text/plain"},"type":"string","value":"23c9d2832c92be","key":"id"},{"description":{"content":"<p>(Required) Partner public API key</p>\n","type":"text/plain"},"type":"string","value":"your_api_key","key":"api_key"}]}},"response":[{"id":"1a51a920-2b6a-4b4d-a103-259ed92c3f19","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/transactions/:id/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":id",":api_key"],"variable":[{"key":"id","value":"50727663e5d9a4","description":"Transaction id from create transaction request"},{"key":"api_key","value":"changenow","description":"Your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Aug 2019 14:48:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"50a5a667cb20c401-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"waiting\",\n    \"payinAddress\": \"32Ge2ci26rj1sRGw2NjiQa9L7Xvxtgzhrj\",\n    \"payoutAddress\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"eth\",\n    \"id\": \"50727663e5d9a4\",\n    \"updatedAt\": \"2019-08-22T14:47:49.943Z\",\n    \"expectedSendAmount\": 1,\n    \"expectedReceiveAmount\": 52.31667,\n    \"createdAt\": \"2019-08-22T14:47:49.943Z\",\n    \"isPartner\": false\n}"},{"id":"e31c7c24-a775-4a9c-bb8f-15976035e61b","name":" Bad request (user not found)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/transactions/:id/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":id",":api_key"],"variable":[{"key":"id","value":"50727663e5d9a4","description":"Transaction id from create transaction request"},{"key":"api_key","value":"","description":"Your API key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Aug 2019 14:50:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"50a5a8b2bf31c401-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"user_not_found\",\n    \"message\": \"Can’t identify a user\"\n}"}],"_postman_id":"fa12244b-f879-4675-a6f7-553cc59435dc"}],"id":"182e3fe5-6a16-451a-bb1f-f9609b463668","description":"<p>You can integrate either a fixed-rate exchange flow or a standard one. We recommend integrating both. </p>\n<p>Methods in this section are used for both flows.</p>\n<p>This section includes:\n    </p><ul>\n        <li>List of available currencies</li>\n        <li>List of available currencies for a specific currency</li>\n        <li>Currency info</li>\n        <li>List of transactions</li>\n        <li>Transaction status</li>\n    </ul><p></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d47984d4-d157-4c9d-ac4e-e65d59299b20","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"91383c5d-84eb-4cb0-8dca-09cc3598ed65","type":"text/javascript","exec":[""]}}],"_postman_id":"182e3fe5-6a16-451a-bb1f-f9609b463668"},{"name":"Standard Flow (Floating Rate)","item":[{"name":"Estimated exchange amount","id":"c95b63b2-03e1-4087-95cd-6b43c237dc7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/exchange-amount/:send_amount/:from_to/?api_key=your_api_key","description":"<p>This API endpoint returns estimated exchange amount for the exchange.</p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table>\n    <tr>\n        <td><b>Name</b></td>\n        <td><b>Type</b></td>\n        <td><b>Description</b></td>\n    </tr>\n    <tr>\n        <td><b><i>estimatedAmount</i></b></td>\n        <td><i>Number</i></td>\n        <td>Estimated exchange amount</td>\n    </tr>\n    <tr>\n        <td><b><i>transactionSpeedForecast</i></b></td>\n        <td><i>String</i></td>\n        <td>Dash-separated min and max estimated time in minutes</td>\n    </tr>\n    <tr>\n        <td><b><i>warningMessage</i></b></td>\n        <td><i>String || null</i></td>\n        <td>Some warnings like warnings that transactions on this network take longer or that the currency has moved to another network</td>\n    </tr>\n</table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v1","exchange-amount",":send_amount",":from_to",""],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Partner public API key</p>\n","type":"text/plain"},"key":"api_key","value":"your_api_key"},{"disabled":true,"description":{"content":"<p>(Optional) Use this flag if you would like to get an estimate for the balance import (without withdrawal fee)</p>\n","type":"text/plain"},"key":"isTopUp","value":""}],"variable":[{"description":{"content":"<p>Amount of funds you want to exchange1</p>\n","type":"text/plain"},"type":"string","value":"0.1","key":"send_amount"},{"description":{"content":"<p>Underscore separated pair of tickers</p>\n","type":"text/plain"},"type":"string","value":"btc_eth","key":"from_to"}]}},"response":[{"id":"8d74c31d-e9a7-43a1-b7ad-fb29e61800c7","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-amount/:send_amount/:from_to?api_key=XXX","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-amount",":send_amount",":from_to"],"query":[{"key":"api_key","value":"XXX"}],"variable":[{"key":"send_amount","value":"1.314452","description":"Amount of funds you want to exchange (example: 1.314452)"},{"key":"from_to","value":"btc_eth","description":"Underscore separated pair of tickers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 11:30:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"__cfduid=d1bfa9ed1fdd5f27ad9bf910ed71074391564399836; expires=Tue, 28-Jul-20 11:30:36 GMT; path=/; domain=.changenow.io; HttpOnly; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdec3017c3dc43d-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimatedAmount\": 58.4142873,\n    \"transactionSpeedForecast\": \"10-60\",\n    \"warningMessage\": null\n}\n\n\n"},{"id":"d22d12f0-8cc2-4660-b0e3-c031a18b335e","name":"Bad request (inactive pair)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-amount/:send_amount/:from_to?api_key=XXX","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-amount",":send_amount",":from_to"],"query":[{"key":"api_key","value":"XXX"}],"variable":[{"description":"Amount of funds you want to exchange","key":"send_amount","value":"1.314452"},{"description":"Underscore separated pair of tickers","key":"from_to","value":"btc_abc"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Sep 2019 20:55:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"51026344889bd8f5-AMS"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"pair_is_inactive\",\n    \"message\": \"Pair is inactive\"\n}"}],"_postman_id":"c95b63b2-03e1-4087-95cd-6b43c237dc7f"},{"name":"Create exchange transaction","id":"dfe05b67-8453-462e-b4dd-fa4b0001c197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-forwarded-for","value":"0.0.0.0","description":"<p>User's IP address</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"btc\", \n    \"to\": \"eth\", \n    \"amount\": \"1\", \n    \"address\": \"0x5acfb778cDe61C9022ED6fFf846D4e9bB3cceC56\", \n    \"flow\": \"standard\"\n}"},"url":"https://api.changenow.io/v1/transactions/:api_key","description":"<p>The API endpoint creates a transaction, generates an address for sending funds and returns transaction attributes.</p>\n<p><strong>Note:</strong> we also give the opportunity to transfer additional fields in the \"Create exchange transaction\" method, which we return in the <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">\"Transaction status\"</a> method. Аdditional fields that can be transferred include:</p>\n<ul>\n<li><p>userId — a personal and permanent identifier under which information is stored in the database;</p>\n</li>\n<li><p>payload — object that can contain up to 5 arbitrary fields up to 64 characters long;</p>\n</li>\n</ul>\n<p>If you would like to enable these fields, please contact us at <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a> with the subject line \"Special partner fields\".</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an object with transaction information.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>id</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>You can use it to get transaction status at the<a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The wallet address that will recieve the exchanged funds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID that you send when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount of currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund Extra ID (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraIdName</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Field name currency Extra ID (e.g. Memo, Extra ID)</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>\n\n<p>In this method you need to send the request body as JSON.</p>\n<p>This is an example of what json request should look like</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"from\": \"btc\",\n     \"to\": \"eth\",\n     \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n     \"amount\": \"12.346\",\n     \"extraId\": \"\",\n     \"refundAddress\" : \"\",\n     \"refundExtraId\": \"\",\n     \"userId\": \"\",\n     \"payload\": \"\",\n     \"contactEmail\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["v1","transactions",":api_key"],"host":["api","changenow","io"],"query":[],"variable":[{"type":"string","value":"your_api_key","key":"api_key"}]}},"response":[{"id":"2a26605c-54fa-4a65-ac8d-2fce33192c5f","name":"Bad request (amount is less then minimal)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"from\": \"btc\",\n \"to\": \"eth\",\n \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n \"amount\": \"0.0000000000000123\",\n \"extraId\": \"\",\n \"userId\": \"\",\n \"contactEmail\": \"\",\n \"refundAddress\": \"\",\n \"refundExtraId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"your API key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:24:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"51397c247b8ac3f2-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"out_of_range\",\n    \"message\": \"Amount is less then minimal: 0.002644 BTC\"\n}"},{"id":"7205bda5-5fb4-4f6f-9999-009edb875438","name":"Bad request (not valid address)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"from\": \"btc\",\n \"to\": \"eth\",\n \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC\",\n \"amount\": \"123\",\n \"extraId\": \"\",\n \"userId\": \"\",\n \"contactEmail\": \"\",\n \"refundAddress\": \"\",\n \"refundExtraId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"your API key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:24:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"51397b055defc3f2-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_address\",\n    \"message\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC is not valid ETH address\"\n}"},{"id":"cee91a51-4599-4fe9-902f-b05b2d5fee20","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"from\": \"btc\",\n \"to\": \"eth\",\n \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n \"amount\": \"1.34567\",\n \"extraId\": \"\",\n \"userId\": \"\",\n \"contactEmail\": \"\",\n \"refundAddress\": \"\",\n \"refundExtraId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:20:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5139756bdc5dc3f2-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"payinAddress\": \"328E95juhLbXeDDVDR9thh58MtCsnKuvf6\",\n    \"payoutAddress\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n    \"payoutExtraId\": \"\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"eth\",\n    \"refundAddress\": \"\",\n    \"refundExtraId\": \"\",\n    \"id\": \"33d9b8e1867579\",\n    \"amount\": 74.7999317\n}"},{"id":"d35c537b-0a53-4425-a589-db8e5f3b9092","name":"Successful response (all parameters are used)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"from\": \"btc\",\n \"to\": \"xrp\",\n \"address\": \"r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV\",\n \"amount\": \"1.34567\",\n \"extraId\": \"123456789\",\n \"userId\": \"\",\n \"contactEmail\": \"example@example.com\",\n \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n \"refundExtraId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:22:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"51397918af0dc3f2-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"payinAddress\": \"3Dg9o1mB9obJip6GfTM56umDegwxzwGQi5\",\n    \"payoutAddress\": \"r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV\",\n    \"payoutExtraId\": \"123456789\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"xrp\",\n    \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n    \"refundExtraId\": \"\",\n    \"id\": \"b89e07c37c5726\",\n    \"amount\": 52285.542603,\n    \"payoutExtraIdName\": \"Destination tag\"\n}"}],"_postman_id":"dfe05b67-8453-462e-b4dd-fa4b0001c197"},{"name":"List of all available pairs","id":"516f24de-abd6-4510-ab43-fbd275549399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/market-info/available-pairs/?includePartners=false","description":"<p>This API endpoint returns the list of all available pairs. Some currencies get enabled or disabled from time to time, so make sure to refresh the list occasionally.</p>\n<p>Notice that the resulting array will contain about 13000 pairs.</p>\n\n<h3>Successful response:</h3>\n<p>The response contains an array of underscore separated pair of tickers.</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v1","market-info","available-pairs",""],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>Set false to return all available pairs, except pairs supported by our partners</p>\n","type":"text/plain"},"key":"includePartners","value":"false"}],"variable":[]}},"response":[{"id":"f2f02ffa-2bfc-4613-928c-6ce8dad6a33a","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/market-info/available-pairs/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:48:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf34e47c44dffb-FRA"}],"cookie":[],"responseTime":null,"body":"[\n    \"ant_bat\",\n    \"ant_ardr\",\n    \"ant_bch\",\n    \"ant_btg\",\n    \"ant_bnt\",\n    \"ant_btc\",\n    \"ant_eos\",\n    \"ant_fun\",\n    \"ant_gnt\",\n    \"ant_lsk\",\n    \"ant_xrp\",\n    \"ant_dgb\",\n    \"ant_etc\",\n    \"ant_ltc\",\n    \"ant_nmr\",\n    \"ant_ptoy\",\n    \"ant_storj\",\n    \"ant_cvc\",\n    \"ant_edg\",\n    \"ant_gno\",\n    \"ant_lbc\",\n    \"ant_neo\",\n    \"ant_pay\",\n    \"ant_rep\",\n    \"ant_swt\",\n    \"ant_waves\",\n    \"ant_xmr\",\n    \"ant_dash\",\n    \"ant_dgd\",\n    \"ant_eth\",\n    \"ant_gup\",\n    \"ant_nxt\",\n    \"ant_zec\",\n    \"ant_dcr\",\n    \"ant_doge\",\n    \"ant_hmq\",\n    \"ant_omg\",\n    \"ant_trst\",\n    \"ant_xem\",\n    \"ant_zrx\",\n    \"ant_usdt\",\n    \"ant_maid\",\n    \"ant_amp\",\n    \"ant_powr\",\n    \"ant_rcn\",\n    \"ant_ada\",\n    \"ant_vib\",\n    \"ant_dnt\",\n    \"ant_qtum\",\n    \"ant_stx\",\n    \"ant_ignis\",\n    \"ant_dcn\",\n    \"ant_ngc\",\n    \"ant_wax\",\n    \"ant_lrc\",\n    \"ant_noah\",\n    \"ant_brd\",\n    \"ant_zen\",\n    \"ant_mana\",\n    \"ant_part\",\n    \"ant_ark\",\n    \"ant_snm\",\n    \"ant_xzc\",\n    \"ant_tusd\",\n    \"ant_wtc\",\n    \"ant_abyss\",\n    \"ant_zap\",\n    \"ant_aion\",\n    \"ant_smart\",\n    \"ant_nexo\",\n    \"ant_xlm\",\n    \"ant_grs\",\n    \"ant_enj\",\n    \"ant_betr\",\n    \"ant_poly\",\n    \"ant_ppt\",\n    \"ant_knc\",\n    \"ant_bkx\",\n    \"ant_bcd\",\n    \"ant_tel\",\n    \"ant_dai\",\n    \"ant_mkr\",\n    \"ant_link\",\n    \"ant_r\",\n    \"ant_gas\",\n    \"ant_pax\",\n    \"ant_usdc\",\n    \"ant_nim\",\n    \"ant_pma\",\n    \"ant_dgtx\",\n    \"ant_storm\",\n    \"ant_rfr\",\n    \"ant_gusd\",\n    \"ant_eurs\",\n    \"ant_vet\",\n    \"ant_fet\",\n    \"ant_ht\",\n    \"ant_bdg\",\n    \"ant_plr\",\n    \"ant_phb\",\n    \"bat_ant\",\n    \"bat_ardr\",\n    \"bat_bch\",\n    \"bat_btg\",\n    \"bat_bnt\",\n    \"bat_btc\",\n    \"bat_eos\",\n    \"bat_fun\",\n    \"bat_gnt\",\n    \"bat_lsk\",\n    \"bat_xrp\",\n    \"bat_dgb\",\n    \"bat_etc\",\n    \"bat_ltc\",\n    \"bat_nmr\",\n    \"bat_ptoy\",\n    \"bat_storj\",\n    \"bat_cvc\",\n    \"bat_edg\",\n    \"bat_gno\",\n    \"bat_lbc\",\n    \"bat_neo\",\n    \"bat_pay\",\n    \"bat_rep\",\n    \"bat_swt\",\n    \"bat_waves\",\n    \"bat_xmr\",\n    \"bat_dash\",\n    \"bat_dgd\",\n    \"bat_eth\",\n    \"bat_gup\",\n    \"bat_nxt\",\n    \"bat_zec\",\n    \"bat_dcr\",\n    \"bat_doge\",\n    \"bat_hmq\",\n    \"bat_omg\",\n    \"bat_trst\",\n    \"bat_xem\",\n    \"bat_zrx\",\n    \"bat_usdt\",\n    \"bat_maid\",\n    \"bat_amp\",\n    \"bat_powr\",\n    \"bat_rcn\",\n    \"bat_ada\",\n    \"bat_vib\",\n    \"bat_dnt\",\n    \"bat_qtum\",\n    \"bat_stx\",\n    \"bat_ignis\",\n    \"bat_dcn\",\n    \"bat_ngc\",\n    \"bat_wax\",\n    \"bat_lrc\",\n    \"bat_noah\",\n    \"bat_brd\",\n    \"bat_zen\",\n    \"bat_mana\",\n    \"bat_part\",\n    \"bat_ark\",\n    \"bat_snm\",\n    \"bat_xzc\",\n    \"bat_tusd\",\n    \"bat_wtc\",\n    \"bat_abyss\",\n    \"bat_zap\",\n    \"bat_aion\",\n    \"bat_smart\",\n    \"bat_nexo\",\n    \"bat_xlm\",\n    \"bat_grs\",\n    \"bat_enj\",\n    \"bat_betr\",\n    \"bat_poly\",\n    \"bat_ppt\",\n    \"bat_knc\",\n    \"bat_bkx\",\n    \"bat_bcd\",\n    \"bat_tel\",\n    \"bat_dai\",\n    \"bat_mkr\",\n    \"bat_link\",\n    \"bat_r\",\n    \"bat_gas\",\n    \"bat_pax\",\n    \"bat_usdc\",\n    \"bat_nim\",\n    \"bat_pma\",\n    \"bat_dgtx\",\n    \"bat_storm\",\n    \"bat_rfr\",\n    \"bat_gusd\",\n    \"bat_eurs\",\n    \"bat_vet\",\n    \"bat_fet\",\n    \"bat_ht\",\n    \"bat_bdg\",\n    \"bat_plr\",\n    \"bat_phb\",\n    \"ardr_ant\",\n    \"ardr_bat\",\n    \"ardr_bch\",\n    \"ardr_btg\",\n    \"ardr_bnt\",\n    \"ardr_btc\",\n    \"ardr_eos\",\n    \"ardr_fun\",\n    \"ardr_gnt\",\n    \"ardr_lsk\",\n    \"ardr_xrp\",\n    \"ardr_dgb\",\n    \"ardr_etc\",\n    \"ardr_ltc\",\n    \"ardr_nmr\",\n    \"ardr_ptoy\",\n    \"ardr_storj\",\n    \"ardr_cvc\",\n    \"ardr_edg\",\n    \"ardr_gno\",\n    \"ardr_lbc\",\n    \"ardr_neo\",\n    \"ardr_pay\",\n    \"ardr_rep\",\n    \"ardr_swt\",\n    \"ardr_waves\",\n    \"ardr_xmr\",\n    \"ardr_dash\",\n    \"ardr_dgd\",\n    \"ardr_eth\",\n    \"ardr_gup\",\n    \"ardr_nxt\",\n    \"ardr_zec\",\n    \"ardr_dcr\",\n    \"ardr_doge\",\n    \"ardr_hmq\",\n    \"ardr_omg\",\n    \"ardr_trst\",\n    \"ardr_xem\",\n    \"ardr_zrx\",\n    \"ardr_usdt\",\n    \"ardr_maid\",\n    \"ardr_amp\",\n    \"ardr_powr\",\n    \"ardr_rcn\",\n    \"ardr_ada\",\n    \"ardr_vib\",\n    \"ardr_dnt\",\n    \"ardr_qtum\",\n    \"ardr_stx\",\n    \"ardr_ignis\",\n    \"ardr_dcn\",\n    \"ardr_ngc\",\n    \"ardr_wax\",\n    \"ardr_lrc\",\n    \"ardr_noah\",\n    \"ardr_brd\",\n    \"ardr_zen\",\n    \"ardr_mana\",\n    \"ardr_part\",\n    \"ardr_ark\",\n    \"ardr_snm\",\n    \"ardr_xzc\",\n    \"ardr_tusd\",\n    \"ardr_wtc\",\n    \"ardr_abyss\",\n    \"ardr_zap\",\n    \"ardr_aion\",\n    \"ardr_smart\",\n    \"ardr_nexo\",\n    \"ardr_xlm\",\n    \"ardr_grs\",\n    \"ardr_enj\",\n    \"ardr_betr\",\n    \"ardr_poly\",\n    \"ardr_ppt\",\n    \"ardr_knc\",\n    \"ardr_bkx\",\n    \"ardr_bcd\",\n    \"ardr_tel\",\n    \"ardr_dai\",\n    \"ardr_mkr\",\n    \"ardr_link\",\n    \"ardr_r\",\n    \"ardr_gas\",\n    \"ardr_pax\",\n    \"ardr_usdc\",\n    \"ardr_nim\",\n    \"ardr_pma\",\n    \"ardr_dgtx\",\n    \"ardr_storm\",\n    \"ardr_rfr\",\n    \"ardr_gusd\",\n    \"ardr_eurs\",\n    \"ardr_vet\",\n    \"ardr_fet\",\n    \"ardr_ht\",\n    \"ardr_bdg\",\n    \"ardr_plr\",\n    \"ardr_phb\",\n    \"bch_ant\",\n    \"bch_bat\",\n    \"bch_ardr\",\n    \"bch_btg\",\n    \"bch_bnt\",\n    \"bch_btc\",\n    \"bch_eos\",\n    \"bch_fun\",\n    \"bch_gnt\",\n    \"bch_lsk\",\n    \"bch_xrp\",\n    \"bch_dgb\",\n    \"bch_etc\",\n    \"bch_ltc\",\n    \"bch_nmr\",\n    \"bch_ptoy\",\n    \"bch_storj\",\n    \"bch_cvc\",\n    \"bch_edg\",\n    \"bch_gno\",\n    \"bch_lbc\",\n    \"bch_neo\",\n    \"bch_pay\",\n    \"bch_rep\",\n    \"bch_swt\",\n    \"bch_waves\",\n    \"bch_xmr\",\n    \"bch_dash\",\n    \"bch_dgd\",\n    \"bch_eth\",\n    \"bch_gup\",\n    \"bch_nxt\",\n    \"bch_zec\",\n    \"bch_dcr\",\n    \"bch_doge\",\n    \"bch_hmq\",\n    \"bch_omg\",\n    \"bch_trst\",\n    \"bch_xem\",\n    \"bch_zrx\",\n    \"bch_usdt\",\n    \"bch_maid\",\n    \"bch_amp\",\n    \"bch_powr\",\n    \"bch_rcn\",\n    \"bch_ada\",\n    \"bch_vib\",\n    \"bch_dnt\",\n    \"bch_qtum\",\n    \"bch_stx\",\n    \"bch_ignis\",\n    \"bch_dcn\",\n    \"bch_ngc\",\n    \"bch_wax\",\n    \"bch_lrc\",\n    \"bch_noah\",\n    \"bch_brd\",\n    \"bch_zen\",\n    \"bch_mana\",\n    \"bch_part\",\n    \"bch_ark\",\n    \"bch_snm\",\n    \"bch_xzc\",\n    \"bch_tusd\",\n    \"bch_wtc\",\n    \"bch_abyss\",\n    \"bch_zap\",\n    \"bch_aion\",\n    \"bch_smart\",\n    \"bch_nexo\",\n    \"bch_xlm\",\n    \"bch_grs\",\n    \"bch_enj\",\n    \"bch_betr\",\n    \"bch_poly\",\n    \"bch_ppt\",\n    \"bch_knc\",\n    \"bch_bkx\",\n    \"bch_bcd\",\n    \"bch_tel\",\n    \"bch_dai\",\n    \"bch_mkr\",\n    \"bch_link\",\n    \"bch_r\",\n    \"bch_gas\",\n    \"bch_pax\",\n    \"bch_usdc\",\n    \"bch_nim\",\n    \"bch_pma\",\n    \"bch_dgtx\",\n    \"bch_storm\",\n    \"bch_rfr\",\n    \"bch_gusd\",\n    \"bch_eurs\",\n    \"bch_vet\",\n    \"bch_fet\",\n    \"bch_ht\",\n    \"bch_bdg\",\n    \"bch_plr\",\n    \"bch_phb\",\n    \"btg_ant\",\n    \"btg_bat\",\n    \"btg_ardr\",\n    \"btg_bch\",\n    \"btg_bnt\",\n    \"btg_btc\",\n    \"btg_eos\",\n    \"btg_fun\",\n    \"btg_gnt\",\n    \"btg_lsk\",\n    \"btg_xrp\",\n    \"btg_dgb\",\n    \"btg_etc\",\n    \"btg_ltc\",\n    \"btg_nmr\",\n    \"btg_ptoy\",\n    \"btg_storj\",\n    \"btg_cvc\",\n    \"btg_edg\",\n    \"btg_gno\",\n    \"btg_lbc\",\n    \"btg_neo\",\n    \"btg_pay\",\n    \"btg_rep\",\n    \"btg_swt\",\n    \"btg_waves\",\n    \"btg_xmr\",\n    \"btg_dash\",\n    \"btg_dgd\",\n    \"btg_eth\",\n    \"btg_gup\",\n    \"btg_nxt\",\n    \"btg_zec\",\n    \"btg_dcr\",\n    \"btg_doge\",\n    \"btg_hmq\",\n    \"btg_omg\",\n    \"btg_trst\",\n    \"btg_xem\",\n    \"btg_zrx\",\n    \"btg_usdt\",\n    \"btg_maid\",\n    \"btg_amp\",\n    \"btg_powr\",\n    \"btg_rcn\",\n    \"btg_ada\",\n    \"btg_vib\",\n    \"btg_dnt\",\n    \"btg_qtum\",\n    \"btg_stx\",\n    \"btg_ignis\",\n    \"btg_dcn\",\n    \"btg_ngc\",\n    \"btg_wax\",\n    \"btg_lrc\",\n    \"btg_noah\",\n    \"btg_brd\",\n    \"btg_zen\",\n    \"btg_mana\",\n    \"btg_part\",\n    \"btg_ark\",\n    \"btg_snm\",\n    \"btg_xzc\",\n    \"btg_tusd\",\n    \"btg_wtc\",\n    \"btg_abyss\",\n    \"btg_zap\",\n    \"btg_aion\",\n    \"btg_smart\",\n    \"btg_nexo\",\n    \"btg_xlm\",\n    \"btg_grs\",\n    \"btg_enj\",\n    \"btg_betr\",\n    \"btg_poly\",\n    \"btg_ppt\",\n    \"btg_knc\",\n    \"btg_bkx\",\n    \"btg_bcd\",\n    \"btg_tel\",\n    \"btg_dai\",\n    \"btg_mkr\",\n    \"btg_link\",\n    \"btg_r\",\n    \"btg_gas\",\n    \"btg_pax\",\n    \"btg_usdc\",\n    \"btg_nim\",\n    \"btg_pma\",\n    \"btg_dgtx\",\n    \"btg_storm\",\n    \"btg_rfr\",\n    \"btg_gusd\",\n    \"btg_eurs\",\n    \"btg_vet\",\n    \"btg_fet\",\n    \"btg_ht\",\n    \"btg_bdg\",\n    \"btg_plr\",\n    \"btg_phb\",\n    \"bnt_ant\",\n    \"bnt_bat\",\n    \"bnt_ardr\",\n    \"bnt_bch\",\n    \"bnt_btg\",\n    \"bnt_btc\",\n    \"bnt_eos\",\n    \"bnt_fun\",\n    \"bnt_gnt\",\n    \"bnt_lsk\",\n    \"bnt_xrp\",\n    \"bnt_dgb\",\n    \"bnt_etc\",\n    \"bnt_ltc\",\n    \"bnt_nmr\",\n    \"bnt_ptoy\",\n    \"bnt_storj\",\n    \"bnt_cvc\",\n    \"bnt_edg\",\n    \"bnt_gno\",\n    \"bnt_lbc\",\n    \"bnt_neo\",\n    \"bnt_pay\",\n    \"bnt_rep\",\n    \"bnt_swt\",\n    \"bnt_waves\",\n    \"bnt_xmr\",\n    \"bnt_dash\",\n    \"bnt_dgd\",\n    \"bnt_eth\",\n    \"bnt_gup\",\n    \"bnt_nxt\",\n    \"bnt_zec\",\n    \"bnt_dcr\",\n    \"bnt_doge\",\n    \"bnt_hmq\",\n    \"bnt_omg\",\n    \"bnt_trst\",\n    \"bnt_xem\",\n    \"bnt_zrx\",\n    \"bnt_usdt\",\n    \"bnt_maid\",\n    \"bnt_amp\",\n    \"bnt_powr\",\n    \"bnt_rcn\",\n    \"bnt_ada\",\n    \"bnt_vib\",\n    \"bnt_dnt\",\n    \"bnt_qtum\",\n    \"bnt_stx\",\n    \"bnt_ignis\",\n    \"bnt_dcn\",\n    \"bnt_ngc\",\n    \"bnt_wax\",\n    \"bnt_lrc\",\n    \"bnt_noah\",\n    \"bnt_brd\",\n    \"bnt_zen\",\n    \"bnt_mana\",\n    \"bnt_part\",\n    \"bnt_ark\",\n    \"bnt_snm\",\n    \"bnt_xzc\",\n    \"bnt_tusd\",\n    \"bnt_wtc\",\n    \"bnt_abyss\",\n    \"bnt_zap\",\n    \"bnt_aion\",\n    \"bnt_smart\",\n    \"bnt_nexo\",\n    \"bnt_xlm\",\n    \"bnt_grs\",\n    \"bnt_enj\",\n    \"bnt_betr\",\n    \"bnt_poly\",\n    \"bnt_ppt\",\n    \"bnt_knc\",\n    \"bnt_bkx\",\n    \"bnt_bcd\",\n    \"bnt_tel\",\n    \"bnt_dai\",\n    \"bnt_mkr\",\n    \"bnt_link\",\n    \"bnt_r\",\n    \"bnt_gas\",\n    \"bnt_pax\",\n    \"bnt_usdc\",\n    \"bnt_nim\",\n    \"bnt_pma\",\n    \"bnt_dgtx\",\n    \"bnt_storm\",\n    \"bnt_rfr\",\n    \"bnt_gusd\",\n    \"bnt_eurs\",\n    \"bnt_vet\",\n    \"bnt_fet\",\n    \"bnt_ht\",\n    \"bnt_bdg\",\n    \"bnt_plr\",\n    \"bnt_phb\",\n    \"btc_ant\",\n    \"btc_bat\",\n    \"btc_ardr\",\n    \"btc_bch\",\n    \"btc_btg\",\n    \"btc_bnt\",\n    \"btc_eos\",\n    \"btc_fun\",\n    \"btc_gnt\",\n    \"btc_lsk\",\n    \"btc_xrp\",\n    \"btc_dgb\",\n    \"btc_etc\",\n    \"btc_ltc\",\n    \"btc_nmr\",\n    \"btc_ptoy\",\n    \"btc_storj\",\n    \"btc_cvc\",\n    \"btc_edg\",\n    \"btc_gno\",\n    \"btc_lbc\",\n    \"btc_neo\",\n    \"btc_pay\",\n    \"btc_rep\",\n    \"btc_swt\",\n    \"btc_waves\",\n    \"btc_xmr\",\n    \"btc_dash\",\n    \"btc_dgd\",\n    \"btc_eth\",\n    \"btc_gup\",\n    \"btc_nxt\",\n    \"btc_zec\",\n    \"btc_dcr\",\n    \"btc_doge\",\n    \"btc_hmq\",\n    \"btc_omg\",\n    \"btc_trst\",\n    \"btc_xem\",\n    \"btc_zrx\",\n    \"btc_usdt\",\n    \"btc_maid\",\n    \"btc_amp\",\n    \"btc_powr\",\n    \"btc_rcn\",\n    \"btc_ada\",\n    \"btc_vib\",\n    \"btc_dnt\",\n    \"btc_qtum\",\n    \"btc_stx\",\n    \"btc_ignis\",\n    \"btc_dcn\",\n    \"btc_ngc\",\n    \"btc_wax\",\n    \"btc_lrc\",\n    \"btc_noah\",\n    \"btc_brd\",\n    \"btc_zen\",\n    \"btc_mana\",\n    \"btc_part\",\n    \"btc_ark\",\n    \"btc_snm\",\n    \"btc_xzc\",\n    \"btc_tusd\",\n    \"btc_wtc\",\n    \"btc_abyss\",\n    \"btc_zap\",\n    \"btc_aion\",\n    \"btc_smart\",\n    \"btc_nexo\",\n    \"btc_xlm\",\n    \"btc_grs\",\n    \"btc_enj\",\n    \"btc_betr\",\n    \"btc_poly\",\n    \"btc_ppt\",\n    \"btc_knc\",\n    \"btc_bkx\",\n    \"btc_bcd\",\n    \"btc_tel\",\n    \"btc_dai\",\n    \"btc_mkr\",\n    \"btc_link\",\n    \"btc_r\",\n    \"btc_gas\",\n    \"btc_pax\",\n    \"btc_usdc\",\n    \"btc_nim\",\n    \"btc_pma\",\n    \"btc_dgtx\",\n    \"btc_storm\",\n    \"btc_rfr\",\n    \"btc_gusd\",\n    \"btc_eurs\",\n    \"btc_vet\",\n    \"btc_fet\",\n    \"btc_ht\",\n    \"btc_bdg\",\n    \"btc_plr\",\n    \"btc_phb\",\n    \"eos_ant\",\n    \"eos_bat\",\n    \"eos_ardr\",\n    \"eos_bch\",\n    \"eos_btg\",\n    \"eos_bnt\",\n    \"eos_btc\",\n    \"eos_fun\",\n    \"eos_gnt\",\n    \"eos_lsk\",\n    \"eos_xrp\",\n    \"eos_dgb\",\n    \"eos_etc\",\n    \"eos_ltc\",\n    \"eos_nmr\",\n    \"eos_ptoy\",\n    \"eos_storj\",\n    \"eos_cvc\",\n    \"eos_edg\",\n    \"eos_gno\",\n    \"eos_lbc\",\n    \"eos_neo\",\n    \"eos_pay\",\n    \"eos_rep\",\n    \"eos_swt\",\n    \"eos_waves\",\n    \"eos_xmr\",\n    \"eos_dash\",\n    \"eos_dgd\",\n    \"eos_eth\",\n    \"eos_gup\",\n    \"eos_nxt\",\n    \"eos_zec\",\n    \"eos_dcr\",\n    \"eos_doge\",\n    \"eos_hmq\",\n    \"eos_omg\",\n    \"eos_trst\",\n    \"eos_xem\",\n    \"eos_zrx\",\n    \"eos_usdt\",\n    \"eos_maid\",\n    \"eos_amp\",\n    \"eos_powr\",\n    \"eos_rcn\",\n    \"eos_ada\",\n    \"eos_vib\",\n    \"eos_dnt\",\n    \"eos_qtum\",\n    \"eos_stx\",\n    \"eos_ignis\",\n    \"eos_dcn\",\n    \"eos_ngc\",\n    \"eos_wax\",\n    \"eos_lrc\",\n    \"eos_noah\",\n    \"eos_brd\",\n    \"eos_zen\",\n    \"eos_mana\",\n    \"eos_part\",\n    \"eos_ark\",\n    \"eos_snm\",\n    \"eos_xzc\",\n    \"eos_tusd\",\n    \"eos_wtc\",\n    \"eos_abyss\",\n    \"eos_zap\",\n    \"eos_aion\",\n    \"eos_smart\",\n    \"eos_nexo\",\n    \"eos_xlm\",\n    \"eos_grs\",\n    \"eos_enj\",\n    \"eos_betr\",\n    \"eos_poly\",\n    \"eos_ppt\",\n    \"eos_knc\",\n    \"eos_bkx\",\n    \"eos_bcd\",\n    \"eos_tel\",\n    \"eos_dai\",\n    \"eos_mkr\",\n    \"eos_link\",\n    \"eos_r\",\n    \"eos_gas\",\n    \"eos_pax\",\n    \"eos_usdc\",\n    \"eos_nim\",\n    \"eos_pma\",\n    \"eos_dgtx\",\n    \"eos_storm\",\n    \"eos_rfr\",\n    \"eos_gusd\",\n    \"eos_eurs\",\n    \"eos_vet\",\n    \"eos_fet\",\n    \"eos_ht\",\n    \"eos_bdg\",\n    \"eos_plr\",\n    \"eos_phb\",\n    \"fun_ant\",\n    \"fun_bat\",\n    \"fun_ardr\",\n    \"fun_bch\",\n    \"fun_btg\",\n    \"fun_bnt\",\n    \"fun_btc\",\n    \"fun_eos\",\n    \"fun_gnt\",\n    \"fun_lsk\",\n    \"fun_xrp\",\n    \"fun_dgb\",\n    \"fun_etc\",\n    \"fun_ltc\",\n    \"fun_nmr\",\n    \"fun_ptoy\",\n    \"fun_storj\",\n    \"fun_cvc\",\n    \"fun_edg\",\n    \"fun_gno\",\n    \"fun_lbc\",\n    \"fun_neo\",\n    \"fun_pay\",\n    \"fun_rep\",\n    \"fun_swt\",\n    \"fun_waves\",\n    \"fun_xmr\",\n    \"fun_dash\",\n    \"fun_dgd\",\n    \"fun_eth\",\n    \"fun_gup\",\n    \"fun_nxt\",\n    \"fun_zec\",\n    \"fun_dcr\",\n    \"fun_doge\",\n    \"fun_hmq\",\n    \"fun_omg\",\n    \"fun_trst\",\n    \"fun_xem\",\n    \"fun_zrx\",\n    \"fun_usdt\",\n    \"fun_maid\",\n    \"fun_amp\",\n    \"fun_powr\",\n    \"fun_rcn\",\n    \"fun_ada\",\n    \"fun_vib\",\n    \"fun_dnt\",\n    \"fun_qtum\",\n    \"fun_stx\",\n    \"fun_ignis\",\n    \"fun_dcn\",\n    \"fun_ngc\",\n    \"fun_wax\",\n    \"fun_lrc\",\n    \"fun_noah\",\n    \"fun_brd\",\n    \"fun_zen\",\n    \"fun_mana\",\n    \"fun_part\",\n    \"fun_ark\",\n    \"fun_snm\",\n    \"fun_xzc\",\n    \"fun_tusd\",\n    \"fun_wtc\",\n    \"fun_abyss\",\n    \"fun_zap\",\n    \"fun_aion\",\n    \"fun_smart\",\n    \"fun_nexo\",\n    \"fun_xlm\",\n    \"fun_grs\",\n    \"fun_enj\",\n    \"fun_betr\",\n    \"fun_poly\",\n    \"fun_ppt\",\n    \"fun_knc\",\n    \"fun_bkx\",\n    \"fun_bcd\",\n    \"fun_tel\",\n    \"fun_dai\",\n    \"fun_mkr\",\n    \"fun_link\",\n    \"fun_r\",\n    \"fun_gas\",\n    \"fun_pax\",\n    \"fun_usdc\",\n    \"fun_nim\",\n    \"fun_pma\",\n    \"fun_dgtx\",\n    \"fun_storm\",\n    \"fun_rfr\",\n    \"fun_gusd\",\n    \"fun_eurs\",\n    \"fun_vet\",\n    \"fun_fet\",\n    \"fun_ht\",\n    \"fun_bdg\",\n    \"fun_plr\",\n    \"fun_phb\",\n    \"gnt_ant\",\n    \"gnt_bat\",\n    \"gnt_ardr\",\n    \"gnt_bch\",\n    \"gnt_btg\",\n    \"gnt_bnt\",\n    \"gnt_btc\",\n    \"gnt_eos\",\n    \"gnt_fun\",\n    \"gnt_lsk\",\n    \"gnt_xrp\",\n    \"gnt_dgb\",\n    \"gnt_etc\",\n    \"gnt_ltc\",\n    \"gnt_nmr\",\n    \"gnt_ptoy\",\n    \"gnt_storj\",\n    \"gnt_cvc\",\n    \"gnt_edg\",\n    \"gnt_gno\",\n    \"gnt_lbc\",\n    \"gnt_neo\",\n    \"gnt_pay\",\n    \"gnt_rep\",\n    \"gnt_swt\",\n    \"gnt_waves\",\n    \"gnt_xmr\",\n    \"gnt_dash\",\n    \"gnt_dgd\",\n    \"gnt_eth\",\n    \"gnt_gup\",\n    \"gnt_nxt\",\n    \"gnt_zec\",\n    \"gnt_dcr\",\n    \"gnt_doge\",\n    \"gnt_hmq\",\n    \"gnt_omg\",\n    \"gnt_trst\",\n    \"gnt_xem\",\n    \"gnt_zrx\",\n    \"gnt_usdt\",\n    \"gnt_maid\",\n    \"gnt_amp\",\n    \"gnt_powr\",\n    \"gnt_rcn\",\n    \"gnt_ada\",\n    \"gnt_vib\",\n    \"gnt_dnt\",\n    \"gnt_qtum\",\n    \"gnt_stx\",\n    \"gnt_ignis\",\n    \"gnt_dcn\",\n    \"gnt_ngc\",\n    \"gnt_wax\",\n    \"gnt_lrc\",\n    \"gnt_noah\",\n    \"gnt_brd\",\n    \"gnt_zen\",\n    \"gnt_mana\",\n    \"gnt_part\",\n    \"gnt_ark\",\n    \"gnt_snm\",\n    \"gnt_xzc\",\n    \"gnt_tusd\",\n    \"gnt_wtc\",\n    \"gnt_abyss\",\n    \"gnt_zap\",\n    \"gnt_aion\",\n    \"gnt_smart\",\n    \"gnt_nexo\",\n    \"gnt_xlm\",\n    \"gnt_grs\",\n    \"gnt_enj\",\n    \"gnt_betr\",\n    \"gnt_poly\",\n    \"gnt_ppt\",\n    \"gnt_knc\",\n    \"gnt_bkx\",\n    \"gnt_bcd\",\n    \"gnt_tel\",\n    \"gnt_dai\",\n    \"gnt_mkr\",\n    \"gnt_link\",\n    \"gnt_r\",\n    \"gnt_gas\",\n    \"gnt_pax\",\n    \"gnt_usdc\",\n    \"gnt_nim\",\n    \"gnt_pma\",\n    \"gnt_dgtx\",\n    \"gnt_storm\",\n    \"gnt_rfr\",\n    \"gnt_gusd\",\n    \"gnt_eurs\",\n    \"gnt_vet\",\n    \"gnt_fet\",\n    \"gnt_ht\",\n    \"gnt_bdg\",\n    \"gnt_plr\",\n    \"gnt_phb\",\n    \"lsk_ant\",\n    \"lsk_bat\",\n    \"lsk_ardr\",\n    \"lsk_bch\",\n    \"lsk_btg\",\n    \"lsk_bnt\",\n    \"lsk_btc\",\n    \"lsk_eos\",\n    \"lsk_fun\",\n    \"lsk_gnt\",\n    \"lsk_xrp\",\n    \"lsk_dgb\",\n    \"lsk_etc\",\n    \"lsk_ltc\",\n    \"lsk_nmr\",\n    \"lsk_ptoy\",\n    \"lsk_storj\",\n    \"lsk_cvc\",\n    \"lsk_edg\",\n    \"lsk_gno\",\n    \"lsk_lbc\",\n    \"lsk_neo\",\n    \"lsk_pay\",\n    \"lsk_rep\",\n    \"lsk_swt\",\n    \"lsk_waves\",\n    \"lsk_xmr\",\n    \"lsk_dash\",\n    \"lsk_dgd\",\n    \"lsk_eth\",\n    \"lsk_gup\",\n    \"lsk_nxt\",\n    \"lsk_zec\",\n    \"lsk_dcr\",\n    \"lsk_doge\",\n    \"lsk_hmq\",\n    \"lsk_omg\",\n    \"lsk_trst\",\n    \"lsk_xem\",\n    \"lsk_zrx\",\n    \"lsk_usdt\",\n    \"lsk_maid\",\n    \"lsk_amp\",\n    \"lsk_powr\",\n    \"lsk_rcn\",\n    \"lsk_ada\",\n    \"lsk_vib\",\n    \"lsk_dnt\",\n    \"lsk_qtum\",\n    \"lsk_stx\",\n    \"lsk_ignis\",\n    \"lsk_dcn\",\n    \"lsk_ngc\",\n    \"lsk_wax\",\n    \"lsk_lrc\",\n    \"lsk_noah\",\n    \"lsk_brd\",\n    \"lsk_zen\",\n    \"lsk_mana\",\n    \"lsk_part\",\n    \"lsk_ark\",\n    \"lsk_snm\",\n    \"lsk_xzc\",\n    \"lsk_tusd\",\n    \"lsk_wtc\",\n    \"lsk_abyss\",\n    \"lsk_zap\",\n    \"lsk_aion\",\n    \"lsk_smart\",\n    \"lsk_nexo\",\n    \"lsk_xlm\",\n    \"lsk_grs\",\n    \"lsk_enj\",\n    \"lsk_betr\",\n    \"lsk_poly\",\n    \"lsk_ppt\",\n    \"lsk_knc\",\n    \"lsk_bkx\",\n    \"lsk_bcd\",\n    \"lsk_tel\",\n    \"lsk_dai\",\n    \"lsk_mkr\",\n    \"lsk_link\",\n    \"lsk_r\",\n    \"lsk_gas\",\n    \"lsk_pax\",\n    \"lsk_usdc\",\n    \"lsk_nim\",\n    \"lsk_pma\",\n    \"lsk_dgtx\",\n    \"lsk_storm\",\n    \"lsk_rfr\",\n    \"lsk_gusd\",\n    \"lsk_eurs\",\n    \"lsk_vet\",\n    \"lsk_fet\",\n    \"lsk_ht\",\n    \"lsk_bdg\",\n    \"lsk_plr\",\n    \"lsk_phb\",\n    \"xrp_ant\",\n    \"xrp_bat\",\n    \"xrp_ardr\",\n    \"xrp_bch\",\n    \"xrp_btg\",\n    \"xrp_bnt\",\n    \"xrp_btc\",\n    \"xrp_eos\",\n    \"xrp_fun\",\n    \"xrp_gnt\",\n    \"xrp_lsk\",\n    \"xrp_dgb\",\n    \"xrp_etc\",\n    \"xrp_ltc\",\n    \"xrp_nmr\",\n    \"xrp_ptoy\",\n    \"xrp_storj\",\n    \"xrp_cvc\",\n    \"xrp_edg\",\n    \"xrp_gno\",\n    \"xrp_lbc\",\n    \"xrp_neo\",\n    \"xrp_pay\",\n    \"xrp_rep\",\n    \"xrp_swt\",\n    \"xrp_waves\",\n    \"xrp_xmr\",\n    \"xrp_dash\",\n    \"xrp_dgd\",\n    \"xrp_eth\",\n    \"xrp_gup\",\n    \"xrp_nxt\",\n    \"xrp_zec\",\n    \"xrp_dcr\",\n    \"xrp_doge\",\n    \"xrp_hmq\",\n    \"xrp_omg\",\n    \"xrp_trst\",\n    \"xrp_xem\",\n    \"xrp_zrx\",\n    \"xrp_usdt\",\n    \"xrp_maid\",\n    \"xrp_amp\",\n    \"xrp_powr\",\n    \"xrp_rcn\",\n    \"xrp_ada\",\n    \"xrp_vib\",\n    \"xrp_dnt\",\n    \"xrp_qtum\",\n    \"xrp_stx\",\n    \"xrp_ignis\",\n    \"xrp_dcn\",\n    \"xrp_ngc\",\n    \"xrp_wax\",\n    \"xrp_lrc\",\n    \"xrp_noah\",\n    \"xrp_brd\",\n    \"xrp_zen\",\n    \"xrp_mana\",\n    \"xrp_part\",\n    \"xrp_ark\",\n    \"xrp_snm\",\n    \"xrp_xzc\",\n    \"xrp_tusd\",\n    \"xrp_wtc\",\n    \"xrp_abyss\",\n    \"xrp_zap\",\n    \"xrp_aion\",\n    \"xrp_smart\",\n    \"xrp_nexo\",\n    \"xrp_xlm\",\n    \"xrp_grs\",\n    \"xrp_enj\",\n    \"xrp_betr\",\n    \"xrp_poly\",\n    \"xrp_ppt\",\n    \"xrp_knc\",\n    \"xrp_bkx\",\n    \"xrp_bcd\",\n    \"xrp_tel\",\n    \"xrp_dai\",\n    \"xrp_mkr\",\n    \"xrp_link\",\n    \"xrp_r\",\n    \"xrp_gas\",\n    \"xrp_pax\",\n    \"xrp_usdc\",\n    \"xrp_nim\",\n    \"xrp_pma\",\n    \"xrp_dgtx\",\n    \"xrp_storm\",\n    \"xrp_rfr\",\n    \"xrp_gusd\",\n    \"xrp_eurs\",\n    \"xrp_vet\",\n    \"xrp_fet\",\n    \"xrp_ht\",\n    \"xrp_bdg\",\n    \"xrp_plr\",\n    \"xrp_phb\",\n    \"dgb_ant\",\n    \"dgb_bat\",\n    \"dgb_ardr\",\n    \"dgb_bch\",\n    \"dgb_btg\",\n    \"dgb_bnt\",\n    \"dgb_btc\",\n    \"dgb_eos\",\n    \"dgb_fun\",\n    \"dgb_gnt\",\n    \"dgb_lsk\",\n    \"dgb_xrp\",\n    \"dgb_etc\",\n    \"dgb_ltc\",\n    \"dgb_nmr\",\n    \"dgb_ptoy\",\n    \"dgb_storj\",\n    \"dgb_cvc\",\n    \"dgb_edg\",\n    \"dgb_gno\",\n    \"dgb_lbc\",\n    \"dgb_neo\",\n    \"dgb_pay\",\n    \"dgb_rep\",\n    \"dgb_swt\",\n    \"dgb_waves\",\n    \"dgb_xmr\",\n    \"dgb_dash\",\n    \"dgb_dgd\",\n    \"dgb_eth\",\n    \"dgb_gup\",\n    \"dgb_nxt\",\n    \"dgb_zec\",\n    \"dgb_dcr\",\n    \"dgb_doge\",\n    \"dgb_hmq\",\n    \"dgb_omg\",\n    \"dgb_trst\",\n    \"dgb_xem\",\n    \"dgb_zrx\",\n    \"dgb_usdt\",\n    \"dgb_maid\",\n    \"dgb_amp\",\n    \"dgb_powr\",\n    \"dgb_rcn\",\n    \"dgb_ada\",\n    \"dgb_vib\",\n    \"dgb_dnt\",\n    \"dgb_qtum\",\n    \"dgb_stx\",\n    \"dgb_ignis\",\n    \"dgb_dcn\",\n    \"dgb_ngc\",\n    \"dgb_wax\",\n    \"dgb_lrc\",\n    \"dgb_noah\",\n    \"dgb_brd\",\n    \"dgb_zen\",\n    \"dgb_mana\",\n    \"dgb_part\",\n    \"dgb_ark\",\n    \"dgb_snm\",\n    \"dgb_xzc\",\n    \"dgb_tusd\",\n    \"dgb_wtc\",\n    \"dgb_abyss\",\n    \"dgb_zap\",\n    \"dgb_aion\",\n    \"dgb_smart\",\n    \"dgb_nexo\",\n    \"dgb_xlm\",\n    \"dgb_grs\",\n    \"dgb_enj\",\n    \"dgb_betr\",\n    \"dgb_poly\",\n    \"dgb_ppt\",\n    \"dgb_knc\",\n    \"dgb_bkx\",\n    \"dgb_bcd\",\n    \"dgb_tel\",\n    \"dgb_dai\",\n    \"dgb_mkr\",\n    \"dgb_link\",\n    \"dgb_r\",\n    \"dgb_gas\",\n    \"dgb_pax\",\n    \"dgb_usdc\",\n    \"dgb_nim\",\n    \"dgb_pma\",\n    \"dgb_dgtx\",\n    \"dgb_storm\",\n    \"dgb_rfr\",\n    \"dgb_gusd\",\n    \"dgb_eurs\",\n    \"dgb_vet\",\n    \"dgb_fet\",\n    \"dgb_ht\",\n    \"dgb_bdg\",\n    \"dgb_plr\",\n    \"dgb_phb\",\n    \"etc_ant\",\n    \"etc_bat\",\n    \"etc_ardr\",\n    \"etc_bch\",\n    \"etc_btg\",\n    \"etc_bnt\",\n    \"etc_btc\",\n    \"etc_eos\",\n    \"etc_fun\",\n    \"etc_gnt\",\n    \"etc_lsk\",\n    \"etc_xrp\",\n    \"etc_dgb\",\n    \"etc_ltc\",\n    \"etc_nmr\",\n    \"etc_ptoy\",\n    \"etc_storj\",\n    \"etc_cvc\",\n    \"etc_edg\",\n    \"etc_gno\",\n    \"etc_lbc\",\n    \"etc_neo\",\n    \"etc_pay\",\n    \"etc_rep\",\n    \"etc_swt\",\n    \"etc_waves\",\n    \"etc_xmr\",\n    \"etc_dash\",\n    \"etc_dgd\",\n    \"etc_eth\",\n    \"etc_gup\",\n    \"etc_nxt\",\n    \"etc_zec\",\n    \"etc_dcr\",\n    \"etc_doge\",\n    \"etc_hmq\",\n    \"etc_omg\",\n    \"etc_trst\",\n    \"etc_xem\",\n    \"etc_zrx\",\n    \"etc_usdt\",\n    \"etc_maid\",\n    \"etc_amp\",\n    \"etc_powr\",\n    \"etc_rcn\",\n    \"etc_ada\",\n    \"etc_vib\",\n    \"etc_dnt\",\n    \"etc_qtum\",\n    \"etc_stx\",\n    \"etc_ignis\",\n    \"etc_dcn\",\n    \"etc_ngc\",\n    \"etc_wax\",\n    \"etc_lrc\",\n    \"etc_noah\",\n    \"etc_brd\",\n    \"etc_zen\",\n    \"etc_mana\",\n    \"etc_part\",\n    \"etc_ark\",\n    \"etc_snm\",\n    \"etc_xzc\",\n    \"etc_tusd\",\n    \"etc_wtc\",\n    \"etc_abyss\",\n    \"etc_zap\",\n    \"etc_aion\",\n    \"etc_smart\",\n    \"etc_nexo\",\n    \"etc_xlm\",\n    \"etc_grs\",\n    \"etc_enj\",\n    \"etc_betr\",\n    \"etc_poly\",\n    \"etc_ppt\",\n    \"etc_knc\",\n    \"etc_bkx\",\n    \"etc_bcd\",\n    \"etc_tel\",\n    \"etc_dai\",\n    \"etc_mkr\",\n    \"etc_link\",\n    \"etc_r\",\n    \"etc_gas\",\n    \"etc_pax\",\n    \"etc_usdc\",\n    \"etc_nim\",\n    \"etc_pma\",\n    \"etc_dgtx\",\n    \"etc_storm\",\n    \"etc_rfr\",\n    \"etc_gusd\",\n    \"etc_eurs\",\n    \"etc_vet\",\n    \"etc_fet\",\n    \"etc_ht\",\n    \"etc_bdg\",\n    \"etc_plr\",\n    \"etc_phb\",\n    \"ltc_ant\",\n    \"ltc_bat\",\n    \"ltc_ardr\",\n    \"ltc_bch\",\n    \"ltc_btg\",\n    \"ltc_bnt\",\n    \"ltc_btc\",\n    \"ltc_eos\",\n    \"ltc_fun\",\n    \"ltc_gnt\",\n    \"ltc_lsk\",\n    \"ltc_xrp\",\n    \"ltc_dgb\",\n    \"ltc_etc\",\n    \"ltc_nmr\",\n    \"ltc_ptoy\",\n    \"ltc_storj\",\n    \"ltc_cvc\",\n    \"ltc_edg\",\n    \"ltc_gno\",\n    \"ltc_lbc\",\n    \"ltc_neo\",\n    \"ltc_pay\",\n    \"ltc_rep\",\n    \"ltc_swt\",\n    \"ltc_waves\",\n    \"ltc_xmr\",\n    \"ltc_dash\",\n    \"ltc_dgd\",\n    \"ltc_eth\",\n    \"ltc_gup\",\n    \"ltc_nxt\",\n    \"ltc_zec\",\n    \"ltc_dcr\",\n    \"ltc_doge\",\n    \"ltc_hmq\",\n    \"ltc_omg\",\n    \"ltc_trst\",\n    \"ltc_xem\",\n    \"ltc_zrx\",\n    \"ltc_usdt\",\n    \"ltc_maid\",\n    \"ltc_amp\",\n    \"ltc_powr\",\n    \"ltc_rcn\",\n    \"ltc_ada\",\n    \"ltc_vib\",\n    \"ltc_dnt\",\n    \"ltc_qtum\",\n    \"ltc_stx\",\n    \"ltc_ignis\",\n    \"ltc_dcn\",\n    \"ltc_ngc\",\n    \"ltc_wax\",\n    \"ltc_lrc\",\n    \"ltc_noah\",\n    \"ltc_brd\",\n    \"ltc_zen\",\n    \"ltc_mana\",\n    \"ltc_part\",\n    \"ltc_ark\",\n    \"ltc_snm\",\n    \"ltc_xzc\",\n    \"ltc_tusd\",\n    \"ltc_wtc\",\n    \"ltc_abyss\",\n    \"ltc_zap\",\n    \"ltc_aion\",\n    \"ltc_smart\",\n    \"ltc_nexo\",\n    \"ltc_xlm\",\n    \"ltc_grs\",\n    \"ltc_enj\",\n    \"ltc_betr\",\n    \"ltc_poly\",\n    \"ltc_ppt\",\n    \"ltc_knc\",\n    \"ltc_bkx\",\n    \"ltc_bcd\",\n    \"ltc_tel\",\n    \"ltc_dai\",\n    \"ltc_mkr\",\n    \"ltc_link\",\n    \"ltc_r\",\n    \"ltc_gas\",\n    \"ltc_pax\",\n    \"ltc_usdc\",\n    \"ltc_nim\",\n    \"ltc_pma\",\n    \"ltc_dgtx\",\n    \"ltc_storm\",\n    \"ltc_rfr\",\n    \"ltc_gusd\",\n    \"ltc_eurs\",\n    \"ltc_vet\",\n    \"ltc_fet\",\n    \"ltc_ht\",\n    \"ltc_bdg\",\n    \"ltc_plr\",\n    \"ltc_phb\",\n    \"nmr_ant\",\n    \"nmr_bat\",\n    \"nmr_ardr\",\n    \"nmr_bch\",\n    \"nmr_btg\",\n    \"nmr_bnt\",\n    \"nmr_btc\",\n    \"nmr_eos\",\n    \"nmr_fun\",\n    \"nmr_gnt\",\n    \"nmr_lsk\",\n    \"nmr_xrp\",\n    \"nmr_dgb\",\n    \"nmr_etc\",\n    \"nmr_ltc\",\n    \"nmr_ptoy\",\n    \"nmr_storj\",\n    \"nmr_cvc\",\n    \"nmr_edg\",\n    \"nmr_gno\",\n    \"nmr_lbc\",\n    \"nmr_neo\",\n    \"nmr_pay\",\n    \"nmr_rep\",\n    \"nmr_swt\",\n    \"nmr_waves\",\n    \"nmr_xmr\",\n    \"nmr_dash\",\n    \"nmr_dgd\",\n    \"nmr_eth\",\n    \"nmr_gup\",\n    \"nmr_nxt\",\n    \"nmr_zec\",\n    \"nmr_dcr\",\n    \"nmr_doge\",\n    \"nmr_hmq\",\n    \"nmr_omg\",\n    \"nmr_trst\",\n    \"nmr_xem\",\n    \"nmr_zrx\",\n    \"nmr_usdt\",\n    \"nmr_maid\",\n    \"nmr_amp\",\n    \"nmr_powr\",\n    \"nmr_rcn\",\n    \"nmr_ada\",\n    \"nmr_vib\",\n    \"nmr_dnt\",\n    \"nmr_qtum\",\n    \"nmr_stx\",\n    \"nmr_ignis\",\n    \"nmr_dcn\",\n    \"nmr_ngc\",\n    \"nmr_wax\",\n    \"nmr_lrc\",\n    \"nmr_noah\",\n    \"nmr_brd\",\n    \"nmr_zen\",\n    \"nmr_mana\",\n    \"nmr_part\",\n    \"nmr_ark\",\n    \"nmr_snm\",\n    \"nmr_xzc\",\n    \"nmr_tusd\",\n    \"nmr_wtc\",\n    \"nmr_abyss\",\n    \"nmr_zap\",\n    \"nmr_aion\",\n    \"nmr_smart\",\n    \"nmr_nexo\",\n    \"nmr_xlm\",\n    \"nmr_grs\",\n    \"nmr_enj\",\n    \"nmr_betr\",\n    \"nmr_poly\",\n    \"nmr_ppt\",\n    \"nmr_knc\",\n    \"nmr_bkx\",\n    \"nmr_bcd\",\n    \"nmr_tel\",\n    \"nmr_dai\",\n    \"nmr_mkr\",\n    \"nmr_link\",\n    \"nmr_r\",\n    \"nmr_gas\",\n    \"nmr_pax\",\n    \"nmr_usdc\",\n    \"nmr_nim\",\n    \"nmr_pma\",\n    \"nmr_dgtx\",\n    \"nmr_storm\",\n    \"nmr_rfr\",\n    \"nmr_gusd\",\n    \"nmr_eurs\",\n    \"nmr_vet\",\n    \"nmr_fet\",\n    \"nmr_ht\",\n    \"nmr_bdg\",\n    \"nmr_plr\",\n    \"nmr_phb\",\n    \"ptoy_ant\",\n    \"ptoy_bat\",\n    \"ptoy_ardr\",\n    \"ptoy_bch\",\n    \"ptoy_btg\",\n    \"ptoy_bnt\",\n    \"ptoy_btc\",\n    \"ptoy_eos\",\n    \"ptoy_fun\",\n    \"ptoy_gnt\",\n    \"ptoy_lsk\",\n    \"ptoy_xrp\",\n    \"ptoy_dgb\",\n    \"ptoy_etc\",\n    \"ptoy_ltc\",\n    \"ptoy_nmr\",\n    \"ptoy_storj\",\n    \"ptoy_cvc\",\n    \"ptoy_edg\",\n    \"ptoy_gno\",\n    \"ptoy_lbc\",\n    \"ptoy_neo\",\n    \"ptoy_pay\",\n    \"ptoy_rep\",\n    \"ptoy_swt\",\n    \"ptoy_waves\",\n    \"ptoy_xmr\",\n    \"ptoy_dash\",\n    \"ptoy_dgd\",\n    \"ptoy_eth\",\n    \"ptoy_gup\",\n    \"ptoy_nxt\",\n    \"ptoy_zec\",\n    \"ptoy_dcr\",\n    \"ptoy_doge\",\n    \"ptoy_hmq\",\n    \"ptoy_omg\",\n    \"ptoy_trst\",\n    \"ptoy_xem\",\n    \"ptoy_zrx\",\n    \"ptoy_usdt\",\n    \"ptoy_maid\",\n    \"ptoy_amp\",\n    \"ptoy_powr\",\n    \"ptoy_rcn\",\n    \"ptoy_ada\",\n    \"ptoy_vib\",\n    \"ptoy_dnt\",\n    \"ptoy_qtum\",\n    \"ptoy_stx\",\n    \"ptoy_ignis\",\n    \"ptoy_dcn\",\n    \"ptoy_ngc\",\n    \"ptoy_wax\",\n    \"ptoy_lrc\",\n    \"ptoy_noah\",\n    \"ptoy_brd\",\n    \"ptoy_zen\",\n    \"ptoy_mana\",\n    \"ptoy_part\",\n    \"ptoy_ark\",\n    \"ptoy_snm\",\n    \"ptoy_xzc\",\n    \"ptoy_tusd\",\n    \"ptoy_wtc\",\n    \"ptoy_abyss\",\n    \"ptoy_zap\",\n    \"ptoy_aion\",\n    \"ptoy_smart\",\n    \"ptoy_nexo\",\n    \"ptoy_xlm\",\n    \"ptoy_grs\",\n    \"ptoy_enj\",\n    \"ptoy_betr\",\n    \"ptoy_poly\",\n    \"ptoy_ppt\",\n    \"ptoy_knc\",\n    \"ptoy_bkx\",\n    \"ptoy_bcd\",\n    \"ptoy_tel\",\n    \"ptoy_dai\",\n    \"ptoy_mkr\",\n    \"ptoy_link\",\n    \"ptoy_r\",\n    \"ptoy_gas\",\n    \"ptoy_pax\",\n    \"ptoy_usdc\",\n    \"ptoy_nim\",\n    \"ptoy_pma\",\n    \"ptoy_dgtx\",\n    \"ptoy_storm\",\n    \"ptoy_rfr\",\n    \"ptoy_gusd\",\n    \"ptoy_eurs\",\n    \"ptoy_vet\",\n    \"ptoy_fet\",\n    \"ptoy_ht\",\n    \"ptoy_bdg\",\n    \"ptoy_plr\",\n    \"ptoy_phb\",\n    \"storj_ant\",\n    \"storj_bat\",\n    \"storj_ardr\",\n    \"storj_bch\",\n    \"storj_btg\",\n    \"storj_bnt\",\n    \"storj_btc\",\n    \"storj_eos\",\n    \"storj_fun\",\n    \"storj_gnt\",\n    \"storj_lsk\",\n    \"storj_xrp\",\n    \"storj_dgb\",\n    \"storj_etc\",\n    \"storj_ltc\",\n    \"storj_nmr\",\n    \"storj_ptoy\",\n    \"storj_cvc\",\n    \"storj_edg\",\n    \"storj_gno\",\n    \"storj_lbc\",\n    \"storj_neo\",\n    \"storj_pay\",\n    \"storj_rep\",\n    \"storj_swt\",\n    \"storj_waves\",\n    \"storj_xmr\",\n    \"storj_dash\",\n    \"storj_dgd\",\n    \"storj_eth\",\n    \"storj_gup\",\n    \"storj_nxt\",\n    \"storj_zec\",\n    \"storj_dcr\",\n    \"storj_doge\",\n    \"storj_hmq\",\n    \"storj_omg\",\n    \"storj_trst\",\n    \"storj_xem\",\n    \"storj_zrx\",\n    \"storj_usdt\",\n    \"storj_maid\",\n    \"storj_amp\",\n    \"storj_powr\",\n    \"storj_rcn\",\n    \"storj_ada\",\n    \"storj_vib\",\n    \"storj_dnt\",\n    \"storj_qtum\",\n    \"storj_stx\",\n    \"storj_ignis\",\n    \"storj_dcn\",\n    \"storj_ngc\",\n    \"storj_wax\",\n    \"storj_lrc\",\n    \"storj_noah\",\n    \"storj_brd\",\n    \"storj_zen\",\n    \"storj_mana\",\n    \"storj_part\",\n    \"storj_ark\",\n    \"storj_snm\",\n    \"storj_xzc\",\n    \"storj_tusd\",\n    \"storj_wtc\",\n    \"storj_abyss\",\n    \"storj_zap\",\n    \"storj_aion\",\n    \"storj_smart\",\n    \"storj_nexo\",\n    \"storj_xlm\",\n    \"storj_grs\",\n    \"storj_enj\",\n    \"storj_betr\",\n    \"storj_poly\",\n    \"storj_ppt\",\n    \"storj_knc\",\n    \"storj_bkx\",\n    \"storj_bcd\",\n    \"storj_tel\",\n    \"storj_dai\",\n    \"storj_mkr\",\n    \"storj_link\",\n    \"storj_r\",\n    \"storj_gas\",\n    \"storj_pax\",\n    \"storj_usdc\",\n    \"storj_nim\",\n    \"storj_pma\",\n    \"storj_dgtx\",\n    \"storj_storm\",\n    \"storj_rfr\",\n    \"storj_gusd\",\n    \"storj_eurs\",\n    \"storj_vet\",\n    \"storj_fet\",\n    \"storj_ht\",\n    \"storj_bdg\",\n    \"storj_plr\",\n    \"storj_phb\",\n    \"cvc_ant\",\n    \"cvc_bat\",\n    \"cvc_ardr\",\n    \"cvc_bch\",\n    \"cvc_btg\",\n    \"cvc_bnt\",\n    \"cvc_btc\",\n    \"cvc_eos\",\n    \"cvc_fun\",\n    \"cvc_gnt\",\n    \"cvc_lsk\",\n    \"cvc_xrp\",\n    \"cvc_dgb\",\n    \"cvc_etc\",\n    \"cvc_ltc\",\n    \"cvc_nmr\",\n    \"cvc_ptoy\",\n    \"cvc_storj\",\n    \"cvc_edg\",\n    \"cvc_gno\",\n    \"cvc_lbc\",\n    \"cvc_neo\",\n    \"cvc_pay\",\n    \"cvc_rep\",\n    \"cvc_swt\",\n    \"cvc_waves\",\n    \"cvc_xmr\",\n    \"cvc_dash\",\n    \"cvc_dgd\",\n    \"cvc_eth\",\n    \"cvc_gup\",\n    \"cvc_nxt\",\n    \"cvc_zec\",\n    \"cvc_dcr\",\n    \"cvc_doge\",\n    \"cvc_hmq\",\n    \"cvc_omg\",\n    \"cvc_trst\",\n    \"cvc_xem\",\n    \"cvc_zrx\",\n    \"cvc_usdt\",\n    \"cvc_maid\",\n    \"cvc_amp\",\n    \"cvc_powr\",\n    \"cvc_rcn\",\n    \"cvc_ada\",\n    \"cvc_vib\",\n    \"cvc_dnt\",\n    \"cvc_qtum\",\n    \"cvc_stx\",\n    \"cvc_ignis\",\n    \"cvc_dcn\",\n    \"cvc_ngc\",\n    \"cvc_wax\",\n    \"cvc_lrc\",\n    \"cvc_noah\",\n    \"cvc_brd\",\n    \"cvc_zen\",\n    \"cvc_mana\",\n    \"cvc_part\",\n    \"cvc_ark\",\n    \"cvc_snm\",\n    \"cvc_xzc\",\n    \"cvc_tusd\",\n    \"cvc_wtc\",\n    \"cvc_abyss\",\n    \"cvc_zap\",\n    \"cvc_aion\",\n    \"cvc_smart\",\n    \"cvc_nexo\",\n    \"cvc_xlm\",\n    \"cvc_grs\",\n    \"cvc_enj\",\n    \"cvc_betr\",\n    \"cvc_poly\",\n    \"cvc_ppt\",\n    \"cvc_knc\",\n    \"cvc_bkx\",\n    \"cvc_bcd\",\n    \"cvc_tel\",\n    \"cvc_dai\",\n    \"cvc_mkr\",\n    \"cvc_link\",\n    \"cvc_r\",\n    \"cvc_gas\",\n    \"cvc_pax\",\n    \"cvc_usdc\",\n    \"cvc_nim\",\n    \"cvc_pma\",\n    \"cvc_dgtx\",\n    \"cvc_storm\",\n    \"cvc_rfr\",\n    \"cvc_gusd\",\n    \"cvc_eurs\",\n    \"cvc_vet\",\n    \"cvc_fet\",\n    \"cvc_ht\",\n    \"cvc_bdg\",\n    \"cvc_plr\",\n    \"cvc_phb\",\n    \"edg_ant\",\n    \"edg_bat\",\n    \"edg_ardr\",\n    \"edg_bch\",\n    \"edg_btg\",\n    \"edg_bnt\",\n    \"edg_btc\",\n    \"edg_eos\",\n    \"edg_fun\",\n    \"edg_gnt\",\n    \"edg_lsk\",\n    \"edg_xrp\",\n    \"edg_dgb\",\n    \"edg_etc\",\n    \"edg_ltc\",\n    \"edg_nmr\",\n    \"edg_ptoy\",\n    \"edg_storj\",\n    \"edg_cvc\",\n    \"edg_gno\",\n    \"edg_lbc\",\n    \"edg_neo\",\n    \"edg_pay\",\n    \"edg_rep\",\n    \"edg_swt\",\n    \"edg_waves\",\n    \"edg_xmr\",\n    \"edg_dash\",\n    \"edg_dgd\",\n    \"edg_eth\",\n    \"edg_gup\",\n    \"edg_nxt\",\n    \"edg_zec\",\n    \"edg_dcr\",\n    \"edg_doge\",\n    \"edg_hmq\",\n    \"edg_omg\",\n    \"edg_trst\",\n    \"edg_xem\",\n    \"edg_zrx\",\n    \"edg_usdt\",\n    \"edg_maid\",\n    \"edg_amp\",\n    \"edg_powr\",\n    \"edg_rcn\",\n    \"edg_ada\",\n    \"edg_vib\",\n    \"edg_dnt\",\n    \"edg_qtum\",\n    \"edg_stx\",\n    \"edg_ignis\",\n    \"edg_dcn\",\n    \"edg_ngc\",\n    \"edg_wax\",\n    \"edg_lrc\",\n    \"edg_noah\",\n    \"edg_brd\",\n    \"edg_zen\",\n    \"edg_mana\",\n    \"edg_part\",\n    \"edg_ark\",\n    \"edg_snm\",\n    \"edg_xzc\",\n    \"edg_tusd\",\n    \"edg_wtc\",\n    \"edg_abyss\",\n    \"edg_zap\",\n    \"edg_aion\",\n    \"edg_smart\",\n    \"edg_nexo\",\n    \"edg_xlm\",\n    \"edg_grs\",\n    \"edg_enj\",\n    \"edg_betr\",\n    \"edg_poly\",\n    \"edg_ppt\",\n    \"edg_knc\",\n    \"edg_bkx\",\n    \"edg_bcd\",\n    \"edg_tel\",\n    \"edg_dai\",\n    \"edg_mkr\",\n    \"edg_link\",\n    \"edg_r\",\n    \"edg_gas\",\n    \"edg_pax\",\n    \"edg_usdc\",\n    \"edg_nim\",\n    \"edg_pma\",\n    \"edg_dgtx\",\n    \"edg_storm\",\n    \"edg_rfr\",\n    \"edg_gusd\",\n    \"edg_eurs\",\n    \"edg_vet\",\n    \"edg_fet\",\n    \"edg_ht\",\n    \"edg_bdg\",\n    \"edg_plr\",\n    \"edg_phb\",\n    \"gno_ant\",\n    \"gno_bat\",\n    \"gno_ardr\",\n    \"gno_bch\",\n    \"gno_btg\",\n    \"gno_bnt\",\n    \"gno_btc\",\n    \"gno_eos\",\n    \"gno_fun\",\n    \"gno_gnt\",\n    \"gno_lsk\",\n    \"gno_xrp\",\n    \"gno_dgb\",\n    \"gno_etc\",\n    \"gno_ltc\",\n    \"gno_nmr\",\n    \"gno_ptoy\",\n    \"gno_storj\",\n    \"gno_cvc\",\n    \"gno_edg\",\n    \"gno_lbc\",\n    \"gno_neo\",\n    \"gno_pay\",\n    \"gno_rep\",\n    \"gno_swt\",\n    \"gno_waves\",\n    \"gno_xmr\",\n    \"gno_dash\",\n    \"gno_dgd\",\n    \"gno_eth\",\n    \"gno_gup\",\n    \"gno_nxt\",\n    \"gno_zec\",\n    \"gno_dcr\",\n    \"gno_doge\",\n    \"gno_hmq\",\n    \"gno_omg\",\n    \"gno_trst\",\n    \"gno_xem\",\n    \"gno_zrx\",\n    \"gno_usdt\",\n    \"gno_maid\",\n    \"gno_amp\",\n    \"gno_powr\",\n    \"gno_rcn\",\n    \"gno_ada\",\n    \"gno_vib\",\n    \"gno_dnt\",\n    \"gno_qtum\",\n    \"gno_stx\",\n    \"gno_ignis\",\n    \"gno_dcn\",\n    \"gno_ngc\",\n    \"gno_wax\",\n    \"gno_lrc\",\n    \"gno_noah\",\n    \"gno_brd\",\n    \"gno_zen\",\n    \"gno_mana\",\n    \"gno_part\",\n    \"gno_ark\",\n    \"gno_snm\",\n    \"gno_xzc\",\n    \"gno_tusd\",\n    \"gno_wtc\",\n    \"gno_abyss\",\n    \"gno_zap\",\n    \"gno_aion\",\n    \"gno_smart\",\n    \"gno_nexo\",\n    \"gno_xlm\",\n    \"gno_grs\",\n    \"gno_enj\",\n    \"gno_betr\",\n    \"gno_poly\",\n    \"gno_ppt\",\n    \"gno_knc\",\n    \"gno_bkx\",\n    \"gno_bcd\",\n    \"gno_tel\",\n    \"gno_dai\",\n    \"gno_mkr\",\n    \"gno_link\",\n    \"gno_r\",\n    \"gno_gas\",\n    \"gno_pax\",\n    \"gno_usdc\",\n    \"gno_nim\",\n    \"gno_pma\",\n    \"gno_dgtx\",\n    \"gno_storm\",\n    \"gno_rfr\",\n    \"gno_gusd\",\n    \"gno_eurs\",\n    \"gno_vet\",\n    \"gno_fet\",\n    \"gno_ht\",\n    \"gno_bdg\",\n    \"gno_plr\",\n    \"gno_phb\",\n    \"lbc_ant\",\n    \"lbc_bat\",\n    \"lbc_ardr\",\n    \"lbc_bch\",\n    \"lbc_btg\",\n    \"lbc_bnt\",\n    \"lbc_btc\",\n    \"lbc_eos\",\n    \"lbc_fun\",\n    \"lbc_gnt\",\n    \"lbc_lsk\",\n    \"lbc_xrp\",\n    \"lbc_dgb\",\n    \"lbc_etc\",\n    \"lbc_ltc\",\n    \"lbc_nmr\",\n    \"lbc_ptoy\",\n    \"lbc_storj\",\n    \"lbc_cvc\",\n    \"lbc_edg\",\n    \"lbc_gno\",\n    \"lbc_neo\",\n    \"lbc_pay\",\n    \"lbc_rep\",\n    \"lbc_swt\",\n    \"lbc_waves\",\n    \"lbc_xmr\",\n    \"lbc_dash\",\n    \"lbc_dgd\",\n    \"lbc_eth\",\n    \"lbc_gup\",\n    \"lbc_nxt\",\n    \"lbc_zec\",\n    \"lbc_dcr\",\n    \"lbc_doge\",\n    \"lbc_hmq\",\n    \"lbc_omg\",\n    \"lbc_trst\",\n    \"lbc_xem\",\n    \"lbc_zrx\",\n    \"lbc_usdt\",\n    \"lbc_maid\",\n    \"lbc_amp\",\n    \"lbc_powr\",\n    \"lbc_rcn\",\n    \"lbc_ada\",\n    \"lbc_vib\",\n    \"lbc_dnt\",\n    \"lbc_qtum\",\n    \"lbc_stx\",\n    \"lbc_ignis\",\n    \"lbc_dcn\",\n    \"lbc_ngc\",\n    \"lbc_wax\",\n    \"lbc_lrc\",\n    \"lbc_noah\",\n    \"lbc_brd\",\n    \"lbc_zen\",\n    \"lbc_mana\",\n    \"lbc_part\",\n    \"lbc_ark\",\n    \"lbc_snm\",\n    \"lbc_xzc\",\n    \"lbc_tusd\",\n    \"lbc_wtc\",\n    \"lbc_abyss\",\n    \"lbc_zap\",\n    \"lbc_aion\",\n    \"lbc_smart\",\n    \"lbc_nexo\",\n    \"lbc_xlm\",\n    \"lbc_grs\",\n    \"lbc_enj\",\n    \"lbc_betr\",\n    \"lbc_poly\",\n    \"lbc_ppt\",\n    \"lbc_knc\",\n    \"lbc_bkx\",\n    \"lbc_bcd\",\n    \"lbc_tel\",\n    \"lbc_dai\",\n    \"lbc_mkr\",\n    \"lbc_link\",\n    \"lbc_r\",\n    \"lbc_gas\",\n    \"lbc_pax\",\n    \"lbc_usdc\",\n    \"lbc_nim\",\n    \"lbc_pma\",\n    \"lbc_dgtx\",\n    \"lbc_storm\",\n    \"lbc_rfr\",\n    \"lbc_gusd\",\n    \"lbc_eurs\",\n    \"lbc_vet\",\n    \"lbc_fet\",\n    \"lbc_ht\",\n    \"lbc_bdg\",\n    \"lbc_plr\",\n    \"lbc_phb\",\n    \"neo_ant\",\n    \"neo_bat\",\n    \"neo_ardr\",\n    \"neo_bch\",\n    \"neo_btg\",\n    \"neo_bnt\",\n    \"neo_btc\",\n    \"neo_eos\",\n    \"neo_fun\",\n    \"neo_gnt\",\n    \"neo_lsk\",\n    \"neo_xrp\",\n    \"neo_dgb\",\n    \"neo_etc\",\n    \"neo_ltc\",\n    \"neo_nmr\",\n    \"neo_ptoy\",\n    \"neo_storj\",\n    \"neo_cvc\",\n    \"neo_edg\",\n    \"neo_gno\",\n    \"neo_lbc\",\n    \"neo_pay\",\n    \"neo_rep\",\n    \"neo_swt\",\n    \"neo_waves\",\n    \"neo_xmr\",\n    \"neo_dash\",\n    \"neo_dgd\",\n    \"neo_eth\",\n    \"neo_gup\",\n    \"neo_nxt\",\n    \"neo_zec\",\n    \"neo_dcr\",\n    \"neo_doge\",\n    \"neo_hmq\",\n    \"neo_omg\",\n    \"neo_trst\",\n    \"neo_xem\",\n    \"neo_zrx\",\n    \"neo_usdt\",\n    \"neo_maid\",\n    \"neo_amp\",\n    \"neo_powr\",\n    \"neo_rcn\",\n    \"neo_ada\",\n    \"neo_vib\",\n    \"neo_dnt\",\n    \"neo_qtum\",\n    \"neo_stx\",\n    \"neo_ignis\",\n    \"neo_dcn\",\n    \"neo_ngc\",\n    \"neo_wax\",\n    \"neo_lrc\",\n    \"neo_noah\",\n    \"neo_brd\",\n    \"neo_zen\",\n    \"neo_mana\",\n    \"neo_part\",\n    \"neo_ark\",\n    \"neo_snm\",\n    \"neo_xzc\",\n    \"neo_tusd\",\n    \"neo_wtc\",\n    \"neo_abyss\",\n    \"neo_zap\",\n    \"neo_aion\",\n    \"neo_smart\",\n    \"neo_nexo\",\n    \"neo_xlm\",\n    \"neo_grs\",\n    \"neo_enj\",\n    \"neo_betr\",\n    \"neo_poly\",\n    \"neo_ppt\",\n    \"neo_knc\",\n    \"neo_bkx\",\n    \"neo_bcd\",\n    \"neo_tel\",\n    \"neo_dai\",\n    \"neo_mkr\",\n    \"neo_link\",\n    \"neo_r\",\n    \"neo_gas\",\n    \"neo_pax\",\n    \"neo_usdc\",\n    \"neo_nim\",\n    \"neo_pma\",\n    \"neo_dgtx\",\n    \"neo_storm\",\n    \"neo_rfr\",\n    \"neo_gusd\",\n    \"neo_eurs\",\n    \"neo_vet\",\n    \"neo_fet\",\n    \"neo_ht\",\n    \"neo_bdg\",\n    \"neo_plr\",\n    \"neo_phb\",\n    \"pay_ant\",\n    \"pay_bat\",\n    \"pay_ardr\",\n    \"pay_bch\",\n    \"pay_btg\",\n    \"pay_bnt\",\n    \"pay_btc\",\n    \"pay_eos\",\n    \"pay_fun\",\n    \"pay_gnt\",\n    \"pay_lsk\",\n    \"pay_xrp\",\n    \"pay_dgb\",\n    \"pay_etc\",\n    \"pay_ltc\",\n    \"pay_nmr\",\n    \"pay_ptoy\",\n    \"pay_storj\",\n    \"pay_cvc\",\n    \"pay_edg\",\n    \"pay_gno\",\n    \"pay_lbc\",\n    \"pay_neo\",\n    \"pay_rep\",\n    \"pay_swt\",\n    \"pay_waves\",\n    \"pay_xmr\",\n    \"pay_dash\",\n    \"pay_dgd\",\n    \"pay_eth\",\n    \"pay_gup\",\n    \"pay_nxt\",\n    \"pay_zec\",\n    \"pay_dcr\",\n    \"pay_doge\",\n    \"pay_hmq\",\n    \"pay_omg\",\n    \"pay_trst\",\n    \"pay_xem\",\n    \"pay_zrx\",\n    \"pay_usdt\",\n    \"pay_maid\",\n    \"pay_amp\",\n    \"pay_powr\",\n    \"pay_rcn\",\n    \"pay_ada\",\n    \"pay_vib\",\n    \"pay_dnt\",\n    \"pay_qtum\",\n    \"pay_stx\",\n    \"pay_ignis\",\n    \"pay_dcn\",\n    \"pay_ngc\",\n    \"pay_wax\",\n    \"pay_lrc\",\n    \"pay_noah\",\n    \"pay_brd\",\n    \"pay_zen\",\n    \"pay_mana\",\n    \"pay_part\",\n    \"pay_ark\",\n    \"pay_snm\",\n    \"pay_xzc\",\n    \"pay_tusd\",\n    \"pay_wtc\",\n    \"pay_abyss\",\n    \"pay_zap\",\n    \"pay_aion\",\n    \"pay_smart\",\n    \"pay_nexo\",\n    \"pay_xlm\",\n    \"pay_grs\",\n    \"pay_enj\",\n    \"pay_betr\",\n    \"pay_poly\",\n    \"pay_ppt\",\n    \"pay_knc\",\n    \"pay_bkx\",\n    \"pay_bcd\",\n    \"pay_tel\",\n    \"pay_dai\",\n    \"pay_mkr\",\n    \"pay_link\",\n    \"pay_r\",\n    \"pay_gas\",\n    \"pay_pax\",\n    \"pay_usdc\",\n    \"pay_nim\",\n    \"pay_pma\",\n    \"pay_dgtx\",\n    \"pay_storm\",\n    \"pay_rfr\",\n    \"pay_gusd\",\n    \"pay_eurs\",\n    \"pay_vet\",\n    \"pay_fet\",\n    \"pay_ht\",\n    \"pay_bdg\",\n    \"pay_plr\",\n    \"pay_phb\",\n    \"rep_ant\",\n    \"rep_bat\",\n    \"rep_ardr\",\n    \"rep_bch\",\n    \"rep_btg\",\n    \"rep_bnt\",\n    \"rep_btc\",\n    \"rep_eos\",\n    \"rep_fun\",\n    \"rep_gnt\",\n    \"rep_lsk\",\n    \"rep_xrp\",\n    \"rep_dgb\",\n    \"rep_etc\",\n    \"rep_ltc\",\n    \"rep_nmr\",\n    \"rep_ptoy\",\n    \"rep_storj\",\n    \"rep_cvc\",\n    \"rep_edg\",\n    \"rep_gno\",\n    \"rep_lbc\",\n    \"rep_neo\",\n    \"rep_pay\",\n    \"rep_swt\",\n    \"rep_waves\",\n    \"rep_xmr\",\n    \"rep_dash\",\n    \"rep_dgd\",\n    \"rep_eth\",\n    \"rep_gup\",\n    \"rep_nxt\",\n    \"rep_zec\",\n    \"rep_dcr\",\n    \"rep_doge\",\n    \"rep_hmq\",\n    \"rep_omg\",\n    \"rep_trst\",\n    \"rep_xem\",\n    \"rep_zrx\",\n    \"rep_usdt\",\n    \"rep_maid\",\n    \"rep_amp\",\n    \"rep_powr\",\n    \"rep_rcn\",\n    \"rep_ada\",\n    \"rep_vib\",\n    \"rep_dnt\",\n    \"rep_qtum\",\n    \"rep_stx\",\n    \"rep_ignis\",\n    \"rep_dcn\",\n    \"rep_ngc\",\n    \"rep_wax\",\n    \"rep_lrc\",\n    \"rep_noah\",\n    \"rep_brd\",\n    \"rep_zen\",\n    \"rep_mana\",\n    \"rep_part\",\n    \"rep_ark\",\n    \"rep_snm\",\n    \"rep_xzc\",\n    \"rep_tusd\",\n    \"rep_wtc\",\n    \"rep_abyss\",\n    \"rep_zap\",\n    \"rep_aion\",\n    \"rep_smart\",\n    \"rep_nexo\",\n    \"rep_xlm\",\n    \"rep_grs\",\n    \"rep_enj\",\n    \"rep_betr\",\n    \"rep_poly\",\n    \"rep_ppt\",\n    \"rep_knc\",\n    \"rep_bkx\",\n    \"rep_bcd\",\n    \"rep_tel\",\n    \"rep_dai\",\n    \"rep_mkr\",\n    \"rep_link\",\n    \"rep_r\",\n    \"rep_gas\",\n    \"rep_pax\",\n    \"rep_usdc\",\n    \"rep_nim\",\n    \"rep_pma\",\n    \"rep_dgtx\",\n    \"rep_storm\",\n    \"rep_rfr\",\n    \"rep_gusd\",\n    \"rep_eurs\",\n    \"rep_vet\",\n    \"rep_fet\",\n    \"rep_ht\",\n    \"rep_bdg\",\n    \"rep_plr\",\n    \"rep_phb\",\n    \"swt_ant\",\n    \"swt_bat\",\n    \"swt_ardr\",\n    \"swt_bch\",\n    \"swt_btg\",\n    \"swt_bnt\",\n    \"swt_btc\",\n    \"swt_eos\",\n    \"swt_fun\",\n    \"swt_gnt\",\n    \"swt_lsk\",\n    \"swt_xrp\",\n    \"swt_dgb\",\n    \"swt_etc\",\n    \"swt_ltc\",\n    \"swt_nmr\",\n    \"swt_ptoy\",\n    \"swt_storj\",\n    \"swt_cvc\",\n    \"swt_edg\",\n    \"swt_gno\",\n    \"swt_lbc\",\n    \"swt_neo\",\n    \"swt_pay\",\n    \"swt_rep\",\n    \"swt_waves\",\n    \"swt_xmr\",\n    \"swt_dash\",\n    \"swt_dgd\",\n    \"swt_eth\",\n    \"swt_gup\",\n    \"swt_nxt\",\n    \"swt_zec\",\n    \"swt_dcr\",\n    \"swt_doge\",\n    \"swt_hmq\",\n    \"swt_omg\",\n    \"swt_trst\",\n    \"swt_xem\",\n    \"swt_zrx\",\n    \"swt_usdt\",\n    \"swt_maid\",\n    \"swt_amp\",\n    \"swt_powr\",\n    \"swt_rcn\",\n    \"swt_ada\",\n    \"swt_vib\",\n    \"swt_dnt\",\n    \"swt_qtum\",\n    \"swt_stx\",\n    \"swt_ignis\",\n    \"swt_dcn\",\n    \"swt_ngc\",\n    \"swt_wax\",\n    \"swt_lrc\",\n    \"swt_noah\",\n    \"swt_brd\",\n    \"swt_zen\",\n    \"swt_mana\",\n    \"swt_part\",\n    \"swt_ark\",\n    \"swt_snm\",\n    \"swt_xzc\",\n    \"swt_tusd\",\n    \"swt_wtc\",\n    \"swt_abyss\",\n    \"swt_zap\",\n    \"swt_aion\",\n    \"swt_smart\",\n    \"swt_nexo\",\n    \"swt_xlm\",\n    \"swt_grs\",\n    \"swt_enj\",\n    \"swt_betr\",\n    \"swt_poly\",\n    \"swt_ppt\",\n    \"swt_knc\",\n    \"swt_bkx\",\n    \"swt_bcd\",\n    \"swt_tel\",\n    \"swt_dai\",\n    \"swt_mkr\",\n    \"swt_link\",\n    \"swt_r\",\n    \"swt_gas\",\n    \"swt_pax\",\n    \"swt_usdc\",\n    \"swt_nim\",\n    \"swt_pma\",\n    \"swt_dgtx\",\n    \"swt_storm\",\n    \"swt_rfr\",\n    \"swt_gusd\",\n    \"swt_eurs\",\n    \"swt_vet\",\n    \"swt_fet\",\n    \"swt_ht\",\n    \"swt_bdg\",\n    \"swt_plr\",\n    \"swt_phb\",\n    \"waves_ant\",\n    \"waves_bat\",\n    \"waves_ardr\",\n    \"waves_bch\",\n    \"waves_btg\",\n    \"waves_bnt\",\n    \"waves_btc\",\n    \"waves_eos\",\n    \"waves_fun\",\n    \"waves_gnt\",\n    \"waves_lsk\",\n    \"waves_xrp\",\n    \"waves_dgb\",\n    \"waves_etc\",\n    \"waves_ltc\",\n    \"waves_nmr\",\n    \"waves_ptoy\",\n    \"waves_storj\",\n    \"waves_cvc\",\n    \"waves_edg\",\n    \"waves_gno\",\n    \"waves_lbc\",\n    \"waves_neo\",\n    \"waves_pay\",\n    \"waves_rep\",\n    \"waves_swt\",\n    \"waves_xmr\",\n    \"waves_dash\",\n    \"waves_dgd\",\n    \"waves_eth\",\n    \"waves_gup\",\n    \"waves_nxt\",\n    \"waves_zec\",\n    \"waves_dcr\",\n    \"waves_doge\",\n    \"waves_hmq\",\n    \"waves_omg\",\n    \"waves_trst\",\n    \"waves_xem\",\n    \"waves_zrx\",\n    \"waves_usdt\",\n    \"waves_maid\",\n    \"waves_amp\",\n    \"waves_powr\",\n    \"waves_rcn\",\n    \"waves_ada\",\n    \"waves_vib\",\n    \"waves_dnt\",\n    \"waves_qtum\",\n    \"waves_stx\",\n    \"waves_ignis\",\n    \"waves_dcn\",\n    \"waves_ngc\",\n    \"waves_wax\",\n    \"waves_lrc\",\n    \"waves_noah\",\n    \"waves_brd\",\n    \"waves_zen\",\n    \"waves_mana\",\n    \"waves_part\",\n    \"waves_ark\",\n    \"waves_snm\",\n    \"waves_xzc\",\n    \"waves_tusd\",\n    \"waves_wtc\",\n    \"waves_abyss\",\n    \"waves_zap\",\n    \"waves_aion\",\n    \"waves_smart\",\n    \"waves_nexo\",\n    \"waves_xlm\",\n    \"waves_grs\",\n    \"waves_enj\",\n    \"waves_betr\",\n    \"waves_poly\",\n    \"waves_ppt\",\n    \"waves_knc\",\n    \"waves_bkx\",\n    \"waves_bcd\",\n    \"waves_tel\",\n    \"waves_dai\",\n    \"waves_mkr\",\n    \"waves_link\",\n    \"waves_r\",\n    \"waves_gas\",\n    \"waves_pax\",\n    \"waves_usdc\",\n    \"waves_nim\",\n    \"waves_pma\",\n    \"waves_dgtx\",\n    \"waves_storm\",\n    \"waves_rfr\",\n    \"waves_gusd\",\n    \"waves_eurs\",\n    \"waves_vet\",\n    \"waves_fet\",\n    \"waves_ht\",\n    \"waves_bdg\",\n    \"waves_plr\",\n    \"waves_phb\",\n    \"xmr_ant\",\n    \"xmr_bat\",\n    \"xmr_ardr\",\n    \"xmr_bch\",\n    \"xmr_btg\",\n    \"xmr_bnt\",\n    \"xmr_btc\",\n    \"xmr_eos\",\n    \"xmr_fun\",\n    \"xmr_gnt\",\n    \"xmr_lsk\",\n    \"xmr_xrp\",\n    \"xmr_dgb\",\n    \"xmr_etc\",\n    \"xmr_ltc\",\n    \"xmr_nmr\",\n    \"xmr_ptoy\",\n    \"xmr_storj\",\n    \"xmr_cvc\",\n    \"xmr_edg\",\n    \"xmr_gno\",\n    \"xmr_lbc\",\n    \"xmr_neo\",\n    \"xmr_pay\",\n    \"xmr_rep\",\n    \"xmr_swt\",\n    \"xmr_waves\",\n    \"xmr_dash\",\n    \"xmr_dgd\",\n    \"xmr_eth\",\n    \"xmr_gup\",\n    \"xmr_nxt\",\n    \"xmr_zec\",\n    \"xmr_dcr\",\n    \"xmr_doge\",\n    \"xmr_hmq\",\n    \"xmr_omg\",\n    \"xmr_trst\",\n    \"xmr_xem\",\n    \"xmr_zrx\",\n    \"xmr_usdt\",\n    \"xmr_maid\",\n    \"xmr_amp\",\n    \"xmr_powr\",\n    \"xmr_rcn\",\n    \"xmr_ada\",\n    \"xmr_vib\",\n    \"xmr_dnt\",\n    \"xmr_qtum\",\n    \"xmr_stx\",\n    \"xmr_ignis\",\n    \"xmr_dcn\",\n    \"xmr_ngc\",\n    \"xmr_wax\",\n    \"xmr_lrc\",\n    \"xmr_noah\",\n    \"xmr_brd\",\n    \"xmr_zen\",\n    \"xmr_mana\",\n    \"xmr_part\",\n    \"xmr_ark\",\n    \"xmr_snm\",\n    \"xmr_xzc\",\n    \"xmr_tusd\",\n    \"xmr_wtc\",\n    \"xmr_abyss\",\n    \"xmr_zap\",\n    \"xmr_aion\",\n    \"xmr_smart\",\n    \"xmr_nexo\",\n    \"xmr_xlm\",\n    \"xmr_grs\",\n    \"xmr_enj\",\n    \"xmr_betr\",\n    \"xmr_poly\",\n    \"xmr_ppt\",\n    \"xmr_knc\",\n    \"xmr_bkx\",\n    \"xmr_bcd\",\n    \"xmr_tel\",\n    \"xmr_dai\",\n    \"xmr_mkr\",\n    \"xmr_link\",\n    \"xmr_r\",\n    \"xmr_gas\",\n    \"xmr_pax\",\n    \"xmr_usdc\",\n    \"xmr_nim\",\n    \"xmr_pma\",\n    \"xmr_dgtx\",\n    \"xmr_storm\",\n    \"xmr_rfr\",\n    \"xmr_gusd\",\n    \"xmr_eurs\",\n    \"xmr_vet\",\n    \"xmr_fet\",\n    \"xmr_ht\",\n    \"xmr_bdg\",\n    \"xmr_plr\",\n    \"xmr_phb\",\n    \"dash_ant\",\n    \"dash_bat\",\n    \"dash_ardr\",\n    \"dash_bch\",\n    \"dash_btg\",\n    \"dash_bnt\",\n    \"dash_btc\",\n    \"dash_eos\",\n    \"dash_fun\",\n    \"dash_gnt\",\n    \"dash_lsk\",\n    \"dash_xrp\",\n    \"dash_dgb\",\n    \"dash_etc\",\n    \"dash_ltc\",\n    \"dash_nmr\",\n    \"dash_ptoy\",\n    \"dash_storj\",\n    \"dash_cvc\",\n    \"dash_edg\",\n    \"dash_gno\",\n    \"dash_lbc\",\n    \"dash_neo\",\n    \"dash_pay\",\n    \"dash_rep\",\n    \"dash_swt\",\n    \"dash_waves\",\n    \"dash_xmr\",\n    \"dash_dgd\",\n    \"dash_eth\",\n    \"dash_gup\",\n    \"dash_nxt\",\n    \"dash_zec\",\n    \"dash_dcr\",\n    \"dash_doge\",\n    \"dash_hmq\",\n    \"dash_omg\",\n    \"dash_trst\",\n    \"dash_xem\",\n    \"dash_zrx\",\n    \"dash_usdt\",\n    \"dash_maid\",\n    \"dash_amp\",\n    \"dash_powr\",\n    \"dash_rcn\",\n    \"dash_ada\",\n    \"dash_vib\",\n    \"dash_dnt\",\n    \"dash_qtum\",\n    \"dash_stx\",\n    \"dash_ignis\",\n    \"dash_dcn\",\n    \"dash_ngc\",\n    \"dash_wax\",\n    \"dash_lrc\",\n    \"dash_noah\",\n    \"dash_brd\",\n    \"dash_zen\",\n    \"dash_mana\",\n    \"dash_part\",\n    \"dash_ark\",\n    \"dash_snm\",\n    \"dash_xzc\",\n    \"dash_tusd\",\n    \"dash_wtc\",\n    \"dash_abyss\",\n    \"dash_zap\",\n    \"dash_aion\",\n    \"dash_smart\",\n    \"dash_nexo\",\n    \"dash_xlm\",\n    \"dash_grs\",\n    \"dash_enj\",\n    \"dash_betr\",\n    \"dash_poly\",\n    \"dash_ppt\",\n    \"dash_knc\",\n    \"dash_bkx\",\n    \"dash_bcd\",\n    \"dash_tel\",\n    \"dash_dai\",\n    \"dash_mkr\",\n    \"dash_link\",\n    \"dash_r\",\n    \"dash_gas\",\n    \"dash_pax\",\n    \"dash_usdc\",\n    \"dash_nim\",\n    \"dash_pma\",\n    \"dash_dgtx\",\n    \"dash_storm\",\n    \"dash_rfr\",\n    \"dash_gusd\",\n    \"dash_eurs\",\n    \"dash_vet\",\n    \"dash_fet\",\n    \"dash_ht\",\n    \"dash_bdg\",\n    \"dash_plr\",\n    \"dash_phb\",\n    \"dgd_ant\",\n    \"dgd_bat\",\n    \"dgd_ardr\",\n    \"dgd_bch\",\n    \"dgd_btg\",\n    \"dgd_bnt\",\n    \"dgd_btc\",\n    \"dgd_eos\",\n    \"dgd_fun\",\n    \"dgd_gnt\",\n    \"dgd_lsk\",\n    \"dgd_xrp\",\n    \"dgd_dgb\",\n    \"dgd_etc\",\n    \"dgd_ltc\",\n    \"dgd_nmr\",\n    \"dgd_ptoy\",\n    \"dgd_storj\",\n    \"dgd_cvc\",\n    \"dgd_edg\",\n    \"dgd_gno\",\n    \"dgd_lbc\",\n    \"dgd_neo\",\n    \"dgd_pay\",\n    \"dgd_rep\",\n    \"dgd_swt\",\n    \"dgd_waves\",\n    \"dgd_xmr\",\n    \"dgd_dash\",\n    \"dgd_eth\",\n    \"dgd_gup\",\n    \"dgd_nxt\",\n    \"dgd_zec\",\n    \"dgd_dcr\",\n    \"dgd_doge\",\n    \"dgd_hmq\",\n    \"dgd_omg\",\n    \"dgd_trst\",\n    \"dgd_xem\",\n    \"dgd_zrx\",\n    \"dgd_usdt\",\n    \"dgd_maid\",\n    \"dgd_amp\",\n    \"dgd_powr\",\n    \"dgd_rcn\",\n    \"dgd_ada\",\n    \"dgd_vib\",\n    \"dgd_dnt\",\n    \"dgd_qtum\",\n    \"dgd_stx\",\n    \"dgd_ignis\",\n    \"dgd_dcn\",\n    \"dgd_ngc\",\n    \"dgd_wax\",\n    \"dgd_lrc\",\n    \"dgd_noah\",\n    \"dgd_brd\",\n    \"dgd_zen\",\n    \"dgd_mana\",\n    \"dgd_part\",\n    \"dgd_ark\",\n    \"dgd_snm\",\n    \"dgd_xzc\",\n    \"dgd_tusd\",\n    \"dgd_wtc\",\n    \"dgd_abyss\",\n    \"dgd_zap\",\n    \"dgd_aion\",\n    \"dgd_smart\",\n    \"dgd_nexo\",\n    \"dgd_xlm\",\n    \"dgd_grs\",\n    \"dgd_enj\",\n    \"dgd_betr\",\n    \"dgd_poly\",\n    \"dgd_ppt\",\n    \"dgd_knc\",\n    \"dgd_bkx\",\n    \"dgd_bcd\",\n    \"dgd_tel\",\n    \"dgd_dai\",\n    \"dgd_mkr\",\n    \"dgd_link\",\n    \"dgd_r\",\n    \"dgd_gas\",\n    \"dgd_pax\",\n    \"dgd_usdc\",\n    \"dgd_nim\",\n    \"dgd_pma\",\n    \"dgd_dgtx\",\n    \"dgd_storm\",\n    \"dgd_rfr\",\n    \"dgd_gusd\",\n    \"dgd_eurs\",\n    \"dgd_vet\",\n    \"dgd_fet\",\n    \"dgd_ht\",\n    \"dgd_bdg\",\n    \"dgd_plr\",\n    \"dgd_phb\",\n    \"eth_ant\",\n    \"eth_bat\",\n    \"eth_ardr\",\n    \"eth_bch\",\n    \"eth_btg\",\n    \"eth_bnt\",\n    \"eth_btc\",\n    \"eth_eos\",\n    \"eth_fun\",\n    \"eth_gnt\",\n    \"eth_lsk\",\n    \"eth_xrp\",\n    \"eth_dgb\",\n    \"eth_etc\",\n    \"eth_ltc\",\n    \"eth_nmr\",\n    \"eth_ptoy\",\n    \"eth_storj\",\n    \"eth_cvc\",\n    \"eth_edg\",\n    \"eth_gno\",\n    \"eth_lbc\",\n    \"eth_neo\",\n    \"eth_pay\",\n    \"eth_rep\",\n    \"eth_swt\",\n    \"eth_waves\",\n    \"eth_xmr\",\n    \"eth_dash\",\n    \"eth_dgd\",\n    \"eth_gup\",\n    \"eth_nxt\",\n    \"eth_zec\",\n    \"eth_dcr\",\n    \"eth_doge\",\n    \"eth_hmq\",\n    \"eth_omg\",\n    \"eth_trst\",\n    \"eth_xem\",\n    \"eth_zrx\",\n    \"eth_usdt\",\n    \"eth_maid\",\n    \"eth_amp\",\n    \"eth_powr\",\n    \"eth_rcn\",\n    \"eth_ada\",\n    \"eth_vib\",\n    \"eth_dnt\",\n    \"eth_qtum\",\n    \"eth_stx\",\n    \"eth_ignis\",\n    \"eth_dcn\",\n    \"eth_ngc\",\n    \"eth_wax\",\n    \"eth_lrc\",\n    \"eth_noah\",\n    \"eth_brd\",\n    \"eth_zen\",\n    \"eth_mana\",\n    \"eth_part\",\n    \"eth_ark\",\n    \"eth_snm\",\n    \"eth_xzc\",\n    \"eth_tusd\",\n    \"eth_wtc\",\n    \"eth_abyss\",\n    \"eth_zap\",\n    \"eth_aion\",\n    \"eth_smart\",\n    \"eth_nexo\",\n    \"eth_xlm\",\n    \"eth_grs\",\n    \"eth_enj\",\n    \"eth_betr\",\n    \"eth_poly\",\n    \"eth_ppt\",\n    \"eth_knc\",\n    \"eth_bkx\",\n    \"eth_bcd\",\n    \"eth_tel\",\n    \"eth_dai\",\n    \"eth_mkr\",\n    \"eth_link\",\n    \"eth_r\",\n    \"eth_gas\",\n    \"eth_pax\",\n    \"eth_usdc\",\n    \"eth_nim\",\n    \"eth_pma\",\n    \"eth_dgtx\",\n    \"eth_storm\",\n    \"eth_rfr\",\n    \"eth_gusd\",\n    \"eth_eurs\",\n    \"eth_vet\",\n    \"eth_fet\",\n    \"eth_ht\",\n    \"eth_bdg\",\n    \"eth_plr\",\n    \"eth_phb\",\n    \"gup_ant\",\n    \"gup_bat\",\n    \"gup_ardr\",\n    \"gup_bch\",\n    \"gup_btg\",\n    \"gup_bnt\",\n    \"gup_btc\",\n    \"gup_eos\",\n    \"gup_fun\",\n    \"gup_gnt\",\n    \"gup_lsk\",\n    \"gup_xrp\",\n    \"gup_dgb\",\n    \"gup_etc\",\n    \"gup_ltc\",\n    \"gup_nmr\",\n    \"gup_ptoy\",\n    \"gup_storj\",\n    \"gup_cvc\",\n    \"gup_edg\",\n    \"gup_gno\",\n    \"gup_lbc\",\n    \"gup_neo\",\n    \"gup_pay\",\n    \"gup_rep\",\n    \"gup_swt\",\n    \"gup_waves\",\n    \"gup_xmr\",\n    \"gup_dash\",\n    \"gup_dgd\",\n    \"gup_eth\",\n    \"gup_nxt\",\n    \"gup_zec\",\n    \"gup_dcr\",\n    \"gup_doge\",\n    \"gup_hmq\",\n    \"gup_omg\",\n    \"gup_trst\",\n    \"gup_xem\",\n    \"gup_zrx\",\n    \"gup_usdt\",\n    \"gup_maid\",\n    \"gup_amp\",\n    \"gup_powr\",\n    \"gup_rcn\",\n    \"gup_ada\",\n    \"gup_vib\",\n    \"gup_dnt\",\n    \"gup_qtum\",\n    \"gup_stx\",\n    \"gup_ignis\",\n    \"gup_dcn\",\n    \"gup_ngc\",\n    \"gup_wax\",\n    \"gup_lrc\",\n    \"gup_noah\",\n    \"gup_brd\",\n    \"gup_zen\",\n    \"gup_mana\",\n    \"gup_part\",\n    \"gup_ark\",\n    \"gup_snm\",\n    \"gup_xzc\",\n    \"gup_tusd\",\n    \"gup_wtc\",\n    \"gup_abyss\",\n    \"gup_zap\",\n    \"gup_aion\",\n    \"gup_smart\",\n    \"gup_nexo\",\n    \"gup_xlm\",\n    \"gup_grs\",\n    \"gup_enj\",\n    \"gup_betr\",\n    \"gup_poly\",\n    \"gup_ppt\",\n    \"gup_knc\",\n    \"gup_bkx\",\n    \"gup_bcd\",\n    \"gup_tel\",\n    \"gup_dai\",\n    \"gup_mkr\",\n    \"gup_link\",\n    \"gup_r\",\n    \"gup_gas\",\n    \"gup_pax\",\n    \"gup_usdc\",\n    \"gup_nim\",\n    \"gup_pma\",\n    \"gup_dgtx\",\n    \"gup_storm\",\n    \"gup_rfr\",\n    \"gup_gusd\",\n    \"gup_eurs\",\n    \"gup_vet\",\n    \"gup_fet\",\n    \"gup_ht\",\n    \"gup_bdg\",\n    \"gup_plr\",\n    \"gup_phb\",\n    \"nxt_ant\",\n    \"nxt_bat\",\n    \"nxt_ardr\",\n    \"nxt_bch\",\n    \"nxt_btg\",\n    \"nxt_bnt\",\n    \"nxt_btc\",\n    \"nxt_eos\",\n    \"nxt_fun\",\n    \"nxt_gnt\",\n    \"nxt_lsk\",\n    \"nxt_xrp\",\n    \"nxt_dgb\",\n    \"nxt_etc\",\n    \"nxt_ltc\",\n    \"nxt_nmr\",\n    \"nxt_ptoy\",\n    \"nxt_storj\",\n    \"nxt_cvc\",\n    \"nxt_edg\",\n    \"nxt_gno\",\n    \"nxt_lbc\",\n    \"nxt_neo\",\n    \"nxt_pay\",\n    \"nxt_rep\",\n    \"nxt_swt\",\n    \"nxt_waves\",\n    \"nxt_xmr\",\n    \"nxt_dash\",\n    \"nxt_dgd\",\n    \"nxt_eth\",\n    \"nxt_gup\",\n    \"nxt_zec\",\n    \"nxt_dcr\",\n    \"nxt_doge\",\n    \"nxt_hmq\",\n    \"nxt_omg\",\n    \"nxt_trst\",\n    \"nxt_xem\",\n    \"nxt_zrx\",\n    \"nxt_usdt\",\n    \"nxt_maid\",\n    \"nxt_amp\",\n    \"nxt_powr\",\n    \"nxt_rcn\",\n    \"nxt_ada\",\n    \"nxt_vib\",\n    \"nxt_dnt\",\n    \"nxt_qtum\",\n    \"nxt_stx\",\n    \"nxt_ignis\",\n    \"nxt_dcn\",\n    \"nxt_ngc\",\n    \"nxt_wax\",\n    \"nxt_lrc\",\n    \"nxt_noah\",\n    \"nxt_brd\",\n    \"nxt_zen\",\n    \"nxt_mana\",\n    \"nxt_part\",\n    \"nxt_ark\",\n    \"nxt_snm\",\n    \"nxt_xzc\",\n    \"nxt_tusd\",\n    \"nxt_wtc\",\n    \"nxt_abyss\",\n    \"nxt_zap\",\n    \"nxt_aion\",\n    \"nxt_smart\",\n    \"nxt_nexo\",\n    \"nxt_xlm\",\n    \"nxt_grs\",\n    \"nxt_enj\",\n    \"nxt_betr\",\n    \"nxt_poly\",\n    \"nxt_ppt\",\n    \"nxt_knc\",\n    \"nxt_bkx\",\n    \"nxt_bcd\",\n    \"nxt_tel\",\n    \"nxt_dai\",\n    \"nxt_mkr\",\n    \"nxt_link\",\n    \"nxt_r\",\n    \"nxt_gas\",\n    \"nxt_pax\",\n    \"nxt_usdc\",\n    \"nxt_nim\",\n    \"nxt_pma\",\n    \"nxt_dgtx\",\n    \"nxt_storm\",\n    \"nxt_rfr\",\n    \"nxt_gusd\",\n    \"nxt_eurs\",\n    \"nxt_vet\",\n    \"nxt_fet\",\n    \"nxt_ht\",\n    \"nxt_bdg\",\n    \"nxt_plr\",\n    \"nxt_phb\",\n    \"zec_ant\",\n    \"zec_bat\",\n    \"zec_ardr\",\n    \"zec_bch\",\n    \"zec_btg\",\n    \"zec_bnt\",\n    \"zec_btc\",\n    \"zec_eos\",\n    \"zec_fun\",\n    \"zec_gnt\",\n    \"zec_lsk\",\n    \"zec_xrp\",\n    \"zec_dgb\",\n    \"zec_etc\",\n    \"zec_ltc\",\n    \"zec_nmr\",\n    \"zec_ptoy\",\n    \"zec_storj\",\n    \"zec_cvc\",\n    \"zec_edg\",\n    \"zec_gno\",\n    \"zec_lbc\",\n    \"zec_neo\",\n    \"zec_pay\",\n    \"zec_rep\",\n    \"zec_swt\",\n    \"zec_waves\",\n    \"zec_xmr\",\n    \"zec_dash\",\n    \"zec_dgd\",\n    \"zec_eth\",\n    \"zec_gup\",\n    \"zec_nxt\",\n    \"zec_dcr\",\n    \"zec_doge\",\n    \"zec_hmq\",\n    \"zec_omg\",\n    \"zec_trst\",\n    \"zec_xem\",\n    \"zec_zrx\",\n    \"zec_usdt\",\n    \"zec_maid\",\n    \"zec_amp\",\n    \"zec_powr\",\n    \"zec_rcn\",\n    \"zec_ada\",\n    \"zec_vib\",\n    \"zec_dnt\",\n    \"zec_qtum\",\n    \"zec_stx\",\n    \"zec_ignis\",\n    \"zec_dcn\",\n    \"zec_ngc\",\n    \"zec_wax\",\n    \"zec_lrc\",\n    \"zec_noah\",\n    \"zec_brd\",\n    \"zec_zen\",\n    \"zec_mana\",\n    \"zec_part\",\n    \"zec_ark\",\n    \"zec_snm\",\n    \"zec_xzc\",\n    \"zec_tusd\",\n    \"zec_wtc\",\n    \"zec_abyss\",\n    \"zec_zap\",\n    \"zec_aion\",\n    \"zec_smart\",\n    \"zec_nexo\",\n    \"zec_xlm\",\n    \"zec_grs\",\n    \"zec_enj\",\n    \"zec_betr\",\n    \"zec_poly\",\n    \"zec_ppt\",\n    \"zec_knc\",\n    \"zec_bkx\",\n    \"zec_bcd\",\n    \"zec_tel\",\n    \"zec_dai\",\n    \"zec_mkr\",\n    \"zec_link\",\n    \"zec_r\",\n    \"zec_gas\",\n    \"zec_pax\",\n    \"zec_usdc\",\n    \"zec_nim\",\n    \"zec_pma\",\n    \"zec_dgtx\",\n    \"zec_storm\",\n    \"zec_rfr\",\n    \"zec_gusd\",\n    \"zec_eurs\",\n    \"zec_vet\",\n    \"zec_fet\",\n    \"zec_ht\",\n    \"zec_bdg\",\n    \"zec_plr\",\n    \"zec_phb\",\n    \"dcr_ant\",\n    \"dcr_bat\",\n    \"dcr_ardr\",\n    \"dcr_bch\",\n    \"dcr_btg\",\n    \"dcr_bnt\",\n    \"dcr_btc\",\n    \"dcr_eos\",\n    \"dcr_fun\",\n    \"dcr_gnt\",\n    \"dcr_lsk\",\n    \"dcr_xrp\",\n    \"dcr_dgb\",\n    \"dcr_etc\",\n    \"dcr_ltc\",\n    \"dcr_nmr\",\n    \"dcr_ptoy\",\n    \"dcr_storj\",\n    \"dcr_cvc\",\n    \"dcr_edg\",\n    \"dcr_gno\",\n    \"dcr_lbc\",\n    \"dcr_neo\",\n    \"dcr_pay\",\n    \"dcr_rep\",\n    \"dcr_swt\",\n    \"dcr_waves\",\n    \"dcr_xmr\",\n    \"dcr_dash\",\n    \"dcr_dgd\",\n    \"dcr_eth\",\n    \"dcr_gup\",\n    \"dcr_nxt\",\n    \"dcr_zec\",\n    \"dcr_doge\",\n    \"dcr_hmq\",\n    \"dcr_omg\",\n    \"dcr_trst\",\n    \"dcr_xem\",\n    \"dcr_zrx\",\n    \"dcr_usdt\",\n    \"dcr_maid\",\n    \"dcr_amp\",\n    \"dcr_powr\",\n    \"dcr_rcn\",\n    \"dcr_ada\",\n    \"dcr_vib\",\n    \"dcr_dnt\",\n    \"dcr_qtum\",\n    \"dcr_stx\",\n    \"dcr_ignis\",\n    \"dcr_dcn\",\n    \"dcr_ngc\",\n    \"dcr_wax\",\n    \"dcr_lrc\",\n    \"dcr_noah\",\n    \"dcr_brd\",\n    \"dcr_zen\",\n    \"dcr_mana\",\n    \"dcr_part\",\n    \"dcr_ark\",\n    \"dcr_snm\",\n    \"dcr_xzc\",\n    \"dcr_tusd\",\n    \"dcr_wtc\",\n    \"dcr_abyss\",\n    \"dcr_zap\",\n    \"dcr_aion\",\n    \"dcr_smart\",\n    \"dcr_nexo\",\n    \"dcr_xlm\",\n    \"dcr_grs\",\n    \"dcr_enj\",\n    \"dcr_betr\",\n    \"dcr_poly\",\n    \"dcr_ppt\",\n    \"dcr_knc\",\n    \"dcr_bkx\",\n    \"dcr_bcd\",\n    \"dcr_tel\",\n    \"dcr_dai\",\n    \"dcr_mkr\",\n    \"dcr_link\",\n    \"dcr_r\",\n    \"dcr_gas\",\n    \"dcr_pax\",\n    \"dcr_usdc\",\n    \"dcr_nim\",\n    \"dcr_pma\",\n    \"dcr_dgtx\",\n    \"dcr_storm\",\n    \"dcr_rfr\",\n    \"dcr_gusd\",\n    \"dcr_eurs\",\n    \"dcr_vet\",\n    \"dcr_fet\",\n    \"dcr_ht\",\n    \"dcr_bdg\",\n    \"dcr_plr\",\n    \"dcr_phb\",\n    \"doge_ant\",\n    \"doge_bat\",\n    \"doge_ardr\",\n    \"doge_bch\",\n    \"doge_btg\",\n    \"doge_bnt\",\n    \"doge_btc\",\n    \"doge_eos\",\n    \"doge_fun\",\n    \"doge_gnt\",\n    \"doge_lsk\",\n    \"doge_xrp\",\n    \"doge_dgb\",\n    \"doge_etc\",\n    \"doge_ltc\",\n    \"doge_nmr\",\n    \"doge_ptoy\",\n    \"doge_storj\",\n    \"doge_cvc\",\n    \"doge_edg\",\n    \"doge_gno\",\n    \"doge_lbc\",\n    \"doge_neo\",\n    \"doge_pay\",\n    \"doge_rep\",\n    \"doge_swt\",\n    \"doge_waves\",\n    \"doge_xmr\",\n    \"doge_dash\",\n    \"doge_dgd\",\n    \"doge_eth\",\n    \"doge_gup\",\n    \"doge_nxt\",\n    \"doge_zec\",\n    \"doge_dcr\",\n    \"doge_hmq\",\n    \"doge_omg\",\n    \"doge_trst\",\n    \"doge_xem\",\n    \"doge_zrx\",\n    \"doge_usdt\",\n    \"doge_maid\",\n    \"doge_amp\",\n    \"doge_powr\",\n    \"doge_rcn\",\n    \"doge_ada\",\n    \"doge_vib\",\n    \"doge_dnt\",\n    \"doge_qtum\",\n    \"doge_stx\",\n    \"doge_ignis\",\n    \"doge_dcn\",\n    \"doge_ngc\",\n    \"doge_wax\",\n    \"doge_lrc\",\n    \"doge_noah\",\n    \"doge_brd\",\n    \"doge_zen\",\n    \"doge_mana\",\n    \"doge_part\",\n    \"doge_ark\",\n    \"doge_snm\",\n    \"doge_xzc\",\n    \"doge_tusd\",\n    \"doge_wtc\",\n    \"doge_abyss\",\n    \"doge_zap\",\n    \"doge_aion\",\n    \"doge_smart\",\n    \"doge_nexo\",\n    \"doge_xlm\",\n    \"doge_grs\",\n    \"doge_enj\",\n    \"doge_betr\",\n    \"doge_poly\",\n    \"doge_ppt\",\n    \"doge_knc\",\n    \"doge_bkx\",\n    \"doge_bcd\",\n    \"doge_tel\",\n    \"doge_dai\",\n    \"doge_mkr\",\n    \"doge_link\",\n    \"doge_r\",\n    \"doge_gas\",\n    \"doge_pax\",\n    \"doge_usdc\",\n    \"doge_nim\",\n    \"doge_pma\",\n    \"doge_dgtx\",\n    \"doge_storm\",\n    \"doge_rfr\",\n    \"doge_gusd\",\n    \"doge_eurs\",\n    \"doge_vet\",\n    \"doge_fet\",\n    \"doge_ht\",\n    \"doge_bdg\",\n    \"doge_plr\",\n    \"doge_phb\",\n    \"hmq_ant\",\n    \"hmq_bat\",\n    \"hmq_ardr\",\n    \"hmq_bch\",\n    \"hmq_btg\",\n    \"hmq_bnt\",\n    \"hmq_btc\",\n    \"hmq_eos\",\n    \"hmq_fun\",\n    \"hmq_gnt\",\n    \"hmq_lsk\",\n    \"hmq_xrp\",\n    \"hmq_dgb\",\n    \"hmq_etc\",\n    \"hmq_ltc\",\n    \"hmq_nmr\",\n    \"hmq_ptoy\",\n    \"hmq_storj\",\n    \"hmq_cvc\",\n    \"hmq_edg\",\n    \"hmq_gno\",\n    \"hmq_lbc\",\n    \"hmq_neo\",\n    \"hmq_pay\",\n    \"hmq_rep\",\n    \"hmq_swt\",\n    \"hmq_waves\",\n    \"hmq_xmr\",\n    \"hmq_dash\",\n    \"hmq_dgd\",\n    \"hmq_eth\",\n    \"hmq_gup\",\n    \"hmq_nxt\",\n    \"hmq_zec\",\n    \"hmq_dcr\",\n    \"hmq_doge\",\n    \"hmq_omg\",\n    \"hmq_trst\",\n    \"hmq_xem\",\n    \"hmq_zrx\",\n    \"hmq_usdt\",\n    \"hmq_maid\",\n    \"hmq_amp\",\n    \"hmq_powr\",\n    \"hmq_rcn\",\n    \"hmq_ada\",\n    \"hmq_vib\",\n    \"hmq_dnt\",\n    \"hmq_qtum\",\n    \"hmq_stx\",\n    \"hmq_ignis\",\n    \"hmq_dcn\",\n    \"hmq_ngc\",\n    \"hmq_wax\",\n    \"hmq_lrc\",\n    \"hmq_noah\",\n    \"hmq_brd\",\n    \"hmq_zen\",\n    \"hmq_mana\",\n    \"hmq_part\",\n    \"hmq_ark\",\n    \"hmq_snm\",\n    \"hmq_xzc\",\n    \"hmq_tusd\",\n    \"hmq_wtc\",\n    \"hmq_abyss\",\n    \"hmq_zap\",\n    \"hmq_aion\",\n    \"hmq_smart\",\n    \"hmq_nexo\",\n    \"hmq_xlm\",\n    \"hmq_grs\",\n    \"hmq_enj\",\n    \"hmq_betr\",\n    \"hmq_poly\",\n    \"hmq_ppt\",\n    \"hmq_knc\",\n    \"hmq_bkx\",\n    \"hmq_bcd\",\n    \"hmq_tel\",\n    \"hmq_dai\",\n    \"hmq_mkr\",\n    \"hmq_link\",\n    \"hmq_r\",\n    \"hmq_gas\",\n    \"hmq_pax\",\n    \"hmq_usdc\",\n    \"hmq_nim\",\n    \"hmq_pma\",\n    \"hmq_dgtx\",\n    \"hmq_storm\",\n    \"hmq_rfr\",\n    \"hmq_gusd\",\n    \"hmq_eurs\",\n    \"hmq_vet\",\n    \"hmq_fet\",\n    \"hmq_ht\",\n    \"hmq_bdg\",\n    \"hmq_plr\",\n    \"hmq_phb\",\n    \"omg_ant\",\n    \"omg_bat\",\n    \"omg_ardr\",\n    \"omg_bch\",\n    \"omg_btg\",\n    \"omg_bnt\",\n    \"omg_btc\",\n    \"omg_eos\",\n    \"omg_fun\",\n    \"omg_gnt\",\n    \"omg_lsk\",\n    \"omg_xrp\",\n    \"omg_dgb\",\n    \"omg_etc\",\n    \"omg_ltc\",\n    \"omg_nmr\",\n    \"omg_ptoy\",\n    \"omg_storj\",\n    \"omg_cvc\",\n    \"omg_edg\",\n    \"omg_gno\",\n    \"omg_lbc\",\n    \"omg_neo\",\n    \"omg_pay\",\n    \"omg_rep\",\n    \"omg_swt\",\n    \"omg_waves\",\n    \"omg_xmr\",\n    \"omg_dash\",\n    \"omg_dgd\",\n    \"omg_eth\",\n    \"omg_gup\",\n    \"omg_nxt\",\n    \"omg_zec\",\n    \"omg_dcr\",\n    \"omg_doge\",\n    \"omg_hmq\",\n    \"omg_trst\",\n    \"omg_xem\",\n    \"omg_zrx\",\n    \"omg_usdt\",\n    \"omg_maid\",\n    \"omg_amp\",\n    \"omg_powr\",\n    \"omg_rcn\",\n    \"omg_ada\",\n    \"omg_vib\",\n    \"omg_dnt\",\n    \"omg_qtum\",\n    \"omg_stx\",\n    \"omg_ignis\",\n    \"omg_dcn\",\n    \"omg_ngc\",\n    \"omg_wax\",\n    \"omg_lrc\",\n    \"omg_noah\",\n    \"omg_brd\",\n    \"omg_zen\",\n    \"omg_mana\",\n    \"omg_part\",\n    \"omg_ark\",\n    \"omg_snm\",\n    \"omg_xzc\",\n    \"omg_tusd\",\n    \"omg_wtc\",\n    \"omg_abyss\",\n    \"omg_zap\",\n    \"omg_aion\",\n    \"omg_smart\",\n    \"omg_nexo\",\n    \"omg_xlm\",\n    \"omg_grs\",\n    \"omg_enj\",\n    \"omg_betr\",\n    \"omg_poly\",\n    \"omg_ppt\",\n    \"omg_knc\",\n    \"omg_bkx\",\n    \"omg_bcd\",\n    \"omg_tel\",\n    \"omg_dai\",\n    \"omg_mkr\",\n    \"omg_link\",\n    \"omg_r\",\n    \"omg_gas\",\n    \"omg_pax\",\n    \"omg_usdc\",\n    \"omg_nim\",\n    \"omg_pma\",\n    \"omg_dgtx\",\n    \"omg_storm\",\n    \"omg_rfr\",\n    \"omg_gusd\",\n    \"omg_eurs\",\n    \"omg_vet\",\n    \"omg_fet\",\n    \"omg_ht\",\n    \"omg_bdg\",\n    \"omg_plr\",\n    \"omg_phb\",\n    \"trst_ant\",\n    \"trst_bat\",\n    \"trst_ardr\",\n    \"trst_bch\",\n    \"trst_btg\",\n    \"trst_bnt\",\n    \"trst_btc\",\n    \"trst_eos\",\n    \"trst_fun\",\n    \"trst_gnt\",\n    \"trst_lsk\",\n    \"trst_xrp\",\n    \"trst_dgb\",\n    \"trst_etc\",\n    \"trst_ltc\",\n    \"trst_nmr\",\n    \"trst_ptoy\",\n    \"trst_storj\",\n    \"trst_cvc\",\n    \"trst_edg\",\n    \"trst_gno\",\n    \"trst_lbc\",\n    \"trst_neo\",\n    \"trst_pay\",\n    \"trst_rep\",\n    \"trst_swt\",\n    \"trst_waves\",\n    \"trst_xmr\",\n    \"trst_dash\",\n    \"trst_dgd\",\n    \"trst_eth\",\n    \"trst_gup\",\n    \"trst_nxt\",\n    \"trst_zec\",\n    \"trst_dcr\",\n    \"trst_doge\",\n    \"trst_hmq\",\n    \"trst_omg\",\n    \"trst_xem\",\n    \"trst_zrx\",\n    \"trst_usdt\",\n    \"trst_maid\",\n    \"trst_amp\",\n    \"trst_powr\",\n    \"trst_rcn\",\n    \"trst_ada\",\n    \"trst_vib\",\n    \"trst_dnt\",\n    \"trst_qtum\",\n    \"trst_stx\",\n    \"trst_ignis\",\n    \"trst_dcn\",\n    \"trst_ngc\",\n    \"trst_wax\",\n    \"trst_lrc\",\n    \"trst_noah\",\n    \"trst_brd\",\n    \"trst_zen\",\n    \"trst_mana\",\n    \"trst_part\",\n    \"trst_ark\",\n    \"trst_snm\",\n    \"trst_xzc\",\n    \"trst_tusd\",\n    \"trst_wtc\",\n    \"trst_abyss\",\n    \"trst_zap\",\n    \"trst_aion\",\n    \"trst_smart\",\n    \"trst_nexo\",\n    \"trst_xlm\",\n    \"trst_grs\",\n    \"trst_enj\",\n    \"trst_betr\",\n    \"trst_poly\",\n    \"trst_ppt\",\n    \"trst_knc\",\n    \"trst_bkx\",\n    \"trst_bcd\",\n    \"trst_tel\",\n    \"trst_dai\",\n    \"trst_mkr\",\n    \"trst_link\",\n    \"trst_r\",\n    \"trst_gas\",\n    \"trst_pax\",\n    \"trst_usdc\",\n    \"trst_nim\",\n    \"trst_pma\",\n    \"trst_dgtx\",\n    \"trst_storm\",\n    \"trst_rfr\",\n    \"trst_gusd\",\n    \"trst_eurs\",\n    \"trst_vet\",\n    \"trst_fet\",\n    \"trst_ht\",\n    \"trst_bdg\",\n    \"trst_plr\",\n    \"trst_phb\",\n    \"xem_ant\",\n    \"xem_bat\",\n    \"xem_ardr\",\n    \"xem_bch\",\n    \"xem_btg\",\n    \"xem_bnt\",\n    \"xem_btc\",\n    \"xem_eos\",\n    \"xem_fun\",\n    \"xem_gnt\",\n    \"xem_lsk\",\n    \"xem_xrp\",\n    \"xem_dgb\",\n    \"xem_etc\",\n    \"xem_ltc\",\n    \"xem_nmr\",\n    \"xem_ptoy\",\n    \"xem_storj\",\n    \"xem_cvc\",\n    \"xem_edg\",\n    \"xem_gno\",\n    \"xem_lbc\",\n    \"xem_neo\",\n    \"xem_pay\",\n    \"xem_rep\",\n    \"xem_swt\",\n    \"xem_waves\",\n    \"xem_xmr\",\n    \"xem_dash\",\n    \"xem_dgd\",\n    \"xem_eth\",\n    \"xem_gup\",\n    \"xem_nxt\",\n    \"xem_zec\",\n    \"xem_dcr\",\n    \"xem_doge\",\n    \"xem_hmq\",\n    \"xem_omg\",\n    \"xem_trst\",\n    \"xem_zrx\",\n    \"xem_usdt\",\n    \"xem_maid\",\n    \"xem_amp\",\n    \"xem_powr\",\n    \"xem_rcn\",\n    \"xem_ada\",\n    \"xem_vib\",\n    \"xem_dnt\",\n    \"xem_qtum\",\n    \"xem_stx\",\n    \"xem_ignis\",\n    \"xem_dcn\",\n    \"xem_ngc\",\n    \"xem_wax\",\n    \"xem_lrc\",\n    \"xem_noah\",\n    \"xem_brd\",\n    \"xem_zen\",\n    \"xem_mana\",\n    \"xem_part\",\n    \"xem_ark\",\n    \"xem_snm\",\n    \"xem_xzc\",\n    \"xem_tusd\",\n    \"xem_wtc\",\n    \"xem_abyss\",\n    \"xem_zap\",\n    \"xem_aion\",\n    \"xem_smart\",\n    \"xem_nexo\",\n    \"xem_xlm\",\n    \"xem_grs\",\n    \"xem_enj\",\n    \"xem_betr\",\n    \"xem_poly\",\n    \"xem_ppt\",\n    \"xem_knc\",\n    \"xem_bkx\",\n    \"xem_bcd\",\n    \"xem_tel\",\n    \"xem_dai\",\n    \"xem_mkr\",\n    \"xem_link\",\n    \"xem_r\",\n    \"xem_gas\",\n    \"xem_pax\",\n    \"xem_usdc\",\n    \"xem_nim\",\n    \"xem_pma\",\n    \"xem_dgtx\",\n    \"xem_storm\",\n    \"xem_rfr\",\n    \"xem_gusd\",\n    \"xem_eurs\",\n    \"xem_vet\",\n    \"xem_fet\",\n    \"xem_ht\",\n    \"xem_bdg\",\n    \"xem_plr\",\n    \"xem_phb\",\n    \"zrx_ant\",\n    \"zrx_bat\",\n    \"zrx_ardr\",\n    \"zrx_bch\",\n    \"zrx_btg\",\n    \"zrx_bnt\",\n    \"zrx_btc\",\n    \"zrx_eos\",\n    \"zrx_fun\",\n    \"zrx_gnt\",\n    \"zrx_lsk\",\n    \"zrx_xrp\",\n    \"zrx_dgb\",\n    \"zrx_etc\",\n    \"zrx_ltc\",\n    \"zrx_nmr\",\n    \"zrx_ptoy\",\n    \"zrx_storj\",\n    \"zrx_cvc\",\n    \"zrx_edg\",\n    \"zrx_gno\",\n    \"zrx_lbc\",\n    \"zrx_neo\",\n    \"zrx_pay\",\n    \"zrx_rep\",\n    \"zrx_swt\",\n    \"zrx_waves\",\n    \"zrx_xmr\",\n    \"zrx_dash\",\n    \"zrx_dgd\",\n    \"zrx_eth\",\n    \"zrx_gup\",\n    \"zrx_nxt\",\n    \"zrx_zec\",\n    \"zrx_dcr\",\n    \"zrx_doge\",\n    \"zrx_hmq\",\n    \"zrx_omg\",\n    \"zrx_trst\",\n    \"zrx_xem\",\n    \"zrx_usdt\",\n    \"zrx_maid\",\n    \"zrx_amp\",\n    \"zrx_powr\",\n    \"zrx_rcn\",\n    \"zrx_ada\",\n    \"zrx_vib\",\n    \"zrx_dnt\",\n    \"zrx_qtum\",\n    \"zrx_stx\",\n    \"zrx_ignis\",\n    \"zrx_dcn\",\n    \"zrx_ngc\",\n    \"zrx_wax\",\n    \"zrx_lrc\",\n    \"zrx_noah\",\n    \"zrx_brd\",\n    \"zrx_zen\",\n    \"zrx_mana\",\n    \"zrx_part\",\n    \"zrx_ark\",\n    \"zrx_snm\",\n    \"zrx_xzc\",\n    \"zrx_tusd\",\n    \"zrx_wtc\",\n    \"zrx_abyss\",\n    \"zrx_zap\",\n    \"zrx_aion\",\n    \"zrx_smart\",\n    \"zrx_nexo\",\n    \"zrx_xlm\",\n    \"zrx_grs\",\n    \"zrx_enj\",\n    \"zrx_betr\",\n    \"zrx_poly\",\n    \"zrx_ppt\",\n    \"zrx_knc\",\n    \"zrx_bkx\",\n    \"zrx_bcd\",\n    \"zrx_tel\",\n    \"zrx_dai\",\n    \"zrx_mkr\",\n    \"zrx_link\",\n    \"zrx_r\",\n    \"zrx_gas\",\n    \"zrx_pax\",\n    \"zrx_usdc\",\n    \"zrx_nim\",\n    \"zrx_pma\",\n    \"zrx_dgtx\",\n    \"zrx_storm\",\n    \"zrx_rfr\",\n    \"zrx_gusd\",\n    \"zrx_eurs\",\n    \"zrx_vet\",\n    \"zrx_fet\",\n    \"zrx_ht\",\n    \"zrx_bdg\",\n    \"zrx_plr\",\n    \"zrx_phb\",\n    \"usdt_ant\",\n    \"usdt_bat\",\n    \"usdt_ardr\",\n    \"usdt_bch\",\n    \"usdt_btg\",\n    \"usdt_bnt\",\n    \"usdt_btc\",\n    \"usdt_eos\",\n    \"usdt_fun\",\n    \"usdt_gnt\",\n    \"usdt_lsk\",\n    \"usdt_xrp\",\n    \"usdt_dgb\",\n    \"usdt_etc\",\n    \"usdt_ltc\",\n    \"usdt_nmr\",\n    \"usdt_ptoy\",\n    \"usdt_storj\",\n    \"usdt_cvc\",\n    \"usdt_edg\",\n    \"usdt_gno\",\n    \"usdt_lbc\",\n    \"usdt_neo\",\n    \"usdt_pay\",\n    \"usdt_rep\",\n    \"usdt_swt\",\n    \"usdt_waves\",\n    \"usdt_xmr\",\n    \"usdt_dash\",\n    \"usdt_dgd\",\n    \"usdt_eth\",\n    \"usdt_gup\",\n    \"usdt_nxt\",\n    \"usdt_zec\",\n    \"usdt_dcr\",\n    \"usdt_doge\",\n    \"usdt_hmq\",\n    \"usdt_omg\",\n    \"usdt_trst\",\n    \"usdt_xem\",\n    \"usdt_zrx\",\n    \"usdt_maid\",\n    \"usdt_amp\",\n    \"usdt_powr\",\n    \"usdt_rcn\",\n    \"usdt_ada\",\n    \"usdt_vib\",\n    \"usdt_dnt\",\n    \"usdt_qtum\",\n    \"usdt_stx\",\n    \"usdt_ignis\",\n    \"usdt_dcn\",\n    \"usdt_ngc\",\n    \"usdt_wax\",\n    \"usdt_lrc\",\n    \"usdt_noah\",\n    \"usdt_brd\",\n    \"usdt_zen\",\n    \"usdt_mana\",\n    \"usdt_part\",\n    \"usdt_ark\",\n    \"usdt_snm\",\n    \"usdt_xzc\",\n    \"usdt_tusd\",\n    \"usdt_wtc\",\n    \"usdt_abyss\",\n    \"usdt_zap\",\n    \"usdt_aion\",\n    \"usdt_smart\",\n    \"usdt_nexo\",\n    \"usdt_xlm\",\n    \"usdt_grs\",\n    \"usdt_enj\",\n    \"usdt_betr\",\n    \"usdt_poly\",\n    \"usdt_ppt\",\n    \"usdt_knc\",\n    \"usdt_bkx\",\n    \"usdt_bcd\",\n    \"usdt_tel\",\n    \"usdt_dai\",\n    \"usdt_mkr\",\n    \"usdt_link\",\n    \"usdt_r\",\n    \"usdt_gas\",\n    \"usdt_pax\",\n    \"usdt_usdc\",\n    \"usdt_nim\",\n    \"usdt_pma\",\n    \"usdt_dgtx\",\n    \"usdt_storm\",\n    \"usdt_rfr\",\n    \"usdt_gusd\",\n    \"usdt_eurs\",\n    \"usdt_vet\",\n    \"usdt_fet\",\n    \"usdt_ht\",\n    \"usdt_bdg\",\n    \"usdt_plr\",\n    \"usdt_phb\",\n    \"maid_ant\",\n    \"maid_bat\",\n    \"maid_ardr\",\n    \"maid_bch\",\n    \"maid_btg\",\n    \"maid_bnt\",\n    \"maid_btc\",\n    \"maid_eos\",\n    \"maid_fun\",\n    \"maid_gnt\",\n    \"maid_lsk\",\n    \"maid_xrp\",\n    \"maid_dgb\",\n    \"maid_etc\",\n    \"maid_ltc\",\n    \"maid_nmr\",\n    \"maid_ptoy\",\n    \"maid_storj\",\n    \"maid_cvc\",\n    \"maid_edg\",\n    \"maid_gno\",\n    \"maid_lbc\",\n    \"maid_neo\",\n    \"maid_pay\",\n    \"maid_rep\",\n    \"maid_swt\",\n    \"maid_waves\",\n    \"maid_xmr\",\n    \"maid_dash\",\n    \"maid_dgd\",\n    \"maid_eth\",\n    \"maid_gup\",\n    \"maid_nxt\",\n    \"maid_zec\",\n    \"maid_dcr\",\n    \"maid_doge\",\n    \"maid_hmq\",\n    \"maid_omg\",\n    \"maid_trst\",\n    \"maid_xem\",\n    \"maid_zrx\",\n    \"maid_usdt\",\n    \"maid_amp\",\n    \"maid_powr\",\n    \"maid_rcn\",\n    \"maid_ada\",\n    \"maid_vib\",\n    \"maid_dnt\",\n    \"maid_qtum\",\n    \"maid_stx\",\n    \"maid_ignis\",\n    \"maid_dcn\",\n    \"maid_ngc\",\n    \"maid_wax\",\n    \"maid_lrc\",\n    \"maid_noah\",\n    \"maid_brd\",\n    \"maid_zen\",\n    \"maid_mana\",\n    \"maid_part\",\n    \"maid_ark\",\n    \"maid_snm\",\n    \"maid_xzc\",\n    \"maid_tusd\",\n    \"maid_wtc\",\n    \"maid_abyss\",\n    \"maid_zap\",\n    \"maid_aion\",\n    \"maid_smart\",\n    \"maid_nexo\",\n    \"maid_xlm\",\n    \"maid_grs\",\n    \"maid_enj\",\n    \"maid_betr\",\n    \"maid_poly\",\n    \"maid_ppt\",\n    \"maid_knc\",\n    \"maid_bkx\",\n    \"maid_bcd\",\n    \"maid_tel\",\n    \"maid_dai\",\n    \"maid_mkr\",\n    \"maid_link\",\n    \"maid_r\",\n    \"maid_gas\",\n    \"maid_pax\",\n    \"maid_usdc\",\n    \"maid_nim\",\n    \"maid_pma\",\n    \"maid_dgtx\",\n    \"maid_storm\",\n    \"maid_rfr\",\n    \"maid_gusd\",\n    \"maid_eurs\",\n    \"maid_vet\",\n    \"maid_fet\",\n    \"maid_ht\",\n    \"maid_bdg\",\n    \"maid_plr\",\n    \"maid_phb\",\n    \"amp_ant\",\n    \"amp_bat\",\n    \"amp_ardr\",\n    \"amp_bch\",\n    \"amp_btg\",\n    \"amp_bnt\",\n    \"amp_btc\",\n    \"amp_eos\",\n    \"amp_fun\",\n    \"amp_gnt\",\n    \"amp_lsk\",\n    \"amp_xrp\",\n    \"amp_dgb\",\n    \"amp_etc\",\n    \"amp_ltc\",\n    \"amp_nmr\",\n    \"amp_ptoy\",\n    \"amp_storj\",\n    \"amp_cvc\",\n    \"amp_edg\",\n    \"amp_gno\",\n    \"amp_lbc\",\n    \"amp_neo\",\n    \"amp_pay\",\n    \"amp_rep\",\n    \"amp_swt\",\n    \"amp_waves\",\n    \"amp_xmr\",\n    \"amp_dash\",\n    \"amp_dgd\",\n    \"amp_eth\",\n    \"amp_gup\",\n    \"amp_nxt\",\n    \"amp_zec\",\n    \"amp_dcr\",\n    \"amp_doge\",\n    \"amp_hmq\",\n    \"amp_omg\",\n    \"amp_trst\",\n    \"amp_xem\",\n    \"amp_zrx\",\n    \"amp_usdt\",\n    \"amp_maid\",\n    \"amp_powr\",\n    \"amp_rcn\",\n    \"amp_ada\",\n    \"amp_vib\",\n    \"amp_dnt\",\n    \"amp_qtum\",\n    \"amp_stx\",\n    \"amp_ignis\",\n    \"amp_dcn\",\n    \"amp_ngc\",\n    \"amp_wax\",\n    \"amp_lrc\",\n    \"amp_noah\",\n    \"amp_brd\",\n    \"amp_zen\",\n    \"amp_mana\",\n    \"amp_part\",\n    \"amp_ark\",\n    \"amp_snm\",\n    \"amp_xzc\",\n    \"amp_tusd\",\n    \"amp_wtc\",\n    \"amp_abyss\",\n    \"amp_zap\",\n    \"amp_aion\",\n    \"amp_smart\",\n    \"amp_nexo\",\n    \"amp_xlm\",\n    \"amp_grs\",\n    \"amp_enj\",\n    \"amp_betr\",\n    \"amp_poly\",\n    \"amp_ppt\",\n    \"amp_knc\",\n    \"amp_bkx\",\n    \"amp_bcd\",\n    \"amp_tel\",\n    \"amp_dai\",\n    \"amp_mkr\",\n    \"amp_link\",\n    \"amp_r\",\n    \"amp_gas\",\n    \"amp_pax\",\n    \"amp_usdc\",\n    \"amp_nim\",\n    \"amp_pma\",\n    \"amp_dgtx\",\n    \"amp_storm\",\n    \"amp_rfr\",\n    \"amp_gusd\",\n    \"amp_eurs\",\n    \"amp_vet\",\n    \"amp_fet\",\n    \"amp_ht\",\n    \"amp_bdg\",\n    \"amp_plr\",\n    \"amp_phb\",\n    \"powr_ant\",\n    \"powr_bat\",\n    \"powr_ardr\",\n    \"powr_bch\",\n    \"powr_btg\",\n    \"powr_bnt\",\n    \"powr_btc\",\n    \"powr_eos\",\n    \"powr_fun\",\n    \"powr_gnt\",\n    \"powr_lsk\",\n    \"powr_xrp\",\n    \"powr_dgb\",\n    \"powr_etc\",\n    \"powr_ltc\",\n    \"powr_nmr\",\n    \"powr_ptoy\",\n    \"powr_storj\",\n    \"powr_cvc\",\n    \"powr_edg\",\n    \"powr_gno\",\n    \"powr_lbc\",\n    \"powr_neo\",\n    \"powr_pay\",\n    \"powr_rep\",\n    \"powr_swt\",\n    \"powr_waves\",\n    \"powr_xmr\",\n    \"powr_dash\",\n    \"powr_dgd\",\n    \"powr_eth\",\n    \"powr_gup\",\n    \"powr_nxt\",\n    \"powr_zec\",\n    \"powr_dcr\",\n    \"powr_doge\",\n    \"powr_hmq\",\n    \"powr_omg\",\n    \"powr_trst\",\n    \"powr_xem\",\n    \"powr_zrx\",\n    \"powr_usdt\",\n    \"powr_maid\",\n    \"powr_amp\",\n    \"powr_rcn\",\n    \"powr_ada\",\n    \"powr_vib\",\n    \"powr_dnt\",\n    \"powr_qtum\",\n    \"powr_stx\",\n    \"powr_ignis\",\n    \"powr_dcn\",\n    \"powr_ngc\",\n    \"powr_wax\",\n    \"powr_lrc\",\n    \"powr_noah\",\n    \"powr_brd\",\n    \"powr_zen\",\n    \"powr_mana\",\n    \"powr_part\",\n    \"powr_ark\",\n    \"powr_snm\",\n    \"powr_xzc\",\n    \"powr_tusd\",\n    \"powr_wtc\",\n    \"powr_abyss\",\n    \"powr_zap\",\n    \"powr_aion\",\n    \"powr_smart\",\n    \"powr_nexo\",\n    \"powr_xlm\",\n    \"powr_grs\",\n    \"powr_enj\",\n    \"powr_betr\",\n    \"powr_poly\",\n    \"powr_ppt\",\n    \"powr_knc\",\n    \"powr_bkx\",\n    \"powr_bcd\",\n    \"powr_tel\",\n    \"powr_dai\",\n    \"powr_mkr\",\n    \"powr_link\",\n    \"powr_r\",\n    \"powr_gas\",\n    \"powr_pax\",\n    \"powr_usdc\",\n    \"powr_nim\",\n    \"powr_pma\",\n    \"powr_dgtx\",\n    \"powr_storm\",\n    \"powr_rfr\",\n    \"powr_gusd\",\n    \"powr_eurs\",\n    \"powr_vet\",\n    \"powr_fet\",\n    \"powr_ht\",\n    \"powr_bdg\",\n    \"powr_plr\",\n    \"powr_phb\",\n    \"rcn_ant\",\n    \"rcn_bat\",\n    \"rcn_ardr\",\n    \"rcn_bch\",\n    \"rcn_btg\",\n    \"rcn_bnt\",\n    \"rcn_btc\",\n    \"rcn_eos\",\n    \"rcn_fun\",\n    \"rcn_gnt\",\n    \"rcn_lsk\",\n    \"rcn_xrp\",\n    \"rcn_dgb\",\n    \"rcn_etc\",\n    \"rcn_ltc\",\n    \"rcn_nmr\",\n    \"rcn_ptoy\",\n    \"rcn_storj\",\n    \"rcn_cvc\",\n    \"rcn_edg\",\n    \"rcn_gno\",\n    \"rcn_lbc\",\n    \"rcn_neo\",\n    \"rcn_pay\",\n    \"rcn_rep\",\n    \"rcn_swt\",\n    \"rcn_waves\",\n    \"rcn_xmr\",\n    \"rcn_dash\",\n    \"rcn_dgd\",\n    \"rcn_eth\",\n    \"rcn_gup\",\n    \"rcn_nxt\",\n    \"rcn_zec\",\n    \"rcn_dcr\",\n    \"rcn_doge\",\n    \"rcn_hmq\",\n    \"rcn_omg\",\n    \"rcn_trst\",\n    \"rcn_xem\",\n    \"rcn_zrx\",\n    \"rcn_usdt\",\n    \"rcn_maid\",\n    \"rcn_amp\",\n    \"rcn_powr\",\n    \"rcn_ada\",\n    \"rcn_vib\",\n    \"rcn_dnt\",\n    \"rcn_qtum\",\n    \"rcn_stx\",\n    \"rcn_ignis\",\n    \"rcn_dcn\",\n    \"rcn_ngc\",\n    \"rcn_wax\",\n    \"rcn_lrc\",\n    \"rcn_noah\",\n    \"rcn_brd\",\n    \"rcn_zen\",\n    \"rcn_mana\",\n    \"rcn_part\",\n    \"rcn_ark\",\n    \"rcn_snm\",\n    \"rcn_xzc\",\n    \"rcn_tusd\",\n    \"rcn_wtc\",\n    \"rcn_abyss\",\n    \"rcn_zap\",\n    \"rcn_aion\",\n    \"rcn_smart\",\n    \"rcn_nexo\",\n    \"rcn_xlm\",\n    \"rcn_grs\",\n    \"rcn_enj\",\n    \"rcn_betr\",\n    \"rcn_poly\",\n    \"rcn_ppt\",\n    \"rcn_knc\",\n    \"rcn_bkx\",\n    \"rcn_bcd\",\n    \"rcn_tel\",\n    \"rcn_dai\",\n    \"rcn_mkr\",\n    \"rcn_link\",\n    \"rcn_r\",\n    \"rcn_gas\",\n    \"rcn_pax\",\n    \"rcn_usdc\",\n    \"rcn_nim\",\n    \"rcn_pma\",\n    \"rcn_dgtx\",\n    \"rcn_storm\",\n    \"rcn_rfr\",\n    \"rcn_gusd\",\n    \"rcn_eurs\",\n    \"rcn_vet\",\n    \"rcn_fet\",\n    \"rcn_ht\",\n    \"rcn_bdg\",\n    \"rcn_plr\",\n    \"rcn_phb\",\n    \"ada_ant\",\n    \"ada_bat\",\n    \"ada_ardr\",\n    \"ada_bch\",\n    \"ada_btg\",\n    \"ada_bnt\",\n    \"ada_btc\",\n    \"ada_eos\",\n    \"ada_fun\",\n    \"ada_gnt\",\n    \"ada_lsk\",\n    \"ada_xrp\",\n    \"ada_dgb\",\n    \"ada_etc\",\n    \"ada_ltc\",\n    \"ada_nmr\",\n    \"ada_ptoy\",\n    \"ada_storj\",\n    \"ada_cvc\",\n    \"ada_edg\",\n    \"ada_gno\",\n    \"ada_lbc\",\n    \"ada_neo\",\n    \"ada_pay\",\n    \"ada_rep\",\n    \"ada_swt\",\n    \"ada_waves\",\n    \"ada_xmr\",\n    \"ada_dash\",\n    \"ada_dgd\",\n    \"ada_eth\",\n    \"ada_gup\",\n    \"ada_nxt\",\n    \"ada_zec\",\n    \"ada_dcr\",\n    \"ada_doge\",\n    \"ada_hmq\",\n    \"ada_omg\",\n    \"ada_trst\",\n    \"ada_xem\",\n    \"ada_zrx\",\n    \"ada_usdt\",\n    \"ada_maid\",\n    \"ada_amp\",\n    \"ada_powr\",\n    \"ada_rcn\",\n    \"ada_vib\",\n    \"ada_dnt\",\n    \"ada_qtum\",\n    \"ada_stx\",\n    \"ada_ignis\",\n    \"ada_dcn\",\n    \"ada_ngc\",\n    \"ada_wax\",\n    \"ada_lrc\",\n    \"ada_noah\",\n    \"ada_brd\",\n    \"ada_zen\",\n    \"ada_mana\",\n    \"ada_part\",\n    \"ada_ark\",\n    \"ada_snm\",\n    \"ada_xzc\",\n    \"ada_tusd\",\n    \"ada_wtc\",\n    \"ada_abyss\",\n    \"ada_zap\",\n    \"ada_aion\",\n    \"ada_smart\",\n    \"ada_nexo\",\n    \"ada_xlm\",\n    \"ada_grs\",\n    \"ada_enj\",\n    \"ada_betr\",\n    \"ada_poly\",\n    \"ada_ppt\",\n    \"ada_knc\",\n    \"ada_bkx\",\n    \"ada_bcd\",\n    \"ada_tel\",\n    \"ada_dai\",\n    \"ada_mkr\",\n    \"ada_link\",\n    \"ada_r\",\n    \"ada_gas\",\n    \"ada_pax\",\n    \"ada_usdc\",\n    \"ada_nim\",\n    \"ada_pma\",\n    \"ada_dgtx\",\n    \"ada_storm\",\n    \"ada_rfr\",\n    \"ada_gusd\",\n    \"ada_eurs\",\n    \"ada_vet\",\n    \"ada_fet\",\n    \"ada_ht\",\n    \"ada_bdg\",\n    \"ada_plr\",\n    \"ada_phb\",\n    \"vib_ant\",\n    \"vib_bat\",\n    \"vib_ardr\",\n    \"vib_bch\",\n    \"vib_btg\",\n    \"vib_bnt\",\n    \"vib_btc\",\n    \"vib_eos\",\n    \"vib_fun\",\n    \"vib_gnt\",\n    \"vib_lsk\",\n    \"vib_xrp\",\n    \"vib_dgb\",\n    \"vib_etc\",\n    \"vib_ltc\",\n    \"vib_nmr\",\n    \"vib_ptoy\",\n    \"vib_storj\",\n    \"vib_cvc\",\n    \"vib_edg\",\n    \"vib_gno\",\n    \"vib_lbc\",\n    \"vib_neo\",\n    \"vib_pay\",\n    \"vib_rep\",\n    \"vib_swt\",\n    \"vib_waves\",\n    \"vib_xmr\",\n    \"vib_dash\",\n    \"vib_dgd\",\n    \"vib_eth\",\n    \"vib_gup\",\n    \"vib_nxt\",\n    \"vib_zec\",\n    \"vib_dcr\",\n    \"vib_doge\",\n    \"vib_hmq\",\n    \"vib_omg\",\n    \"vib_trst\",\n    \"vib_xem\",\n    \"vib_zrx\",\n    \"vib_usdt\",\n    \"vib_maid\",\n    \"vib_amp\",\n    \"vib_powr\",\n    \"vib_rcn\",\n    \"vib_ada\",\n    \"vib_dnt\",\n    \"vib_qtum\",\n    \"vib_stx\",\n    \"vib_ignis\",\n    \"vib_dcn\",\n    \"vib_ngc\",\n    \"vib_wax\",\n    \"vib_lrc\",\n    \"vib_noah\",\n    \"vib_brd\",\n    \"vib_zen\",\n    \"vib_mana\",\n    \"vib_part\",\n    \"vib_ark\",\n    \"vib_snm\",\n    \"vib_xzc\",\n    \"vib_tusd\",\n    \"vib_wtc\",\n    \"vib_abyss\",\n    \"vib_zap\",\n    \"vib_aion\",\n    \"vib_smart\",\n    \"vib_nexo\",\n    \"vib_xlm\",\n    \"vib_grs\",\n    \"vib_enj\",\n    \"vib_betr\",\n    \"vib_poly\",\n    \"vib_ppt\",\n    \"vib_knc\",\n    \"vib_bkx\",\n    \"vib_bcd\",\n    \"vib_tel\",\n    \"vib_dai\",\n    \"vib_mkr\",\n    \"vib_link\",\n    \"vib_r\",\n    \"vib_gas\",\n    \"vib_pax\",\n    \"vib_usdc\",\n    \"vib_nim\",\n    \"vib_pma\",\n    \"vib_dgtx\",\n    \"vib_storm\",\n    \"vib_rfr\",\n    \"vib_gusd\",\n    \"vib_eurs\",\n    \"vib_vet\",\n    \"vib_fet\",\n    \"vib_ht\",\n    \"vib_bdg\",\n    \"vib_plr\",\n    \"vib_phb\",\n    \"dnt_ant\",\n    \"dnt_bat\",\n    \"dnt_ardr\",\n    \"dnt_bch\",\n    \"dnt_btg\",\n    \"dnt_bnt\",\n    \"dnt_btc\",\n    \"dnt_eos\",\n    \"dnt_fun\",\n    \"dnt_gnt\",\n    \"dnt_lsk\",\n    \"dnt_xrp\",\n    \"dnt_dgb\",\n    \"dnt_etc\",\n    \"dnt_ltc\",\n    \"dnt_nmr\",\n    \"dnt_ptoy\",\n    \"dnt_storj\",\n    \"dnt_cvc\",\n    \"dnt_edg\",\n    \"dnt_gno\",\n    \"dnt_lbc\",\n    \"dnt_neo\",\n    \"dnt_pay\",\n    \"dnt_rep\",\n    \"dnt_swt\",\n    \"dnt_waves\",\n    \"dnt_xmr\",\n    \"dnt_dash\",\n    \"dnt_dgd\",\n    \"dnt_eth\",\n    \"dnt_gup\",\n    \"dnt_nxt\",\n    \"dnt_zec\",\n    \"dnt_dcr\",\n    \"dnt_doge\",\n    \"dnt_hmq\",\n    \"dnt_omg\",\n    \"dnt_trst\",\n    \"dnt_xem\",\n    \"dnt_zrx\",\n    \"dnt_usdt\",\n    \"dnt_maid\",\n    \"dnt_amp\",\n    \"dnt_powr\",\n    \"dnt_rcn\",\n    \"dnt_ada\",\n    \"dnt_vib\",\n    \"dnt_qtum\",\n    \"dnt_stx\",\n    \"dnt_ignis\",\n    \"dnt_dcn\",\n    \"dnt_ngc\",\n    \"dnt_wax\",\n    \"dnt_lrc\",\n    \"dnt_noah\",\n    \"dnt_brd\",\n    \"dnt_zen\",\n    \"dnt_mana\",\n    \"dnt_part\",\n    \"dnt_ark\",\n    \"dnt_snm\",\n    \"dnt_xzc\",\n    \"dnt_tusd\",\n    \"dnt_wtc\",\n    \"dnt_abyss\",\n    \"dnt_zap\",\n    \"dnt_aion\",\n    \"dnt_smart\",\n    \"dnt_nexo\",\n    \"dnt_xlm\",\n    \"dnt_grs\",\n    \"dnt_enj\",\n    \"dnt_betr\",\n    \"dnt_poly\",\n    \"dnt_ppt\",\n    \"dnt_knc\",\n    \"dnt_bkx\",\n    \"dnt_bcd\",\n    \"dnt_tel\",\n    \"dnt_dai\",\n    \"dnt_mkr\",\n    \"dnt_link\",\n    \"dnt_r\",\n    \"dnt_gas\",\n    \"dnt_pax\",\n    \"dnt_usdc\",\n    \"dnt_nim\",\n    \"dnt_pma\",\n    \"dnt_dgtx\",\n    \"dnt_storm\",\n    \"dnt_rfr\",\n    \"dnt_gusd\",\n    \"dnt_eurs\",\n    \"dnt_vet\",\n    \"dnt_fet\",\n    \"dnt_ht\",\n    \"dnt_bdg\",\n    \"dnt_plr\",\n    \"dnt_phb\",\n    \"qtum_ant\",\n    \"qtum_bat\",\n    \"qtum_ardr\",\n    \"qtum_bch\",\n    \"qtum_btg\",\n    \"qtum_bnt\",\n    \"qtum_btc\",\n    \"qtum_eos\",\n    \"qtum_fun\",\n    \"qtum_gnt\",\n    \"qtum_lsk\",\n    \"qtum_xrp\",\n    \"qtum_dgb\",\n    \"qtum_etc\",\n    \"qtum_ltc\",\n    \"qtum_nmr\",\n    \"qtum_ptoy\",\n    \"qtum_storj\",\n    \"qtum_cvc\",\n    \"qtum_edg\",\n    \"qtum_gno\",\n    \"qtum_lbc\",\n    \"qtum_neo\",\n    \"qtum_pay\",\n    \"qtum_rep\",\n    \"qtum_swt\",\n    \"qtum_waves\",\n    \"qtum_xmr\",\n    \"qtum_dash\",\n    \"qtum_dgd\",\n    \"qtum_eth\",\n    \"qtum_gup\",\n    \"qtum_nxt\",\n    \"qtum_zec\",\n    \"qtum_dcr\",\n    \"qtum_doge\",\n    \"qtum_hmq\",\n    \"qtum_omg\",\n    \"qtum_trst\",\n    \"qtum_xem\",\n    \"qtum_zrx\",\n    \"qtum_usdt\",\n    \"qtum_maid\",\n    \"qtum_amp\",\n    \"qtum_powr\",\n    \"qtum_rcn\",\n    \"qtum_ada\",\n    \"qtum_vib\",\n    \"qtum_dnt\",\n    \"qtum_stx\",\n    \"qtum_ignis\",\n    \"qtum_dcn\",\n    \"qtum_ngc\",\n    \"qtum_wax\",\n    \"qtum_lrc\",\n    \"qtum_noah\",\n    \"qtum_brd\",\n    \"qtum_zen\",\n    \"qtum_mana\",\n    \"qtum_part\",\n    \"qtum_ark\",\n    \"qtum_snm\",\n    \"qtum_xzc\",\n    \"qtum_tusd\",\n    \"qtum_wtc\",\n    \"qtum_abyss\",\n    \"qtum_zap\",\n    \"qtum_aion\",\n    \"qtum_smart\",\n    \"qtum_nexo\",\n    \"qtum_xlm\",\n    \"qtum_grs\",\n    \"qtum_enj\",\n    \"qtum_betr\",\n    \"qtum_poly\",\n    \"qtum_ppt\",\n    \"qtum_knc\",\n    \"qtum_bkx\",\n    \"qtum_bcd\",\n    \"qtum_tel\",\n    \"qtum_dai\",\n    \"qtum_mkr\",\n    \"qtum_link\",\n    \"qtum_r\",\n    \"qtum_gas\",\n    \"qtum_pax\",\n    \"qtum_usdc\",\n    \"qtum_nim\",\n    \"qtum_pma\",\n    \"qtum_dgtx\",\n    \"qtum_storm\",\n    \"qtum_rfr\",\n    \"qtum_gusd\",\n    \"qtum_eurs\",\n    \"qtum_vet\",\n    \"qtum_fet\",\n    \"qtum_ht\",\n    \"qtum_bdg\",\n    \"qtum_plr\",\n    \"qtum_phb\",\n    \"stx_ant\",\n    \"stx_bat\",\n    \"stx_ardr\",\n    \"stx_bch\",\n    \"stx_btg\",\n    \"stx_bnt\",\n    \"stx_btc\",\n    \"stx_eos\",\n    \"stx_fun\",\n    \"stx_gnt\",\n    \"stx_lsk\",\n    \"stx_xrp\",\n    \"stx_dgb\",\n    \"stx_etc\",\n    \"stx_ltc\",\n    \"stx_nmr\",\n    \"stx_ptoy\",\n    \"stx_storj\",\n    \"stx_cvc\",\n    \"stx_edg\",\n    \"stx_gno\",\n    \"stx_lbc\",\n    \"stx_neo\",\n    \"stx_pay\",\n    \"stx_rep\",\n    \"stx_swt\",\n    \"stx_waves\",\n    \"stx_xmr\",\n    \"stx_dash\",\n    \"stx_dgd\",\n    \"stx_eth\",\n    \"stx_gup\",\n    \"stx_nxt\",\n    \"stx_zec\",\n    \"stx_dcr\",\n    \"stx_doge\",\n    \"stx_hmq\",\n    \"stx_omg\",\n    \"stx_trst\",\n    \"stx_xem\",\n    \"stx_zrx\",\n    \"stx_usdt\",\n    \"stx_maid\",\n    \"stx_amp\",\n    \"stx_powr\",\n    \"stx_rcn\",\n    \"stx_ada\",\n    \"stx_vib\",\n    \"stx_dnt\",\n    \"stx_qtum\",\n    \"stx_ignis\",\n    \"stx_dcn\",\n    \"stx_ngc\",\n    \"stx_wax\",\n    \"stx_lrc\",\n    \"stx_noah\",\n    \"stx_brd\",\n    \"stx_zen\",\n    \"stx_mana\",\n    \"stx_part\",\n    \"stx_ark\",\n    \"stx_snm\",\n    \"stx_xzc\",\n    \"stx_tusd\",\n    \"stx_wtc\",\n    \"stx_abyss\",\n    \"stx_zap\",\n    \"stx_aion\",\n    \"stx_smart\",\n    \"stx_nexo\",\n    \"stx_xlm\",\n    \"stx_grs\",\n    \"stx_enj\",\n    \"stx_betr\",\n    \"stx_poly\",\n    \"stx_ppt\",\n    \"stx_knc\",\n    \"stx_bkx\",\n    \"stx_bcd\",\n    \"stx_tel\",\n    \"stx_dai\",\n    \"stx_mkr\",\n    \"stx_link\",\n    \"stx_r\",\n    \"stx_gas\",\n    \"stx_pax\",\n    \"stx_usdc\",\n    \"stx_nim\",\n    \"stx_pma\",\n    \"stx_dgtx\",\n    \"stx_storm\",\n    \"stx_rfr\",\n    \"stx_gusd\",\n    \"stx_eurs\",\n    \"stx_vet\",\n    \"stx_fet\",\n    \"stx_ht\",\n    \"stx_bdg\",\n    \"stx_plr\",\n    \"stx_phb\",\n    \"ignis_ant\",\n    \"ignis_bat\",\n    \"ignis_ardr\",\n    \"ignis_bch\",\n    \"ignis_btg\",\n    \"ignis_bnt\",\n    \"ignis_btc\",\n    \"ignis_eos\",\n    \"ignis_fun\",\n    \"ignis_gnt\",\n    \"ignis_lsk\",\n    \"ignis_xrp\",\n    \"ignis_dgb\",\n    \"ignis_etc\",\n    \"ignis_ltc\",\n    \"ignis_nmr\",\n    \"ignis_ptoy\",\n    \"ignis_storj\",\n    \"ignis_cvc\",\n    \"ignis_edg\",\n    \"ignis_gno\",\n    \"ignis_lbc\",\n    \"ignis_neo\",\n    \"ignis_pay\",\n    \"ignis_rep\",\n    \"ignis_swt\",\n    \"ignis_waves\",\n    \"ignis_xmr\",\n    \"ignis_dash\",\n    \"ignis_dgd\",\n    \"ignis_eth\",\n    \"ignis_gup\",\n    \"ignis_nxt\",\n    \"ignis_zec\",\n    \"ignis_dcr\",\n    \"ignis_doge\",\n    \"ignis_hmq\",\n    \"ignis_omg\",\n    \"ignis_trst\",\n    \"ignis_xem\",\n    \"ignis_zrx\",\n    \"ignis_usdt\",\n    \"ignis_maid\",\n    \"ignis_amp\",\n    \"ignis_powr\",\n    \"ignis_rcn\",\n    \"ignis_ada\",\n    \"ignis_vib\",\n    \"ignis_dnt\",\n    \"ignis_qtum\",\n    \"ignis_stx\",\n    \"ignis_dcn\",\n    \"ignis_ngc\",\n    \"ignis_wax\",\n    \"ignis_lrc\",\n    \"ignis_noah\",\n    \"ignis_brd\",\n    \"ignis_zen\",\n    \"ignis_mana\",\n    \"ignis_part\",\n    \"ignis_ark\",\n    \"ignis_snm\",\n    \"ignis_xzc\",\n    \"ignis_tusd\",\n    \"ignis_wtc\",\n    \"ignis_abyss\",\n    \"ignis_zap\",\n    \"ignis_aion\",\n    \"ignis_smart\",\n    \"ignis_nexo\",\n    \"ignis_xlm\",\n    \"ignis_grs\",\n    \"ignis_enj\",\n    \"ignis_betr\",\n    \"ignis_poly\",\n    \"ignis_ppt\",\n    \"ignis_knc\",\n    \"ignis_bkx\",\n    \"ignis_bcd\",\n    \"ignis_tel\",\n    \"ignis_dai\",\n    \"ignis_mkr\",\n    \"ignis_link\",\n    \"ignis_r\",\n    \"ignis_gas\",\n    \"ignis_pax\",\n    \"ignis_usdc\",\n    \"ignis_nim\",\n    \"ignis_pma\",\n    \"ignis_dgtx\",\n    \"ignis_storm\",\n    \"ignis_rfr\",\n    \"ignis_gusd\",\n    \"ignis_eurs\",\n    \"ignis_vet\",\n    \"ignis_fet\",\n    \"ignis_ht\",\n    \"ignis_bdg\",\n    \"ignis_plr\",\n    \"ignis_phb\",\n    \"dcn_ant\",\n    \"dcn_bat\",\n    \"dcn_ardr\",\n    \"dcn_bch\",\n    \"dcn_btg\",\n    \"dcn_bnt\",\n    \"dcn_btc\",\n    \"dcn_eos\",\n    \"dcn_fun\",\n    \"dcn_gnt\",\n    \"dcn_lsk\",\n    \"dcn_xrp\",\n    \"dcn_dgb\",\n    \"dcn_etc\",\n    \"dcn_ltc\",\n    \"dcn_nmr\",\n    \"dcn_ptoy\",\n    \"dcn_storj\",\n    \"dcn_cvc\",\n    \"dcn_edg\",\n    \"dcn_gno\",\n    \"dcn_lbc\",\n    \"dcn_neo\",\n    \"dcn_pay\",\n    \"dcn_rep\",\n    \"dcn_swt\",\n    \"dcn_waves\",\n    \"dcn_xmr\",\n    \"dcn_dash\",\n    \"dcn_dgd\",\n    \"dcn_eth\",\n    \"dcn_gup\",\n    \"dcn_nxt\",\n    \"dcn_zec\",\n    \"dcn_dcr\",\n    \"dcn_doge\",\n    \"dcn_hmq\",\n    \"dcn_omg\",\n    \"dcn_trst\",\n    \"dcn_xem\",\n    \"dcn_zrx\",\n    \"dcn_usdt\",\n    \"dcn_maid\",\n    \"dcn_amp\",\n    \"dcn_powr\",\n    \"dcn_rcn\",\n    \"dcn_ada\",\n    \"dcn_vib\",\n    \"dcn_dnt\",\n    \"dcn_qtum\",\n    \"dcn_stx\",\n    \"dcn_ignis\",\n    \"dcn_ngc\",\n    \"dcn_wax\",\n    \"dcn_lrc\",\n    \"dcn_noah\",\n    \"dcn_brd\",\n    \"dcn_zen\",\n    \"dcn_mana\",\n    \"dcn_part\",\n    \"dcn_ark\",\n    \"dcn_snm\",\n    \"dcn_xzc\",\n    \"dcn_tusd\",\n    \"dcn_wtc\",\n    \"dcn_abyss\",\n    \"dcn_zap\",\n    \"dcn_aion\",\n    \"dcn_smart\",\n    \"dcn_nexo\",\n    \"dcn_xlm\",\n    \"dcn_grs\",\n    \"dcn_enj\",\n    \"dcn_betr\",\n    \"dcn_poly\",\n    \"dcn_ppt\",\n    \"dcn_knc\",\n    \"dcn_bkx\",\n    \"dcn_bcd\",\n    \"dcn_tel\",\n    \"dcn_dai\",\n    \"dcn_mkr\",\n    \"dcn_link\",\n    \"dcn_r\",\n    \"dcn_gas\",\n    \"dcn_pax\",\n    \"dcn_usdc\",\n    \"dcn_nim\",\n    \"dcn_pma\",\n    \"dcn_dgtx\",\n    \"dcn_storm\",\n    \"dcn_rfr\",\n    \"dcn_gusd\",\n    \"dcn_eurs\",\n    \"dcn_vet\",\n    \"dcn_fet\",\n    \"dcn_ht\",\n    \"dcn_bdg\",\n    \"dcn_plr\",\n    \"dcn_phb\",\n    \"ngc_ant\",\n    \"ngc_bat\",\n    \"ngc_ardr\",\n    \"ngc_bch\",\n    \"ngc_btg\",\n    \"ngc_bnt\",\n    \"ngc_btc\",\n    \"ngc_eos\",\n    \"ngc_fun\",\n    \"ngc_gnt\",\n    \"ngc_lsk\",\n    \"ngc_xrp\",\n    \"ngc_dgb\",\n    \"ngc_etc\",\n    \"ngc_ltc\",\n    \"ngc_nmr\",\n    \"ngc_ptoy\",\n    \"ngc_storj\",\n    \"ngc_cvc\",\n    \"ngc_edg\",\n    \"ngc_gno\",\n    \"ngc_lbc\",\n    \"ngc_neo\",\n    \"ngc_pay\",\n    \"ngc_rep\",\n    \"ngc_swt\",\n    \"ngc_waves\",\n    \"ngc_xmr\",\n    \"ngc_dash\",\n    \"ngc_dgd\",\n    \"ngc_eth\",\n    \"ngc_gup\",\n    \"ngc_nxt\",\n    \"ngc_zec\",\n    \"ngc_dcr\",\n    \"ngc_doge\",\n    \"ngc_hmq\",\n    \"ngc_omg\",\n    \"ngc_trst\",\n    \"ngc_xem\",\n    \"ngc_zrx\",\n    \"ngc_usdt\",\n    \"ngc_maid\",\n    \"ngc_amp\",\n    \"ngc_powr\",\n    \"ngc_rcn\",\n    \"ngc_ada\",\n    \"ngc_vib\",\n    \"ngc_dnt\",\n    \"ngc_qtum\",\n    \"ngc_stx\",\n    \"ngc_ignis\",\n    \"ngc_dcn\",\n    \"ngc_wax\",\n    \"ngc_lrc\",\n    \"ngc_noah\",\n    \"ngc_brd\",\n    \"ngc_zen\",\n    \"ngc_mana\",\n    \"ngc_part\",\n    \"ngc_ark\",\n    \"ngc_snm\",\n    \"ngc_xzc\",\n    \"ngc_tusd\",\n    \"ngc_wtc\",\n    \"ngc_abyss\",\n    \"ngc_zap\",\n    \"ngc_aion\",\n    \"ngc_smart\",\n    \"ngc_nexo\",\n    \"ngc_xlm\",\n    \"ngc_grs\",\n    \"ngc_enj\",\n    \"ngc_betr\",\n    \"ngc_poly\",\n    \"ngc_ppt\",\n    \"ngc_knc\",\n    \"ngc_bkx\",\n    \"ngc_bcd\",\n    \"ngc_tel\",\n    \"ngc_dai\",\n    \"ngc_mkr\",\n    \"ngc_link\",\n    \"ngc_r\",\n    \"ngc_gas\",\n    \"ngc_pax\",\n    \"ngc_usdc\",\n    \"ngc_nim\",\n    \"ngc_pma\",\n    \"ngc_dgtx\",\n    \"ngc_storm\",\n    \"ngc_rfr\",\n    \"ngc_gusd\",\n    \"ngc_eurs\",\n    \"ngc_vet\",\n    \"ngc_fet\",\n    \"ngc_ht\",\n    \"ngc_bdg\",\n    \"ngc_plr\",\n    \"ngc_phb\",\n    \"wax_ant\",\n    \"wax_bat\",\n    \"wax_ardr\",\n    \"wax_bch\",\n    \"wax_btg\",\n    \"wax_bnt\",\n    \"wax_btc\",\n    \"wax_eos\",\n    \"wax_fun\",\n    \"wax_gnt\",\n    \"wax_lsk\",\n    \"wax_xrp\",\n    \"wax_dgb\",\n    \"wax_etc\",\n    \"wax_ltc\",\n    \"wax_nmr\",\n    \"wax_ptoy\",\n    \"wax_storj\",\n    \"wax_cvc\",\n    \"wax_edg\",\n    \"wax_gno\",\n    \"wax_lbc\",\n    \"wax_neo\",\n    \"wax_pay\",\n    \"wax_rep\",\n    \"wax_swt\",\n    \"wax_waves\",\n    \"wax_xmr\",\n    \"wax_dash\",\n    \"wax_dgd\",\n    \"wax_eth\",\n    \"wax_gup\",\n    \"wax_nxt\",\n    \"wax_zec\",\n    \"wax_dcr\",\n    \"wax_doge\",\n    \"wax_hmq\",\n    \"wax_omg\",\n    \"wax_trst\",\n    \"wax_xem\",\n    \"wax_zrx\",\n    \"wax_usdt\",\n    \"wax_maid\",\n    \"wax_amp\",\n    \"wax_powr\",\n    \"wax_rcn\",\n    \"wax_ada\",\n    \"wax_vib\",\n    \"wax_dnt\",\n    \"wax_qtum\",\n    \"wax_stx\",\n    \"wax_ignis\",\n    \"wax_dcn\",\n    \"wax_ngc\",\n    \"wax_lrc\",\n    \"wax_noah\",\n    \"wax_brd\",\n    \"wax_zen\",\n    \"wax_mana\",\n    \"wax_part\",\n    \"wax_ark\",\n    \"wax_snm\",\n    \"wax_xzc\",\n    \"wax_tusd\",\n    \"wax_wtc\",\n    \"wax_abyss\",\n    \"wax_zap\",\n    \"wax_aion\",\n    \"wax_smart\",\n    \"wax_nexo\",\n    \"wax_xlm\",\n    \"wax_grs\",\n    \"wax_enj\",\n    \"wax_betr\",\n    \"wax_poly\",\n    \"wax_ppt\",\n    \"wax_knc\",\n    \"wax_bkx\",\n    \"wax_bcd\",\n    \"wax_tel\",\n    \"wax_dai\",\n    \"wax_mkr\",\n    \"wax_link\",\n    \"wax_r\",\n    \"wax_gas\",\n    \"wax_pax\",\n    \"wax_usdc\",\n    \"wax_nim\",\n    \"wax_pma\",\n    \"wax_dgtx\",\n    \"wax_storm\",\n    \"wax_rfr\",\n    \"wax_gusd\",\n    \"wax_eurs\",\n    \"wax_vet\",\n    \"wax_fet\",\n    \"wax_ht\",\n    \"wax_bdg\",\n    \"wax_plr\",\n    \"wax_phb\",\n    \"lrc_ant\",\n    \"lrc_bat\",\n    \"lrc_ardr\",\n    \"lrc_bch\",\n    \"lrc_btg\",\n    \"lrc_bnt\",\n    \"lrc_btc\",\n    \"lrc_eos\",\n    \"lrc_fun\",\n    \"lrc_gnt\",\n    \"lrc_lsk\",\n    \"lrc_xrp\",\n    \"lrc_dgb\",\n    \"lrc_etc\",\n    \"lrc_ltc\",\n    \"lrc_nmr\",\n    \"lrc_ptoy\",\n    \"lrc_storj\",\n    \"lrc_cvc\",\n    \"lrc_edg\",\n    \"lrc_gno\",\n    \"lrc_lbc\",\n    \"lrc_neo\",\n    \"lrc_pay\",\n    \"lrc_rep\",\n    \"lrc_swt\",\n    \"lrc_waves\",\n    \"lrc_xmr\",\n    \"lrc_dash\",\n    \"lrc_dgd\",\n    \"lrc_eth\",\n    \"lrc_gup\",\n    \"lrc_nxt\",\n    \"lrc_zec\",\n    \"lrc_dcr\",\n    \"lrc_doge\",\n    \"lrc_hmq\",\n    \"lrc_omg\",\n    \"lrc_trst\",\n    \"lrc_xem\",\n    \"lrc_zrx\",\n    \"lrc_usdt\",\n    \"lrc_maid\",\n    \"lrc_amp\",\n    \"lrc_powr\",\n    \"lrc_rcn\",\n    \"lrc_ada\",\n    \"lrc_vib\",\n    \"lrc_dnt\",\n    \"lrc_qtum\",\n    \"lrc_stx\",\n    \"lrc_ignis\",\n    \"lrc_dcn\",\n    \"lrc_ngc\",\n    \"lrc_wax\",\n    \"lrc_noah\",\n    \"lrc_brd\",\n    \"lrc_zen\",\n    \"lrc_mana\",\n    \"lrc_part\",\n    \"lrc_ark\",\n    \"lrc_snm\",\n    \"lrc_xzc\",\n    \"lrc_tusd\",\n    \"lrc_wtc\",\n    \"lrc_abyss\",\n    \"lrc_zap\",\n    \"lrc_aion\",\n    \"lrc_smart\",\n    \"lrc_nexo\",\n    \"lrc_xlm\",\n    \"lrc_grs\",\n    \"lrc_enj\",\n    \"lrc_betr\",\n    \"lrc_poly\",\n    \"lrc_ppt\",\n    \"lrc_knc\",\n    \"lrc_bkx\",\n    \"lrc_bcd\",\n    \"lrc_tel\",\n    \"lrc_dai\",\n    \"lrc_mkr\",\n    \"lrc_link\",\n    \"lrc_r\",\n    \"lrc_gas\",\n    \"lrc_pax\",\n    \"lrc_usdc\",\n    \"lrc_nim\",\n    \"lrc_pma\",\n    \"lrc_dgtx\",\n    \"lrc_storm\",\n    \"lrc_rfr\",\n    \"lrc_gusd\",\n    \"lrc_eurs\",\n    \"lrc_vet\",\n    \"lrc_fet\",\n    \"lrc_ht\",\n    \"lrc_bdg\",\n    \"lrc_plr\",\n    \"lrc_phb\",\n    \"noah_ant\",\n    \"noah_bat\",\n    \"noah_ardr\",\n    \"noah_bch\",\n    \"noah_btg\",\n    \"noah_bnt\",\n    \"noah_btc\",\n    \"noah_eos\",\n    \"noah_fun\",\n    \"noah_gnt\",\n    \"noah_lsk\",\n    \"noah_xrp\",\n    \"noah_dgb\",\n    \"noah_etc\",\n    \"noah_ltc\",\n    \"noah_nmr\",\n    \"noah_ptoy\",\n    \"noah_storj\",\n    \"noah_cvc\",\n    \"noah_edg\",\n    \"noah_gno\",\n    \"noah_lbc\",\n    \"noah_neo\",\n    \"noah_pay\",\n    \"noah_rep\",\n    \"noah_swt\",\n    \"noah_waves\",\n    \"noah_xmr\",\n    \"noah_dash\",\n    \"noah_dgd\",\n    \"noah_eth\",\n    \"noah_gup\",\n    \"noah_nxt\",\n    \"noah_zec\",\n    \"noah_dcr\",\n    \"noah_doge\",\n    \"noah_hmq\",\n    \"noah_omg\",\n    \"noah_trst\",\n    \"noah_xem\",\n    \"noah_zrx\",\n    \"noah_usdt\",\n    \"noah_maid\",\n    \"noah_amp\",\n    \"noah_powr\",\n    \"noah_rcn\",\n    \"noah_ada\",\n    \"noah_vib\",\n    \"noah_dnt\",\n    \"noah_qtum\",\n    \"noah_stx\",\n    \"noah_ignis\",\n    \"noah_dcn\",\n    \"noah_ngc\",\n    \"noah_wax\",\n    \"noah_lrc\",\n    \"noah_brd\",\n    \"noah_zen\",\n    \"noah_mana\",\n    \"noah_part\",\n    \"noah_ark\",\n    \"noah_snm\",\n    \"noah_xzc\",\n    \"noah_tusd\",\n    \"noah_wtc\",\n    \"noah_abyss\",\n    \"noah_zap\",\n    \"noah_aion\",\n    \"noah_smart\",\n    \"noah_nexo\",\n    \"noah_xlm\",\n    \"noah_grs\",\n    \"noah_enj\",\n    \"noah_betr\",\n    \"noah_poly\",\n    \"noah_ppt\",\n    \"noah_knc\",\n    \"noah_bkx\",\n    \"noah_bcd\",\n    \"noah_tel\",\n    \"noah_dai\",\n    \"noah_mkr\",\n    \"noah_link\",\n    \"noah_r\",\n    \"noah_gas\",\n    \"noah_pax\",\n    \"noah_usdc\",\n    \"noah_nim\",\n    \"noah_pma\",\n    \"noah_dgtx\",\n    \"noah_storm\",\n    \"noah_rfr\",\n    \"noah_gusd\",\n    \"noah_eurs\",\n    \"noah_vet\",\n    \"noah_fet\",\n    \"noah_ht\",\n    \"noah_bdg\",\n    \"noah_plr\",\n    \"noah_phb\",\n    \"brd_ant\",\n    \"brd_bat\",\n    \"brd_ardr\",\n    \"brd_bch\",\n    \"brd_btg\",\n    \"brd_bnt\",\n    \"brd_btc\",\n    \"brd_eos\",\n    \"brd_fun\",\n    \"brd_gnt\",\n    \"brd_lsk\",\n    \"brd_xrp\",\n    \"brd_dgb\",\n    \"brd_etc\",\n    \"brd_ltc\",\n    \"brd_nmr\",\n    \"brd_ptoy\",\n    \"brd_storj\",\n    \"brd_cvc\",\n    \"brd_edg\",\n    \"brd_gno\",\n    \"brd_lbc\",\n    \"brd_neo\",\n    \"brd_pay\",\n    \"brd_rep\",\n    \"brd_swt\",\n    \"brd_waves\",\n    \"brd_xmr\",\n    \"brd_dash\",\n    \"brd_dgd\",\n    \"brd_eth\",\n    \"brd_gup\",\n    \"brd_nxt\",\n    \"brd_zec\",\n    \"brd_dcr\",\n    \"brd_doge\",\n    \"brd_hmq\",\n    \"brd_omg\",\n    \"brd_trst\",\n    \"brd_xem\",\n    \"brd_zrx\",\n    \"brd_usdt\",\n    \"brd_maid\",\n    \"brd_amp\",\n    \"brd_powr\",\n    \"brd_rcn\",\n    \"brd_ada\",\n    \"brd_vib\",\n    \"brd_dnt\",\n    \"brd_qtum\",\n    \"brd_stx\",\n    \"brd_ignis\",\n    \"brd_dcn\",\n    \"brd_ngc\",\n    \"brd_wax\",\n    \"brd_lrc\",\n    \"brd_noah\",\n    \"brd_zen\",\n    \"brd_mana\",\n    \"brd_part\",\n    \"brd_ark\",\n    \"brd_snm\",\n    \"brd_xzc\",\n    \"brd_tusd\",\n    \"brd_wtc\",\n    \"brd_abyss\",\n    \"brd_zap\",\n    \"brd_aion\",\n    \"brd_smart\",\n    \"brd_nexo\",\n    \"brd_xlm\",\n    \"brd_grs\",\n    \"brd_enj\",\n    \"brd_betr\",\n    \"brd_poly\",\n    \"brd_ppt\",\n    \"brd_knc\",\n    \"brd_bkx\",\n    \"brd_bcd\",\n    \"brd_tel\",\n    \"brd_dai\",\n    \"brd_mkr\",\n    \"brd_link\",\n    \"brd_r\",\n    \"brd_gas\",\n    \"brd_pax\",\n    \"brd_usdc\",\n    \"brd_nim\",\n    \"brd_pma\",\n    \"brd_dgtx\",\n    \"brd_storm\",\n    \"brd_rfr\",\n    \"brd_gusd\",\n    \"brd_eurs\",\n    \"brd_vet\",\n    \"brd_fet\",\n    \"brd_ht\",\n    \"brd_bdg\",\n    \"brd_plr\",\n    \"brd_phb\",\n    \"zen_ant\",\n    \"zen_bat\",\n    \"zen_ardr\",\n    \"zen_bch\",\n    \"zen_btg\",\n    \"zen_bnt\",\n    \"zen_btc\",\n    \"zen_eos\",\n    \"zen_fun\",\n    \"zen_gnt\",\n    \"zen_lsk\",\n    \"zen_xrp\",\n    \"zen_dgb\",\n    \"zen_etc\",\n    \"zen_ltc\",\n    \"zen_nmr\",\n    \"zen_ptoy\",\n    \"zen_storj\",\n    \"zen_cvc\",\n    \"zen_edg\",\n    \"zen_gno\",\n    \"zen_lbc\",\n    \"zen_neo\",\n    \"zen_pay\",\n    \"zen_rep\",\n    \"zen_swt\",\n    \"zen_waves\",\n    \"zen_xmr\",\n    \"zen_dash\",\n    \"zen_dgd\",\n    \"zen_eth\",\n    \"zen_gup\",\n    \"zen_nxt\",\n    \"zen_zec\",\n    \"zen_dcr\",\n    \"zen_doge\",\n    \"zen_hmq\",\n    \"zen_omg\",\n    \"zen_trst\",\n    \"zen_xem\",\n    \"zen_zrx\",\n    \"zen_usdt\",\n    \"zen_maid\",\n    \"zen_amp\",\n    \"zen_powr\",\n    \"zen_rcn\",\n    \"zen_ada\",\n    \"zen_vib\",\n    \"zen_dnt\",\n    \"zen_qtum\",\n    \"zen_stx\",\n    \"zen_ignis\",\n    \"zen_dcn\",\n    \"zen_ngc\",\n    \"zen_wax\",\n    \"zen_lrc\",\n    \"zen_noah\",\n    \"zen_brd\",\n    \"zen_mana\",\n    \"zen_part\",\n    \"zen_ark\",\n    \"zen_snm\",\n    \"zen_xzc\",\n    \"zen_tusd\",\n    \"zen_wtc\",\n    \"zen_abyss\",\n    \"zen_zap\",\n    \"zen_aion\",\n    \"zen_smart\",\n    \"zen_nexo\",\n    \"zen_xlm\",\n    \"zen_grs\",\n    \"zen_enj\",\n    \"zen_betr\",\n    \"zen_poly\",\n    \"zen_ppt\",\n    \"zen_knc\",\n    \"zen_bkx\",\n    \"zen_bcd\",\n    \"zen_tel\",\n    \"zen_dai\",\n    \"zen_mkr\",\n    \"zen_link\",\n    \"zen_r\",\n    \"zen_gas\",\n    \"zen_pax\",\n    \"zen_usdc\",\n    \"zen_nim\",\n    \"zen_pma\",\n    \"zen_dgtx\",\n    \"zen_storm\",\n    \"zen_rfr\",\n    \"zen_gusd\",\n    \"zen_eurs\",\n    \"zen_vet\",\n    \"zen_fet\",\n    \"zen_ht\",\n    \"zen_bdg\",\n    \"zen_plr\",\n    \"zen_phb\",\n    \"mana_ant\",\n    \"mana_bat\",\n    \"mana_ardr\",\n    \"mana_bch\",\n    \"mana_btg\",\n    \"mana_bnt\",\n    \"mana_btc\",\n    \"mana_eos\",\n    \"mana_fun\",\n    \"mana_gnt\",\n    \"mana_lsk\",\n    \"mana_xrp\",\n    \"mana_dgb\",\n    \"mana_etc\",\n    \"mana_ltc\",\n    \"mana_nmr\",\n    \"mana_ptoy\",\n    \"mana_storj\",\n    \"mana_cvc\",\n    \"mana_edg\",\n    \"mana_gno\",\n    \"mana_lbc\",\n    \"mana_neo\",\n    \"mana_pay\",\n    \"mana_rep\",\n    \"mana_swt\",\n    \"mana_waves\",\n    \"mana_xmr\",\n    \"mana_dash\",\n    \"mana_dgd\",\n    \"mana_eth\",\n    \"mana_gup\",\n    \"mana_nxt\",\n    \"mana_zec\",\n    \"mana_dcr\",\n    \"mana_doge\",\n    \"mana_hmq\",\n    \"mana_omg\",\n    \"mana_trst\",\n    \"mana_xem\",\n    \"mana_zrx\",\n    \"mana_usdt\",\n    \"mana_maid\",\n    \"mana_amp\",\n    \"mana_powr\",\n    \"mana_rcn\",\n    \"mana_ada\",\n    \"mana_vib\",\n    \"mana_dnt\",\n    \"mana_qtum\",\n    \"mana_stx\",\n    \"mana_ignis\",\n    \"mana_dcn\",\n    \"mana_ngc\",\n    \"mana_wax\",\n    \"mana_lrc\",\n    \"mana_noah\",\n    \"mana_brd\",\n    \"mana_zen\",\n    \"mana_part\",\n    \"mana_ark\",\n    \"mana_snm\",\n    \"mana_xzc\",\n    \"mana_tusd\",\n    \"mana_wtc\",\n    \"mana_abyss\",\n    \"mana_zap\",\n    \"mana_aion\",\n    \"mana_smart\",\n    \"mana_nexo\",\n    \"mana_xlm\",\n    \"mana_grs\",\n    \"mana_enj\",\n    \"mana_betr\",\n    \"mana_poly\",\n    \"mana_ppt\",\n    \"mana_knc\",\n    \"mana_bkx\",\n    \"mana_bcd\",\n    \"mana_tel\",\n    \"mana_dai\",\n    \"mana_mkr\",\n    \"mana_link\",\n    \"mana_r\",\n    \"mana_gas\",\n    \"mana_pax\",\n    \"mana_usdc\",\n    \"mana_nim\",\n    \"mana_pma\",\n    \"mana_dgtx\",\n    \"mana_storm\",\n    \"mana_rfr\",\n    \"mana_gusd\",\n    \"mana_eurs\",\n    \"mana_vet\",\n    \"mana_fet\",\n    \"mana_ht\",\n    \"mana_bdg\",\n    \"mana_plr\",\n    \"mana_phb\",\n    \"part_ant\",\n    \"part_bat\",\n    \"part_ardr\",\n    \"part_bch\",\n    \"part_btg\",\n    \"part_bnt\",\n    \"part_btc\",\n    \"part_eos\",\n    \"part_fun\",\n    \"part_gnt\",\n    \"part_lsk\",\n    \"part_xrp\",\n    \"part_dgb\",\n    \"part_etc\",\n    \"part_ltc\",\n    \"part_nmr\",\n    \"part_ptoy\",\n    \"part_storj\",\n    \"part_cvc\",\n    \"part_edg\",\n    \"part_gno\",\n    \"part_lbc\",\n    \"part_neo\",\n    \"part_pay\",\n    \"part_rep\",\n    \"part_swt\",\n    \"part_waves\",\n    \"part_xmr\",\n    \"part_dash\",\n    \"part_dgd\",\n    \"part_eth\",\n    \"part_gup\",\n    \"part_nxt\",\n    \"part_zec\",\n    \"part_dcr\",\n    \"part_doge\",\n    \"part_hmq\",\n    \"part_omg\",\n    \"part_trst\",\n    \"part_xem\",\n    \"part_zrx\",\n    \"part_usdt\",\n    \"part_maid\",\n    \"part_amp\",\n    \"part_powr\",\n    \"part_rcn\",\n    \"part_ada\",\n    \"part_vib\",\n    \"part_dnt\",\n    \"part_qtum\",\n    \"part_stx\",\n    \"part_ignis\",\n    \"part_dcn\",\n    \"part_ngc\",\n    \"part_wax\",\n    \"part_lrc\",\n    \"part_noah\",\n    \"part_brd\",\n    \"part_zen\",\n    \"part_mana\",\n    \"part_ark\",\n    \"part_snm\",\n    \"part_xzc\",\n    \"part_tusd\",\n    \"part_wtc\",\n    \"part_abyss\",\n    \"part_zap\",\n    \"part_aion\",\n    \"part_smart\",\n    \"part_nexo\",\n    \"part_xlm\",\n    \"part_grs\",\n    \"part_enj\",\n    \"part_betr\",\n    \"part_poly\",\n    \"part_ppt\",\n    \"part_knc\",\n    \"part_bkx\",\n    \"part_bcd\",\n    \"part_tel\",\n    \"part_dai\",\n    \"part_mkr\",\n    \"part_link\",\n    \"part_r\",\n    \"part_gas\",\n    \"part_pax\",\n    \"part_usdc\",\n    \"part_nim\",\n    \"part_pma\",\n    \"part_dgtx\",\n    \"part_storm\",\n    \"part_rfr\",\n    \"part_gusd\",\n    \"part_eurs\",\n    \"part_vet\",\n    \"part_fet\",\n    \"part_ht\",\n    \"part_bdg\",\n    \"part_plr\",\n    \"part_phb\",\n    \"ark_ant\",\n    \"ark_bat\",\n    \"ark_ardr\",\n    \"ark_bch\",\n    \"ark_btg\",\n    \"ark_bnt\",\n    \"ark_btc\",\n    \"ark_eos\",\n    \"ark_fun\",\n    \"ark_gnt\",\n    \"ark_lsk\",\n    \"ark_xrp\",\n    \"ark_dgb\",\n    \"ark_etc\",\n    \"ark_ltc\",\n    \"ark_nmr\",\n    \"ark_ptoy\",\n    \"ark_storj\",\n    \"ark_cvc\",\n    \"ark_edg\",\n    \"ark_gno\",\n    \"ark_lbc\",\n    \"ark_neo\",\n    \"ark_pay\",\n    \"ark_rep\",\n    \"ark_swt\",\n    \"ark_waves\",\n    \"ark_xmr\",\n    \"ark_dash\",\n    \"ark_dgd\",\n    \"ark_eth\",\n    \"ark_gup\",\n    \"ark_nxt\",\n    \"ark_zec\",\n    \"ark_dcr\",\n    \"ark_doge\",\n    \"ark_hmq\",\n    \"ark_omg\",\n    \"ark_trst\",\n    \"ark_xem\",\n    \"ark_zrx\",\n    \"ark_usdt\",\n    \"ark_maid\",\n    \"ark_amp\",\n    \"ark_powr\",\n    \"ark_rcn\",\n    \"ark_ada\",\n    \"ark_vib\",\n    \"ark_dnt\",\n    \"ark_qtum\",\n    \"ark_stx\",\n    \"ark_ignis\",\n    \"ark_dcn\",\n    \"ark_ngc\",\n    \"ark_wax\",\n    \"ark_lrc\",\n    \"ark_noah\",\n    \"ark_brd\",\n    \"ark_zen\",\n    \"ark_mana\",\n    \"ark_part\",\n    \"ark_snm\",\n    \"ark_xzc\",\n    \"ark_tusd\",\n    \"ark_wtc\",\n    \"ark_abyss\",\n    \"ark_zap\",\n    \"ark_aion\",\n    \"ark_smart\",\n    \"ark_nexo\",\n    \"ark_xlm\",\n    \"ark_grs\",\n    \"ark_enj\",\n    \"ark_betr\",\n    \"ark_poly\",\n    \"ark_ppt\",\n    \"ark_knc\",\n    \"ark_bkx\",\n    \"ark_bcd\",\n    \"ark_tel\",\n    \"ark_dai\",\n    \"ark_mkr\",\n    \"ark_link\",\n    \"ark_r\",\n    \"ark_gas\",\n    \"ark_pax\",\n    \"ark_usdc\",\n    \"ark_nim\",\n    \"ark_pma\",\n    \"ark_dgtx\",\n    \"ark_storm\",\n    \"ark_rfr\",\n    \"ark_gusd\",\n    \"ark_eurs\",\n    \"ark_vet\",\n    \"ark_fet\",\n    \"ark_ht\",\n    \"ark_bdg\",\n    \"ark_plr\",\n    \"ark_phb\",\n    \"snm_ant\",\n    \"snm_bat\",\n    \"snm_ardr\",\n    \"snm_bch\",\n    \"snm_btg\",\n    \"snm_bnt\",\n    \"snm_btc\",\n    \"snm_eos\",\n    \"snm_fun\",\n    \"snm_gnt\",\n    \"snm_lsk\",\n    \"snm_xrp\",\n    \"snm_dgb\",\n    \"snm_etc\",\n    \"snm_ltc\",\n    \"snm_nmr\",\n    \"snm_ptoy\",\n    \"snm_storj\",\n    \"snm_cvc\",\n    \"snm_edg\",\n    \"snm_gno\",\n    \"snm_lbc\",\n    \"snm_neo\",\n    \"snm_pay\",\n    \"snm_rep\",\n    \"snm_swt\",\n    \"snm_waves\",\n    \"snm_xmr\",\n    \"snm_dash\",\n    \"snm_dgd\",\n    \"snm_eth\",\n    \"snm_gup\",\n    \"snm_nxt\",\n    \"snm_zec\",\n    \"snm_dcr\",\n    \"snm_doge\",\n    \"snm_hmq\",\n    \"snm_omg\",\n    \"snm_trst\",\n    \"snm_xem\",\n    \"snm_zrx\",\n    \"snm_usdt\",\n    \"snm_maid\",\n    \"snm_amp\",\n    \"snm_powr\",\n    \"snm_rcn\",\n    \"snm_ada\",\n    \"snm_vib\",\n    \"snm_dnt\",\n    \"snm_qtum\",\n    \"snm_stx\",\n    \"snm_ignis\",\n    \"snm_dcn\",\n    \"snm_ngc\",\n    \"snm_wax\",\n    \"snm_lrc\",\n    \"snm_noah\",\n    \"snm_brd\",\n    \"snm_zen\",\n    \"snm_mana\",\n    \"snm_part\",\n    \"snm_ark\",\n    \"snm_xzc\",\n    \"snm_tusd\",\n    \"snm_wtc\",\n    \"snm_abyss\",\n    \"snm_zap\",\n    \"snm_aion\",\n    \"snm_smart\",\n    \"snm_nexo\",\n    \"snm_xlm\",\n    \"snm_grs\",\n    \"snm_enj\",\n    \"snm_betr\",\n    \"snm_poly\",\n    \"snm_ppt\",\n    \"snm_knc\",\n    \"snm_bkx\",\n    \"snm_bcd\",\n    \"snm_tel\",\n    \"snm_dai\",\n    \"snm_mkr\",\n    \"snm_link\",\n    \"snm_r\",\n    \"snm_gas\",\n    \"snm_pax\",\n    \"snm_usdc\",\n    \"snm_nim\",\n    \"snm_pma\",\n    \"snm_dgtx\",\n    \"snm_storm\",\n    \"snm_rfr\",\n    \"snm_gusd\",\n    \"snm_eurs\",\n    \"snm_vet\",\n    \"snm_fet\",\n    \"snm_ht\",\n    \"snm_bdg\",\n    \"snm_plr\",\n    \"snm_phb\",\n    \"xzc_ant\",\n    \"xzc_bat\",\n    \"xzc_ardr\",\n    \"xzc_bch\",\n    \"xzc_btg\",\n    \"xzc_bnt\",\n    \"xzc_btc\",\n    \"xzc_eos\",\n    \"xzc_fun\",\n    \"xzc_gnt\",\n    \"xzc_lsk\",\n    \"xzc_xrp\",\n    \"xzc_dgb\",\n    \"xzc_etc\",\n    \"xzc_ltc\",\n    \"xzc_nmr\",\n    \"xzc_ptoy\",\n    \"xzc_storj\",\n    \"xzc_cvc\",\n    \"xzc_edg\",\n    \"xzc_gno\",\n    \"xzc_lbc\",\n    \"xzc_neo\",\n    \"xzc_pay\",\n    \"xzc_rep\",\n    \"xzc_swt\",\n    \"xzc_waves\",\n    \"xzc_xmr\",\n    \"xzc_dash\",\n    \"xzc_dgd\",\n    \"xzc_eth\",\n    \"xzc_gup\",\n    \"xzc_nxt\",\n    \"xzc_zec\",\n    \"xzc_dcr\",\n    \"xzc_doge\",\n    \"xzc_hmq\",\n    \"xzc_omg\",\n    \"xzc_trst\",\n    \"xzc_xem\",\n    \"xzc_zrx\",\n    \"xzc_usdt\",\n    \"xzc_maid\",\n    \"xzc_amp\",\n    \"xzc_powr\",\n    \"xzc_rcn\",\n    \"xzc_ada\",\n    \"xzc_vib\",\n    \"xzc_dnt\",\n    \"xzc_qtum\",\n    \"xzc_stx\",\n    \"xzc_ignis\",\n    \"xzc_dcn\",\n    \"xzc_ngc\",\n    \"xzc_wax\",\n    \"xzc_lrc\",\n    \"xzc_noah\",\n    \"xzc_brd\",\n    \"xzc_zen\",\n    \"xzc_mana\",\n    \"xzc_part\",\n    \"xzc_ark\",\n    \"xzc_snm\",\n    \"xzc_tusd\",\n    \"xzc_wtc\",\n    \"xzc_abyss\",\n    \"xzc_zap\",\n    \"xzc_aion\",\n    \"xzc_smart\",\n    \"xzc_nexo\",\n    \"xzc_xlm\",\n    \"xzc_grs\",\n    \"xzc_enj\",\n    \"xzc_betr\",\n    \"xzc_poly\",\n    \"xzc_ppt\",\n    \"xzc_knc\",\n    \"xzc_bkx\",\n    \"xzc_bcd\",\n    \"xzc_tel\",\n    \"xzc_dai\",\n    \"xzc_mkr\",\n    \"xzc_link\",\n    \"xzc_r\",\n    \"xzc_gas\",\n    \"xzc_pax\",\n    \"xzc_usdc\",\n    \"xzc_nim\",\n    \"xzc_pma\",\n    \"xzc_dgtx\",\n    \"xzc_storm\",\n    \"xzc_rfr\",\n    \"xzc_gusd\",\n    \"xzc_eurs\",\n    \"xzc_vet\",\n    \"xzc_fet\",\n    \"xzc_ht\",\n    \"xzc_bdg\",\n    \"xzc_plr\",\n    \"xzc_phb\",\n    \"tusd_ant\",\n    \"tusd_bat\",\n    \"tusd_ardr\",\n    \"tusd_bch\",\n    \"tusd_btg\",\n    \"tusd_bnt\",\n    \"tusd_btc\",\n    \"tusd_eos\",\n    \"tusd_fun\",\n    \"tusd_gnt\",\n    \"tusd_lsk\",\n    \"tusd_xrp\",\n    \"tusd_dgb\",\n    \"tusd_etc\",\n    \"tusd_ltc\",\n    \"tusd_nmr\",\n    \"tusd_ptoy\",\n    \"tusd_storj\",\n    \"tusd_cvc\",\n    \"tusd_edg\",\n    \"tusd_gno\",\n    \"tusd_lbc\",\n    \"tusd_neo\",\n    \"tusd_pay\",\n    \"tusd_rep\",\n    \"tusd_swt\",\n    \"tusd_waves\",\n    \"tusd_xmr\",\n    \"tusd_dash\",\n    \"tusd_dgd\",\n    \"tusd_eth\",\n    \"tusd_gup\",\n    \"tusd_nxt\",\n    \"tusd_zec\",\n    \"tusd_dcr\",\n    \"tusd_doge\",\n    \"tusd_hmq\",\n    \"tusd_omg\",\n    \"tusd_trst\",\n    \"tusd_xem\",\n    \"tusd_zrx\",\n    \"tusd_usdt\",\n    \"tusd_maid\",\n    \"tusd_amp\",\n    \"tusd_powr\",\n    \"tusd_rcn\",\n    \"tusd_ada\",\n    \"tusd_vib\",\n    \"tusd_dnt\",\n    \"tusd_qtum\",\n    \"tusd_stx\",\n    \"tusd_ignis\",\n    \"tusd_dcn\",\n    \"tusd_ngc\",\n    \"tusd_wax\",\n    \"tusd_lrc\",\n    \"tusd_noah\",\n    \"tusd_brd\",\n    \"tusd_zen\",\n    \"tusd_mana\",\n    \"tusd_part\",\n    \"tusd_ark\",\n    \"tusd_snm\",\n    \"tusd_xzc\",\n    \"tusd_wtc\",\n    \"tusd_abyss\",\n    \"tusd_zap\",\n    \"tusd_aion\",\n    \"tusd_smart\",\n    \"tusd_nexo\",\n    \"tusd_xlm\",\n    \"tusd_grs\",\n    \"tusd_enj\",\n    \"tusd_betr\",\n    \"tusd_poly\",\n    \"tusd_ppt\",\n    \"tusd_knc\",\n    \"tusd_bkx\",\n    \"tusd_bcd\",\n    \"tusd_tel\",\n    \"tusd_dai\",\n    \"tusd_mkr\",\n    \"tusd_link\",\n    \"tusd_r\",\n    \"tusd_gas\",\n    \"tusd_pax\",\n    \"tusd_usdc\",\n    \"tusd_nim\",\n    \"tusd_pma\",\n    \"tusd_dgtx\",\n    \"tusd_storm\",\n    \"tusd_rfr\",\n    \"tusd_gusd\",\n    \"tusd_eurs\",\n    \"tusd_vet\",\n    \"tusd_fet\",\n    \"tusd_ht\",\n    \"tusd_bdg\",\n    \"tusd_plr\",\n    \"tusd_phb\",\n    \"wtc_ant\",\n    \"wtc_bat\",\n    \"wtc_ardr\",\n    \"wtc_bch\",\n    \"wtc_btg\",\n    \"wtc_bnt\",\n    \"wtc_btc\",\n    \"wtc_eos\",\n    \"wtc_fun\",\n    \"wtc_gnt\",\n    \"wtc_lsk\",\n    \"wtc_xrp\",\n    \"wtc_dgb\",\n    \"wtc_etc\",\n    \"wtc_ltc\",\n    \"wtc_nmr\",\n    \"wtc_ptoy\",\n    \"wtc_storj\",\n    \"wtc_cvc\",\n    \"wtc_edg\",\n    \"wtc_gno\",\n    \"wtc_lbc\",\n    \"wtc_neo\",\n    \"wtc_pay\",\n    \"wtc_rep\",\n    \"wtc_swt\",\n    \"wtc_waves\",\n    \"wtc_xmr\",\n    \"wtc_dash\",\n    \"wtc_dgd\",\n    \"wtc_eth\",\n    \"wtc_gup\",\n    \"wtc_nxt\",\n    \"wtc_zec\",\n    \"wtc_dcr\",\n    \"wtc_doge\",\n    \"wtc_hmq\",\n    \"wtc_omg\",\n    \"wtc_trst\",\n    \"wtc_xem\",\n    \"wtc_zrx\",\n    \"wtc_usdt\",\n    \"wtc_maid\",\n    \"wtc_amp\",\n    \"wtc_powr\",\n    \"wtc_rcn\",\n    \"wtc_ada\",\n    \"wtc_vib\",\n    \"wtc_dnt\",\n    \"wtc_qtum\",\n    \"wtc_stx\",\n    \"wtc_ignis\",\n    \"wtc_dcn\",\n    \"wtc_ngc\",\n    \"wtc_wax\",\n    \"wtc_lrc\",\n    \"wtc_noah\",\n    \"wtc_brd\",\n    \"wtc_zen\",\n    \"wtc_mana\",\n    \"wtc_part\",\n    \"wtc_ark\",\n    \"wtc_snm\",\n    \"wtc_xzc\",\n    \"wtc_tusd\",\n    \"wtc_abyss\",\n    \"wtc_zap\",\n    \"wtc_aion\",\n    \"wtc_smart\",\n    \"wtc_nexo\",\n    \"wtc_xlm\",\n    \"wtc_grs\",\n    \"wtc_enj\",\n    \"wtc_betr\",\n    \"wtc_poly\",\n    \"wtc_ppt\",\n    \"wtc_knc\",\n    \"wtc_bkx\",\n    \"wtc_bcd\",\n    \"wtc_tel\",\n    \"wtc_dai\",\n    \"wtc_mkr\",\n    \"wtc_link\",\n    \"wtc_r\",\n    \"wtc_gas\",\n    \"wtc_pax\",\n    \"wtc_usdc\",\n    \"wtc_nim\",\n    \"wtc_pma\",\n    \"wtc_dgtx\",\n    \"wtc_storm\",\n    \"wtc_rfr\",\n    \"wtc_gusd\",\n    \"wtc_eurs\",\n    \"wtc_vet\",\n    \"wtc_fet\",\n    \"wtc_ht\",\n    \"wtc_bdg\",\n    \"wtc_plr\",\n    \"wtc_phb\",\n    \"abyss_ant\",\n    \"abyss_bat\",\n    \"abyss_ardr\",\n    \"abyss_bch\",\n    \"abyss_btg\",\n    \"abyss_bnt\",\n    \"abyss_btc\",\n    \"abyss_eos\",\n    \"abyss_fun\",\n    \"abyss_gnt\",\n    \"abyss_lsk\",\n    \"abyss_xrp\",\n    \"abyss_dgb\",\n    \"abyss_etc\",\n    \"abyss_ltc\",\n    \"abyss_nmr\",\n    \"abyss_ptoy\",\n    \"abyss_storj\",\n    \"abyss_cvc\",\n    \"abyss_edg\",\n    \"abyss_gno\",\n    \"abyss_lbc\",\n    \"abyss_neo\",\n    \"abyss_pay\",\n    \"abyss_rep\",\n    \"abyss_swt\",\n    \"abyss_waves\",\n    \"abyss_xmr\",\n    \"abyss_dash\",\n    \"abyss_dgd\",\n    \"abyss_eth\",\n    \"abyss_gup\",\n    \"abyss_nxt\",\n    \"abyss_zec\",\n    \"abyss_dcr\",\n    \"abyss_doge\",\n    \"abyss_hmq\",\n    \"abyss_omg\",\n    \"abyss_trst\",\n    \"abyss_xem\",\n    \"abyss_zrx\",\n    \"abyss_usdt\",\n    \"abyss_maid\",\n    \"abyss_amp\",\n    \"abyss_powr\",\n    \"abyss_rcn\",\n    \"abyss_ada\",\n    \"abyss_vib\",\n    \"abyss_dnt\",\n    \"abyss_qtum\",\n    \"abyss_stx\",\n    \"abyss_ignis\",\n    \"abyss_dcn\",\n    \"abyss_ngc\",\n    \"abyss_wax\",\n    \"abyss_lrc\",\n    \"abyss_noah\",\n    \"abyss_brd\",\n    \"abyss_zen\",\n    \"abyss_mana\",\n    \"abyss_part\",\n    \"abyss_ark\",\n    \"abyss_snm\",\n    \"abyss_xzc\",\n    \"abyss_tusd\",\n    \"abyss_wtc\",\n    \"abyss_zap\",\n    \"abyss_aion\",\n    \"abyss_smart\",\n    \"abyss_nexo\",\n    \"abyss_xlm\",\n    \"abyss_grs\",\n    \"abyss_enj\",\n    \"abyss_betr\",\n    \"abyss_poly\",\n    \"abyss_ppt\",\n    \"abyss_knc\",\n    \"abyss_bkx\",\n    \"abyss_bcd\",\n    \"abyss_tel\",\n    \"abyss_dai\",\n    \"abyss_mkr\",\n    \"abyss_link\",\n    \"abyss_r\",\n    \"abyss_gas\",\n    \"abyss_pax\",\n    \"abyss_usdc\",\n    \"abyss_nim\",\n    \"abyss_pma\",\n    \"abyss_dgtx\",\n    \"abyss_storm\",\n    \"abyss_rfr\",\n    \"abyss_gusd\",\n    \"abyss_eurs\",\n    \"abyss_vet\",\n    \"abyss_fet\",\n    \"abyss_ht\",\n    \"abyss_bdg\",\n    \"abyss_plr\",\n    \"abyss_phb\",\n    \"zap_ant\",\n    \"zap_bat\",\n    \"zap_ardr\",\n    \"zap_bch\",\n    \"zap_btg\",\n    \"zap_bnt\",\n    \"zap_btc\",\n    \"zap_eos\",\n    \"zap_fun\",\n    \"zap_gnt\",\n    \"zap_lsk\",\n    \"zap_xrp\",\n    \"zap_dgb\",\n    \"zap_etc\",\n    \"zap_ltc\",\n    \"zap_nmr\",\n    \"zap_ptoy\",\n    \"zap_storj\",\n    \"zap_cvc\",\n    \"zap_edg\",\n    \"zap_gno\",\n    \"zap_lbc\",\n    \"zap_neo\",\n    \"zap_pay\",\n    \"zap_rep\",\n    \"zap_swt\",\n    \"zap_waves\",\n    \"zap_xmr\",\n    \"zap_dash\",\n    \"zap_dgd\",\n    \"zap_eth\",\n    \"zap_gup\",\n    \"zap_nxt\",\n    \"zap_zec\",\n    \"zap_dcr\",\n    \"zap_doge\",\n    \"zap_hmq\",\n    \"zap_omg\",\n    \"zap_trst\",\n    \"zap_xem\",\n    \"zap_zrx\",\n    \"zap_usdt\",\n    \"zap_maid\",\n    \"zap_amp\",\n    \"zap_powr\",\n    \"zap_rcn\",\n    \"zap_ada\",\n    \"zap_vib\",\n    \"zap_dnt\",\n    \"zap_qtum\",\n    \"zap_stx\",\n    \"zap_ignis\",\n    \"zap_dcn\",\n    \"zap_ngc\",\n    \"zap_wax\",\n    \"zap_lrc\",\n    \"zap_noah\",\n    \"zap_brd\",\n    \"zap_zen\",\n    \"zap_mana\",\n    \"zap_part\",\n    \"zap_ark\",\n    \"zap_snm\",\n    \"zap_xzc\",\n    \"zap_tusd\",\n    \"zap_wtc\",\n    \"zap_abyss\",\n    \"zap_aion\",\n    \"zap_smart\",\n    \"zap_nexo\",\n    \"zap_xlm\",\n    \"zap_grs\",\n    \"zap_enj\",\n    \"zap_betr\",\n    \"zap_poly\",\n    \"zap_ppt\",\n    \"zap_knc\",\n    \"zap_bkx\",\n    \"zap_bcd\",\n    \"zap_tel\",\n    \"zap_dai\",\n    \"zap_mkr\",\n    \"zap_link\",\n    \"zap_r\",\n    \"zap_gas\",\n    \"zap_pax\",\n    \"zap_usdc\",\n    \"zap_nim\",\n    \"zap_pma\",\n    \"zap_dgtx\",\n    \"zap_storm\",\n    \"zap_rfr\",\n    \"zap_gusd\",\n    \"zap_eurs\",\n    \"zap_vet\",\n    \"zap_fet\",\n    \"zap_ht\",\n    \"zap_bdg\",\n    \"zap_plr\",\n    \"zap_phb\",\n    \"aion_ant\",\n    \"aion_bat\",\n    \"aion_ardr\",\n    \"aion_bch\",\n    \"aion_btg\",\n    \"aion_bnt\",\n    \"aion_btc\",\n    \"aion_eos\",\n    \"aion_fun\",\n    \"aion_gnt\",\n    \"aion_lsk\",\n    \"aion_xrp\",\n    \"aion_dgb\",\n    \"aion_etc\",\n    \"aion_ltc\",\n    \"aion_nmr\",\n    \"aion_ptoy\",\n    \"aion_storj\",\n    \"aion_cvc\",\n    \"aion_edg\",\n    \"aion_gno\",\n    \"aion_lbc\",\n    \"aion_neo\",\n    \"aion_pay\",\n    \"aion_rep\",\n    \"aion_swt\",\n    \"aion_waves\",\n    \"aion_xmr\",\n    \"aion_dash\",\n    \"aion_dgd\",\n    \"aion_eth\",\n    \"aion_gup\",\n    \"aion_nxt\",\n    \"aion_zec\",\n    \"aion_dcr\",\n    \"aion_doge\",\n    \"aion_hmq\",\n    \"aion_omg\",\n    \"aion_trst\",\n    \"aion_xem\",\n    \"aion_zrx\",\n    \"aion_usdt\",\n    \"aion_maid\",\n    \"aion_amp\",\n    \"aion_powr\",\n    \"aion_rcn\",\n    \"aion_ada\",\n    \"aion_vib\",\n    \"aion_dnt\",\n    \"aion_qtum\",\n    \"aion_stx\",\n    \"aion_ignis\",\n    \"aion_dcn\",\n    \"aion_ngc\",\n    \"aion_wax\",\n    \"aion_lrc\",\n    \"aion_noah\",\n    \"aion_brd\",\n    \"aion_zen\",\n    \"aion_mana\",\n    \"aion_part\",\n    \"aion_ark\",\n    \"aion_snm\",\n    \"aion_xzc\",\n    \"aion_tusd\",\n    \"aion_wtc\",\n    \"aion_abyss\",\n    \"aion_zap\",\n    \"aion_smart\",\n    \"aion_nexo\",\n    \"aion_xlm\",\n    \"aion_grs\",\n    \"aion_enj\",\n    \"aion_betr\",\n    \"aion_poly\",\n    \"aion_ppt\",\n    \"aion_knc\",\n    \"aion_bkx\",\n    \"aion_bcd\",\n    \"aion_tel\",\n    \"aion_dai\",\n    \"aion_mkr\",\n    \"aion_link\",\n    \"aion_r\",\n    \"aion_gas\",\n    \"aion_pax\",\n    \"aion_usdc\",\n    \"aion_nim\",\n    \"aion_pma\",\n    \"aion_dgtx\",\n    \"aion_storm\",\n    \"aion_rfr\",\n    \"aion_gusd\",\n    \"aion_eurs\",\n    \"aion_vet\",\n    \"aion_fet\",\n    \"aion_ht\",\n    \"aion_bdg\",\n    \"aion_plr\",\n    \"aion_phb\",\n    \"smart_ant\",\n    \"smart_bat\",\n    \"smart_ardr\",\n    \"smart_bch\",\n    \"smart_btg\",\n    \"smart_bnt\",\n    \"smart_btc\",\n    \"smart_eos\",\n    \"smart_fun\",\n    \"smart_gnt\",\n    \"smart_lsk\",\n    \"smart_xrp\",\n    \"smart_dgb\",\n    \"smart_etc\",\n    \"smart_ltc\",\n    \"smart_nmr\",\n    \"smart_ptoy\",\n    \"smart_storj\",\n    \"smart_cvc\",\n    \"smart_edg\",\n    \"smart_gno\",\n    \"smart_lbc\",\n    \"smart_neo\",\n    \"smart_pay\",\n    \"smart_rep\",\n    \"smart_swt\",\n    \"smart_waves\",\n    \"smart_xmr\",\n    \"smart_dash\",\n    \"smart_dgd\",\n    \"smart_eth\",\n    \"smart_gup\",\n    \"smart_nxt\",\n    \"smart_zec\",\n    \"smart_dcr\",\n    \"smart_doge\",\n    \"smart_hmq\",\n    \"smart_omg\",\n    \"smart_trst\",\n    \"smart_xem\",\n    \"smart_zrx\",\n    \"smart_usdt\",\n    \"smart_maid\",\n    \"smart_amp\",\n    \"smart_powr\",\n    \"smart_rcn\",\n    \"smart_ada\",\n    \"smart_vib\",\n    \"smart_dnt\",\n    \"smart_qtum\",\n    \"smart_stx\",\n    \"smart_ignis\",\n    \"smart_dcn\",\n    \"smart_ngc\",\n    \"smart_wax\",\n    \"smart_lrc\",\n    \"smart_noah\",\n    \"smart_brd\",\n    \"smart_zen\",\n    \"smart_mana\",\n    \"smart_part\",\n    \"smart_ark\",\n    \"smart_snm\",\n    \"smart_xzc\",\n    \"smart_tusd\",\n    \"smart_wtc\",\n    \"smart_abyss\",\n    \"smart_zap\",\n    \"smart_aion\",\n    \"smart_nexo\",\n    \"smart_xlm\",\n    \"smart_grs\",\n    \"smart_enj\",\n    \"smart_betr\",\n    \"smart_poly\",\n    \"smart_ppt\",\n    \"smart_knc\",\n    \"smart_bkx\",\n    \"smart_bcd\",\n    \"smart_tel\",\n    \"smart_dai\",\n    \"smart_mkr\",\n    \"smart_link\",\n    \"smart_r\",\n    \"smart_gas\",\n    \"smart_pax\",\n    \"smart_usdc\",\n    \"smart_nim\",\n    \"smart_pma\",\n    \"smart_dgtx\",\n    \"smart_storm\",\n    \"smart_rfr\",\n    \"smart_gusd\",\n    \"smart_eurs\",\n    \"smart_vet\",\n    \"smart_fet\",\n    \"smart_ht\",\n    \"smart_bdg\",\n    \"smart_plr\",\n    \"smart_phb\",\n    \"nexo_ant\",\n    \"nexo_bat\",\n    \"nexo_ardr\",\n    \"nexo_bch\",\n    \"nexo_btg\",\n    \"nexo_bnt\",\n    \"nexo_btc\",\n    \"nexo_eos\",\n    \"nexo_fun\",\n    \"nexo_gnt\",\n    \"nexo_lsk\",\n    \"nexo_xrp\",\n    \"nexo_dgb\",\n    \"nexo_etc\",\n    \"nexo_ltc\",\n    \"nexo_nmr\",\n    \"nexo_ptoy\",\n    \"nexo_storj\",\n    \"nexo_cvc\",\n    \"nexo_edg\",\n    \"nexo_gno\",\n    \"nexo_lbc\",\n    \"nexo_neo\",\n    \"nexo_pay\",\n    \"nexo_rep\",\n    \"nexo_swt\",\n    \"nexo_waves\",\n    \"nexo_xmr\",\n    \"nexo_dash\",\n    \"nexo_dgd\",\n    \"nexo_eth\",\n    \"nexo_gup\",\n    \"nexo_nxt\",\n    \"nexo_zec\",\n    \"nexo_dcr\",\n    \"nexo_doge\",\n    \"nexo_hmq\",\n    \"nexo_omg\",\n    \"nexo_trst\",\n    \"nexo_xem\",\n    \"nexo_zrx\",\n    \"nexo_usdt\",\n    \"nexo_maid\",\n    \"nexo_amp\",\n    \"nexo_powr\",\n    \"nexo_rcn\",\n    \"nexo_ada\",\n    \"nexo_vib\",\n    \"nexo_dnt\",\n    \"nexo_qtum\",\n    \"nexo_stx\",\n    \"nexo_ignis\",\n    \"nexo_dcn\",\n    \"nexo_ngc\",\n    \"nexo_wax\",\n    \"nexo_lrc\",\n    \"nexo_noah\",\n    \"nexo_brd\",\n    \"nexo_zen\",\n    \"nexo_mana\",\n    \"nexo_part\",\n    \"nexo_ark\",\n    \"nexo_snm\",\n    \"nexo_xzc\",\n    \"nexo_tusd\",\n    \"nexo_wtc\",\n    \"nexo_abyss\",\n    \"nexo_zap\",\n    \"nexo_aion\",\n    \"nexo_smart\",\n    \"nexo_xlm\",\n    \"nexo_grs\",\n    \"nexo_enj\",\n    \"nexo_betr\",\n    \"nexo_poly\",\n    \"nexo_ppt\",\n    \"nexo_knc\",\n    \"nexo_bkx\",\n    \"nexo_bcd\",\n    \"nexo_tel\",\n    \"nexo_dai\",\n    \"nexo_mkr\",\n    \"nexo_link\",\n    \"nexo_r\",\n    \"nexo_gas\",\n    \"nexo_pax\",\n    \"nexo_usdc\",\n    \"nexo_nim\",\n    \"nexo_pma\",\n    \"nexo_dgtx\",\n    \"nexo_storm\",\n    \"nexo_rfr\",\n    \"nexo_gusd\",\n    \"nexo_eurs\",\n    \"nexo_vet\",\n    \"nexo_fet\",\n    \"nexo_ht\",\n    \"nexo_bdg\",\n    \"nexo_plr\",\n    \"nexo_phb\",\n    \"xlm_ant\",\n    \"xlm_bat\",\n    \"xlm_ardr\",\n    \"xlm_bch\",\n    \"xlm_btg\",\n    \"xlm_bnt\",\n    \"xlm_btc\",\n    \"xlm_eos\",\n    \"xlm_fun\",\n    \"xlm_gnt\",\n    \"xlm_lsk\",\n    \"xlm_xrp\",\n    \"xlm_dgb\",\n    \"xlm_etc\",\n    \"xlm_ltc\",\n    \"xlm_nmr\",\n    \"xlm_ptoy\",\n    \"xlm_storj\",\n    \"xlm_cvc\",\n    \"xlm_edg\",\n    \"xlm_gno\",\n    \"xlm_lbc\",\n    \"xlm_neo\",\n    \"xlm_pay\",\n    \"xlm_rep\",\n    \"xlm_swt\",\n    \"xlm_waves\",\n    \"xlm_xmr\",\n    \"xlm_dash\",\n    \"xlm_dgd\",\n    \"xlm_eth\",\n    \"xlm_gup\",\n    \"xlm_nxt\",\n    \"xlm_zec\",\n    \"xlm_dcr\",\n    \"xlm_doge\",\n    \"xlm_hmq\",\n    \"xlm_omg\",\n    \"xlm_trst\",\n    \"xlm_xem\",\n    \"xlm_zrx\",\n    \"xlm_usdt\",\n    \"xlm_maid\",\n    \"xlm_amp\",\n    \"xlm_powr\",\n    \"xlm_rcn\",\n    \"xlm_ada\",\n    \"xlm_vib\",\n    \"xlm_dnt\",\n    \"xlm_qtum\",\n    \"xlm_stx\",\n    \"xlm_ignis\",\n    \"xlm_dcn\",\n    \"xlm_ngc\",\n    \"xlm_wax\",\n    \"xlm_lrc\",\n    \"xlm_noah\",\n    \"xlm_brd\",\n    \"xlm_zen\",\n    \"xlm_mana\",\n    \"xlm_part\",\n    \"xlm_ark\",\n    \"xlm_snm\",\n    \"xlm_xzc\",\n    \"xlm_tusd\",\n    \"xlm_wtc\",\n    \"xlm_abyss\",\n    \"xlm_zap\",\n    \"xlm_aion\",\n    \"xlm_smart\",\n    \"xlm_nexo\",\n    \"xlm_grs\",\n    \"xlm_enj\",\n    \"xlm_betr\",\n    \"xlm_poly\",\n    \"xlm_ppt\",\n    \"xlm_knc\",\n    \"xlm_bkx\",\n    \"xlm_bcd\",\n    \"xlm_tel\",\n    \"xlm_dai\",\n    \"xlm_mkr\",\n    \"xlm_link\",\n    \"xlm_r\",\n    \"xlm_gas\",\n    \"xlm_pax\",\n    \"xlm_usdc\",\n    \"xlm_nim\",\n    \"xlm_pma\",\n    \"xlm_dgtx\",\n    \"xlm_storm\",\n    \"xlm_rfr\",\n    \"xlm_gusd\",\n    \"xlm_eurs\",\n    \"xlm_vet\",\n    \"xlm_fet\",\n    \"xlm_ht\",\n    \"xlm_bdg\",\n    \"xlm_plr\",\n    \"xlm_phb\",\n    \"grs_ant\",\n    \"grs_bat\",\n    \"grs_ardr\",\n    \"grs_bch\",\n    \"grs_btg\",\n    \"grs_bnt\",\n    \"grs_btc\",\n    \"grs_eos\",\n    \"grs_fun\",\n    \"grs_gnt\",\n    \"grs_lsk\",\n    \"grs_xrp\",\n    \"grs_dgb\",\n    \"grs_etc\",\n    \"grs_ltc\",\n    \"grs_nmr\",\n    \"grs_ptoy\",\n    \"grs_storj\",\n    \"grs_cvc\",\n    \"grs_edg\",\n    \"grs_gno\",\n    \"grs_lbc\",\n    \"grs_neo\",\n    \"grs_pay\",\n    \"grs_rep\",\n    \"grs_swt\",\n    \"grs_waves\",\n    \"grs_xmr\",\n    \"grs_dash\",\n    \"grs_dgd\",\n    \"grs_eth\",\n    \"grs_gup\",\n    \"grs_nxt\",\n    \"grs_zec\",\n    \"grs_dcr\",\n    \"grs_doge\",\n    \"grs_hmq\",\n    \"grs_omg\",\n    \"grs_trst\",\n    \"grs_xem\",\n    \"grs_zrx\",\n    \"grs_usdt\",\n    \"grs_maid\",\n    \"grs_amp\",\n    \"grs_powr\",\n    \"grs_rcn\",\n    \"grs_ada\",\n    \"grs_vib\",\n    \"grs_dnt\",\n    \"grs_qtum\",\n    \"grs_stx\",\n    \"grs_ignis\",\n    \"grs_dcn\",\n    \"grs_ngc\",\n    \"grs_wax\",\n    \"grs_lrc\",\n    \"grs_noah\",\n    \"grs_brd\",\n    \"grs_zen\",\n    \"grs_mana\",\n    \"grs_part\",\n    \"grs_ark\",\n    \"grs_snm\",\n    \"grs_xzc\",\n    \"grs_tusd\",\n    \"grs_wtc\",\n    \"grs_abyss\",\n    \"grs_zap\",\n    \"grs_aion\",\n    \"grs_smart\",\n    \"grs_nexo\",\n    \"grs_xlm\",\n    \"grs_enj\",\n    \"grs_betr\",\n    \"grs_poly\",\n    \"grs_ppt\",\n    \"grs_knc\",\n    \"grs_bkx\",\n    \"grs_bcd\",\n    \"grs_tel\",\n    \"grs_dai\",\n    \"grs_mkr\",\n    \"grs_link\",\n    \"grs_r\",\n    \"grs_gas\",\n    \"grs_pax\",\n    \"grs_usdc\",\n    \"grs_nim\",\n    \"grs_pma\",\n    \"grs_dgtx\",\n    \"grs_storm\",\n    \"grs_rfr\",\n    \"grs_gusd\",\n    \"grs_eurs\",\n    \"grs_vet\",\n    \"grs_fet\",\n    \"grs_ht\",\n    \"grs_bdg\",\n    \"grs_plr\",\n    \"grs_phb\",\n    \"enj_ant\",\n    \"enj_bat\",\n    \"enj_ardr\",\n    \"enj_bch\",\n    \"enj_btg\",\n    \"enj_bnt\",\n    \"enj_btc\",\n    \"enj_eos\",\n    \"enj_fun\",\n    \"enj_gnt\",\n    \"enj_lsk\",\n    \"enj_xrp\",\n    \"enj_dgb\",\n    \"enj_etc\",\n    \"enj_ltc\",\n    \"enj_nmr\",\n    \"enj_ptoy\",\n    \"enj_storj\",\n    \"enj_cvc\",\n    \"enj_edg\",\n    \"enj_gno\",\n    \"enj_lbc\",\n    \"enj_neo\",\n    \"enj_pay\",\n    \"enj_rep\",\n    \"enj_swt\",\n    \"enj_waves\",\n    \"enj_xmr\",\n    \"enj_dash\",\n    \"enj_dgd\",\n    \"enj_eth\",\n    \"enj_gup\",\n    \"enj_nxt\",\n    \"enj_zec\",\n    \"enj_dcr\",\n    \"enj_doge\",\n    \"enj_hmq\",\n    \"enj_omg\",\n    \"enj_trst\",\n    \"enj_xem\",\n    \"enj_zrx\",\n    \"enj_usdt\",\n    \"enj_maid\",\n    \"enj_amp\",\n    \"enj_powr\",\n    \"enj_rcn\",\n    \"enj_ada\",\n    \"enj_vib\",\n    \"enj_dnt\",\n    \"enj_qtum\",\n    \"enj_stx\",\n    \"enj_ignis\",\n    \"enj_dcn\",\n    \"enj_ngc\",\n    \"enj_wax\",\n    \"enj_lrc\",\n    \"enj_noah\",\n    \"enj_brd\",\n    \"enj_zen\",\n    \"enj_mana\",\n    \"enj_part\",\n    \"enj_ark\",\n    \"enj_snm\",\n    \"enj_xzc\",\n    \"enj_tusd\",\n    \"enj_wtc\",\n    \"enj_abyss\",\n    \"enj_zap\",\n    \"enj_aion\",\n    \"enj_smart\",\n    \"enj_nexo\",\n    \"enj_xlm\",\n    \"enj_grs\",\n    \"enj_betr\",\n    \"enj_poly\",\n    \"enj_ppt\",\n    \"enj_knc\",\n    \"enj_bkx\",\n    \"enj_bcd\",\n    \"enj_tel\",\n    \"enj_dai\",\n    \"enj_mkr\",\n    \"enj_link\",\n    \"enj_r\",\n    \"enj_gas\",\n    \"enj_pax\",\n    \"enj_usdc\",\n    \"enj_nim\",\n    \"enj_pma\",\n    \"enj_dgtx\",\n    \"enj_storm\",\n    \"enj_rfr\",\n    \"enj_gusd\",\n    \"enj_eurs\",\n    \"enj_vet\",\n    \"enj_fet\",\n    \"enj_ht\",\n    \"enj_bdg\",\n    \"enj_plr\",\n    \"enj_phb\",\n    \"betr_ant\",\n    \"betr_bat\",\n    \"betr_ardr\",\n    \"betr_bch\",\n    \"betr_btg\",\n    \"betr_bnt\",\n    \"betr_btc\",\n    \"betr_eos\",\n    \"betr_fun\",\n    \"betr_gnt\",\n    \"betr_lsk\",\n    \"betr_xrp\",\n    \"betr_dgb\",\n    \"betr_etc\",\n    \"betr_ltc\",\n    \"betr_nmr\",\n    \"betr_ptoy\",\n    \"betr_storj\",\n    \"betr_cvc\",\n    \"betr_edg\",\n    \"betr_gno\",\n    \"betr_lbc\",\n    \"betr_neo\",\n    \"betr_pay\",\n    \"betr_rep\",\n    \"betr_swt\",\n    \"betr_waves\",\n    \"betr_xmr\",\n    \"betr_dash\",\n    \"betr_dgd\",\n    \"betr_eth\",\n    \"betr_gup\",\n    \"betr_nxt\",\n    \"betr_zec\",\n    \"betr_dcr\",\n    \"betr_doge\",\n    \"betr_hmq\",\n    \"betr_omg\",\n    \"betr_trst\",\n    \"betr_xem\",\n    \"betr_zrx\",\n    \"betr_usdt\",\n    \"betr_maid\",\n    \"betr_amp\",\n    \"betr_powr\",\n    \"betr_rcn\",\n    \"betr_ada\",\n    \"betr_vib\",\n    \"betr_dnt\",\n    \"betr_qtum\",\n    \"betr_stx\",\n    \"betr_ignis\",\n    \"betr_dcn\",\n    \"betr_ngc\",\n    \"betr_wax\",\n    \"betr_lrc\",\n    \"betr_noah\",\n    \"betr_brd\",\n    \"betr_zen\",\n    \"betr_mana\",\n    \"betr_part\",\n    \"betr_ark\",\n    \"betr_snm\",\n    \"betr_xzc\",\n    \"betr_tusd\",\n    \"betr_wtc\",\n    \"betr_abyss\",\n    \"betr_zap\",\n    \"betr_aion\",\n    \"betr_smart\",\n    \"betr_nexo\",\n    \"betr_xlm\",\n    \"betr_grs\",\n    \"betr_enj\",\n    \"betr_poly\",\n    \"betr_ppt\",\n    \"betr_knc\",\n    \"betr_bkx\",\n    \"betr_bcd\",\n    \"betr_tel\",\n    \"betr_dai\",\n    \"betr_mkr\",\n    \"betr_link\",\n    \"betr_r\",\n    \"betr_gas\",\n    \"betr_pax\",\n    \"betr_usdc\",\n    \"betr_nim\",\n    \"betr_pma\",\n    \"betr_dgtx\",\n    \"betr_storm\",\n    \"betr_rfr\",\n    \"betr_gusd\",\n    \"betr_eurs\",\n    \"betr_vet\",\n    \"betr_fet\",\n    \"betr_ht\",\n    \"betr_bdg\",\n    \"betr_plr\",\n    \"betr_phb\",\n    \"poly_ant\",\n    \"poly_bat\",\n    \"poly_ardr\",\n    \"poly_bch\",\n    \"poly_btg\",\n    \"poly_bnt\",\n    \"poly_btc\",\n    \"poly_eos\",\n    \"poly_fun\",\n    \"poly_gnt\",\n    \"poly_lsk\",\n    \"poly_xrp\",\n    \"poly_dgb\",\n    \"poly_etc\",\n    \"poly_ltc\",\n    \"poly_nmr\",\n    \"poly_ptoy\",\n    \"poly_storj\",\n    \"poly_cvc\",\n    \"poly_edg\",\n    \"poly_gno\",\n    \"poly_lbc\",\n    \"poly_neo\",\n    \"poly_pay\",\n    \"poly_rep\",\n    \"poly_swt\",\n    \"poly_waves\",\n    \"poly_xmr\",\n    \"poly_dash\",\n    \"poly_dgd\",\n    \"poly_eth\",\n    \"poly_gup\",\n    \"poly_nxt\",\n    \"poly_zec\",\n    \"poly_dcr\",\n    \"poly_doge\",\n    \"poly_hmq\",\n    \"poly_omg\",\n    \"poly_trst\",\n    \"poly_xem\",\n    \"poly_zrx\",\n    \"poly_usdt\",\n    \"poly_maid\",\n    \"poly_amp\",\n    \"poly_powr\",\n    \"poly_rcn\",\n    \"poly_ada\",\n    \"poly_vib\",\n    \"poly_dnt\",\n    \"poly_qtum\",\n    \"poly_stx\",\n    \"poly_ignis\",\n    \"poly_dcn\",\n    \"poly_ngc\",\n    \"poly_wax\",\n    \"poly_lrc\",\n    \"poly_noah\",\n    \"poly_brd\",\n    \"poly_zen\",\n    \"poly_mana\",\n    \"poly_part\",\n    \"poly_ark\",\n    \"poly_snm\",\n    \"poly_xzc\",\n    \"poly_tusd\",\n    \"poly_wtc\",\n    \"poly_abyss\",\n    \"poly_zap\",\n    \"poly_aion\",\n    \"poly_smart\",\n    \"poly_nexo\",\n    \"poly_xlm\",\n    \"poly_grs\",\n    \"poly_enj\",\n    \"poly_betr\",\n    \"poly_ppt\",\n    \"poly_knc\",\n    \"poly_bkx\",\n    \"poly_bcd\",\n    \"poly_tel\",\n    \"poly_dai\",\n    \"poly_mkr\",\n    \"poly_link\",\n    \"poly_r\",\n    \"poly_gas\",\n    \"poly_pax\",\n    \"poly_usdc\",\n    \"poly_nim\",\n    \"poly_pma\",\n    \"poly_dgtx\",\n    \"poly_storm\",\n    \"poly_rfr\",\n    \"poly_gusd\",\n    \"poly_eurs\",\n    \"poly_vet\",\n    \"poly_fet\",\n    \"poly_ht\",\n    \"poly_bdg\",\n    \"poly_plr\",\n    \"poly_phb\",\n    \"ppt_ant\",\n    \"ppt_bat\",\n    \"ppt_ardr\",\n    \"ppt_bch\",\n    \"ppt_btg\",\n    \"ppt_bnt\",\n    \"ppt_btc\",\n    \"ppt_eos\",\n    \"ppt_fun\",\n    \"ppt_gnt\",\n    \"ppt_lsk\",\n    \"ppt_xrp\",\n    \"ppt_dgb\",\n    \"ppt_etc\",\n    \"ppt_ltc\",\n    \"ppt_nmr\",\n    \"ppt_ptoy\",\n    \"ppt_storj\",\n    \"ppt_cvc\",\n    \"ppt_edg\",\n    \"ppt_gno\",\n    \"ppt_lbc\",\n    \"ppt_neo\",\n    \"ppt_pay\",\n    \"ppt_rep\",\n    \"ppt_swt\",\n    \"ppt_waves\",\n    \"ppt_xmr\",\n    \"ppt_dash\",\n    \"ppt_dgd\",\n    \"ppt_eth\",\n    \"ppt_gup\",\n    \"ppt_nxt\",\n    \"ppt_zec\",\n    \"ppt_dcr\",\n    \"ppt_doge\",\n    \"ppt_hmq\",\n    \"ppt_omg\",\n    \"ppt_trst\",\n    \"ppt_xem\",\n    \"ppt_zrx\",\n    \"ppt_usdt\",\n    \"ppt_maid\",\n    \"ppt_amp\",\n    \"ppt_powr\",\n    \"ppt_rcn\",\n    \"ppt_ada\",\n    \"ppt_vib\",\n    \"ppt_dnt\",\n    \"ppt_qtum\",\n    \"ppt_stx\",\n    \"ppt_ignis\",\n    \"ppt_dcn\",\n    \"ppt_ngc\",\n    \"ppt_wax\",\n    \"ppt_lrc\",\n    \"ppt_noah\",\n    \"ppt_brd\",\n    \"ppt_zen\",\n    \"ppt_mana\",\n    \"ppt_part\",\n    \"ppt_ark\",\n    \"ppt_snm\",\n    \"ppt_xzc\",\n    \"ppt_tusd\",\n    \"ppt_wtc\",\n    \"ppt_abyss\",\n    \"ppt_zap\",\n    \"ppt_aion\",\n    \"ppt_smart\",\n    \"ppt_nexo\",\n    \"ppt_xlm\",\n    \"ppt_grs\",\n    \"ppt_enj\",\n    \"ppt_betr\",\n    \"ppt_poly\",\n    \"ppt_knc\",\n    \"ppt_bkx\",\n    \"ppt_bcd\",\n    \"ppt_tel\",\n    \"ppt_dai\",\n    \"ppt_mkr\",\n    \"ppt_link\",\n    \"ppt_r\",\n    \"ppt_gas\",\n    \"ppt_pax\",\n    \"ppt_usdc\",\n    \"ppt_nim\",\n    \"ppt_pma\",\n    \"ppt_dgtx\",\n    \"ppt_storm\",\n    \"ppt_rfr\",\n    \"ppt_gusd\",\n    \"ppt_eurs\",\n    \"ppt_vet\",\n    \"ppt_fet\",\n    \"ppt_ht\",\n    \"ppt_bdg\",\n    \"ppt_plr\",\n    \"ppt_phb\",\n    \"knc_ant\",\n    \"knc_bat\",\n    \"knc_ardr\",\n    \"knc_bch\",\n    \"knc_btg\",\n    \"knc_bnt\",\n    \"knc_btc\",\n    \"knc_eos\",\n    \"knc_fun\",\n    \"knc_gnt\",\n    \"knc_lsk\",\n    \"knc_xrp\",\n    \"knc_dgb\",\n    \"knc_etc\",\n    \"knc_ltc\",\n    \"knc_nmr\",\n    \"knc_ptoy\",\n    \"knc_storj\",\n    \"knc_cvc\",\n    \"knc_edg\",\n    \"knc_gno\",\n    \"knc_lbc\",\n    \"knc_neo\",\n    \"knc_pay\",\n    \"knc_rep\",\n    \"knc_swt\",\n    \"knc_waves\",\n    \"knc_xmr\",\n    \"knc_dash\",\n    \"knc_dgd\",\n    \"knc_eth\",\n    \"knc_gup\",\n    \"knc_nxt\",\n    \"knc_zec\",\n    \"knc_dcr\",\n    \"knc_doge\",\n    \"knc_hmq\",\n    \"knc_omg\",\n    \"knc_trst\",\n    \"knc_xem\",\n    \"knc_zrx\",\n    \"knc_usdt\",\n    \"knc_maid\",\n    \"knc_amp\",\n    \"knc_powr\",\n    \"knc_rcn\",\n    \"knc_ada\",\n    \"knc_vib\",\n    \"knc_dnt\",\n    \"knc_qtum\",\n    \"knc_stx\",\n    \"knc_ignis\",\n    \"knc_dcn\",\n    \"knc_ngc\",\n    \"knc_wax\",\n    \"knc_lrc\",\n    \"knc_noah\",\n    \"knc_brd\",\n    \"knc_zen\",\n    \"knc_mana\",\n    \"knc_part\",\n    \"knc_ark\",\n    \"knc_snm\",\n    \"knc_xzc\",\n    \"knc_tusd\",\n    \"knc_wtc\",\n    \"knc_abyss\",\n    \"knc_zap\",\n    \"knc_aion\",\n    \"knc_smart\",\n    \"knc_nexo\",\n    \"knc_xlm\",\n    \"knc_grs\",\n    \"knc_enj\",\n    \"knc_betr\",\n    \"knc_poly\",\n    \"knc_ppt\",\n    \"knc_bkx\",\n    \"knc_bcd\",\n    \"knc_tel\",\n    \"knc_dai\",\n    \"knc_mkr\",\n    \"knc_link\",\n    \"knc_r\",\n    \"knc_gas\",\n    \"knc_pax\",\n    \"knc_usdc\",\n    \"knc_nim\",\n    \"knc_pma\",\n    \"knc_dgtx\",\n    \"knc_storm\",\n    \"knc_rfr\",\n    \"knc_gusd\",\n    \"knc_eurs\",\n    \"knc_vet\",\n    \"knc_fet\",\n    \"knc_ht\",\n    \"knc_bdg\",\n    \"knc_plr\",\n    \"knc_phb\",\n    \"bkx_ant\",\n    \"bkx_bat\",\n    \"bkx_ardr\",\n    \"bkx_bch\",\n    \"bkx_btg\",\n    \"bkx_bnt\",\n    \"bkx_btc\",\n    \"bkx_eos\",\n    \"bkx_fun\",\n    \"bkx_gnt\",\n    \"bkx_lsk\",\n    \"bkx_xrp\",\n    \"bkx_dgb\",\n    \"bkx_etc\",\n    \"bkx_ltc\",\n    \"bkx_nmr\",\n    \"bkx_ptoy\",\n    \"bkx_storj\",\n    \"bkx_cvc\",\n    \"bkx_edg\",\n    \"bkx_gno\",\n    \"bkx_lbc\",\n    \"bkx_neo\",\n    \"bkx_pay\",\n    \"bkx_rep\",\n    \"bkx_swt\",\n    \"bkx_waves\",\n    \"bkx_xmr\",\n    \"bkx_dash\",\n    \"bkx_dgd\",\n    \"bkx_eth\",\n    \"bkx_gup\",\n    \"bkx_nxt\",\n    \"bkx_zec\",\n    \"bkx_dcr\",\n    \"bkx_doge\",\n    \"bkx_hmq\",\n    \"bkx_omg\",\n    \"bkx_trst\",\n    \"bkx_xem\",\n    \"bkx_zrx\",\n    \"bkx_usdt\",\n    \"bkx_maid\",\n    \"bkx_amp\",\n    \"bkx_powr\",\n    \"bkx_rcn\",\n    \"bkx_ada\",\n    \"bkx_vib\",\n    \"bkx_dnt\",\n    \"bkx_qtum\",\n    \"bkx_stx\",\n    \"bkx_ignis\",\n    \"bkx_dcn\",\n    \"bkx_ngc\",\n    \"bkx_wax\",\n    \"bkx_lrc\",\n    \"bkx_noah\",\n    \"bkx_brd\",\n    \"bkx_zen\",\n    \"bkx_mana\",\n    \"bkx_part\",\n    \"bkx_ark\",\n    \"bkx_snm\",\n    \"bkx_xzc\",\n    \"bkx_tusd\",\n    \"bkx_wtc\",\n    \"bkx_abyss\",\n    \"bkx_zap\",\n    \"bkx_aion\",\n    \"bkx_smart\",\n    \"bkx_nexo\",\n    \"bkx_xlm\",\n    \"bkx_grs\",\n    \"bkx_enj\",\n    \"bkx_betr\",\n    \"bkx_poly\",\n    \"bkx_ppt\",\n    \"bkx_knc\",\n    \"bkx_bcd\",\n    \"bkx_tel\",\n    \"bkx_dai\",\n    \"bkx_mkr\",\n    \"bkx_link\",\n    \"bkx_r\",\n    \"bkx_gas\",\n    \"bkx_pax\",\n    \"bkx_usdc\",\n    \"bkx_nim\",\n    \"bkx_pma\",\n    \"bkx_dgtx\",\n    \"bkx_storm\",\n    \"bkx_rfr\",\n    \"bkx_gusd\",\n    \"bkx_eurs\",\n    \"bkx_vet\",\n    \"bkx_fet\",\n    \"bkx_ht\",\n    \"bkx_bdg\",\n    \"bkx_plr\",\n    \"bkx_phb\",\n    \"bcd_ant\",\n    \"bcd_bat\",\n    \"bcd_ardr\",\n    \"bcd_bch\",\n    \"bcd_btg\",\n    \"bcd_bnt\",\n    \"bcd_btc\",\n    \"bcd_eos\",\n    \"bcd_fun\",\n    \"bcd_gnt\",\n    \"bcd_lsk\",\n    \"bcd_xrp\",\n    \"bcd_dgb\",\n    \"bcd_etc\",\n    \"bcd_ltc\",\n    \"bcd_nmr\",\n    \"bcd_ptoy\",\n    \"bcd_storj\",\n    \"bcd_cvc\",\n    \"bcd_edg\",\n    \"bcd_gno\",\n    \"bcd_lbc\",\n    \"bcd_neo\",\n    \"bcd_pay\",\n    \"bcd_rep\",\n    \"bcd_swt\",\n    \"bcd_waves\",\n    \"bcd_xmr\",\n    \"bcd_dash\",\n    \"bcd_dgd\",\n    \"bcd_eth\",\n    \"bcd_gup\",\n    \"bcd_nxt\",\n    \"bcd_zec\",\n    \"bcd_dcr\",\n    \"bcd_doge\",\n    \"bcd_hmq\",\n    \"bcd_omg\",\n    \"bcd_trst\",\n    \"bcd_xem\",\n    \"bcd_zrx\",\n    \"bcd_usdt\",\n    \"bcd_maid\",\n    \"bcd_amp\",\n    \"bcd_powr\",\n    \"bcd_rcn\",\n    \"bcd_ada\",\n    \"bcd_vib\",\n    \"bcd_dnt\",\n    \"bcd_qtum\",\n    \"bcd_stx\",\n    \"bcd_ignis\",\n    \"bcd_dcn\",\n    \"bcd_ngc\",\n    \"bcd_wax\",\n    \"bcd_lrc\",\n    \"bcd_noah\",\n    \"bcd_brd\",\n    \"bcd_zen\",\n    \"bcd_mana\",\n    \"bcd_part\",\n    \"bcd_ark\",\n    \"bcd_snm\",\n    \"bcd_xzc\",\n    \"bcd_tusd\",\n    \"bcd_wtc\",\n    \"bcd_abyss\",\n    \"bcd_zap\",\n    \"bcd_aion\",\n    \"bcd_smart\",\n    \"bcd_nexo\",\n    \"bcd_xlm\",\n    \"bcd_grs\",\n    \"bcd_enj\",\n    \"bcd_betr\",\n    \"bcd_poly\",\n    \"bcd_ppt\",\n    \"bcd_knc\",\n    \"bcd_bkx\",\n    \"bcd_tel\",\n    \"bcd_dai\",\n    \"bcd_mkr\",\n    \"bcd_link\",\n    \"bcd_r\",\n    \"bcd_gas\",\n    \"bcd_pax\",\n    \"bcd_usdc\",\n    \"bcd_nim\",\n    \"bcd_pma\",\n    \"bcd_dgtx\",\n    \"bcd_storm\",\n    \"bcd_rfr\",\n    \"bcd_gusd\",\n    \"bcd_eurs\",\n    \"bcd_vet\",\n    \"bcd_fet\",\n    \"bcd_ht\",\n    \"bcd_bdg\",\n    \"bcd_plr\",\n    \"bcd_phb\",\n    \"tel_ant\",\n    \"tel_bat\",\n    \"tel_ardr\",\n    \"tel_bch\",\n    \"tel_btg\",\n    \"tel_bnt\",\n    \"tel_btc\",\n    \"tel_eos\",\n    \"tel_fun\",\n    \"tel_gnt\",\n    \"tel_lsk\",\n    \"tel_xrp\",\n    \"tel_dgb\",\n    \"tel_etc\",\n    \"tel_ltc\",\n    \"tel_nmr\",\n    \"tel_ptoy\",\n    \"tel_storj\",\n    \"tel_cvc\",\n    \"tel_edg\",\n    \"tel_gno\",\n    \"tel_lbc\",\n    \"tel_neo\",\n    \"tel_pay\",\n    \"tel_rep\",\n    \"tel_swt\",\n    \"tel_waves\",\n    \"tel_xmr\",\n    \"tel_dash\",\n    \"tel_dgd\",\n    \"tel_eth\",\n    \"tel_gup\",\n    \"tel_nxt\",\n    \"tel_zec\",\n    \"tel_dcr\",\n    \"tel_doge\",\n    \"tel_hmq\",\n    \"tel_omg\",\n    \"tel_trst\",\n    \"tel_xem\",\n    \"tel_zrx\",\n    \"tel_usdt\",\n    \"tel_maid\",\n    \"tel_amp\",\n    \"tel_powr\",\n    \"tel_rcn\",\n    \"tel_ada\",\n    \"tel_vib\",\n    \"tel_dnt\",\n    \"tel_qtum\",\n    \"tel_stx\",\n    \"tel_ignis\",\n    \"tel_dcn\",\n    \"tel_ngc\",\n    \"tel_wax\",\n    \"tel_lrc\",\n    \"tel_noah\",\n    \"tel_brd\",\n    \"tel_zen\",\n    \"tel_mana\",\n    \"tel_part\",\n    \"tel_ark\",\n    \"tel_snm\",\n    \"tel_xzc\",\n    \"tel_tusd\",\n    \"tel_wtc\",\n    \"tel_abyss\",\n    \"tel_zap\",\n    \"tel_aion\",\n    \"tel_smart\",\n    \"tel_nexo\",\n    \"tel_xlm\",\n    \"tel_grs\",\n    \"tel_enj\",\n    \"tel_betr\",\n    \"tel_poly\",\n    \"tel_ppt\",\n    \"tel_knc\",\n    \"tel_bkx\",\n    \"tel_bcd\",\n    \"tel_dai\",\n    \"tel_mkr\",\n    \"tel_link\",\n    \"tel_r\",\n    \"tel_gas\",\n    \"tel_pax\",\n    \"tel_usdc\",\n    \"tel_nim\",\n    \"tel_pma\",\n    \"tel_dgtx\",\n    \"tel_storm\",\n    \"tel_rfr\",\n    \"tel_gusd\",\n    \"tel_eurs\",\n    \"tel_vet\",\n    \"tel_fet\",\n    \"tel_ht\",\n    \"tel_bdg\",\n    \"tel_plr\",\n    \"tel_phb\",\n    \"dai_ant\",\n    \"dai_bat\",\n    \"dai_ardr\",\n    \"dai_bch\",\n    \"dai_btg\",\n    \"dai_bnt\",\n    \"dai_btc\",\n    \"dai_eos\",\n    \"dai_fun\",\n    \"dai_gnt\",\n    \"dai_lsk\",\n    \"dai_xrp\",\n    \"dai_dgb\",\n    \"dai_etc\",\n    \"dai_ltc\",\n    \"dai_nmr\",\n    \"dai_ptoy\",\n    \"dai_storj\",\n    \"dai_cvc\",\n    \"dai_edg\",\n    \"dai_gno\",\n    \"dai_lbc\",\n    \"dai_neo\",\n    \"dai_pay\",\n    \"dai_rep\",\n    \"dai_swt\",\n    \"dai_waves\",\n    \"dai_xmr\",\n    \"dai_dash\",\n    \"dai_dgd\",\n    \"dai_eth\",\n    \"dai_gup\",\n    \"dai_nxt\",\n    \"dai_zec\",\n    \"dai_dcr\",\n    \"dai_doge\",\n    \"dai_hmq\",\n    \"dai_omg\",\n    \"dai_trst\",\n    \"dai_xem\",\n    \"dai_zrx\",\n    \"dai_usdt\",\n    \"dai_maid\",\n    \"dai_amp\",\n    \"dai_powr\",\n    \"dai_rcn\",\n    \"dai_ada\",\n    \"dai_vib\",\n    \"dai_dnt\",\n    \"dai_qtum\",\n    \"dai_stx\",\n    \"dai_ignis\",\n    \"dai_dcn\",\n    \"dai_ngc\",\n    \"dai_wax\",\n    \"dai_lrc\",\n    \"dai_noah\",\n    \"dai_brd\",\n    \"dai_zen\",\n    \"dai_mana\",\n    \"dai_part\",\n    \"dai_ark\",\n    \"dai_snm\",\n    \"dai_xzc\",\n    \"dai_tusd\",\n    \"dai_wtc\",\n    \"dai_abyss\",\n    \"dai_zap\",\n    \"dai_aion\",\n    \"dai_smart\",\n    \"dai_nexo\",\n    \"dai_xlm\",\n    \"dai_grs\",\n    \"dai_enj\",\n    \"dai_betr\",\n    \"dai_poly\",\n    \"dai_ppt\",\n    \"dai_knc\",\n    \"dai_bkx\",\n    \"dai_bcd\",\n    \"dai_tel\",\n    \"dai_mkr\",\n    \"dai_link\",\n    \"dai_r\",\n    \"dai_gas\",\n    \"dai_pax\",\n    \"dai_usdc\",\n    \"dai_nim\",\n    \"dai_pma\",\n    \"dai_dgtx\",\n    \"dai_storm\",\n    \"dai_rfr\",\n    \"dai_gusd\",\n    \"dai_eurs\",\n    \"dai_vet\",\n    \"dai_fet\",\n    \"dai_ht\",\n    \"dai_bdg\",\n    \"dai_plr\",\n    \"dai_phb\",\n    \"mkr_ant\",\n    \"mkr_bat\",\n    \"mkr_ardr\",\n    \"mkr_bch\",\n    \"mkr_btg\",\n    \"mkr_bnt\",\n    \"mkr_btc\",\n    \"mkr_eos\",\n    \"mkr_fun\",\n    \"mkr_gnt\",\n    \"mkr_lsk\",\n    \"mkr_xrp\",\n    \"mkr_dgb\",\n    \"mkr_etc\",\n    \"mkr_ltc\",\n    \"mkr_nmr\",\n    \"mkr_ptoy\",\n    \"mkr_storj\",\n    \"mkr_cvc\",\n    \"mkr_edg\",\n    \"mkr_gno\",\n    \"mkr_lbc\",\n    \"mkr_neo\",\n    \"mkr_pay\",\n    \"mkr_rep\",\n    \"mkr_swt\",\n    \"mkr_waves\",\n    \"mkr_xmr\",\n    \"mkr_dash\",\n    \"mkr_dgd\",\n    \"mkr_eth\",\n    \"mkr_gup\",\n    \"mkr_nxt\",\n    \"mkr_zec\",\n    \"mkr_dcr\",\n    \"mkr_doge\",\n    \"mkr_hmq\",\n    \"mkr_omg\",\n    \"mkr_trst\",\n    \"mkr_xem\",\n    \"mkr_zrx\",\n    \"mkr_usdt\",\n    \"mkr_maid\",\n    \"mkr_amp\",\n    \"mkr_powr\",\n    \"mkr_rcn\",\n    \"mkr_ada\",\n    \"mkr_vib\",\n    \"mkr_dnt\",\n    \"mkr_qtum\",\n    \"mkr_stx\",\n    \"mkr_ignis\",\n    \"mkr_dcn\",\n    \"mkr_ngc\",\n    \"mkr_wax\",\n    \"mkr_lrc\",\n    \"mkr_noah\",\n    \"mkr_brd\",\n    \"mkr_zen\",\n    \"mkr_mana\",\n    \"mkr_part\",\n    \"mkr_ark\",\n    \"mkr_snm\",\n    \"mkr_xzc\",\n    \"mkr_tusd\",\n    \"mkr_wtc\",\n    \"mkr_abyss\",\n    \"mkr_zap\",\n    \"mkr_aion\",\n    \"mkr_smart\",\n    \"mkr_nexo\",\n    \"mkr_xlm\",\n    \"mkr_grs\",\n    \"mkr_enj\",\n    \"mkr_betr\",\n    \"mkr_poly\",\n    \"mkr_ppt\",\n    \"mkr_knc\",\n    \"mkr_bkx\",\n    \"mkr_bcd\",\n    \"mkr_tel\",\n    \"mkr_dai\",\n    \"mkr_link\",\n    \"mkr_r\",\n    \"mkr_gas\",\n    \"mkr_pax\",\n    \"mkr_usdc\",\n    \"mkr_nim\",\n    \"mkr_pma\",\n    \"mkr_dgtx\",\n    \"mkr_storm\",\n    \"mkr_rfr\",\n    \"mkr_gusd\",\n    \"mkr_eurs\",\n    \"mkr_vet\",\n    \"mkr_fet\",\n    \"mkr_ht\",\n    \"mkr_bdg\",\n    \"mkr_plr\",\n    \"mkr_phb\",\n    \"link_ant\",\n    \"link_bat\",\n    \"link_ardr\",\n    \"link_bch\",\n    \"link_btg\",\n    \"link_bnt\",\n    \"link_btc\",\n    \"link_eos\",\n    \"link_fun\",\n    \"link_gnt\",\n    \"link_lsk\",\n    \"link_xrp\",\n    \"link_dgb\",\n    \"link_etc\",\n    \"link_ltc\",\n    \"link_nmr\",\n    \"link_ptoy\",\n    \"link_storj\",\n    \"link_cvc\",\n    \"link_edg\",\n    \"link_gno\",\n    \"link_lbc\",\n    \"link_neo\",\n    \"link_pay\",\n    \"link_rep\",\n    \"link_swt\",\n    \"link_waves\",\n    \"link_xmr\",\n    \"link_dash\",\n    \"link_dgd\",\n    \"link_eth\",\n    \"link_gup\",\n    \"link_nxt\",\n    \"link_zec\",\n    \"link_dcr\",\n    \"link_doge\",\n    \"link_hmq\",\n    \"link_omg\",\n    \"link_trst\",\n    \"link_xem\",\n    \"link_zrx\",\n    \"link_usdt\",\n    \"link_maid\",\n    \"link_amp\",\n    \"link_powr\",\n    \"link_rcn\",\n    \"link_ada\",\n    \"link_vib\",\n    \"link_dnt\",\n    \"link_qtum\",\n    \"link_stx\",\n    \"link_ignis\",\n    \"link_dcn\",\n    \"link_ngc\",\n    \"link_wax\",\n    \"link_lrc\",\n    \"link_noah\",\n    \"link_brd\",\n    \"link_zen\",\n    \"link_mana\",\n    \"link_part\",\n    \"link_ark\",\n    \"link_snm\",\n    \"link_xzc\",\n    \"link_tusd\",\n    \"link_wtc\",\n    \"link_abyss\",\n    \"link_zap\",\n    \"link_aion\",\n    \"link_smart\",\n    \"link_nexo\",\n    \"link_xlm\",\n    \"link_grs\",\n    \"link_enj\",\n    \"link_betr\",\n    \"link_poly\",\n    \"link_ppt\",\n    \"link_knc\",\n    \"link_bkx\",\n    \"link_bcd\",\n    \"link_tel\",\n    \"link_dai\",\n    \"link_mkr\",\n    \"link_r\",\n    \"link_gas\",\n    \"link_pax\",\n    \"link_usdc\",\n    \"link_nim\",\n    \"link_pma\",\n    \"link_dgtx\",\n    \"link_storm\",\n    \"link_rfr\",\n    \"link_gusd\",\n    \"link_eurs\",\n    \"link_vet\",\n    \"link_fet\",\n    \"link_ht\",\n    \"link_bdg\",\n    \"link_plr\",\n    \"link_phb\",\n    \"r_ant\",\n    \"r_bat\",\n    \"r_ardr\",\n    \"r_bch\",\n    \"r_btg\",\n    \"r_bnt\",\n    \"r_btc\",\n    \"r_eos\",\n    \"r_fun\",\n    \"r_gnt\",\n    \"r_lsk\",\n    \"r_xrp\",\n    \"r_dgb\",\n    \"r_etc\",\n    \"r_ltc\",\n    \"r_nmr\",\n    \"r_ptoy\",\n    \"r_storj\",\n    \"r_cvc\",\n    \"r_edg\",\n    \"r_gno\",\n    \"r_lbc\",\n    \"r_neo\",\n    \"r_pay\",\n    \"r_rep\",\n    \"r_swt\",\n    \"r_waves\",\n    \"r_xmr\",\n    \"r_dash\",\n    \"r_dgd\",\n    \"r_eth\",\n    \"r_gup\",\n    \"r_nxt\",\n    \"r_zec\",\n    \"r_dcr\",\n    \"r_doge\",\n    \"r_hmq\",\n    \"r_omg\",\n    \"r_trst\",\n    \"r_xem\",\n    \"r_zrx\",\n    \"r_usdt\",\n    \"r_maid\",\n    \"r_amp\",\n    \"r_powr\",\n    \"r_rcn\",\n    \"r_ada\",\n    \"r_vib\",\n    \"r_dnt\",\n    \"r_qtum\",\n    \"r_stx\",\n    \"r_ignis\",\n    \"r_dcn\",\n    \"r_ngc\",\n    \"r_wax\",\n    \"r_lrc\",\n    \"r_noah\",\n    \"r_brd\",\n    \"r_zen\",\n    \"r_mana\",\n    \"r_part\",\n    \"r_ark\",\n    \"r_snm\",\n    \"r_xzc\",\n    \"r_tusd\",\n    \"r_wtc\",\n    \"r_abyss\",\n    \"r_zap\",\n    \"r_aion\",\n    \"r_smart\",\n    \"r_nexo\",\n    \"r_xlm\",\n    \"r_grs\",\n    \"r_enj\",\n    \"r_betr\",\n    \"r_poly\",\n    \"r_ppt\",\n    \"r_knc\",\n    \"r_bkx\",\n    \"r_bcd\",\n    \"r_tel\",\n    \"r_dai\",\n    \"r_mkr\",\n    \"r_link\",\n    \"r_gas\",\n    \"r_pax\",\n    \"r_usdc\",\n    \"r_nim\",\n    \"r_pma\",\n    \"r_dgtx\",\n    \"r_storm\",\n    \"r_rfr\",\n    \"r_gusd\",\n    \"r_eurs\",\n    \"r_vet\",\n    \"r_fet\",\n    \"r_ht\",\n    \"r_bdg\",\n    \"r_plr\",\n    \"r_phb\",\n    \"gas_ant\",\n    \"gas_bat\",\n    \"gas_ardr\",\n    \"gas_bch\",\n    \"gas_btg\",\n    \"gas_bnt\",\n    \"gas_btc\",\n    \"gas_eos\",\n    \"gas_fun\",\n    \"gas_gnt\",\n    \"gas_lsk\",\n    \"gas_xrp\",\n    \"gas_dgb\",\n    \"gas_etc\",\n    \"gas_ltc\",\n    \"gas_nmr\",\n    \"gas_ptoy\",\n    \"gas_storj\",\n    \"gas_cvc\",\n    \"gas_edg\",\n    \"gas_gno\",\n    \"gas_lbc\",\n    \"gas_neo\",\n    \"gas_pay\",\n    \"gas_rep\",\n    \"gas_swt\",\n    \"gas_waves\",\n    \"gas_xmr\",\n    \"gas_dash\",\n    \"gas_dgd\",\n    \"gas_eth\",\n    \"gas_gup\",\n    \"gas_nxt\",\n    \"gas_zec\",\n    \"gas_dcr\",\n    \"gas_doge\",\n    \"gas_hmq\",\n    \"gas_omg\",\n    \"gas_trst\",\n    \"gas_xem\",\n    \"gas_zrx\",\n    \"gas_usdt\",\n    \"gas_maid\",\n    \"gas_amp\",\n    \"gas_powr\",\n    \"gas_rcn\",\n    \"gas_ada\",\n    \"gas_vib\",\n    \"gas_dnt\",\n    \"gas_qtum\",\n    \"gas_stx\",\n    \"gas_ignis\",\n    \"gas_dcn\",\n    \"gas_ngc\",\n    \"gas_wax\",\n    \"gas_lrc\",\n    \"gas_noah\",\n    \"gas_brd\",\n    \"gas_zen\",\n    \"gas_mana\",\n    \"gas_part\",\n    \"gas_ark\",\n    \"gas_snm\",\n    \"gas_xzc\",\n    \"gas_tusd\",\n    \"gas_wtc\",\n    \"gas_abyss\",\n    \"gas_zap\",\n    \"gas_aion\",\n    \"gas_smart\",\n    \"gas_nexo\",\n    \"gas_xlm\",\n    \"gas_grs\",\n    \"gas_enj\",\n    \"gas_betr\",\n    \"gas_poly\",\n    \"gas_ppt\",\n    \"gas_knc\",\n    \"gas_bkx\",\n    \"gas_bcd\",\n    \"gas_tel\",\n    \"gas_dai\",\n    \"gas_mkr\",\n    \"gas_link\",\n    \"gas_r\",\n    \"gas_pax\",\n    \"gas_usdc\",\n    \"gas_nim\",\n    \"gas_pma\",\n    \"gas_dgtx\",\n    \"gas_storm\",\n    \"gas_rfr\",\n    \"gas_gusd\",\n    \"gas_eurs\",\n    \"gas_vet\",\n    \"gas_fet\",\n    \"gas_ht\",\n    \"gas_bdg\",\n    \"gas_plr\",\n    \"gas_phb\",\n    \"pax_ant\",\n    \"pax_bat\",\n    \"pax_ardr\",\n    \"pax_bch\",\n    \"pax_btg\",\n    \"pax_bnt\",\n    \"pax_btc\",\n    \"pax_eos\",\n    \"pax_fun\",\n    \"pax_gnt\",\n    \"pax_lsk\",\n    \"pax_xrp\",\n    \"pax_dgb\",\n    \"pax_etc\",\n    \"pax_ltc\",\n    \"pax_nmr\",\n    \"pax_ptoy\",\n    \"pax_storj\",\n    \"pax_cvc\",\n    \"pax_edg\",\n    \"pax_gno\",\n    \"pax_lbc\",\n    \"pax_neo\",\n    \"pax_pay\",\n    \"pax_rep\",\n    \"pax_swt\",\n    \"pax_waves\",\n    \"pax_xmr\",\n    \"pax_dash\",\n    \"pax_dgd\",\n    \"pax_eth\",\n    \"pax_gup\",\n    \"pax_nxt\",\n    \"pax_zec\",\n    \"pax_dcr\",\n    \"pax_doge\",\n    \"pax_hmq\",\n    \"pax_omg\",\n    \"pax_trst\",\n    \"pax_xem\",\n    \"pax_zrx\",\n    \"pax_usdt\",\n    \"pax_maid\",\n    \"pax_amp\",\n    \"pax_powr\",\n    \"pax_rcn\",\n    \"pax_ada\",\n    \"pax_vib\",\n    \"pax_dnt\",\n    \"pax_qtum\",\n    \"pax_stx\",\n    \"pax_ignis\",\n    \"pax_dcn\",\n    \"pax_ngc\",\n    \"pax_wax\",\n    \"pax_lrc\",\n    \"pax_noah\",\n    \"pax_brd\",\n    \"pax_zen\",\n    \"pax_mana\",\n    \"pax_part\",\n    \"pax_ark\",\n    \"pax_snm\",\n    \"pax_xzc\",\n    \"pax_tusd\",\n    \"pax_wtc\",\n    \"pax_abyss\",\n    \"pax_zap\",\n    \"pax_aion\",\n    \"pax_smart\",\n    \"pax_nexo\",\n    \"pax_xlm\",\n    \"pax_grs\",\n    \"pax_enj\",\n    \"pax_betr\",\n    \"pax_poly\",\n    \"pax_ppt\",\n    \"pax_knc\",\n    \"pax_bkx\",\n    \"pax_bcd\",\n    \"pax_tel\",\n    \"pax_dai\",\n    \"pax_mkr\",\n    \"pax_link\",\n    \"pax_r\",\n    \"pax_gas\",\n    \"pax_usdc\",\n    \"pax_nim\",\n    \"pax_pma\",\n    \"pax_dgtx\",\n    \"pax_storm\",\n    \"pax_rfr\",\n    \"pax_gusd\",\n    \"pax_eurs\",\n    \"pax_vet\",\n    \"pax_fet\",\n    \"pax_ht\",\n    \"pax_bdg\",\n    \"pax_plr\",\n    \"pax_phb\",\n    \"usdc_ant\",\n    \"usdc_bat\",\n    \"usdc_ardr\",\n    \"usdc_bch\",\n    \"usdc_btg\",\n    \"usdc_bnt\",\n    \"usdc_btc\",\n    \"usdc_eos\",\n    \"usdc_fun\",\n    \"usdc_gnt\",\n    \"usdc_lsk\",\n    \"usdc_xrp\",\n    \"usdc_dgb\",\n    \"usdc_etc\",\n    \"usdc_ltc\",\n    \"usdc_nmr\",\n    \"usdc_ptoy\",\n    \"usdc_storj\",\n    \"usdc_cvc\",\n    \"usdc_edg\",\n    \"usdc_gno\",\n    \"usdc_lbc\",\n    \"usdc_neo\",\n    \"usdc_pay\",\n    \"usdc_rep\",\n    \"usdc_swt\",\n    \"usdc_waves\",\n    \"usdc_xmr\",\n    \"usdc_dash\",\n    \"usdc_dgd\",\n    \"usdc_eth\",\n    \"usdc_gup\",\n    \"usdc_nxt\",\n    \"usdc_zec\",\n    \"usdc_dcr\",\n    \"usdc_doge\",\n    \"usdc_hmq\",\n    \"usdc_omg\",\n    \"usdc_trst\",\n    \"usdc_xem\",\n    \"usdc_zrx\",\n    \"usdc_usdt\",\n    \"usdc_maid\",\n    \"usdc_amp\",\n    \"usdc_powr\",\n    \"usdc_rcn\",\n    \"usdc_ada\",\n    \"usdc_vib\",\n    \"usdc_dnt\",\n    \"usdc_qtum\",\n    \"usdc_stx\",\n    \"usdc_ignis\",\n    \"usdc_dcn\",\n    \"usdc_ngc\",\n    \"usdc_wax\",\n    \"usdc_lrc\",\n    \"usdc_noah\",\n    \"usdc_brd\",\n    \"usdc_zen\",\n    \"usdc_mana\",\n    \"usdc_part\",\n    \"usdc_ark\",\n    \"usdc_snm\",\n    \"usdc_xzc\",\n    \"usdc_tusd\",\n    \"usdc_wtc\",\n    \"usdc_abyss\",\n    \"usdc_zap\",\n    \"usdc_aion\",\n    \"usdc_smart\",\n    \"usdc_nexo\",\n    \"usdc_xlm\",\n    \"usdc_grs\",\n    \"usdc_enj\",\n    \"usdc_betr\",\n    \"usdc_poly\",\n    \"usdc_ppt\",\n    \"usdc_knc\",\n    \"usdc_bkx\",\n    \"usdc_bcd\",\n    \"usdc_tel\",\n    \"usdc_dai\",\n    \"usdc_mkr\",\n    \"usdc_link\",\n    \"usdc_r\",\n    \"usdc_gas\",\n    \"usdc_pax\",\n    \"usdc_nim\",\n    \"usdc_pma\",\n    \"usdc_dgtx\",\n    \"usdc_storm\",\n    \"usdc_rfr\",\n    \"usdc_gusd\",\n    \"usdc_eurs\",\n    \"usdc_vet\",\n    \"usdc_fet\",\n    \"usdc_ht\",\n    \"usdc_bdg\",\n    \"usdc_plr\",\n    \"usdc_phb\",\n    \"nim_ant\",\n    \"nim_bat\",\n    \"nim_ardr\",\n    \"nim_bch\",\n    \"nim_btg\",\n    \"nim_bnt\",\n    \"nim_btc\",\n    \"nim_eos\",\n    \"nim_fun\",\n    \"nim_gnt\",\n    \"nim_lsk\",\n    \"nim_xrp\",\n    \"nim_dgb\",\n    \"nim_etc\",\n    \"nim_ltc\",\n    \"nim_nmr\",\n    \"nim_ptoy\",\n    \"nim_storj\",\n    \"nim_cvc\",\n    \"nim_edg\",\n    \"nim_gno\",\n    \"nim_lbc\",\n    \"nim_neo\",\n    \"nim_pay\",\n    \"nim_rep\",\n    \"nim_swt\",\n    \"nim_waves\",\n    \"nim_xmr\",\n    \"nim_dash\",\n    \"nim_dgd\",\n    \"nim_eth\",\n    \"nim_gup\",\n    \"nim_nxt\",\n    \"nim_zec\",\n    \"nim_dcr\",\n    \"nim_doge\",\n    \"nim_hmq\",\n    \"nim_omg\",\n    \"nim_trst\",\n    \"nim_xem\",\n    \"nim_zrx\",\n    \"nim_usdt\",\n    \"nim_maid\",\n    \"nim_amp\",\n    \"nim_powr\",\n    \"nim_rcn\",\n    \"nim_ada\",\n    \"nim_vib\",\n    \"nim_dnt\",\n    \"nim_qtum\",\n    \"nim_stx\",\n    \"nim_ignis\",\n    \"nim_dcn\",\n    \"nim_ngc\",\n    \"nim_wax\",\n    \"nim_lrc\",\n    \"nim_noah\",\n    \"nim_brd\",\n    \"nim_zen\",\n    \"nim_mana\",\n    \"nim_part\",\n    \"nim_ark\",\n    \"nim_snm\",\n    \"nim_xzc\",\n    \"nim_tusd\",\n    \"nim_wtc\",\n    \"nim_abyss\",\n    \"nim_zap\",\n    \"nim_aion\",\n    \"nim_smart\",\n    \"nim_nexo\",\n    \"nim_xlm\",\n    \"nim_grs\",\n    \"nim_enj\",\n    \"nim_betr\",\n    \"nim_poly\",\n    \"nim_ppt\",\n    \"nim_knc\",\n    \"nim_bkx\",\n    \"nim_bcd\",\n    \"nim_tel\",\n    \"nim_dai\",\n    \"nim_mkr\",\n    \"nim_link\",\n    \"nim_r\",\n    \"nim_gas\",\n    \"nim_pax\",\n    \"nim_usdc\",\n    \"nim_pma\",\n    \"nim_dgtx\",\n    \"nim_storm\",\n    \"nim_rfr\",\n    \"nim_gusd\",\n    \"nim_eurs\",\n    \"nim_vet\",\n    \"nim_fet\",\n    \"nim_ht\",\n    \"nim_bdg\",\n    \"nim_plr\",\n    \"nim_phb\",\n    \"pma_ant\",\n    \"pma_bat\",\n    \"pma_ardr\",\n    \"pma_bch\",\n    \"pma_btg\",\n    \"pma_bnt\",\n    \"pma_btc\",\n    \"pma_eos\",\n    \"pma_fun\",\n    \"pma_gnt\",\n    \"pma_lsk\",\n    \"pma_xrp\",\n    \"pma_dgb\",\n    \"pma_etc\",\n    \"pma_ltc\",\n    \"pma_nmr\",\n    \"pma_ptoy\",\n    \"pma_storj\",\n    \"pma_cvc\",\n    \"pma_edg\",\n    \"pma_gno\",\n    \"pma_lbc\",\n    \"pma_neo\",\n    \"pma_pay\",\n    \"pma_rep\",\n    \"pma_swt\",\n    \"pma_waves\",\n    \"pma_xmr\",\n    \"pma_dash\",\n    \"pma_dgd\",\n    \"pma_eth\",\n    \"pma_gup\",\n    \"pma_nxt\",\n    \"pma_zec\",\n    \"pma_dcr\",\n    \"pma_doge\",\n    \"pma_hmq\",\n    \"pma_omg\",\n    \"pma_trst\",\n    \"pma_xem\",\n    \"pma_zrx\",\n    \"pma_usdt\",\n    \"pma_maid\",\n    \"pma_amp\",\n    \"pma_powr\",\n    \"pma_rcn\",\n    \"pma_ada\",\n    \"pma_vib\",\n    \"pma_dnt\",\n    \"pma_qtum\",\n    \"pma_stx\",\n    \"pma_ignis\",\n    \"pma_dcn\",\n    \"pma_ngc\",\n    \"pma_wax\",\n    \"pma_lrc\",\n    \"pma_noah\",\n    \"pma_brd\",\n    \"pma_zen\",\n    \"pma_mana\",\n    \"pma_part\",\n    \"pma_ark\",\n    \"pma_snm\",\n    \"pma_xzc\",\n    \"pma_tusd\",\n    \"pma_wtc\",\n    \"pma_abyss\",\n    \"pma_zap\",\n    \"pma_aion\",\n    \"pma_smart\",\n    \"pma_nexo\",\n    \"pma_xlm\",\n    \"pma_grs\",\n    \"pma_enj\",\n    \"pma_betr\",\n    \"pma_poly\",\n    \"pma_ppt\",\n    \"pma_knc\",\n    \"pma_bkx\",\n    \"pma_bcd\",\n    \"pma_tel\",\n    \"pma_dai\",\n    \"pma_mkr\",\n    \"pma_link\",\n    \"pma_r\",\n    \"pma_gas\",\n    \"pma_pax\",\n    \"pma_usdc\",\n    \"pma_nim\",\n    \"pma_dgtx\",\n    \"pma_storm\",\n    \"pma_rfr\",\n    \"pma_gusd\",\n    \"pma_eurs\",\n    \"pma_vet\",\n    \"pma_fet\",\n    \"pma_ht\",\n    \"pma_bdg\",\n    \"pma_plr\",\n    \"pma_phb\",\n    \"dgtx_ant\",\n    \"dgtx_bat\",\n    \"dgtx_ardr\",\n    \"dgtx_bch\",\n    \"dgtx_btg\",\n    \"dgtx_bnt\",\n    \"dgtx_btc\",\n    \"dgtx_eos\",\n    \"dgtx_fun\",\n    \"dgtx_gnt\",\n    \"dgtx_lsk\",\n    \"dgtx_xrp\",\n    \"dgtx_dgb\",\n    \"dgtx_etc\",\n    \"dgtx_ltc\",\n    \"dgtx_nmr\",\n    \"dgtx_ptoy\",\n    \"dgtx_storj\",\n    \"dgtx_cvc\",\n    \"dgtx_edg\",\n    \"dgtx_gno\",\n    \"dgtx_lbc\",\n    \"dgtx_neo\",\n    \"dgtx_pay\",\n    \"dgtx_rep\",\n    \"dgtx_swt\",\n    \"dgtx_waves\",\n    \"dgtx_xmr\",\n    \"dgtx_dash\",\n    \"dgtx_dgd\",\n    \"dgtx_eth\",\n    \"dgtx_gup\",\n    \"dgtx_nxt\",\n    \"dgtx_zec\",\n    \"dgtx_dcr\",\n    \"dgtx_doge\",\n    \"dgtx_hmq\",\n    \"dgtx_omg\",\n    \"dgtx_trst\",\n    \"dgtx_xem\",\n    \"dgtx_zrx\",\n    \"dgtx_usdt\",\n    \"dgtx_maid\",\n    \"dgtx_amp\",\n    \"dgtx_powr\",\n    \"dgtx_rcn\",\n    \"dgtx_ada\",\n    \"dgtx_vib\",\n    \"dgtx_dnt\",\n    \"dgtx_qtum\",\n    \"dgtx_stx\",\n    \"dgtx_ignis\",\n    \"dgtx_dcn\",\n    \"dgtx_ngc\",\n    \"dgtx_wax\",\n    \"dgtx_lrc\",\n    \"dgtx_noah\",\n    \"dgtx_brd\",\n    \"dgtx_zen\",\n    \"dgtx_mana\",\n    \"dgtx_part\",\n    \"dgtx_ark\",\n    \"dgtx_snm\",\n    \"dgtx_xzc\",\n    \"dgtx_tusd\",\n    \"dgtx_wtc\",\n    \"dgtx_abyss\",\n    \"dgtx_zap\",\n    \"dgtx_aion\",\n    \"dgtx_smart\",\n    \"dgtx_nexo\",\n    \"dgtx_xlm\",\n    \"dgtx_grs\",\n    \"dgtx_enj\",\n    \"dgtx_betr\",\n    \"dgtx_poly\",\n    \"dgtx_ppt\",\n    \"dgtx_knc\",\n    \"dgtx_bkx\",\n    \"dgtx_bcd\",\n    \"dgtx_tel\",\n    \"dgtx_dai\",\n    \"dgtx_mkr\",\n    \"dgtx_link\",\n    \"dgtx_r\",\n    \"dgtx_gas\",\n    \"dgtx_pax\",\n    \"dgtx_usdc\",\n    \"dgtx_nim\",\n    \"dgtx_pma\",\n    \"dgtx_storm\",\n    \"dgtx_rfr\",\n    \"dgtx_gusd\",\n    \"dgtx_eurs\",\n    \"dgtx_vet\",\n    \"dgtx_fet\",\n    \"dgtx_ht\",\n    \"dgtx_bdg\",\n    \"dgtx_plr\",\n    \"dgtx_phb\",\n    \"storm_ant\",\n    \"storm_bat\",\n    \"storm_ardr\",\n    \"storm_bch\",\n    \"storm_btg\",\n    \"storm_bnt\",\n    \"storm_btc\",\n    \"storm_eos\",\n    \"storm_fun\",\n    \"storm_gnt\",\n    \"storm_lsk\",\n    \"storm_xrp\",\n    \"storm_dgb\",\n    \"storm_etc\",\n    \"storm_ltc\",\n    \"storm_nmr\",\n    \"storm_ptoy\",\n    \"storm_storj\",\n    \"storm_cvc\",\n    \"storm_edg\",\n    \"storm_gno\",\n    \"storm_lbc\",\n    \"storm_neo\",\n    \"storm_pay\",\n    \"storm_rep\",\n    \"storm_swt\",\n    \"storm_waves\",\n    \"storm_xmr\",\n    \"storm_dash\",\n    \"storm_dgd\",\n    \"storm_eth\",\n    \"storm_gup\",\n    \"storm_nxt\",\n    \"storm_zec\",\n    \"storm_dcr\",\n    \"storm_doge\",\n    \"storm_hmq\",\n    \"storm_omg\",\n    \"storm_trst\",\n    \"storm_xem\",\n    \"storm_zrx\",\n    \"storm_usdt\",\n    \"storm_maid\",\n    \"storm_amp\",\n    \"storm_powr\",\n    \"storm_rcn\",\n    \"storm_ada\",\n    \"storm_vib\",\n    \"storm_dnt\",\n    \"storm_qtum\",\n    \"storm_stx\",\n    \"storm_ignis\",\n    \"storm_dcn\",\n    \"storm_ngc\",\n    \"storm_wax\",\n    \"storm_lrc\",\n    \"storm_noah\",\n    \"storm_brd\",\n    \"storm_zen\",\n    \"storm_mana\",\n    \"storm_part\",\n    \"storm_ark\",\n    \"storm_snm\",\n    \"storm_xzc\",\n    \"storm_tusd\",\n    \"storm_wtc\",\n    \"storm_abyss\",\n    \"storm_zap\",\n    \"storm_aion\",\n    \"storm_smart\",\n    \"storm_nexo\",\n    \"storm_xlm\",\n    \"storm_grs\",\n    \"storm_enj\",\n    \"storm_betr\",\n    \"storm_poly\",\n    \"storm_ppt\",\n    \"storm_knc\",\n    \"storm_bkx\",\n    \"storm_bcd\",\n    \"storm_tel\",\n    \"storm_dai\",\n    \"storm_mkr\",\n    \"storm_link\",\n    \"storm_r\",\n    \"storm_gas\",\n    \"storm_pax\",\n    \"storm_usdc\",\n    \"storm_nim\",\n    \"storm_pma\",\n    \"storm_dgtx\",\n    \"storm_rfr\",\n    \"storm_gusd\",\n    \"storm_eurs\",\n    \"storm_vet\",\n    \"storm_fet\",\n    \"storm_ht\",\n    \"storm_bdg\",\n    \"storm_plr\",\n    \"storm_phb\",\n    \"rfr_ant\",\n    \"rfr_bat\",\n    \"rfr_ardr\",\n    \"rfr_bch\",\n    \"rfr_btg\",\n    \"rfr_bnt\",\n    \"rfr_btc\",\n    \"rfr_eos\",\n    \"rfr_fun\",\n    \"rfr_gnt\",\n    \"rfr_lsk\",\n    \"rfr_xrp\",\n    \"rfr_dgb\",\n    \"rfr_etc\",\n    \"rfr_ltc\",\n    \"rfr_nmr\",\n    \"rfr_ptoy\",\n    \"rfr_storj\",\n    \"rfr_cvc\",\n    \"rfr_edg\",\n    \"rfr_gno\",\n    \"rfr_lbc\",\n    \"rfr_neo\",\n    \"rfr_pay\",\n    \"rfr_rep\",\n    \"rfr_swt\",\n    \"rfr_waves\",\n    \"rfr_xmr\",\n    \"rfr_dash\",\n    \"rfr_dgd\",\n    \"rfr_eth\",\n    \"rfr_gup\",\n    \"rfr_nxt\",\n    \"rfr_zec\",\n    \"rfr_dcr\",\n    \"rfr_doge\",\n    \"rfr_hmq\",\n    \"rfr_omg\",\n    \"rfr_trst\",\n    \"rfr_xem\",\n    \"rfr_zrx\",\n    \"rfr_usdt\",\n    \"rfr_maid\",\n    \"rfr_amp\",\n    \"rfr_powr\",\n    \"rfr_rcn\",\n    \"rfr_ada\",\n    \"rfr_vib\",\n    \"rfr_dnt\",\n    \"rfr_qtum\",\n    \"rfr_stx\",\n    \"rfr_ignis\",\n    \"rfr_dcn\",\n    \"rfr_ngc\",\n    \"rfr_wax\",\n    \"rfr_lrc\",\n    \"rfr_noah\",\n    \"rfr_brd\",\n    \"rfr_zen\",\n    \"rfr_mana\",\n    \"rfr_part\",\n    \"rfr_ark\",\n    \"rfr_snm\",\n    \"rfr_xzc\",\n    \"rfr_tusd\",\n    \"rfr_wtc\",\n    \"rfr_abyss\",\n    \"rfr_zap\",\n    \"rfr_aion\",\n    \"rfr_smart\",\n    \"rfr_nexo\",\n    \"rfr_xlm\",\n    \"rfr_grs\",\n    \"rfr_enj\",\n    \"rfr_betr\",\n    \"rfr_poly\",\n    \"rfr_ppt\",\n    \"rfr_knc\",\n    \"rfr_bkx\",\n    \"rfr_bcd\",\n    \"rfr_tel\",\n    \"rfr_dai\",\n    \"rfr_mkr\",\n    \"rfr_link\",\n    \"rfr_r\",\n    \"rfr_gas\",\n    \"rfr_pax\",\n    \"rfr_usdc\",\n    \"rfr_nim\",\n    \"rfr_pma\",\n    \"rfr_dgtx\",\n    \"rfr_storm\",\n    \"rfr_gusd\",\n    \"rfr_eurs\",\n    \"rfr_vet\",\n    \"rfr_fet\",\n    \"rfr_ht\",\n    \"rfr_bdg\",\n    \"rfr_plr\",\n    \"rfr_phb\",\n    \"gusd_ant\",\n    \"gusd_bat\",\n    \"gusd_ardr\",\n    \"gusd_bch\",\n    \"gusd_btg\",\n    \"gusd_bnt\",\n    \"gusd_btc\",\n    \"gusd_eos\",\n    \"gusd_fun\",\n    \"gusd_gnt\",\n    \"gusd_lsk\",\n    \"gusd_xrp\",\n    \"gusd_dgb\",\n    \"gusd_etc\",\n    \"gusd_ltc\",\n    \"gusd_nmr\",\n    \"gusd_ptoy\",\n    \"gusd_storj\",\n    \"gusd_cvc\",\n    \"gusd_edg\",\n    \"gusd_gno\",\n    \"gusd_lbc\",\n    \"gusd_neo\",\n    \"gusd_pay\",\n    \"gusd_rep\",\n    \"gusd_swt\",\n    \"gusd_waves\",\n    \"gusd_xmr\",\n    \"gusd_dash\",\n    \"gusd_dgd\",\n    \"gusd_eth\",\n    \"gusd_gup\",\n    \"gusd_nxt\",\n    \"gusd_zec\",\n    \"gusd_dcr\",\n    \"gusd_doge\",\n    \"gusd_hmq\",\n    \"gusd_omg\",\n    \"gusd_trst\",\n    \"gusd_xem\",\n    \"gusd_zrx\",\n    \"gusd_usdt\",\n    \"gusd_maid\",\n    \"gusd_amp\",\n    \"gusd_powr\",\n    \"gusd_rcn\",\n    \"gusd_ada\",\n    \"gusd_vib\",\n    \"gusd_dnt\",\n    \"gusd_qtum\",\n    \"gusd_stx\",\n    \"gusd_ignis\",\n    \"gusd_dcn\",\n    \"gusd_ngc\",\n    \"gusd_wax\",\n    \"gusd_lrc\",\n    \"gusd_noah\",\n    \"gusd_brd\",\n    \"gusd_zen\",\n    \"gusd_mana\",\n    \"gusd_part\",\n    \"gusd_ark\",\n    \"gusd_snm\",\n    \"gusd_xzc\",\n    \"gusd_tusd\",\n    \"gusd_wtc\",\n    \"gusd_abyss\",\n    \"gusd_zap\",\n    \"gusd_aion\",\n    \"gusd_smart\",\n    \"gusd_nexo\",\n    \"gusd_xlm\",\n    \"gusd_grs\",\n    \"gusd_enj\",\n    \"gusd_betr\",\n    \"gusd_poly\",\n    \"gusd_ppt\",\n    \"gusd_knc\",\n    \"gusd_bkx\",\n    \"gusd_bcd\",\n    \"gusd_tel\",\n    \"gusd_dai\",\n    \"gusd_mkr\",\n    \"gusd_link\",\n    \"gusd_r\",\n    \"gusd_gas\",\n    \"gusd_pax\",\n    \"gusd_usdc\",\n    \"gusd_nim\",\n    \"gusd_pma\",\n    \"gusd_dgtx\",\n    \"gusd_storm\",\n    \"gusd_rfr\",\n    \"gusd_eurs\",\n    \"gusd_vet\",\n    \"gusd_fet\",\n    \"gusd_ht\",\n    \"gusd_bdg\",\n    \"gusd_plr\",\n    \"gusd_phb\",\n    \"eurs_ant\",\n    \"eurs_bat\",\n    \"eurs_ardr\",\n    \"eurs_bch\",\n    \"eurs_btg\",\n    \"eurs_bnt\",\n    \"eurs_btc\",\n    \"eurs_eos\",\n    \"eurs_fun\",\n    \"eurs_gnt\",\n    \"eurs_lsk\",\n    \"eurs_xrp\",\n    \"eurs_dgb\",\n    \"eurs_etc\",\n    \"eurs_ltc\",\n    \"eurs_nmr\",\n    \"eurs_ptoy\",\n    \"eurs_storj\",\n    \"eurs_cvc\",\n    \"eurs_edg\",\n    \"eurs_gno\",\n    \"eurs_lbc\",\n    \"eurs_neo\",\n    \"eurs_pay\",\n    \"eurs_rep\",\n    \"eurs_swt\",\n    \"eurs_waves\",\n    \"eurs_xmr\",\n    \"eurs_dash\",\n    \"eurs_dgd\",\n    \"eurs_eth\",\n    \"eurs_gup\",\n    \"eurs_nxt\",\n    \"eurs_zec\",\n    \"eurs_dcr\",\n    \"eurs_doge\",\n    \"eurs_hmq\",\n    \"eurs_omg\",\n    \"eurs_trst\",\n    \"eurs_xem\",\n    \"eurs_zrx\",\n    \"eurs_usdt\",\n    \"eurs_maid\",\n    \"eurs_amp\",\n    \"eurs_powr\",\n    \"eurs_rcn\",\n    \"eurs_ada\",\n    \"eurs_vib\",\n    \"eurs_dnt\",\n    \"eurs_qtum\",\n    \"eurs_stx\",\n    \"eurs_ignis\",\n    \"eurs_dcn\",\n    \"eurs_ngc\",\n    \"eurs_wax\",\n    \"eurs_lrc\",\n    \"eurs_noah\",\n    \"eurs_brd\",\n    \"eurs_zen\",\n    \"eurs_mana\",\n    \"eurs_part\",\n    \"eurs_ark\",\n    \"eurs_snm\",\n    \"eurs_xzc\",\n    \"eurs_tusd\",\n    \"eurs_wtc\",\n    \"eurs_abyss\",\n    \"eurs_zap\",\n    \"eurs_aion\",\n    \"eurs_smart\",\n    \"eurs_nexo\",\n    \"eurs_xlm\",\n    \"eurs_grs\",\n    \"eurs_enj\",\n    \"eurs_betr\",\n    \"eurs_poly\",\n    \"eurs_ppt\",\n    \"eurs_knc\",\n    \"eurs_bkx\",\n    \"eurs_bcd\",\n    \"eurs_tel\",\n    \"eurs_dai\",\n    \"eurs_mkr\",\n    \"eurs_link\",\n    \"eurs_r\",\n    \"eurs_gas\",\n    \"eurs_pax\",\n    \"eurs_usdc\",\n    \"eurs_nim\",\n    \"eurs_pma\",\n    \"eurs_dgtx\",\n    \"eurs_storm\",\n    \"eurs_rfr\",\n    \"eurs_gusd\",\n    \"eurs_vet\",\n    \"eurs_fet\",\n    \"eurs_ht\",\n    \"eurs_bdg\",\n    \"eurs_plr\",\n    \"eurs_phb\",\n    \"vet_ant\",\n    \"vet_bat\",\n    \"vet_ardr\",\n    \"vet_bch\",\n    \"vet_btg\",\n    \"vet_bnt\",\n    \"vet_btc\",\n    \"vet_eos\",\n    \"vet_fun\",\n    \"vet_gnt\",\n    \"vet_lsk\",\n    \"vet_xrp\",\n    \"vet_dgb\",\n    \"vet_etc\",\n    \"vet_ltc\",\n    \"vet_nmr\",\n    \"vet_ptoy\",\n    \"vet_storj\",\n    \"vet_cvc\",\n    \"vet_edg\",\n    \"vet_gno\",\n    \"vet_lbc\",\n    \"vet_neo\",\n    \"vet_pay\",\n    \"vet_rep\",\n    \"vet_swt\",\n    \"vet_waves\",\n    \"vet_xmr\",\n    \"vet_dash\",\n    \"vet_dgd\",\n    \"vet_eth\",\n    \"vet_gup\",\n    \"vet_nxt\",\n    \"vet_zec\",\n    \"vet_dcr\",\n    \"vet_doge\",\n    \"vet_hmq\",\n    \"vet_omg\",\n    \"vet_trst\",\n    \"vet_xem\",\n    \"vet_zrx\",\n    \"vet_usdt\",\n    \"vet_maid\",\n    \"vet_amp\",\n    \"vet_powr\",\n    \"vet_rcn\",\n    \"vet_ada\",\n    \"vet_vib\",\n    \"vet_dnt\",\n    \"vet_qtum\",\n    \"vet_stx\",\n    \"vet_ignis\",\n    \"vet_dcn\",\n    \"vet_ngc\",\n    \"vet_wax\",\n    \"vet_lrc\",\n    \"vet_noah\",\n    \"vet_brd\",\n    \"vet_zen\",\n    \"vet_mana\",\n    \"vet_part\",\n    \"vet_ark\",\n    \"vet_snm\",\n    \"vet_xzc\",\n    \"vet_tusd\",\n    \"vet_wtc\",\n    \"vet_abyss\",\n    \"vet_zap\",\n    \"vet_aion\",\n    \"vet_smart\",\n    \"vet_nexo\",\n    \"vet_xlm\",\n    \"vet_grs\",\n    \"vet_enj\",\n    \"vet_betr\",\n    \"vet_poly\",\n    \"vet_ppt\",\n    \"vet_knc\",\n    \"vet_bkx\",\n    \"vet_bcd\",\n    \"vet_tel\",\n    \"vet_dai\",\n    \"vet_mkr\",\n    \"vet_link\",\n    \"vet_r\",\n    \"vet_gas\",\n    \"vet_pax\",\n    \"vet_usdc\",\n    \"vet_nim\",\n    \"vet_pma\",\n    \"vet_dgtx\",\n    \"vet_storm\",\n    \"vet_rfr\",\n    \"vet_gusd\",\n    \"vet_eurs\",\n    \"vet_fet\",\n    \"vet_ht\",\n    \"vet_bdg\",\n    \"vet_plr\",\n    \"vet_phb\",\n    \"fet_ant\",\n    \"fet_bat\",\n    \"fet_ardr\",\n    \"fet_bch\",\n    \"fet_btg\",\n    \"fet_bnt\",\n    \"fet_btc\",\n    \"fet_eos\",\n    \"fet_fun\",\n    \"fet_gnt\",\n    \"fet_lsk\",\n    \"fet_xrp\",\n    \"fet_dgb\",\n    \"fet_etc\",\n    \"fet_ltc\",\n    \"fet_nmr\",\n    \"fet_ptoy\",\n    \"fet_storj\",\n    \"fet_cvc\",\n    \"fet_edg\",\n    \"fet_gno\",\n    \"fet_lbc\",\n    \"fet_neo\",\n    \"fet_pay\",\n    \"fet_rep\",\n    \"fet_swt\",\n    \"fet_waves\",\n    \"fet_xmr\",\n    \"fet_dash\",\n    \"fet_dgd\",\n    \"fet_eth\",\n    \"fet_gup\",\n    \"fet_nxt\",\n    \"fet_zec\",\n    \"fet_dcr\",\n    \"fet_doge\",\n    \"fet_hmq\",\n    \"fet_omg\",\n    \"fet_trst\",\n    \"fet_xem\",\n    \"fet_zrx\",\n    \"fet_usdt\",\n    \"fet_maid\",\n    \"fet_amp\",\n    \"fet_powr\",\n    \"fet_rcn\",\n    \"fet_ada\",\n    \"fet_vib\",\n    \"fet_dnt\",\n    \"fet_qtum\",\n    \"fet_stx\",\n    \"fet_ignis\",\n    \"fet_dcn\",\n    \"fet_ngc\",\n    \"fet_wax\",\n    \"fet_lrc\",\n    \"fet_noah\",\n    \"fet_brd\",\n    \"fet_zen\",\n    \"fet_mana\",\n    \"fet_part\",\n    \"fet_ark\",\n    \"fet_snm\",\n    \"fet_xzc\",\n    \"fet_tusd\",\n    \"fet_wtc\",\n    \"fet_abyss\",\n    \"fet_zap\",\n    \"fet_aion\",\n    \"fet_smart\",\n    \"fet_nexo\",\n    \"fet_xlm\",\n    \"fet_grs\",\n    \"fet_enj\",\n    \"fet_betr\",\n    \"fet_poly\",\n    \"fet_ppt\",\n    \"fet_knc\",\n    \"fet_bkx\",\n    \"fet_bcd\",\n    \"fet_tel\",\n    \"fet_dai\",\n    \"fet_mkr\",\n    \"fet_link\",\n    \"fet_r\",\n    \"fet_gas\",\n    \"fet_pax\",\n    \"fet_usdc\",\n    \"fet_nim\",\n    \"fet_pma\",\n    \"fet_dgtx\",\n    \"fet_storm\",\n    \"fet_rfr\",\n    \"fet_gusd\",\n    \"fet_eurs\",\n    \"fet_vet\",\n    \"fet_ht\",\n    \"fet_bdg\",\n    \"fet_plr\",\n    \"fet_phb\",\n    \"ht_ant\",\n    \"ht_bat\",\n    \"ht_ardr\",\n    \"ht_bch\",\n    \"ht_btg\",\n    \"ht_bnt\",\n    \"ht_btc\",\n    \"ht_eos\",\n    \"ht_fun\",\n    \"ht_gnt\",\n    \"ht_lsk\",\n    \"ht_xrp\",\n    \"ht_dgb\",\n    \"ht_etc\",\n    \"ht_ltc\",\n    \"ht_nmr\",\n    \"ht_ptoy\",\n    \"ht_storj\",\n    \"ht_cvc\",\n    \"ht_edg\",\n    \"ht_gno\",\n    \"ht_lbc\",\n    \"ht_neo\",\n    \"ht_pay\",\n    \"ht_rep\",\n    \"ht_swt\",\n    \"ht_waves\",\n    \"ht_xmr\",\n    \"ht_dash\",\n    \"ht_dgd\",\n    \"ht_eth\",\n    \"ht_gup\",\n    \"ht_nxt\",\n    \"ht_zec\",\n    \"ht_dcr\",\n    \"ht_doge\",\n    \"ht_hmq\",\n    \"ht_omg\",\n    \"ht_trst\",\n    \"ht_xem\",\n    \"ht_zrx\",\n    \"ht_usdt\",\n    \"ht_maid\",\n    \"ht_amp\",\n    \"ht_powr\",\n    \"ht_rcn\",\n    \"ht_ada\",\n    \"ht_vib\",\n    \"ht_dnt\",\n    \"ht_qtum\",\n    \"ht_stx\",\n    \"ht_ignis\",\n    \"ht_dcn\",\n    \"ht_ngc\",\n    \"ht_wax\",\n    \"ht_lrc\",\n    \"ht_noah\",\n    \"ht_brd\",\n    \"ht_zen\",\n    \"ht_mana\",\n    \"ht_part\",\n    \"ht_ark\",\n    \"ht_snm\",\n    \"ht_xzc\",\n    \"ht_tusd\",\n    \"ht_wtc\",\n    \"ht_abyss\",\n    \"ht_zap\",\n    \"ht_aion\",\n    \"ht_smart\",\n    \"ht_nexo\",\n    \"ht_xlm\",\n    \"ht_grs\",\n    \"ht_enj\",\n    \"ht_betr\",\n    \"ht_poly\",\n    \"ht_ppt\",\n    \"ht_knc\",\n    \"ht_bkx\",\n    \"ht_bcd\",\n    \"ht_tel\",\n    \"ht_dai\",\n    \"ht_mkr\",\n    \"ht_link\",\n    \"ht_r\",\n    \"ht_gas\",\n    \"ht_pax\",\n    \"ht_usdc\",\n    \"ht_nim\",\n    \"ht_pma\",\n    \"ht_dgtx\",\n    \"ht_storm\",\n    \"ht_rfr\",\n    \"ht_gusd\",\n    \"ht_eurs\",\n    \"ht_vet\",\n    \"ht_fet\",\n    \"ht_bdg\",\n    \"ht_plr\",\n    \"ht_phb\",\n    \"bdg_ant\",\n    \"bdg_bat\",\n    \"bdg_ardr\",\n    \"bdg_bch\",\n    \"bdg_btg\",\n    \"bdg_bnt\",\n    \"bdg_btc\",\n    \"bdg_eos\",\n    \"bdg_fun\",\n    \"bdg_gnt\",\n    \"bdg_lsk\",\n    \"bdg_xrp\",\n    \"bdg_dgb\",\n    \"bdg_etc\",\n    \"bdg_ltc\",\n    \"bdg_nmr\",\n    \"bdg_ptoy\",\n    \"bdg_storj\",\n    \"bdg_cvc\",\n    \"bdg_edg\",\n    \"bdg_gno\",\n    \"bdg_lbc\",\n    \"bdg_neo\",\n    \"bdg_pay\",\n    \"bdg_rep\",\n    \"bdg_swt\",\n    \"bdg_waves\",\n    \"bdg_xmr\",\n    \"bdg_dash\",\n    \"bdg_dgd\",\n    \"bdg_eth\",\n    \"bdg_gup\",\n    \"bdg_nxt\",\n    \"bdg_zec\",\n    \"bdg_dcr\",\n    \"bdg_doge\",\n    \"bdg_hmq\",\n    \"bdg_omg\",\n    \"bdg_trst\",\n    \"bdg_xem\",\n    \"bdg_zrx\",\n    \"bdg_usdt\",\n    \"bdg_maid\",\n    \"bdg_amp\",\n    \"bdg_powr\",\n    \"bdg_rcn\",\n    \"bdg_ada\",\n    \"bdg_vib\",\n    \"bdg_dnt\",\n    \"bdg_qtum\",\n    \"bdg_stx\",\n    \"bdg_ignis\",\n    \"bdg_dcn\",\n    \"bdg_ngc\",\n    \"bdg_wax\",\n    \"bdg_lrc\",\n    \"bdg_noah\",\n    \"bdg_brd\",\n    \"bdg_zen\",\n    \"bdg_mana\",\n    \"bdg_part\",\n    \"bdg_ark\",\n    \"bdg_snm\",\n    \"bdg_xzc\",\n    \"bdg_tusd\",\n    \"bdg_wtc\",\n    \"bdg_abyss\",\n    \"bdg_zap\",\n    \"bdg_aion\",\n    \"bdg_smart\",\n    \"bdg_nexo\",\n    \"bdg_xlm\",\n    \"bdg_grs\",\n    \"bdg_enj\",\n    \"bdg_betr\",\n    \"bdg_poly\",\n    \"bdg_ppt\",\n    \"bdg_knc\",\n    \"bdg_bkx\",\n    \"bdg_bcd\",\n    \"bdg_tel\",\n    \"bdg_dai\",\n    \"bdg_mkr\",\n    \"bdg_link\",\n    \"bdg_r\",\n    \"bdg_gas\",\n    \"bdg_pax\",\n    \"bdg_usdc\",\n    \"bdg_nim\",\n    \"bdg_pma\",\n    \"bdg_dgtx\",\n    \"bdg_storm\",\n    \"bdg_rfr\",\n    \"bdg_gusd\",\n    \"bdg_eurs\",\n    \"bdg_vet\",\n    \"bdg_fet\",\n    \"bdg_ht\",\n    \"bdg_plr\",\n    \"bdg_phb\",\n    \"plr_ant\",\n    \"plr_bat\",\n    \"plr_ardr\",\n    \"plr_bch\",\n    \"plr_btg\",\n    \"plr_bnt\",\n    \"plr_btc\",\n    \"plr_eos\",\n    \"plr_fun\",\n    \"plr_gnt\",\n    \"plr_lsk\",\n    \"plr_xrp\",\n    \"plr_dgb\",\n    \"plr_etc\",\n    \"plr_ltc\",\n    \"plr_nmr\",\n    \"plr_ptoy\",\n    \"plr_storj\",\n    \"plr_cvc\",\n    \"plr_edg\",\n    \"plr_gno\",\n    \"plr_lbc\",\n    \"plr_neo\",\n    \"plr_pay\",\n    \"plr_rep\",\n    \"plr_swt\",\n    \"plr_waves\",\n    \"plr_xmr\",\n    \"plr_dash\",\n    \"plr_dgd\",\n    \"plr_eth\",\n    \"plr_gup\",\n    \"plr_nxt\",\n    \"plr_zec\",\n    \"plr_dcr\",\n    \"plr_doge\",\n    \"plr_hmq\",\n    \"plr_omg\",\n    \"plr_trst\",\n    \"plr_xem\",\n    \"plr_zrx\",\n    \"plr_usdt\",\n    \"plr_maid\",\n    \"plr_amp\",\n    \"plr_powr\",\n    \"plr_rcn\",\n    \"plr_ada\",\n    \"plr_vib\",\n    \"plr_dnt\",\n    \"plr_qtum\",\n    \"plr_stx\",\n    \"plr_ignis\",\n    \"plr_dcn\",\n    \"plr_ngc\",\n    \"plr_wax\",\n    \"plr_lrc\",\n    \"plr_noah\",\n    \"plr_brd\",\n    \"plr_zen\",\n    \"plr_mana\",\n    \"plr_part\",\n    \"plr_ark\",\n    \"plr_snm\",\n    \"plr_xzc\",\n    \"plr_tusd\",\n    \"plr_wtc\",\n    \"plr_abyss\",\n    \"plr_zap\",\n    \"plr_aion\",\n    \"plr_smart\",\n    \"plr_nexo\",\n    \"plr_xlm\",\n    \"plr_grs\",\n    \"plr_enj\",\n    \"plr_betr\",\n    \"plr_poly\",\n    \"plr_ppt\",\n    \"plr_knc\",\n    \"plr_bkx\",\n    \"plr_bcd\",\n    \"plr_tel\",\n    \"plr_dai\",\n    \"plr_mkr\",\n    \"plr_link\",\n    \"plr_r\",\n    \"plr_gas\",\n    \"plr_pax\",\n    \"plr_usdc\",\n    \"plr_nim\",\n    \"plr_pma\",\n    \"plr_dgtx\",\n    \"plr_storm\",\n    \"plr_rfr\",\n    \"plr_gusd\",\n    \"plr_eurs\",\n    \"plr_vet\",\n    \"plr_fet\",\n    \"plr_ht\",\n    \"plr_bdg\",\n    \"plr_phb\",\n    \"phb_ant\",\n    \"phb_bat\",\n    \"phb_ardr\",\n    \"phb_bch\",\n    \"phb_btg\",\n    \"phb_bnt\",\n    \"phb_btc\",\n    \"phb_eos\",\n    \"phb_fun\",\n    \"phb_gnt\",\n    \"phb_lsk\",\n    \"phb_xrp\",\n    \"phb_dgb\",\n    \"phb_etc\",\n    \"phb_ltc\",\n    \"phb_nmr\",\n    \"phb_ptoy\",\n    \"phb_storj\",\n    \"phb_cvc\",\n    \"phb_edg\",\n    \"phb_gno\",\n    \"phb_lbc\",\n    \"phb_neo\",\n    \"phb_pay\",\n    \"phb_rep\",\n    \"phb_swt\",\n    \"phb_waves\",\n    \"phb_xmr\",\n    \"phb_dash\",\n    \"phb_dgd\",\n    \"phb_eth\",\n    \"phb_gup\",\n    \"phb_nxt\",\n    \"phb_zec\",\n    \"phb_dcr\",\n    \"phb_doge\",\n    \"phb_hmq\",\n    \"phb_omg\",\n    \"phb_trst\",\n    \"phb_xem\",\n    \"phb_zrx\",\n    \"phb_usdt\",\n    \"phb_maid\",\n    \"phb_amp\",\n    \"phb_powr\",\n    \"phb_rcn\",\n    \"phb_ada\",\n    \"phb_vib\",\n    \"phb_dnt\",\n    \"phb_qtum\",\n    \"phb_stx\",\n    \"phb_ignis\",\n    \"phb_dcn\",\n    \"phb_ngc\",\n    \"phb_wax\",\n    \"phb_lrc\",\n    \"phb_noah\",\n    \"phb_brd\",\n    \"phb_zen\",\n    \"phb_mana\",\n    \"phb_part\",\n    \"phb_ark\",\n    \"phb_snm\",\n    \"phb_xzc\",\n    \"phb_tusd\",\n    \"phb_wtc\",\n    \"phb_abyss\",\n    \"phb_zap\",\n    \"phb_aion\",\n    \"phb_smart\",\n    \"phb_nexo\",\n    \"phb_xlm\",\n    \"phb_grs\",\n    \"phb_enj\",\n    \"phb_betr\",\n    \"phb_poly\",\n    \"phb_ppt\",\n    \"phb_knc\",\n    \"phb_bkx\",\n    \"phb_bcd\",\n    \"phb_tel\",\n    \"phb_dai\",\n    \"phb_mkr\",\n    \"phb_link\",\n    \"phb_r\",\n    \"phb_gas\",\n    \"phb_pax\",\n    \"phb_usdc\",\n    \"phb_nim\",\n    \"phb_pma\",\n    \"phb_dgtx\",\n    \"phb_storm\",\n    \"phb_rfr\",\n    \"phb_gusd\",\n    \"phb_eurs\",\n    \"phb_vet\",\n    \"phb_fet\",\n    \"phb_ht\",\n    \"phb_bdg\",\n    \"phb_plr\",\n    \"btg_xvg\",\n    \"btg_snt\",\n    \"btg_eng\",\n    \"btg_trx\",\n    \"btg_kmd\",\n    \"btg_nav\",\n    \"btg_adx\",\n    \"btg_rlc\",\n    \"btg_iota\",\n    \"btg_pivx\",\n    \"btg_cnd\",\n    \"btg_nano\",\n    \"btg_iost\",\n    \"btg_ont\",\n    \"btg_bqx\",\n    \"btg_cmt\",\n    \"btg_dent\",\n    \"btg_dlt\",\n    \"btg_elf\",\n    \"btg_evx\",\n    \"btg_go\",\n    \"btg_gto\",\n    \"btg_hc\",\n    \"btg_hot\",\n    \"btg_icx\",\n    \"btg_iotx\",\n    \"btg_key\",\n    \"btg_loom\",\n    \"btg_mft\",\n    \"btg_btt\",\n    \"btg_rvn\",\n    \"btg_ong\",\n    \"btg_rdn\",\n    \"btg_poe\",\n    \"btg_strat\",\n    \"btg_bnbmainnet\",\n    \"btg_mtl\",\n    \"btg_zil\",\n    \"btg_steem\",\n    \"btg_ae\",\n    \"btg_ast\",\n    \"btg_sngls\",\n    \"btg_atom\",\n    \"btg_npxs\",\n    \"eth_xvg\",\n    \"eth_xdn\",\n    \"eth_snt\",\n    \"eth_srn\",\n    \"eth_eng\",\n    \"eth_trx\",\n    \"eth_kmd\",\n    \"eth_ukg\",\n    \"eth_up\",\n    \"eth_nav\",\n    \"eth_rdd\",\n    \"eth_vee\",\n    \"eth_bcpt\",\n    \"eth_adx\",\n    \"eth_adt\",\n    \"eth_vtc\",\n    \"eth_rlc\",\n    \"eth_iota\",\n    \"eth_mer\",\n    \"eth_xel\",\n    \"eth_qrl\",\n    \"eth_iop\",\n    \"eth_rads\",\n    \"eth_sls\",\n    \"eth_pivx\",\n    \"eth_cnd\",\n    \"eth_meme\",\n    \"eth_fct\",\n    \"eth_nano\",\n    \"eth_rvr\",\n    \"eth_aeon\",\n    \"eth_ok\",\n    \"eth_flo\",\n    \"eth_mue\",\n    \"eth_iost\",\n    \"eth_mln\",\n    \"eth_pot\",\n    \"eth_nlg\",\n    \"eth_game\",\n    \"eth_ont\",\n    \"eth_bqx\",\n    \"eth_cmt\",\n    \"eth_dent\",\n    \"eth_dlt\",\n    \"eth_elf\",\n    \"eth_evx\",\n    \"eth_go\",\n    \"eth_gto\",\n    \"eth_hc\",\n    \"eth_hot\",\n    \"eth_icx\",\n    \"eth_iotx\",\n    \"eth_key\",\n    \"eth_loom\",\n    \"eth_mft\",\n    \"eth_btt\",\n    \"eth_rvn\",\n    \"eth_ong\",\n    \"eth_rdn\",\n    \"eth_poe\",\n    \"eth_strat\",\n    \"eth_bnbmainnet\",\n    \"eth_mtl\",\n    \"eth_zil\",\n    \"eth_gbyte\",\n    \"eth_steem\",\n    \"eth_sbd\",\n    \"eth_exp\",\n    \"eth_ae\",\n    \"eth_ast\",\n    \"eth_sngls\",\n    \"eth_atom\",\n    \"eth_cro\",\n    \"eth_npxs\",\n    \"xmr_xvg\",\n    \"xmr_snt\",\n    \"xmr_eng\",\n    \"xmr_trx\",\n    \"xmr_kmd\",\n    \"xmr_nav\",\n    \"xmr_adx\",\n    \"xmr_rlc\",\n    \"xmr_iota\",\n    \"xmr_pivx\",\n    \"xmr_cnd\",\n    \"xmr_nano\",\n    \"xmr_iost\",\n    \"xmr_ont\",\n    \"xmr_bqx\",\n    \"xmr_cmt\",\n    \"xmr_dent\",\n    \"xmr_dlt\",\n    \"xmr_elf\",\n    \"xmr_evx\",\n    \"xmr_go\",\n    \"xmr_gto\",\n    \"xmr_hc\",\n    \"xmr_hot\",\n    \"xmr_icx\",\n    \"xmr_iotx\",\n    \"xmr_key\",\n    \"xmr_loom\",\n    \"xmr_mft\",\n    \"xmr_btt\",\n    \"xmr_rvn\",\n    \"xmr_ong\",\n    \"xmr_rdn\",\n    \"xmr_poe\",\n    \"xmr_strat\",\n    \"xmr_bnbmainnet\",\n    \"xmr_mtl\",\n    \"xmr_zil\",\n    \"xmr_steem\",\n    \"xmr_ae\",\n    \"xmr_ast\",\n    \"xmr_sngls\",\n    \"xmr_atom\",\n    \"xmr_npxs\",\n    \"btc_xvg\",\n    \"btc_xdn\",\n    \"btc_snt\",\n    \"btc_srn\",\n    \"btc_eng\",\n    \"btc_trx\",\n    \"btc_kmd\",\n    \"btc_ukg\",\n    \"btc_up\",\n    \"btc_nav\",\n    \"btc_rdd\",\n    \"btc_vee\",\n    \"btc_bcpt\",\n    \"btc_adx\",\n    \"btc_adt\",\n    \"btc_vtc\",\n    \"btc_rlc\",\n    \"btc_iota\",\n    \"btc_mer\",\n    \"btc_xel\",\n    \"btc_qrl\",\n    \"btc_iop\",\n    \"btc_rads\",\n    \"btc_sls\",\n    \"btc_pivx\",\n    \"btc_cnd\",\n    \"btc_meme\",\n    \"btc_fct\",\n    \"btc_nano\",\n    \"btc_rvr\",\n    \"btc_aeon\",\n    \"btc_ok\",\n    \"btc_flo\",\n    \"btc_mue\",\n    \"btc_iost\",\n    \"btc_mln\",\n    \"btc_pot\",\n    \"btc_nlg\",\n    \"btc_game\",\n    \"btc_ont\",\n    \"btc_bqx\",\n    \"btc_cmt\",\n    \"btc_dent\",\n    \"btc_dlt\",\n    \"btc_elf\",\n    \"btc_evx\",\n    \"btc_go\",\n    \"btc_gto\",\n    \"btc_hc\",\n    \"btc_hot\",\n    \"btc_icx\",\n    \"btc_iotx\",\n    \"btc_key\",\n    \"btc_loom\",\n    \"btc_mft\",\n    \"btc_btt\",\n    \"btc_rvn\",\n    \"btc_ong\",\n    \"btc_rdn\",\n    \"btc_poe\",\n    \"btc_strat\",\n    \"btc_bnbmainnet\",\n    \"btc_mtl\",\n    \"btc_zil\",\n    \"btc_gbyte\",\n    \"btc_steem\",\n    \"btc_sbd\",\n    \"btc_exp\",\n    \"btc_ae\",\n    \"btc_ast\",\n    \"btc_sngls\",\n    \"btc_atom\",\n    \"btc_cro\",\n    \"btc_npxs\",\n    \"zec_xvg\",\n    \"zec_xdn\",\n    \"zec_snt\",\n    \"zec_srn\",\n    \"zec_eng\",\n    \"zec_trx\",\n    \"zec_kmd\",\n    \"zec_ukg\",\n    \"zec_up\",\n    \"zec_nav\",\n    \"zec_rdd\",\n    \"zec_vee\",\n    \"zec_bcpt\",\n    \"zec_adx\",\n    \"zec_adt\",\n    \"zec_vtc\",\n    \"zec_rlc\",\n    \"zec_iota\",\n    \"zec_mer\",\n    \"zec_xel\",\n    \"zec_qrl\",\n    \"zec_iop\",\n    \"zec_rads\",\n    \"zec_sls\",\n    \"zec_pivx\",\n    \"zec_cnd\",\n    \"zec_meme\",\n    \"zec_fct\",\n    \"zec_nano\",\n    \"zec_rvr\",\n    \"zec_aeon\",\n    \"zec_ok\",\n    \"zec_flo\",\n    \"zec_mue\",\n    \"zec_iost\",\n    \"zec_mln\",\n    \"zec_pot\",\n    \"zec_nlg\",\n    \"zec_game\",\n    \"zec_ont\",\n    \"zec_bqx\",\n    \"zec_cmt\",\n    \"zec_dent\",\n    \"zec_dlt\",\n    \"zec_elf\",\n    \"zec_evx\",\n    \"zec_go\",\n    \"zec_gto\",\n    \"zec_hc\",\n    \"zec_hot\",\n    \"zec_icx\",\n    \"zec_iotx\",\n    \"zec_key\",\n    \"zec_loom\",\n    \"zec_mft\",\n    \"zec_btt\",\n    \"zec_rvn\",\n    \"zec_ong\",\n    \"zec_rdn\",\n    \"zec_poe\",\n    \"zec_strat\",\n    \"zec_bnbmainnet\",\n    \"zec_mtl\",\n    \"zec_zil\",\n    \"zec_gbyte\",\n    \"zec_steem\",\n    \"zec_sbd\",\n    \"zec_exp\",\n    \"zec_ae\",\n    \"zec_ast\",\n    \"zec_sngls\",\n    \"zec_atom\",\n    \"zec_cro\",\n    \"zec_npxs\",\n    \"etc_xvg\",\n    \"etc_xdn\",\n    \"etc_snt\",\n    \"etc_srn\",\n    \"etc_eng\",\n    \"etc_trx\",\n    \"etc_kmd\",\n    \"etc_ukg\",\n    \"etc_up\",\n    \"etc_nav\",\n    \"etc_rdd\",\n    \"etc_vee\",\n    \"etc_bcpt\",\n    \"etc_adx\",\n    \"etc_adt\",\n    \"etc_vtc\",\n    \"etc_rlc\",\n    \"etc_iota\",\n    \"etc_mer\",\n    \"etc_xel\",\n    \"etc_qrl\",\n    \"etc_iop\",\n    \"etc_rads\",\n    \"etc_sls\",\n    \"etc_pivx\",\n    \"etc_cnd\",\n    \"etc_meme\",\n    \"etc_fct\",\n    \"etc_nano\",\n    \"etc_rvr\",\n    \"etc_aeon\",\n    \"etc_ok\",\n    \"etc_flo\",\n    \"etc_mue\",\n    \"etc_iost\",\n    \"etc_mln\",\n    \"etc_pot\",\n    \"etc_nlg\",\n    \"etc_game\",\n    \"etc_ont\",\n    \"etc_bqx\",\n    \"etc_cmt\",\n    \"etc_dent\",\n    \"etc_dlt\",\n    \"etc_elf\",\n    \"etc_evx\",\n    \"etc_go\",\n    \"etc_gto\",\n    \"etc_hc\",\n    \"etc_hot\",\n    \"etc_icx\",\n    \"etc_iotx\",\n    \"etc_key\",\n    \"etc_loom\",\n    \"etc_mft\",\n    \"etc_btt\",\n    \"etc_rvn\",\n    \"etc_ong\",\n    \"etc_rdn\",\n    \"etc_poe\",\n    \"etc_strat\",\n    \"etc_bnbmainnet\",\n    \"etc_mtl\",\n    \"etc_zil\",\n    \"etc_gbyte\",\n    \"etc_steem\",\n    \"etc_sbd\",\n    \"etc_exp\",\n    \"etc_ae\",\n    \"etc_ast\",\n    \"etc_sngls\",\n    \"etc_atom\",\n    \"etc_cro\",\n    \"etc_npxs\",\n    \"xvg_btg\",\n    \"xvg_eth\",\n    \"xvg_xmr\",\n    \"xvg_btc\",\n    \"xvg_zec\",\n    \"xvg_etc\",\n    \"xvg_ltc\",\n    \"xvg_bch\",\n    \"xvg_qtum\",\n    \"xvg_dash\",\n    \"xvg_xlm\",\n    \"xvg_xrp\",\n    \"xvg_xem\",\n    \"xvg_omg\",\n    \"xvg_ardr\",\n    \"xvg_powr\",\n    \"xvg_cvc\",\n    \"xvg_gnt\",\n    \"xvg_storj\",\n    \"xvg_snt\",\n    \"xvg_zrx\",\n    \"xvg_lsk\",\n    \"xvg_eng\",\n    \"xvg_dcr\",\n    \"xvg_doge\",\n    \"xvg_trx\",\n    \"xvg_kmd\",\n    \"xvg_lrc\",\n    \"xvg_nav\",\n    \"xvg_dnt\",\n    \"xvg_adx\",\n    \"xvg_rep\",\n    \"xvg_bnt\",\n    \"xvg_bat\",\n    \"xvg_rlc\",\n    \"xvg_brd\",\n    \"xvg_eos\",\n    \"xvg_iota\",\n    \"xvg_mana\",\n    \"xvg_ark\",\n    \"xvg_snm\",\n    \"xvg_waves\",\n    \"xvg_pivx\",\n    \"xvg_cnd\",\n    \"xvg_xzc\",\n    \"xvg_nano\",\n    \"xvg_tusd\",\n    \"xvg_vet\",\n    \"xvg_zen\",\n    \"xvg_grs\",\n    \"xvg_fun\",\n    \"xvg_dgd\",\n    \"xvg_neo\",\n    \"xvg_aion\",\n    \"xvg_gas\",\n    \"xvg_pax\",\n    \"xvg_usdc\",\n    \"xvg_iost\",\n    \"xvg_ont\",\n    \"xvg_bqx\",\n    \"xvg_cmt\",\n    \"xvg_dent\",\n    \"xvg_dlt\",\n    \"xvg_elf\",\n    \"xvg_evx\",\n    \"xvg_go\",\n    \"xvg_gto\",\n    \"xvg_hc\",\n    \"xvg_hot\",\n    \"xvg_icx\",\n    \"xvg_iotx\",\n    \"xvg_key\",\n    \"xvg_knc\",\n    \"xvg_link\",\n    \"xvg_loom\",\n    \"xvg_mft\",\n    \"xvg_btt\",\n    \"xvg_rvn\",\n    \"xvg_fet\",\n    \"xvg_ong\",\n    \"xvg_enj\",\n    \"xvg_poly\",\n    \"xvg_rdn\",\n    \"xvg_poe\",\n    \"xvg_strat\",\n    \"xvg_bnbmainnet\",\n    \"xvg_mtl\",\n    \"xvg_zil\",\n    \"xvg_storm\",\n    \"xvg_vib\",\n    \"xvg_steem\",\n    \"xvg_rcn\",\n    \"xvg_ae\",\n    \"xvg_ast\",\n    \"xvg_bcd\",\n    \"xvg_ppt\",\n    \"xvg_sngls\",\n    \"xvg_wtc\",\n    \"xvg_usdt\",\n    \"xvg_atom\",\n    \"xvg_npxs\",\n    \"ada_xdn\",\n    \"ada_snt\",\n    \"ada_srn\",\n    \"ada_eng\",\n    \"ada_trx\",\n    \"ada_kmd\",\n    \"ada_ukg\",\n    \"ada_up\",\n    \"ada_nav\",\n    \"ada_rdd\",\n    \"ada_vee\",\n    \"ada_bcpt\",\n    \"ada_adx\",\n    \"ada_adt\",\n    \"ada_vtc\",\n    \"ada_rlc\",\n    \"ada_mer\",\n    \"ada_xel\",\n    \"ada_qrl\",\n    \"ada_iop\",\n    \"ada_rads\",\n    \"ada_sls\",\n    \"ada_pivx\",\n    \"ada_cnd\",\n    \"ada_meme\",\n    \"ada_fct\",\n    \"ada_rvr\",\n    \"ada_aeon\",\n    \"ada_ok\",\n    \"ada_flo\",\n    \"ada_mue\",\n    \"ada_iost\",\n    \"ada_mln\",\n    \"ada_pot\",\n    \"ada_nlg\",\n    \"ada_game\",\n    \"ada_ont\",\n    \"ada_dent\",\n    \"ada_elf\",\n    \"ada_go\",\n    \"ada_iotx\",\n    \"ada_loom\",\n    \"ada_mft\",\n    \"ada_btt\",\n    \"ada_rvn\",\n    \"ada_ong\",\n    \"ada_strat\",\n    \"ada_mtl\",\n    \"ada_gbyte\",\n    \"ada_steem\",\n    \"ada_sbd\",\n    \"ada_exp\",\n    \"ada_atom\",\n    \"ada_cro\",\n    \"ada_npxs\",\n    \"ltc_xvg\",\n    \"ltc_xdn\",\n    \"ltc_snt\",\n    \"ltc_srn\",\n    \"ltc_eng\",\n    \"ltc_trx\",\n    \"ltc_kmd\",\n    \"ltc_ukg\",\n    \"ltc_up\",\n    \"ltc_nav\",\n    \"ltc_rdd\",\n    \"ltc_vee\",\n    \"ltc_bcpt\",\n    \"ltc_adx\",\n    \"ltc_adt\",\n    \"ltc_vtc\",\n    \"ltc_rlc\",\n    \"ltc_iota\",\n    \"ltc_mer\",\n    \"ltc_xel\",\n    \"ltc_qrl\",\n    \"ltc_iop\",\n    \"ltc_rads\",\n    \"ltc_sls\",\n    \"ltc_pivx\",\n    \"ltc_cnd\",\n    \"ltc_meme\",\n    \"ltc_fct\",\n    \"ltc_nano\",\n    \"ltc_rvr\",\n    \"ltc_aeon\",\n    \"ltc_ok\",\n    \"ltc_flo\",\n    \"ltc_mue\",\n    \"ltc_iost\",\n    \"ltc_mln\",\n    \"ltc_pot\",\n    \"ltc_nlg\",\n    \"ltc_game\",\n    \"ltc_ont\",\n    \"ltc_bqx\",\n    \"ltc_cmt\",\n    \"ltc_dent\",\n    \"ltc_dlt\",\n    \"ltc_elf\",\n    \"ltc_evx\",\n    \"ltc_go\",\n    \"ltc_gto\",\n    \"ltc_hc\",\n    \"ltc_hot\",\n    \"ltc_icx\",\n    \"ltc_iotx\",\n    \"ltc_key\",\n    \"ltc_loom\",\n    \"ltc_mft\",\n    \"ltc_btt\",\n    \"ltc_rvn\",\n    \"ltc_ong\",\n    \"ltc_rdn\",\n    \"ltc_poe\",\n    \"ltc_strat\",\n    \"ltc_bnbmainnet\",\n    \"ltc_mtl\",\n    \"ltc_zil\",\n    \"ltc_gbyte\",\n    \"ltc_steem\",\n    \"ltc_sbd\",\n    \"ltc_exp\",\n    \"ltc_ae\",\n    \"ltc_ast\",\n    \"ltc_sngls\",\n    \"ltc_atom\",\n    \"ltc_cro\",\n    \"ltc_npxs\",\n    \"bch_xvg\",\n    \"bch_xdn\",\n    \"bch_snt\",\n    \"bch_srn\",\n    \"bch_eng\",\n    \"bch_trx\",\n    \"bch_kmd\",\n    \"bch_ukg\",\n    \"bch_up\",\n    \"bch_nav\",\n    \"bch_rdd\",\n    \"bch_vee\",\n    \"bch_bcpt\",\n    \"bch_adx\",\n    \"bch_adt\",\n    \"bch_vtc\",\n    \"bch_rlc\",\n    \"bch_iota\",\n    \"bch_mer\",\n    \"bch_xel\",\n    \"bch_qrl\",\n    \"bch_iop\",\n    \"bch_rads\",\n    \"bch_sls\",\n    \"bch_pivx\",\n    \"bch_cnd\",\n    \"bch_meme\",\n    \"bch_fct\",\n    \"bch_nano\",\n    \"bch_rvr\",\n    \"bch_aeon\",\n    \"bch_ok\",\n    \"bch_flo\",\n    \"bch_mue\",\n    \"bch_iost\",\n    \"bch_mln\",\n    \"bch_pot\",\n    \"bch_nlg\",\n    \"bch_game\",\n    \"bch_ont\",\n    \"bch_bqx\",\n    \"bch_cmt\",\n    \"bch_dent\",\n    \"bch_dlt\",\n    \"bch_elf\",\n    \"bch_evx\",\n    \"bch_go\",\n    \"bch_gto\",\n    \"bch_hc\",\n    \"bch_hot\",\n    \"bch_icx\",\n    \"bch_iotx\",\n    \"bch_key\",\n    \"bch_loom\",\n    \"bch_mft\",\n    \"bch_btt\",\n    \"bch_rvn\",\n    \"bch_ong\",\n    \"bch_rdn\",\n    \"bch_poe\",\n    \"bch_strat\",\n    \"bch_bnbmainnet\",\n    \"bch_mtl\",\n    \"bch_zil\",\n    \"bch_gbyte\",\n    \"bch_steem\",\n    \"bch_sbd\",\n    \"bch_exp\",\n    \"bch_ae\",\n    \"bch_ast\",\n    \"bch_sngls\",\n    \"bch_atom\",\n    \"bch_cro\",\n    \"bch_npxs\",\n    \"qtum_xvg\",\n    \"qtum_xdn\",\n    \"qtum_snt\",\n    \"qtum_srn\",\n    \"qtum_eng\",\n    \"qtum_trx\",\n    \"qtum_kmd\",\n    \"qtum_ukg\",\n    \"qtum_up\",\n    \"qtum_nav\",\n    \"qtum_rdd\",\n    \"qtum_vee\",\n    \"qtum_bcpt\",\n    \"qtum_adx\",\n    \"qtum_adt\",\n    \"qtum_vtc\",\n    \"qtum_rlc\",\n    \"qtum_iota\",\n    \"qtum_mer\",\n    \"qtum_xel\",\n    \"qtum_qrl\",\n    \"qtum_iop\",\n    \"qtum_rads\",\n    \"qtum_sls\",\n    \"qtum_pivx\",\n    \"qtum_cnd\",\n    \"qtum_meme\",\n    \"qtum_fct\",\n    \"qtum_nano\",\n    \"qtum_rvr\",\n    \"qtum_aeon\",\n    \"qtum_ok\",\n    \"qtum_flo\",\n    \"qtum_mue\",\n    \"qtum_iost\",\n    \"qtum_mln\",\n    \"qtum_pot\",\n    \"qtum_nlg\",\n    \"qtum_game\",\n    \"qtum_ont\",\n    \"qtum_bqx\",\n    \"qtum_cmt\",\n    \"qtum_dent\",\n    \"qtum_dlt\",\n    \"qtum_elf\",\n    \"qtum_evx\",\n    \"qtum_go\",\n    \"qtum_gto\",\n    \"qtum_hc\",\n    \"qtum_hot\",\n    \"qtum_icx\",\n    \"qtum_iotx\",\n    \"qtum_key\",\n    \"qtum_loom\",\n    \"qtum_mft\",\n    \"qtum_btt\",\n    \"qtum_rvn\",\n    \"qtum_ong\",\n    \"qtum_rdn\",\n    \"qtum_poe\",\n    \"qtum_strat\",\n    \"qtum_bnbmainnet\",\n    \"qtum_mtl\",\n    \"qtum_zil\",\n    \"qtum_gbyte\",\n    \"qtum_steem\",\n    \"qtum_sbd\",\n    \"qtum_exp\",\n    \"qtum_ae\",\n    \"qtum_ast\",\n    \"qtum_sngls\",\n    \"qtum_atom\",\n    \"qtum_cro\",\n    \"qtum_npxs\",\n    \"dash_xvg\",\n    \"dash_xdn\",\n    \"dash_snt\",\n    \"dash_srn\",\n    \"dash_eng\",\n    \"dash_trx\",\n    \"dash_kmd\",\n    \"dash_ukg\",\n    \"dash_up\",\n    \"dash_nav\",\n    \"dash_rdd\",\n    \"dash_vee\",\n    \"dash_bcpt\",\n    \"dash_adx\",\n    \"dash_adt\",\n    \"dash_vtc\",\n    \"dash_rlc\",\n    \"dash_iota\",\n    \"dash_mer\",\n    \"dash_xel\",\n    \"dash_qrl\",\n    \"dash_iop\",\n    \"dash_rads\",\n    \"dash_sls\",\n    \"dash_pivx\",\n    \"dash_cnd\",\n    \"dash_meme\",\n    \"dash_fct\",\n    \"dash_nano\",\n    \"dash_rvr\",\n    \"dash_aeon\",\n    \"dash_ok\",\n    \"dash_flo\",\n    \"dash_mue\",\n    \"dash_iost\",\n    \"dash_mln\",\n    \"dash_pot\",\n    \"dash_nlg\",\n    \"dash_game\",\n    \"dash_ont\",\n    \"dash_bqx\",\n    \"dash_cmt\",\n    \"dash_dent\",\n    \"dash_dlt\",\n    \"dash_elf\",\n    \"dash_evx\",\n    \"dash_go\",\n    \"dash_gto\",\n    \"dash_hc\",\n    \"dash_hot\",\n    \"dash_icx\",\n    \"dash_iotx\",\n    \"dash_key\",\n    \"dash_loom\",\n    \"dash_mft\",\n    \"dash_btt\",\n    \"dash_rvn\",\n    \"dash_ong\",\n    \"dash_rdn\",\n    \"dash_poe\",\n    \"dash_strat\",\n    \"dash_bnbmainnet\",\n    \"dash_mtl\",\n    \"dash_zil\",\n    \"dash_gbyte\",\n    \"dash_steem\",\n    \"dash_sbd\",\n    \"dash_exp\",\n    \"dash_ae\",\n    \"dash_ast\",\n    \"dash_sngls\",\n    \"dash_atom\",\n    \"dash_cro\",\n    \"dash_npxs\",\n    \"xlm_xvg\",\n    \"xlm_xdn\",\n    \"xlm_snt\",\n    \"xlm_srn\",\n    \"xlm_eng\",\n    \"xlm_trx\",\n    \"xlm_kmd\",\n    \"xlm_ukg\",\n    \"xlm_up\",\n    \"xlm_nav\",\n    \"xlm_rdd\",\n    \"xlm_vee\",\n    \"xlm_bcpt\",\n    \"xlm_adx\",\n    \"xlm_adt\",\n    \"xlm_vtc\",\n    \"xlm_rlc\",\n    \"xlm_iota\",\n    \"xlm_mer\",\n    \"xlm_xel\",\n    \"xlm_qrl\",\n    \"xlm_iop\",\n    \"xlm_rads\",\n    \"xlm_sls\",\n    \"xlm_pivx\",\n    \"xlm_cnd\",\n    \"xlm_meme\",\n    \"xlm_fct\",\n    \"xlm_nano\",\n    \"xlm_rvr\",\n    \"xlm_aeon\",\n    \"xlm_ok\",\n    \"xlm_flo\",\n    \"xlm_mue\",\n    \"xlm_iost\",\n    \"xlm_mln\",\n    \"xlm_pot\",\n    \"xlm_nlg\",\n    \"xlm_game\",\n    \"xlm_ont\",\n    \"xlm_bqx\",\n    \"xlm_cmt\",\n    \"xlm_dent\",\n    \"xlm_dlt\",\n    \"xlm_elf\",\n    \"xlm_evx\",\n    \"xlm_go\",\n    \"xlm_gto\",\n    \"xlm_hc\",\n    \"xlm_hot\",\n    \"xlm_icx\",\n    \"xlm_iotx\",\n    \"xlm_key\",\n    \"xlm_loom\",\n    \"xlm_mft\",\n    \"xlm_btt\",\n    \"xlm_rvn\",\n    \"xlm_ong\",\n    \"xlm_rdn\",\n    \"xlm_poe\",\n    \"xlm_strat\",\n    \"xlm_bnbmainnet\",\n    \"xlm_mtl\",\n    \"xlm_zil\",\n    \"xlm_gbyte\",\n    \"xlm_steem\",\n    \"xlm_sbd\",\n    \"xlm_exp\",\n    \"xlm_ae\",\n    \"xlm_ast\",\n    \"xlm_sngls\",\n    \"xlm_atom\",\n    \"xlm_cro\",\n    \"xlm_npxs\",\n    \"xrp_xvg\",\n    \"xrp_xdn\",\n    \"xrp_snt\",\n    \"xrp_srn\",\n    \"xrp_eng\",\n    \"xrp_trx\",\n    \"xrp_kmd\",\n    \"xrp_ukg\",\n    \"xrp_up\",\n    \"xrp_nav\",\n    \"xrp_rdd\",\n    \"xrp_vee\",\n    \"xrp_bcpt\",\n    \"xrp_adx\",\n    \"xrp_adt\",\n    \"xrp_vtc\",\n    \"xrp_rlc\",\n    \"xrp_iota\",\n    \"xrp_mer\",\n    \"xrp_xel\",\n    \"xrp_qrl\",\n    \"xrp_iop\",\n    \"xrp_rads\",\n    \"xrp_sls\",\n    \"xrp_pivx\",\n    \"xrp_cnd\",\n    \"xrp_meme\",\n    \"xrp_fct\",\n    \"xrp_nano\",\n    \"xrp_rvr\",\n    \"xrp_aeon\",\n    \"xrp_ok\",\n    \"xrp_flo\",\n    \"xrp_mue\",\n    \"xrp_iost\",\n    \"xrp_mln\",\n    \"xrp_pot\",\n    \"xrp_nlg\",\n    \"xrp_game\",\n    \"xrp_ont\",\n    \"xrp_bqx\",\n    \"xrp_cmt\",\n    \"xrp_dent\",\n    \"xrp_dlt\",\n    \"xrp_elf\",\n    \"xrp_evx\",\n    \"xrp_go\",\n    \"xrp_gto\",\n    \"xrp_hc\",\n    \"xrp_hot\",\n    \"xrp_icx\",\n    \"xrp_iotx\",\n    \"xrp_key\",\n    \"xrp_loom\",\n    \"xrp_mft\",\n    \"xrp_btt\",\n    \"xrp_rvn\",\n    \"xrp_ong\",\n    \"xrp_rdn\",\n    \"xrp_poe\",\n    \"xrp_strat\",\n    \"xrp_bnbmainnet\",\n    \"xrp_mtl\",\n    \"xrp_zil\",\n    \"xrp_gbyte\",\n    \"xrp_steem\",\n    \"xrp_sbd\",\n    \"xrp_exp\",\n    \"xrp_ae\",\n    \"xrp_ast\",\n    \"xrp_sngls\",\n    \"xrp_atom\",\n    \"xrp_cro\",\n    \"xrp_npxs\",\n    \"omg_xvg\",\n    \"omg_xdn\",\n    \"omg_snt\",\n    \"omg_srn\",\n    \"omg_eng\",\n    \"omg_trx\",\n    \"omg_kmd\",\n    \"omg_ukg\",\n    \"omg_up\",\n    \"omg_nav\",\n    \"omg_rdd\",\n    \"omg_vee\",\n    \"omg_bcpt\",\n    \"omg_adx\",\n    \"omg_adt\",\n    \"omg_vtc\",\n    \"omg_rlc\",\n    \"omg_iota\",\n    \"omg_mer\",\n    \"omg_xel\",\n    \"omg_qrl\",\n    \"omg_iop\",\n    \"omg_rads\",\n    \"omg_sls\",\n    \"omg_pivx\",\n    \"omg_cnd\",\n    \"omg_meme\",\n    \"omg_fct\",\n    \"omg_nano\",\n    \"omg_rvr\",\n    \"omg_aeon\",\n    \"omg_ok\",\n    \"omg_flo\",\n    \"omg_mue\",\n    \"omg_iost\",\n    \"omg_mln\",\n    \"omg_pot\",\n    \"omg_nlg\",\n    \"omg_game\",\n    \"omg_ont\",\n    \"omg_bqx\",\n    \"omg_cmt\",\n    \"omg_dent\",\n    \"omg_dlt\",\n    \"omg_elf\",\n    \"omg_evx\",\n    \"omg_go\",\n    \"omg_gto\",\n    \"omg_hc\",\n    \"omg_hot\",\n    \"omg_icx\",\n    \"omg_iotx\",\n    \"omg_key\",\n    \"omg_loom\",\n    \"omg_mft\",\n    \"omg_btt\",\n    \"omg_rvn\",\n    \"omg_ong\",\n    \"omg_rdn\",\n    \"omg_poe\",\n    \"omg_strat\",\n    \"omg_bnbmainnet\",\n    \"omg_mtl\",\n    \"omg_zil\",\n    \"omg_gbyte\",\n    \"omg_steem\",\n    \"omg_sbd\",\n    \"omg_exp\",\n    \"omg_ae\",\n    \"omg_ast\",\n    \"omg_sngls\",\n    \"omg_atom\",\n    \"omg_cro\",\n    \"omg_npxs\",\n    \"dgb_xdn\",\n    \"dgb_snt\",\n    \"dgb_srn\",\n    \"dgb_eng\",\n    \"dgb_trx\",\n    \"dgb_kmd\",\n    \"dgb_ukg\",\n    \"dgb_up\",\n    \"dgb_nav\",\n    \"dgb_rdd\",\n    \"dgb_vee\",\n    \"dgb_bcpt\",\n    \"dgb_adx\",\n    \"dgb_adt\",\n    \"dgb_vtc\",\n    \"dgb_rlc\",\n    \"dgb_mer\",\n    \"dgb_xel\",\n    \"dgb_qrl\",\n    \"dgb_iop\",\n    \"dgb_rads\",\n    \"dgb_sls\",\n    \"dgb_pivx\",\n    \"dgb_cnd\",\n    \"dgb_meme\",\n    \"dgb_fct\",\n    \"dgb_rvr\",\n    \"dgb_aeon\",\n    \"dgb_ok\",\n    \"dgb_flo\",\n    \"dgb_mue\",\n    \"dgb_iost\",\n    \"dgb_mln\",\n    \"dgb_pot\",\n    \"dgb_nlg\",\n    \"dgb_game\",\n    \"dgb_ont\",\n    \"dgb_dent\",\n    \"dgb_elf\",\n    \"dgb_go\",\n    \"dgb_iotx\",\n    \"dgb_loom\",\n    \"dgb_mft\",\n    \"dgb_btt\",\n    \"dgb_rvn\",\n    \"dgb_ong\",\n    \"dgb_strat\",\n    \"dgb_mtl\",\n    \"dgb_gbyte\",\n    \"dgb_steem\",\n    \"dgb_sbd\",\n    \"dgb_exp\",\n    \"dgb_atom\",\n    \"dgb_cro\",\n    \"dgb_npxs\",\n    \"lsk_xvg\",\n    \"lsk_xdn\",\n    \"lsk_snt\",\n    \"lsk_srn\",\n    \"lsk_eng\",\n    \"lsk_trx\",\n    \"lsk_kmd\",\n    \"lsk_ukg\",\n    \"lsk_up\",\n    \"lsk_nav\",\n    \"lsk_rdd\",\n    \"lsk_vee\",\n    \"lsk_bcpt\",\n    \"lsk_adx\",\n    \"lsk_adt\",\n    \"lsk_vtc\",\n    \"lsk_rlc\",\n    \"lsk_iota\",\n    \"lsk_mer\",\n    \"lsk_xel\",\n    \"lsk_qrl\",\n    \"lsk_iop\",\n    \"lsk_rads\",\n    \"lsk_sls\",\n    \"lsk_pivx\",\n    \"lsk_cnd\",\n    \"lsk_meme\",\n    \"lsk_fct\",\n    \"lsk_nano\",\n    \"lsk_rvr\",\n    \"lsk_aeon\",\n    \"lsk_ok\",\n    \"lsk_flo\",\n    \"lsk_mue\",\n    \"lsk_iost\",\n    \"lsk_mln\",\n    \"lsk_pot\",\n    \"lsk_nlg\",\n    \"lsk_game\",\n    \"lsk_ont\",\n    \"lsk_bqx\",\n    \"lsk_cmt\",\n    \"lsk_dent\",\n    \"lsk_dlt\",\n    \"lsk_elf\",\n    \"lsk_evx\",\n    \"lsk_go\",\n    \"lsk_gto\",\n    \"lsk_hc\",\n    \"lsk_hot\",\n    \"lsk_icx\",\n    \"lsk_iotx\",\n    \"lsk_key\",\n    \"lsk_loom\",\n    \"lsk_mft\",\n    \"lsk_btt\",\n    \"lsk_rvn\",\n    \"lsk_ong\",\n    \"lsk_rdn\",\n    \"lsk_poe\",\n    \"lsk_strat\",\n    \"lsk_bnbmainnet\",\n    \"lsk_mtl\",\n    \"lsk_zil\",\n    \"lsk_gbyte\",\n    \"lsk_steem\",\n    \"lsk_sbd\",\n    \"lsk_exp\",\n    \"lsk_ae\",\n    \"lsk_ast\",\n    \"lsk_sngls\",\n    \"lsk_atom\",\n    \"lsk_cro\",\n    \"lsk_npxs\",\n    \"doge_xvg\",\n    \"doge_xdn\",\n    \"doge_snt\",\n    \"doge_srn\",\n    \"doge_eng\",\n    \"doge_trx\",\n    \"doge_kmd\",\n    \"doge_ukg\",\n    \"doge_up\",\n    \"doge_nav\",\n    \"doge_rdd\",\n    \"doge_vee\",\n    \"doge_bcpt\",\n    \"doge_adx\",\n    \"doge_adt\",\n    \"doge_vtc\",\n    \"doge_rlc\",\n    \"doge_iota\",\n    \"doge_mer\",\n    \"doge_xel\",\n    \"doge_qrl\",\n    \"doge_iop\",\n    \"doge_rads\",\n    \"doge_sls\",\n    \"doge_pivx\",\n    \"doge_cnd\",\n    \"doge_meme\",\n    \"doge_fct\",\n    \"doge_nano\",\n    \"doge_rvr\",\n    \"doge_aeon\",\n    \"doge_ok\",\n    \"doge_flo\",\n    \"doge_mue\",\n    \"doge_iost\",\n    \"doge_mln\",\n    \"doge_pot\",\n    \"doge_nlg\",\n    \"doge_game\",\n    \"doge_ont\",\n    \"doge_bqx\",\n    \"doge_cmt\",\n    \"doge_dent\",\n    \"doge_dlt\",\n    \"doge_elf\",\n    \"doge_evx\",\n    \"doge_go\",\n    \"doge_gto\",\n    \"doge_hc\",\n    \"doge_hot\",\n    \"doge_icx\",\n    \"doge_iotx\",\n    \"doge_key\",\n    \"doge_loom\",\n    \"doge_mft\",\n    \"doge_btt\",\n    \"doge_rvn\",\n    \"doge_ong\",\n    \"doge_rdn\",\n    \"doge_poe\",\n    \"doge_strat\",\n    \"doge_bnbmainnet\",\n    \"doge_mtl\",\n    \"doge_zil\",\n    \"doge_gbyte\",\n    \"doge_steem\",\n    \"doge_sbd\",\n    \"doge_exp\",\n    \"doge_ae\",\n    \"doge_ast\",\n    \"doge_sngls\",\n    \"doge_atom\",\n    \"doge_cro\",\n    \"doge_npxs\",\n    \"trx_btg\",\n    \"trx_eth\",\n    \"trx_xmr\",\n    \"trx_btc\",\n    \"trx_zec\",\n    \"trx_etc\",\n    \"trx_xvg\",\n    \"trx_ada\",\n    \"trx_ltc\",\n    \"trx_bch\",\n    \"trx_qtum\",\n    \"trx_dash\",\n    \"trx_xlm\",\n    \"trx_xrp\",\n    \"trx_xem\",\n    \"trx_omg\",\n    \"trx_xdn\",\n    \"trx_dgb\",\n    \"trx_nxt\",\n    \"trx_ardr\",\n    \"trx_powr\",\n    \"trx_cvc\",\n    \"trx_gnt\",\n    \"trx_storj\",\n    \"trx_snt\",\n    \"trx_zrx\",\n    \"trx_lsk\",\n    \"trx_srn\",\n    \"trx_eng\",\n    \"trx_dcr\",\n    \"trx_doge\",\n    \"trx_wax\",\n    \"trx_kmd\",\n    \"trx_ukg\",\n    \"trx_up\",\n    \"trx_lrc\",\n    \"trx_nav\",\n    \"trx_rdd\",\n    \"trx_vee\",\n    \"trx_bcpt\",\n    \"trx_dnt\",\n    \"trx_adx\",\n    \"trx_adt\",\n    \"trx_rep\",\n    \"trx_bnt\",\n    \"trx_gno\",\n    \"trx_bat\",\n    \"trx_vtc\",\n    \"trx_gup\",\n    \"trx_rlc\",\n    \"trx_brd\",\n    \"trx_eos\",\n    \"trx_iota\",\n    \"trx_mer\",\n    \"trx_mana\",\n    \"trx_xel\",\n    \"trx_qrl\",\n    \"trx_hmq\",\n    \"trx_ark\",\n    \"trx_iop\",\n    \"trx_rads\",\n    \"trx_sls\",\n    \"trx_snm\",\n    \"trx_waves\",\n    \"trx_pivx\",\n    \"trx_cnd\",\n    \"trx_xzc\",\n    \"trx_meme\",\n    \"trx_fct\",\n    \"trx_nano\",\n    \"trx_rvr\",\n    \"trx_aeon\",\n    \"trx_ok\",\n    \"trx_flo\",\n    \"trx_mue\",\n    \"trx_tusd\",\n    \"trx_vet\",\n    \"trx_zen\",\n    \"trx_grs\",\n    \"trx_fun\",\n    \"trx_dgd\",\n    \"trx_neo\",\n    \"trx_aion\",\n    \"trx_gas\",\n    \"trx_pax\",\n    \"trx_usdc\",\n    \"trx_iost\",\n    \"trx_part\",\n    \"trx_mln\",\n    \"trx_pot\",\n    \"trx_ignis\",\n    \"trx_nlg\",\n    \"trx_edg\",\n    \"trx_ptoy\",\n    \"trx_ant\",\n    \"trx_nmr\",\n    \"trx_game\",\n    \"trx_pay\",\n    \"trx_ont\",\n    \"trx_bqx\",\n    \"trx_cmt\",\n    \"trx_dent\",\n    \"trx_dlt\",\n    \"trx_elf\",\n    \"trx_evx\",\n    \"trx_go\",\n    \"trx_gto\",\n    \"trx_hc\",\n    \"trx_hot\",\n    \"trx_icx\",\n    \"trx_iotx\",\n    \"trx_key\",\n    \"trx_knc\",\n    \"trx_link\",\n    \"trx_loom\",\n    \"trx_mft\",\n    \"trx_btt\",\n    \"trx_rvn\",\n    \"trx_fet\",\n    \"trx_ong\",\n    \"trx_enj\",\n    \"trx_poly\",\n    \"trx_rdn\",\n    \"trx_poe\",\n    \"trx_strat\",\n    \"trx_bnbmainnet\",\n    \"trx_mtl\",\n    \"trx_rfr\",\n    \"trx_zil\",\n    \"trx_storm\",\n    \"trx_pma\",\n    \"trx_gbyte\",\n    \"trx_vib\",\n    \"trx_ngc\",\n    \"trx_steem\",\n    \"trx_bkx\",\n    \"trx_rcn\",\n    \"trx_lbc\",\n    \"trx_sbd\",\n    \"trx_exp\",\n    \"trx_swt\",\n    \"trx_amp\",\n    \"trx_ae\",\n    \"trx_ast\",\n    \"trx_bcd\",\n    \"trx_ppt\",\n    \"trx_sngls\",\n    \"trx_wtc\",\n    \"trx_usdt\",\n    \"trx_atom\",\n    \"trx_cro\",\n    \"trx_npxs\",\n    \"wax_xdn\",\n    \"wax_snt\",\n    \"wax_srn\",\n    \"wax_eng\",\n    \"wax_trx\",\n    \"wax_kmd\",\n    \"wax_ukg\",\n    \"wax_up\",\n    \"wax_nav\",\n    \"wax_rdd\",\n    \"wax_vee\",\n    \"wax_bcpt\",\n    \"wax_adx\",\n    \"wax_adt\",\n    \"wax_vtc\",\n    \"wax_rlc\",\n    \"wax_mer\",\n    \"wax_xel\",\n    \"wax_qrl\",\n    \"wax_iop\",\n    \"wax_rads\",\n    \"wax_sls\",\n    \"wax_pivx\",\n    \"wax_cnd\",\n    \"wax_meme\",\n    \"wax_fct\",\n    \"wax_rvr\",\n    \"wax_aeon\",\n    \"wax_ok\",\n    \"wax_flo\",\n    \"wax_mue\",\n    \"wax_iost\",\n    \"wax_mln\",\n    \"wax_pot\",\n    \"wax_nlg\",\n    \"wax_game\",\n    \"wax_ont\",\n    \"wax_dent\",\n    \"wax_elf\",\n    \"wax_go\",\n    \"wax_iotx\",\n    \"wax_loom\",\n    \"wax_mft\",\n    \"wax_btt\",\n    \"wax_rvn\",\n    \"wax_ong\",\n    \"wax_strat\",\n    \"wax_mtl\",\n    \"wax_gbyte\",\n    \"wax_steem\",\n    \"wax_sbd\",\n    \"wax_exp\",\n    \"wax_atom\",\n    \"wax_cro\",\n    \"wax_npxs\",\n    \"kmd_btg\",\n    \"kmd_eth\",\n    \"kmd_xmr\",\n    \"kmd_btc\",\n    \"kmd_zec\",\n    \"kmd_etc\",\n    \"kmd_xvg\",\n    \"kmd_ada\",\n    \"kmd_ltc\",\n    \"kmd_bch\",\n    \"kmd_qtum\",\n    \"kmd_dash\",\n    \"kmd_xlm\",\n    \"kmd_xrp\",\n    \"kmd_xem\",\n    \"kmd_omg\",\n    \"kmd_xdn\",\n    \"kmd_dgb\",\n    \"kmd_nxt\",\n    \"kmd_ardr\",\n    \"kmd_powr\",\n    \"kmd_cvc\",\n    \"kmd_gnt\",\n    \"kmd_storj\",\n    \"kmd_snt\",\n    \"kmd_zrx\",\n    \"kmd_lsk\",\n    \"kmd_srn\",\n    \"kmd_eng\",\n    \"kmd_dcr\",\n    \"kmd_doge\",\n    \"kmd_trx\",\n    \"kmd_wax\",\n    \"kmd_ukg\",\n    \"kmd_up\",\n    \"kmd_lrc\",\n    \"kmd_nav\",\n    \"kmd_rdd\",\n    \"kmd_vee\",\n    \"kmd_bcpt\",\n    \"kmd_dnt\",\n    \"kmd_adx\",\n    \"kmd_adt\",\n    \"kmd_rep\",\n    \"kmd_bnt\",\n    \"kmd_gno\",\n    \"kmd_bat\",\n    \"kmd_vtc\",\n    \"kmd_gup\",\n    \"kmd_rlc\",\n    \"kmd_brd\",\n    \"kmd_eos\",\n    \"kmd_iota\",\n    \"kmd_mer\",\n    \"kmd_mana\",\n    \"kmd_xel\",\n    \"kmd_qrl\",\n    \"kmd_hmq\",\n    \"kmd_ark\",\n    \"kmd_iop\",\n    \"kmd_rads\",\n    \"kmd_sls\",\n    \"kmd_snm\",\n    \"kmd_waves\",\n    \"kmd_pivx\",\n    \"kmd_cnd\",\n    \"kmd_xzc\",\n    \"kmd_meme\",\n    \"kmd_fct\",\n    \"kmd_nano\",\n    \"kmd_rvr\",\n    \"kmd_aeon\",\n    \"kmd_ok\",\n    \"kmd_flo\",\n    \"kmd_mue\",\n    \"kmd_tusd\",\n    \"kmd_vet\",\n    \"kmd_zen\",\n    \"kmd_grs\",\n    \"kmd_fun\",\n    \"kmd_dgd\",\n    \"kmd_neo\",\n    \"kmd_aion\",\n    \"kmd_gas\",\n    \"kmd_pax\",\n    \"kmd_usdc\",\n    \"kmd_iost\",\n    \"kmd_part\",\n    \"kmd_mln\",\n    \"kmd_pot\",\n    \"kmd_ignis\",\n    \"kmd_nlg\",\n    \"kmd_edg\",\n    \"kmd_ptoy\",\n    \"kmd_ant\",\n    \"kmd_nmr\",\n    \"kmd_game\",\n    \"kmd_pay\",\n    \"kmd_ont\",\n    \"kmd_bqx\",\n    \"kmd_cmt\",\n    \"kmd_dent\",\n    \"kmd_dlt\",\n    \"kmd_elf\",\n    \"kmd_evx\",\n    \"kmd_go\",\n    \"kmd_gto\",\n    \"kmd_hc\",\n    \"kmd_hot\",\n    \"kmd_icx\",\n    \"kmd_iotx\",\n    \"kmd_key\",\n    \"kmd_knc\",\n    \"kmd_link\",\n    \"kmd_loom\",\n    \"kmd_mft\",\n    \"kmd_btt\",\n    \"kmd_rvn\",\n    \"kmd_fet\",\n    \"kmd_ong\",\n    \"kmd_enj\",\n    \"kmd_poly\",\n    \"kmd_rdn\",\n    \"kmd_poe\",\n    \"kmd_strat\",\n    \"kmd_bnbmainnet\",\n    \"kmd_mtl\",\n    \"kmd_rfr\",\n    \"kmd_zil\",\n    \"kmd_storm\",\n    \"kmd_pma\",\n    \"kmd_gbyte\",\n    \"kmd_vib\",\n    \"kmd_ngc\",\n    \"kmd_steem\",\n    \"kmd_bkx\",\n    \"kmd_rcn\",\n    \"kmd_lbc\",\n    \"kmd_sbd\",\n    \"kmd_exp\",\n    \"kmd_swt\",\n    \"kmd_amp\",\n    \"kmd_ae\",\n    \"kmd_ast\",\n    \"kmd_bcd\",\n    \"kmd_ppt\",\n    \"kmd_sngls\",\n    \"kmd_wtc\",\n    \"kmd_usdt\",\n    \"kmd_atom\",\n    \"kmd_cro\",\n    \"kmd_npxs\",\n    \"gno_xdn\",\n    \"gno_snt\",\n    \"gno_srn\",\n    \"gno_eng\",\n    \"gno_trx\",\n    \"gno_kmd\",\n    \"gno_ukg\",\n    \"gno_up\",\n    \"gno_nav\",\n    \"gno_rdd\",\n    \"gno_vee\",\n    \"gno_bcpt\",\n    \"gno_adx\",\n    \"gno_adt\",\n    \"gno_vtc\",\n    \"gno_rlc\",\n    \"gno_mer\",\n    \"gno_xel\",\n    \"gno_qrl\",\n    \"gno_iop\",\n    \"gno_rads\",\n    \"gno_sls\",\n    \"gno_pivx\",\n    \"gno_cnd\",\n    \"gno_meme\",\n    \"gno_fct\",\n    \"gno_rvr\",\n    \"gno_aeon\",\n    \"gno_ok\",\n    \"gno_flo\",\n    \"gno_mue\",\n    \"gno_iost\",\n    \"gno_mln\",\n    \"gno_pot\",\n    \"gno_nlg\",\n    \"gno_game\",\n    \"gno_ont\",\n    \"gno_dent\",\n    \"gno_elf\",\n    \"gno_go\",\n    \"gno_iotx\",\n    \"gno_loom\",\n    \"gno_mft\",\n    \"gno_btt\",\n    \"gno_rvn\",\n    \"gno_ong\",\n    \"gno_strat\",\n    \"gno_mtl\",\n    \"gno_gbyte\",\n    \"gno_steem\",\n    \"gno_sbd\",\n    \"gno_exp\",\n    \"gno_atom\",\n    \"gno_cro\",\n    \"gno_npxs\",\n    \"bat_xvg\",\n    \"bat_xdn\",\n    \"bat_snt\",\n    \"bat_srn\",\n    \"bat_eng\",\n    \"bat_trx\",\n    \"bat_kmd\",\n    \"bat_ukg\",\n    \"bat_up\",\n    \"bat_nav\",\n    \"bat_rdd\",\n    \"bat_vee\",\n    \"bat_bcpt\",\n    \"bat_adx\",\n    \"bat_adt\",\n    \"bat_vtc\",\n    \"bat_rlc\",\n    \"bat_iota\",\n    \"bat_mer\",\n    \"bat_xel\",\n    \"bat_qrl\",\n    \"bat_iop\",\n    \"bat_rads\",\n    \"bat_sls\",\n    \"bat_pivx\",\n    \"bat_cnd\",\n    \"bat_meme\",\n    \"bat_fct\",\n    \"bat_nano\",\n    \"bat_rvr\",\n    \"bat_aeon\",\n    \"bat_ok\",\n    \"bat_flo\",\n    \"bat_mue\",\n    \"bat_iost\",\n    \"bat_mln\",\n    \"bat_pot\",\n    \"bat_nlg\",\n    \"bat_game\",\n    \"bat_ont\",\n    \"bat_bqx\",\n    \"bat_cmt\",\n    \"bat_dent\",\n    \"bat_dlt\",\n    \"bat_elf\",\n    \"bat_evx\",\n    \"bat_go\",\n    \"bat_gto\",\n    \"bat_hc\",\n    \"bat_hot\",\n    \"bat_icx\",\n    \"bat_iotx\",\n    \"bat_key\",\n    \"bat_loom\",\n    \"bat_mft\",\n    \"bat_btt\",\n    \"bat_rvn\",\n    \"bat_ong\",\n    \"bat_rdn\",\n    \"bat_poe\",\n    \"bat_strat\",\n    \"bat_bnbmainnet\",\n    \"bat_mtl\",\n    \"bat_zil\",\n    \"bat_gbyte\",\n    \"bat_steem\",\n    \"bat_sbd\",\n    \"bat_exp\",\n    \"bat_ae\",\n    \"bat_ast\",\n    \"bat_sngls\",\n    \"bat_atom\",\n    \"bat_cro\",\n    \"bat_npxs\",\n    \"eos_xvg\",\n    \"eos_snt\",\n    \"eos_eng\",\n    \"eos_trx\",\n    \"eos_kmd\",\n    \"eos_nav\",\n    \"eos_adx\",\n    \"eos_rlc\",\n    \"eos_iota\",\n    \"eos_pivx\",\n    \"eos_cnd\",\n    \"eos_nano\",\n    \"eos_iost\",\n    \"eos_ont\",\n    \"eos_bqx\",\n    \"eos_cmt\",\n    \"eos_dent\",\n    \"eos_dlt\",\n    \"eos_elf\",\n    \"eos_evx\",\n    \"eos_go\",\n    \"eos_gto\",\n    \"eos_hc\",\n    \"eos_hot\",\n    \"eos_icx\",\n    \"eos_iotx\",\n    \"eos_key\",\n    \"eos_loom\",\n    \"eos_mft\",\n    \"eos_btt\",\n    \"eos_rvn\",\n    \"eos_ong\",\n    \"eos_rdn\",\n    \"eos_poe\",\n    \"eos_strat\",\n    \"eos_bnbmainnet\",\n    \"eos_mtl\",\n    \"eos_zil\",\n    \"eos_steem\",\n    \"eos_ae\",\n    \"eos_ast\",\n    \"eos_sngls\",\n    \"eos_atom\",\n    \"eos_npxs\",\n    \"snm_xvg\",\n    \"snm_snt\",\n    \"snm_eng\",\n    \"snm_trx\",\n    \"snm_kmd\",\n    \"snm_nav\",\n    \"snm_adx\",\n    \"snm_rlc\",\n    \"snm_iota\",\n    \"snm_pivx\",\n    \"snm_cnd\",\n    \"snm_nano\",\n    \"snm_iost\",\n    \"snm_ont\",\n    \"snm_bqx\",\n    \"snm_cmt\",\n    \"snm_dent\",\n    \"snm_dlt\",\n    \"snm_elf\",\n    \"snm_evx\",\n    \"snm_go\",\n    \"snm_gto\",\n    \"snm_hc\",\n    \"snm_hot\",\n    \"snm_icx\",\n    \"snm_iotx\",\n    \"snm_key\",\n    \"snm_loom\",\n    \"snm_mft\",\n    \"snm_btt\",\n    \"snm_rvn\",\n    \"snm_ong\",\n    \"snm_rdn\",\n    \"snm_poe\",\n    \"snm_strat\",\n    \"snm_bnbmainnet\",\n    \"snm_mtl\",\n    \"snm_zil\",\n    \"snm_steem\",\n    \"snm_ae\",\n    \"snm_ast\",\n    \"snm_sngls\",\n    \"snm_atom\",\n    \"snm_npxs\",\n    \"bnb_btg\",\n    \"bnb_eth\",\n    \"bnb_xmr\",\n    \"bnb_btc\",\n    \"bnb_zec\",\n    \"bnb_etc\",\n    \"bnb_xvg\",\n    \"bnb_ltc\",\n    \"bnb_bch\",\n    \"bnb_qtum\",\n    \"bnb_dash\",\n    \"bnb_xlm\",\n    \"bnb_xrp\",\n    \"bnb_xem\",\n    \"bnb_omg\",\n    \"bnb_ardr\",\n    \"bnb_powr\",\n    \"bnb_cvc\",\n    \"bnb_gnt\",\n    \"bnb_storj\",\n    \"bnb_snt\",\n    \"bnb_zrx\",\n    \"bnb_lsk\",\n    \"bnb_eng\",\n    \"bnb_dcr\",\n    \"bnb_doge\",\n    \"bnb_trx\",\n    \"bnb_kmd\",\n    \"bnb_lrc\",\n    \"bnb_nav\",\n    \"bnb_dnt\",\n    \"bnb_adx\",\n    \"bnb_rep\",\n    \"bnb_bnt\",\n    \"bnb_bat\",\n    \"bnb_rlc\",\n    \"bnb_brd\",\n    \"bnb_eos\",\n    \"bnb_iota\",\n    \"bnb_mana\",\n    \"bnb_ark\",\n    \"bnb_snm\",\n    \"bnb_waves\",\n    \"bnb_pivx\",\n    \"bnb_cnd\",\n    \"bnb_xzc\",\n    \"bnb_nano\",\n    \"bnb_tusd\",\n    \"bnb_vet\",\n    \"bnb_zen\",\n    \"bnb_grs\",\n    \"bnb_fun\",\n    \"bnb_dgd\",\n    \"bnb_neo\",\n    \"bnb_aion\",\n    \"bnb_gas\",\n    \"bnb_pax\",\n    \"bnb_usdc\",\n    \"bnb_iost\",\n    \"bnb_ont\",\n    \"bnb_bqx\",\n    \"bnb_cmt\",\n    \"bnb_dent\",\n    \"bnb_dlt\",\n    \"bnb_elf\",\n    \"bnb_evx\",\n    \"bnb_go\",\n    \"bnb_gto\",\n    \"bnb_hc\",\n    \"bnb_hot\",\n    \"bnb_icx\",\n    \"bnb_iotx\",\n    \"bnb_key\",\n    \"bnb_knc\",\n    \"bnb_link\",\n    \"bnb_loom\",\n    \"bnb_mft\",\n    \"bnb_btt\",\n    \"bnb_rvn\",\n    \"bnb_fet\",\n    \"bnb_ong\",\n    \"bnb_enj\",\n    \"bnb_poly\",\n    \"bnb_rdn\",\n    \"bnb_poe\",\n    \"bnb_strat\",\n    \"bnb_bnbmainnet\",\n    \"bnb_mtl\",\n    \"bnb_zil\",\n    \"bnb_storm\",\n    \"bnb_vib\",\n    \"bnb_steem\",\n    \"bnb_rcn\",\n    \"bnb_ae\",\n    \"bnb_ast\",\n    \"bnb_bcd\",\n    \"bnb_ppt\",\n    \"bnb_sngls\",\n    \"bnb_wtc\",\n    \"bnb_usdt\",\n    \"bnb_atom\",\n    \"bnb_npxs\",\n    \"xzc_xvg\",\n    \"xzc_xdn\",\n    \"xzc_snt\",\n    \"xzc_srn\",\n    \"xzc_eng\",\n    \"xzc_trx\",\n    \"xzc_kmd\",\n    \"xzc_ukg\",\n    \"xzc_up\",\n    \"xzc_nav\",\n    \"xzc_rdd\",\n    \"xzc_vee\",\n    \"xzc_bcpt\",\n    \"xzc_adx\",\n    \"xzc_adt\",\n    \"xzc_vtc\",\n    \"xzc_rlc\",\n    \"xzc_iota\",\n    \"xzc_mer\",\n    \"xzc_xel\",\n    \"xzc_qrl\",\n    \"xzc_iop\",\n    \"xzc_rads\",\n    \"xzc_sls\",\n    \"xzc_pivx\",\n    \"xzc_cnd\",\n    \"xzc_meme\",\n    \"xzc_fct\",\n    \"xzc_nano\",\n    \"xzc_rvr\",\n    \"xzc_aeon\",\n    \"xzc_ok\",\n    \"xzc_flo\",\n    \"xzc_mue\",\n    \"xzc_iost\",\n    \"xzc_mln\",\n    \"xzc_pot\",\n    \"xzc_nlg\",\n    \"xzc_game\",\n    \"xzc_ont\",\n    \"xzc_bqx\",\n    \"xzc_cmt\",\n    \"xzc_dent\",\n    \"xzc_dlt\",\n    \"xzc_elf\",\n    \"xzc_evx\",\n    \"xzc_go\",\n    \"xzc_gto\",\n    \"xzc_hc\",\n    \"xzc_hot\",\n    \"xzc_icx\",\n    \"xzc_iotx\",\n    \"xzc_key\",\n    \"xzc_loom\",\n    \"xzc_mft\",\n    \"xzc_btt\",\n    \"xzc_rvn\",\n    \"xzc_ong\",\n    \"xzc_rdn\",\n    \"xzc_poe\",\n    \"xzc_strat\",\n    \"xzc_bnbmainnet\",\n    \"xzc_mtl\",\n    \"xzc_zil\",\n    \"xzc_gbyte\",\n    \"xzc_steem\",\n    \"xzc_sbd\",\n    \"xzc_exp\",\n    \"xzc_ae\",\n    \"xzc_ast\",\n    \"xzc_sngls\",\n    \"xzc_atom\",\n    \"xzc_cro\",\n    \"xzc_npxs\",\n    \"tusd_xvg\",\n    \"tusd_snt\",\n    \"tusd_eng\",\n    \"tusd_trx\",\n    \"tusd_kmd\",\n    \"tusd_nav\",\n    \"tusd_adx\",\n    \"tusd_rlc\",\n    \"tusd_iota\",\n    \"tusd_pivx\",\n    \"tusd_cnd\",\n    \"tusd_nano\",\n    \"tusd_iost\",\n    \"tusd_ont\",\n    \"tusd_bqx\",\n    \"tusd_cmt\",\n    \"tusd_dent\",\n    \"tusd_dlt\",\n    \"tusd_elf\",\n    \"tusd_evx\",\n    \"tusd_go\",\n    \"tusd_gto\",\n    \"tusd_hc\",\n    \"tusd_hot\",\n    \"tusd_icx\",\n    \"tusd_iotx\",\n    \"tusd_key\",\n    \"tusd_loom\",\n    \"tusd_mft\",\n    \"tusd_btt\",\n    \"tusd_rvn\",\n    \"tusd_ong\",\n    \"tusd_rdn\",\n    \"tusd_poe\",\n    \"tusd_strat\",\n    \"tusd_bnbmainnet\",\n    \"tusd_mtl\",\n    \"tusd_zil\",\n    \"tusd_steem\",\n    \"tusd_ae\",\n    \"tusd_ast\",\n    \"tusd_sngls\",\n    \"tusd_atom\",\n    \"tusd_npxs\",\n    \"zen_xvg\",\n    \"zen_snt\",\n    \"zen_eng\",\n    \"zen_trx\",\n    \"zen_kmd\",\n    \"zen_nav\",\n    \"zen_adx\",\n    \"zen_rlc\",\n    \"zen_iota\",\n    \"zen_pivx\",\n    \"zen_cnd\",\n    \"zen_nano\",\n    \"zen_iost\",\n    \"zen_ont\",\n    \"zen_bqx\",\n    \"zen_cmt\",\n    \"zen_dent\",\n    \"zen_dlt\",\n    \"zen_elf\",\n    \"zen_evx\",\n    \"zen_go\",\n    \"zen_gto\",\n    \"zen_hc\",\n    \"zen_hot\",\n    \"zen_icx\",\n    \"zen_iotx\",\n    \"zen_key\",\n    \"zen_loom\",\n    \"zen_mft\",\n    \"zen_btt\",\n    \"zen_rvn\",\n    \"zen_ong\",\n    \"zen_rdn\",\n    \"zen_poe\",\n    \"zen_strat\",\n    \"zen_bnbmainnet\",\n    \"zen_mtl\",\n    \"zen_zil\",\n    \"zen_steem\",\n    \"zen_ae\",\n    \"zen_ast\",\n    \"zen_sngls\",\n    \"zen_atom\",\n    \"zen_npxs\",\n    \"fun_xvg\",\n    \"fun_snt\",\n    \"fun_eng\",\n    \"fun_trx\",\n    \"fun_kmd\",\n    \"fun_nav\",\n    \"fun_adx\",\n    \"fun_rlc\",\n    \"fun_iota\",\n    \"fun_pivx\",\n    \"fun_cnd\",\n    \"fun_nano\",\n    \"fun_iost\",\n    \"fun_ont\",\n    \"fun_bqx\",\n    \"fun_cmt\",\n    \"fun_dent\",\n    \"fun_dlt\",\n    \"fun_elf\",\n    \"fun_evx\",\n    \"fun_go\",\n    \"fun_gto\",\n    \"fun_hc\",\n    \"fun_hot\",\n    \"fun_icx\",\n    \"fun_iotx\",\n    \"fun_key\",\n    \"fun_loom\",\n    \"fun_mft\",\n    \"fun_btt\",\n    \"fun_rvn\",\n    \"fun_ong\",\n    \"fun_rdn\",\n    \"fun_poe\",\n    \"fun_strat\",\n    \"fun_bnbmainnet\",\n    \"fun_mtl\",\n    \"fun_zil\",\n    \"fun_steem\",\n    \"fun_ae\",\n    \"fun_ast\",\n    \"fun_sngls\",\n    \"fun_atom\",\n    \"fun_npxs\",\n    \"dgd_xvg\",\n    \"dgd_snt\",\n    \"dgd_eng\",\n    \"dgd_trx\",\n    \"dgd_kmd\",\n    \"dgd_nav\",\n    \"dgd_adx\",\n    \"dgd_rlc\",\n    \"dgd_iota\",\n    \"dgd_pivx\",\n    \"dgd_cnd\",\n    \"dgd_nano\",\n    \"dgd_iost\",\n    \"dgd_ont\",\n    \"dgd_bqx\",\n    \"dgd_cmt\",\n    \"dgd_dent\",\n    \"dgd_dlt\",\n    \"dgd_elf\",\n    \"dgd_evx\",\n    \"dgd_go\",\n    \"dgd_gto\",\n    \"dgd_hc\",\n    \"dgd_hot\",\n    \"dgd_icx\",\n    \"dgd_iotx\",\n    \"dgd_key\",\n    \"dgd_loom\",\n    \"dgd_mft\",\n    \"dgd_btt\",\n    \"dgd_rvn\",\n    \"dgd_ong\",\n    \"dgd_rdn\",\n    \"dgd_poe\",\n    \"dgd_strat\",\n    \"dgd_bnbmainnet\",\n    \"dgd_mtl\",\n    \"dgd_zil\",\n    \"dgd_steem\",\n    \"dgd_ae\",\n    \"dgd_ast\",\n    \"dgd_sngls\",\n    \"dgd_atom\",\n    \"dgd_npxs\",\n    \"neo_xvg\",\n    \"neo_xdn\",\n    \"neo_snt\",\n    \"neo_srn\",\n    \"neo_eng\",\n    \"neo_trx\",\n    \"neo_kmd\",\n    \"neo_ukg\",\n    \"neo_up\",\n    \"neo_nav\",\n    \"neo_rdd\",\n    \"neo_vee\",\n    \"neo_bcpt\",\n    \"neo_adx\",\n    \"neo_adt\",\n    \"neo_vtc\",\n    \"neo_rlc\",\n    \"neo_iota\",\n    \"neo_mer\",\n    \"neo_xel\",\n    \"neo_qrl\",\n    \"neo_iop\",\n    \"neo_rads\",\n    \"neo_sls\",\n    \"neo_pivx\",\n    \"neo_cnd\",\n    \"neo_meme\",\n    \"neo_fct\",\n    \"neo_nano\",\n    \"neo_rvr\",\n    \"neo_aeon\",\n    \"neo_ok\",\n    \"neo_flo\",\n    \"neo_mue\",\n    \"neo_iost\",\n    \"neo_mln\",\n    \"neo_pot\",\n    \"neo_nlg\",\n    \"neo_game\",\n    \"neo_ont\",\n    \"neo_bqx\",\n    \"neo_cmt\",\n    \"neo_dent\",\n    \"neo_dlt\",\n    \"neo_elf\",\n    \"neo_evx\",\n    \"neo_go\",\n    \"neo_gto\",\n    \"neo_hc\",\n    \"neo_hot\",\n    \"neo_icx\",\n    \"neo_iotx\",\n    \"neo_key\",\n    \"neo_loom\",\n    \"neo_mft\",\n    \"neo_btt\",\n    \"neo_rvn\",\n    \"neo_ong\",\n    \"neo_rdn\",\n    \"neo_poe\",\n    \"neo_strat\",\n    \"neo_bnbmainnet\",\n    \"neo_mtl\",\n    \"neo_zil\",\n    \"neo_gbyte\",\n    \"neo_steem\",\n    \"neo_sbd\",\n    \"neo_exp\",\n    \"neo_ae\",\n    \"neo_ast\",\n    \"neo_sngls\",\n    \"neo_atom\",\n    \"neo_cro\",\n    \"neo_npxs\",\n    \"pax_xvg\",\n    \"pax_xdn\",\n    \"pax_snt\",\n    \"pax_srn\",\n    \"pax_eng\",\n    \"pax_trx\",\n    \"pax_kmd\",\n    \"pax_ukg\",\n    \"pax_up\",\n    \"pax_nav\",\n    \"pax_rdd\",\n    \"pax_vee\",\n    \"pax_bcpt\",\n    \"pax_adx\",\n    \"pax_adt\",\n    \"pax_vtc\",\n    \"pax_rlc\",\n    \"pax_iota\",\n    \"pax_mer\",\n    \"pax_xel\",\n    \"pax_qrl\",\n    \"pax_iop\",\n    \"pax_rads\",\n    \"pax_sls\",\n    \"pax_pivx\",\n    \"pax_cnd\",\n    \"pax_meme\",\n    \"pax_fct\",\n    \"pax_nano\",\n    \"pax_rvr\",\n    \"pax_aeon\",\n    \"pax_ok\",\n    \"pax_flo\",\n    \"pax_mue\",\n    \"pax_iost\",\n    \"pax_mln\",\n    \"pax_pot\",\n    \"pax_nlg\",\n    \"pax_game\",\n    \"pax_ont\",\n    \"pax_bqx\",\n    \"pax_cmt\",\n    \"pax_dent\",\n    \"pax_dlt\",\n    \"pax_elf\",\n    \"pax_evx\",\n    \"pax_go\",\n    \"pax_gto\",\n    \"pax_hc\",\n    \"pax_hot\",\n    \"pax_icx\",\n    \"pax_iotx\",\n    \"pax_key\",\n    \"pax_loom\",\n    \"pax_mft\",\n    \"pax_btt\",\n    \"pax_rvn\",\n    \"pax_ong\",\n    \"pax_rdn\",\n    \"pax_poe\",\n    \"pax_strat\",\n    \"pax_bnbmainnet\",\n    \"pax_mtl\",\n    \"pax_zil\",\n    \"pax_gbyte\",\n    \"pax_steem\",\n    \"pax_sbd\",\n    \"pax_exp\",\n    \"pax_ae\",\n    \"pax_ast\",\n    \"pax_sngls\",\n    \"pax_atom\",\n    \"pax_cro\",\n    \"pax_npxs\",\n    \"usdc_xvg\",\n    \"usdc_snt\",\n    \"usdc_eng\",\n    \"usdc_trx\",\n    \"usdc_kmd\",\n    \"usdc_nav\",\n    \"usdc_adx\",\n    \"usdc_rlc\",\n    \"usdc_iota\",\n    \"usdc_pivx\",\n    \"usdc_cnd\",\n    \"usdc_nano\",\n    \"usdc_iost\",\n    \"usdc_ont\",\n    \"usdc_bqx\",\n    \"usdc_cmt\",\n    \"usdc_dent\",\n    \"usdc_dlt\",\n    \"usdc_elf\",\n    \"usdc_evx\",\n    \"usdc_go\",\n    \"usdc_gto\",\n    \"usdc_hc\",\n    \"usdc_hot\",\n    \"usdc_icx\",\n    \"usdc_iotx\",\n    \"usdc_key\",\n    \"usdc_loom\",\n    \"usdc_mft\",\n    \"usdc_btt\",\n    \"usdc_rvn\",\n    \"usdc_ong\",\n    \"usdc_rdn\",\n    \"usdc_poe\",\n    \"usdc_strat\",\n    \"usdc_bnbmainnet\",\n    \"usdc_mtl\",\n    \"usdc_zil\",\n    \"usdc_steem\",\n    \"usdc_ae\",\n    \"usdc_ast\",\n    \"usdc_sngls\",\n    \"usdc_atom\",\n    \"usdc_npxs\",\n    \"btt_btg\",\n    \"btt_eth\",\n    \"btt_xmr\",\n    \"btt_btc\",\n    \"btt_zec\",\n    \"btt_etc\",\n    \"btt_xvg\",\n    \"btt_ada\",\n    \"btt_ltc\",\n    \"btt_bch\",\n    \"btt_qtum\",\n    \"btt_dash\",\n    \"btt_xlm\",\n    \"btt_xrp\",\n    \"btt_xem\",\n    \"btt_omg\",\n    \"btt_xdn\",\n    \"btt_dgb\",\n    \"btt_nxt\",\n    \"btt_ardr\",\n    \"btt_powr\",\n    \"btt_cvc\",\n    \"btt_gnt\",\n    \"btt_storj\",\n    \"btt_snt\",\n    \"btt_zrx\",\n    \"btt_lsk\",\n    \"btt_srn\",\n    \"btt_eng\",\n    \"btt_dcr\",\n    \"btt_doge\",\n    \"btt_trx\",\n    \"btt_wax\",\n    \"btt_kmd\",\n    \"btt_ukg\",\n    \"btt_up\",\n    \"btt_lrc\",\n    \"btt_nav\",\n    \"btt_rdd\",\n    \"btt_vee\",\n    \"btt_bcpt\",\n    \"btt_dnt\",\n    \"btt_adx\",\n    \"btt_adt\",\n    \"btt_rep\",\n    \"btt_bnt\",\n    \"btt_gno\",\n    \"btt_bat\",\n    \"btt_vtc\",\n    \"btt_gup\",\n    \"btt_rlc\",\n    \"btt_brd\",\n    \"btt_eos\",\n    \"btt_iota\",\n    \"btt_mer\",\n    \"btt_mana\",\n    \"btt_xel\",\n    \"btt_qrl\",\n    \"btt_hmq\",\n    \"btt_ark\",\n    \"btt_iop\",\n    \"btt_rads\",\n    \"btt_sls\",\n    \"btt_snm\",\n    \"btt_waves\",\n    \"btt_pivx\",\n    \"btt_cnd\",\n    \"btt_xzc\",\n    \"btt_meme\",\n    \"btt_fct\",\n    \"btt_nano\",\n    \"btt_rvr\",\n    \"btt_aeon\",\n    \"btt_ok\",\n    \"btt_flo\",\n    \"btt_mue\",\n    \"btt_tusd\",\n    \"btt_vet\",\n    \"btt_zen\",\n    \"btt_grs\",\n    \"btt_fun\",\n    \"btt_dgd\",\n    \"btt_neo\",\n    \"btt_aion\",\n    \"btt_gas\",\n    \"btt_pax\",\n    \"btt_usdc\",\n    \"btt_iost\",\n    \"btt_part\",\n    \"btt_mln\",\n    \"btt_pot\",\n    \"btt_ignis\",\n    \"btt_nlg\",\n    \"btt_edg\",\n    \"btt_ptoy\",\n    \"btt_ant\",\n    \"btt_nmr\",\n    \"btt_game\",\n    \"btt_pay\",\n    \"btt_ont\",\n    \"btt_bqx\",\n    \"btt_cmt\",\n    \"btt_dent\",\n    \"btt_dlt\",\n    \"btt_elf\",\n    \"btt_evx\",\n    \"btt_go\",\n    \"btt_gto\",\n    \"btt_hc\",\n    \"btt_hot\",\n    \"btt_icx\",\n    \"btt_iotx\",\n    \"btt_key\",\n    \"btt_knc\",\n    \"btt_link\",\n    \"btt_loom\",\n    \"btt_mft\",\n    \"btt_rvn\",\n    \"btt_fet\",\n    \"btt_ong\",\n    \"btt_enj\",\n    \"btt_poly\",\n    \"btt_rdn\",\n    \"btt_poe\",\n    \"btt_strat\",\n    \"btt_bnbmainnet\",\n    \"btt_mtl\",\n    \"btt_rfr\",\n    \"btt_zil\",\n    \"btt_storm\",\n    \"btt_pma\",\n    \"btt_gbyte\",\n    \"btt_vib\",\n    \"btt_ngc\",\n    \"btt_steem\",\n    \"btt_bkx\",\n    \"btt_rcn\",\n    \"btt_lbc\",\n    \"btt_sbd\",\n    \"btt_exp\",\n    \"btt_swt\",\n    \"btt_amp\",\n    \"btt_ae\",\n    \"btt_ast\",\n    \"btt_bcd\",\n    \"btt_ppt\",\n    \"btt_sngls\",\n    \"btt_wtc\",\n    \"btt_usdt\",\n    \"btt_atom\",\n    \"btt_cro\",\n    \"btt_npxs\",\n    \"enj_xvg\",\n    \"enj_xdn\",\n    \"enj_snt\",\n    \"enj_srn\",\n    \"enj_eng\",\n    \"enj_trx\",\n    \"enj_kmd\",\n    \"enj_ukg\",\n    \"enj_up\",\n    \"enj_nav\",\n    \"enj_rdd\",\n    \"enj_vee\",\n    \"enj_bcpt\",\n    \"enj_adx\",\n    \"enj_adt\",\n    \"enj_vtc\",\n    \"enj_rlc\",\n    \"enj_iota\",\n    \"enj_mer\",\n    \"enj_xel\",\n    \"enj_qrl\",\n    \"enj_iop\",\n    \"enj_rads\",\n    \"enj_sls\",\n    \"enj_pivx\",\n    \"enj_cnd\",\n    \"enj_meme\",\n    \"enj_fct\",\n    \"enj_nano\",\n    \"enj_rvr\",\n    \"enj_aeon\",\n    \"enj_ok\",\n    \"enj_flo\",\n    \"enj_mue\",\n    \"enj_iost\",\n    \"enj_mln\",\n    \"enj_pot\",\n    \"enj_nlg\",\n    \"enj_game\",\n    \"enj_ont\",\n    \"enj_bqx\",\n    \"enj_cmt\",\n    \"enj_dent\",\n    \"enj_dlt\",\n    \"enj_elf\",\n    \"enj_evx\",\n    \"enj_go\",\n    \"enj_gto\",\n    \"enj_hc\",\n    \"enj_hot\",\n    \"enj_icx\",\n    \"enj_iotx\",\n    \"enj_key\",\n    \"enj_loom\",\n    \"enj_mft\",\n    \"enj_btt\",\n    \"enj_rvn\",\n    \"enj_ong\",\n    \"enj_rdn\",\n    \"enj_poe\",\n    \"enj_strat\",\n    \"enj_bnbmainnet\",\n    \"enj_mtl\",\n    \"enj_zil\",\n    \"enj_gbyte\",\n    \"enj_steem\",\n    \"enj_sbd\",\n    \"enj_exp\",\n    \"enj_ae\",\n    \"enj_ast\",\n    \"enj_sngls\",\n    \"enj_atom\",\n    \"enj_cro\",\n    \"enj_npxs\",\n    \"poly_xvg\",\n    \"poly_xdn\",\n    \"poly_snt\",\n    \"poly_srn\",\n    \"poly_eng\",\n    \"poly_trx\",\n    \"poly_kmd\",\n    \"poly_ukg\",\n    \"poly_up\",\n    \"poly_nav\",\n    \"poly_rdd\",\n    \"poly_vee\",\n    \"poly_bcpt\",\n    \"poly_adx\",\n    \"poly_adt\",\n    \"poly_vtc\",\n    \"poly_rlc\",\n    \"poly_iota\",\n    \"poly_mer\",\n    \"poly_xel\",\n    \"poly_qrl\",\n    \"poly_iop\",\n    \"poly_rads\",\n    \"poly_sls\",\n    \"poly_pivx\",\n    \"poly_cnd\",\n    \"poly_meme\",\n    \"poly_fct\",\n    \"poly_nano\",\n    \"poly_rvr\",\n    \"poly_aeon\",\n    \"poly_ok\",\n    \"poly_flo\",\n    \"poly_mue\",\n    \"poly_iost\",\n    \"poly_mln\",\n    \"poly_pot\",\n    \"poly_nlg\",\n    \"poly_game\",\n    \"poly_ont\",\n    \"poly_bqx\",\n    \"poly_cmt\",\n    \"poly_dent\",\n    \"poly_dlt\",\n    \"poly_elf\",\n    \"poly_evx\",\n    \"poly_go\",\n    \"poly_gto\",\n    \"poly_hc\",\n    \"poly_hot\",\n    \"poly_icx\",\n    \"poly_iotx\",\n    \"poly_key\",\n    \"poly_loom\",\n    \"poly_mft\",\n    \"poly_btt\",\n    \"poly_rvn\",\n    \"poly_ong\",\n    \"poly_rdn\",\n    \"poly_poe\",\n    \"poly_strat\",\n    \"poly_bnbmainnet\",\n    \"poly_mtl\",\n    \"poly_zil\",\n    \"poly_gbyte\",\n    \"poly_steem\",\n    \"poly_sbd\",\n    \"poly_exp\",\n    \"poly_ae\",\n    \"poly_ast\",\n    \"poly_sngls\",\n    \"poly_atom\",\n    \"poly_cro\",\n    \"poly_npxs\",\n    \"rdn_btg\",\n    \"rdn_eth\",\n    \"rdn_xmr\",\n    \"rdn_btc\",\n    \"rdn_zec\",\n    \"rdn_etc\",\n    \"rdn_xvg\",\n    \"rdn_ltc\",\n    \"rdn_bch\",\n    \"rdn_qtum\",\n    \"rdn_dash\",\n    \"rdn_xlm\",\n    \"rdn_xrp\",\n    \"rdn_xem\",\n    \"rdn_omg\",\n    \"rdn_ardr\",\n    \"rdn_powr\",\n    \"rdn_cvc\",\n    \"rdn_gnt\",\n    \"rdn_storj\",\n    \"rdn_snt\",\n    \"rdn_zrx\",\n    \"rdn_lsk\",\n    \"rdn_eng\",\n    \"rdn_dcr\",\n    \"rdn_doge\",\n    \"rdn_trx\",\n    \"rdn_kmd\",\n    \"rdn_lrc\",\n    \"rdn_nav\",\n    \"rdn_dnt\",\n    \"rdn_adx\",\n    \"rdn_rep\",\n    \"rdn_bnt\",\n    \"rdn_bat\",\n    \"rdn_rlc\",\n    \"rdn_brd\",\n    \"rdn_eos\",\n    \"rdn_iota\",\n    \"rdn_mana\",\n    \"rdn_ark\",\n    \"rdn_snm\",\n    \"rdn_waves\",\n    \"rdn_pivx\",\n    \"rdn_cnd\",\n    \"rdn_xzc\",\n    \"rdn_nano\",\n    \"rdn_tusd\",\n    \"rdn_vet\",\n    \"rdn_zen\",\n    \"rdn_grs\",\n    \"rdn_fun\",\n    \"rdn_dgd\",\n    \"rdn_neo\",\n    \"rdn_aion\",\n    \"rdn_gas\",\n    \"rdn_pax\",\n    \"rdn_usdc\",\n    \"rdn_iost\",\n    \"rdn_ont\",\n    \"rdn_bqx\",\n    \"rdn_cmt\",\n    \"rdn_dent\",\n    \"rdn_dlt\",\n    \"rdn_elf\",\n    \"rdn_evx\",\n    \"rdn_go\",\n    \"rdn_gto\",\n    \"rdn_hc\",\n    \"rdn_hot\",\n    \"rdn_icx\",\n    \"rdn_iotx\",\n    \"rdn_key\",\n    \"rdn_knc\",\n    \"rdn_link\",\n    \"rdn_loom\",\n    \"rdn_mft\",\n    \"rdn_btt\",\n    \"rdn_rvn\",\n    \"rdn_fet\",\n    \"rdn_ong\",\n    \"rdn_enj\",\n    \"rdn_poly\",\n    \"rdn_poe\",\n    \"rdn_strat\",\n    \"rdn_bnbmainnet\",\n    \"rdn_mtl\",\n    \"rdn_zil\",\n    \"rdn_storm\",\n    \"rdn_vib\",\n    \"rdn_steem\",\n    \"rdn_rcn\",\n    \"rdn_ae\",\n    \"rdn_ast\",\n    \"rdn_bcd\",\n    \"rdn_ppt\",\n    \"rdn_sngls\",\n    \"rdn_wtc\",\n    \"rdn_usdt\",\n    \"rdn_atom\",\n    \"rdn_npxs\",\n    \"poe_btg\",\n    \"poe_eth\",\n    \"poe_xmr\",\n    \"poe_btc\",\n    \"poe_zec\",\n    \"poe_etc\",\n    \"poe_xvg\",\n    \"poe_ltc\",\n    \"poe_bch\",\n    \"poe_qtum\",\n    \"poe_dash\",\n    \"poe_xlm\",\n    \"poe_xrp\",\n    \"poe_xem\",\n    \"poe_omg\",\n    \"poe_ardr\",\n    \"poe_powr\",\n    \"poe_cvc\",\n    \"poe_gnt\",\n    \"poe_storj\",\n    \"poe_snt\",\n    \"poe_zrx\",\n    \"poe_lsk\",\n    \"poe_eng\",\n    \"poe_dcr\",\n    \"poe_doge\",\n    \"poe_trx\",\n    \"poe_kmd\",\n    \"poe_lrc\",\n    \"poe_nav\",\n    \"poe_dnt\",\n    \"poe_adx\",\n    \"poe_rep\",\n    \"poe_bnt\",\n    \"poe_bat\",\n    \"poe_rlc\",\n    \"poe_brd\",\n    \"poe_eos\",\n    \"poe_iota\",\n    \"poe_mana\",\n    \"poe_ark\",\n    \"poe_snm\",\n    \"poe_waves\",\n    \"poe_pivx\",\n    \"poe_cnd\",\n    \"poe_xzc\",\n    \"poe_nano\",\n    \"poe_tusd\",\n    \"poe_vet\",\n    \"poe_zen\",\n    \"poe_grs\",\n    \"poe_fun\",\n    \"poe_dgd\",\n    \"poe_neo\",\n    \"poe_aion\",\n    \"poe_gas\",\n    \"poe_pax\",\n    \"poe_usdc\",\n    \"poe_iost\",\n    \"poe_ont\",\n    \"poe_bqx\",\n    \"poe_cmt\",\n    \"poe_dent\",\n    \"poe_dlt\",\n    \"poe_elf\",\n    \"poe_evx\",\n    \"poe_go\",\n    \"poe_gto\",\n    \"poe_hc\",\n    \"poe_hot\",\n    \"poe_icx\",\n    \"poe_iotx\",\n    \"poe_key\",\n    \"poe_knc\",\n    \"poe_link\",\n    \"poe_loom\",\n    \"poe_mft\",\n    \"poe_btt\",\n    \"poe_rvn\",\n    \"poe_fet\",\n    \"poe_ong\",\n    \"poe_enj\",\n    \"poe_poly\",\n    \"poe_rdn\",\n    \"poe_strat\",\n    \"poe_bnbmainnet\",\n    \"poe_mtl\",\n    \"poe_zil\",\n    \"poe_storm\",\n    \"poe_vib\",\n    \"poe_steem\",\n    \"poe_rcn\",\n    \"poe_ae\",\n    \"poe_ast\",\n    \"poe_bcd\",\n    \"poe_ppt\",\n    \"poe_sngls\",\n    \"poe_wtc\",\n    \"poe_usdt\",\n    \"poe_atom\",\n    \"poe_npxs\",\n    \"bnbmainnet_btg\",\n    \"bnbmainnet_eth\",\n    \"bnbmainnet_xmr\",\n    \"bnbmainnet_btc\",\n    \"bnbmainnet_zec\",\n    \"bnbmainnet_etc\",\n    \"bnbmainnet_xvg\",\n    \"bnbmainnet_ltc\",\n    \"bnbmainnet_bch\",\n    \"bnbmainnet_qtum\",\n    \"bnbmainnet_dash\",\n    \"bnbmainnet_xlm\",\n    \"bnbmainnet_xrp\",\n    \"bnbmainnet_xem\",\n    \"bnbmainnet_omg\",\n    \"bnbmainnet_ardr\",\n    \"bnbmainnet_powr\",\n    \"bnbmainnet_cvc\",\n    \"bnbmainnet_gnt\",\n    \"bnbmainnet_storj\",\n    \"bnbmainnet_snt\",\n    \"bnbmainnet_zrx\",\n    \"bnbmainnet_lsk\",\n    \"bnbmainnet_eng\",\n    \"bnbmainnet_dcr\",\n    \"bnbmainnet_doge\",\n    \"bnbmainnet_trx\",\n    \"bnbmainnet_kmd\",\n    \"bnbmainnet_lrc\",\n    \"bnbmainnet_nav\",\n    \"bnbmainnet_dnt\",\n    \"bnbmainnet_adx\",\n    \"bnbmainnet_rep\",\n    \"bnbmainnet_bnt\",\n    \"bnbmainnet_bat\",\n    \"bnbmainnet_rlc\",\n    \"bnbmainnet_brd\",\n    \"bnbmainnet_eos\",\n    \"bnbmainnet_iota\",\n    \"bnbmainnet_mana\",\n    \"bnbmainnet_ark\",\n    \"bnbmainnet_snm\",\n    \"bnbmainnet_waves\",\n    \"bnbmainnet_pivx\",\n    \"bnbmainnet_cnd\",\n    \"bnbmainnet_xzc\",\n    \"bnbmainnet_nano\",\n    \"bnbmainnet_tusd\",\n    \"bnbmainnet_vet\",\n    \"bnbmainnet_zen\",\n    \"bnbmainnet_grs\",\n    \"bnbmainnet_fun\",\n    \"bnbmainnet_dgd\",\n    \"bnbmainnet_neo\",\n    \"bnbmainnet_aion\",\n    \"bnbmainnet_gas\",\n    \"bnbmainnet_pax\",\n    \"bnbmainnet_usdc\",\n    \"bnbmainnet_iost\",\n    \"bnbmainnet_ont\",\n    \"bnbmainnet_bqx\",\n    \"bnbmainnet_cmt\",\n    \"bnbmainnet_dent\",\n    \"bnbmainnet_dlt\",\n    \"bnbmainnet_elf\",\n    \"bnbmainnet_evx\",\n    \"bnbmainnet_go\",\n    \"bnbmainnet_gto\",\n    \"bnbmainnet_hc\",\n    \"bnbmainnet_hot\",\n    \"bnbmainnet_icx\",\n    \"bnbmainnet_iotx\",\n    \"bnbmainnet_key\",\n    \"bnbmainnet_knc\",\n    \"bnbmainnet_link\",\n    \"bnbmainnet_loom\",\n    \"bnbmainnet_mft\",\n    \"bnbmainnet_btt\",\n    \"bnbmainnet_rvn\",\n    \"bnbmainnet_fet\",\n    \"bnbmainnet_ong\",\n    \"bnbmainnet_enj\",\n    \"bnbmainnet_poly\",\n    \"bnbmainnet_rdn\",\n    \"bnbmainnet_poe\",\n    \"bnbmainnet_strat\",\n    \"bnbmainnet_mtl\",\n    \"bnbmainnet_zil\",\n    \"bnbmainnet_storm\",\n    \"bnbmainnet_vib\",\n    \"bnbmainnet_steem\",\n    \"bnbmainnet_rcn\",\n    \"bnbmainnet_ae\",\n    \"bnbmainnet_ast\",\n    \"bnbmainnet_bcd\",\n    \"bnbmainnet_ppt\",\n    \"bnbmainnet_sngls\",\n    \"bnbmainnet_wtc\",\n    \"bnbmainnet_usdt\",\n    \"bnbmainnet_atom\",\n    \"bnbmainnet_npxs\",\n    \"usdt_xvg\",\n    \"usdt_snt\",\n    \"usdt_eng\",\n    \"usdt_trx\",\n    \"usdt_kmd\",\n    \"usdt_nav\",\n    \"usdt_adx\",\n    \"usdt_rlc\",\n    \"usdt_iota\",\n    \"usdt_pivx\",\n    \"usdt_cnd\",\n    \"usdt_nano\",\n    \"usdt_iost\",\n    \"usdt_ont\",\n    \"usdt_bqx\",\n    \"usdt_cmt\",\n    \"usdt_dent\",\n    \"usdt_dlt\",\n    \"usdt_elf\",\n    \"usdt_evx\",\n    \"usdt_go\",\n    \"usdt_gto\",\n    \"usdt_hc\",\n    \"usdt_hot\",\n    \"usdt_icx\",\n    \"usdt_iotx\",\n    \"usdt_key\",\n    \"usdt_loom\",\n    \"usdt_mft\",\n    \"usdt_btt\",\n    \"usdt_rvn\",\n    \"usdt_ong\",\n    \"usdt_rdn\",\n    \"usdt_poe\",\n    \"usdt_strat\",\n    \"usdt_bnbmainnet\",\n    \"usdt_mtl\",\n    \"usdt_zil\",\n    \"usdt_steem\",\n    \"usdt_ae\",\n    \"usdt_ast\",\n    \"usdt_sngls\",\n    \"usdt_atom\",\n    \"usdt_npxs\",\n    \"usdterc20_btg\",\n    \"usdterc20_eth\",\n    \"usdterc20_xmr\",\n    \"usdterc20_btc\",\n    \"usdterc20_zec\",\n    \"usdterc20_etc\",\n    \"usdterc20_xvg\",\n    \"usdterc20_ltc\",\n    \"usdterc20_bch\",\n    \"usdterc20_qtum\",\n    \"usdterc20_dash\",\n    \"usdterc20_xlm\",\n    \"usdterc20_xrp\",\n    \"usdterc20_xem\",\n    \"usdterc20_omg\",\n    \"usdterc20_ardr\",\n    \"usdterc20_powr\",\n    \"usdterc20_cvc\",\n    \"usdterc20_gnt\",\n    \"usdterc20_storj\",\n    \"usdterc20_snt\",\n    \"usdterc20_zrx\",\n    \"usdterc20_lsk\",\n    \"usdterc20_eng\",\n    \"usdterc20_dcr\",\n    \"usdterc20_doge\",\n    \"usdterc20_trx\",\n    \"usdterc20_kmd\",\n    \"usdterc20_lrc\",\n    \"usdterc20_nav\",\n    \"usdterc20_dnt\",\n    \"usdterc20_adx\",\n    \"usdterc20_rep\",\n    \"usdterc20_bnt\",\n    \"usdterc20_bat\",\n    \"usdterc20_rlc\",\n    \"usdterc20_brd\",\n    \"usdterc20_eos\",\n    \"usdterc20_iota\",\n    \"usdterc20_mana\",\n    \"usdterc20_ark\",\n    \"usdterc20_snm\",\n    \"usdterc20_waves\",\n    \"usdterc20_pivx\",\n    \"usdterc20_cnd\",\n    \"usdterc20_xzc\",\n    \"usdterc20_nano\",\n    \"usdterc20_tusd\",\n    \"usdterc20_vet\",\n    \"usdterc20_zen\",\n    \"usdterc20_grs\",\n    \"usdterc20_fun\",\n    \"usdterc20_dgd\",\n    \"usdterc20_neo\",\n    \"usdterc20_aion\",\n    \"usdterc20_gas\",\n    \"usdterc20_pax\",\n    \"usdterc20_usdc\",\n    \"usdterc20_iost\",\n    \"usdterc20_ont\",\n    \"usdterc20_bqx\",\n    \"usdterc20_cmt\",\n    \"usdterc20_dent\",\n    \"usdterc20_dlt\",\n    \"usdterc20_elf\",\n    \"usdterc20_evx\",\n    \"usdterc20_go\",\n    \"usdterc20_gto\",\n    \"usdterc20_hc\",\n    \"usdterc20_hot\",\n    \"usdterc20_icx\",\n    \"usdterc20_iotx\",\n    \"usdterc20_key\",\n    \"usdterc20_knc\",\n    \"usdterc20_link\",\n    \"usdterc20_loom\",\n    \"usdterc20_mft\",\n    \"usdterc20_btt\",\n    \"usdterc20_rvn\",\n    \"usdterc20_fet\",\n    \"usdterc20_ong\",\n    \"usdterc20_enj\",\n    \"usdterc20_poly\",\n    \"usdterc20_rdn\",\n    \"usdterc20_poe\",\n    \"usdterc20_strat\",\n    \"usdterc20_bnbmainnet\",\n    \"usdterc20_mtl\",\n    \"usdterc20_zil\",\n    \"usdterc20_storm\",\n    \"usdterc20_vib\",\n    \"usdterc20_steem\",\n    \"usdterc20_rcn\",\n    \"usdterc20_ae\",\n    \"usdterc20_ast\",\n    \"usdterc20_bcd\",\n    \"usdterc20_ppt\",\n    \"usdterc20_sngls\",\n    \"usdterc20_wtc\",\n    \"usdterc20_usdt\",\n    \"usdterc20_atom\",\n    \"usdterc20_npxs\",\n    \"cro_eth\",\n    \"cro_btc\",\n    \"cro_zec\",\n    \"cro_etc\",\n    \"cro_ada\",\n    \"cro_ltc\",\n    \"cro_bch\",\n    \"cro_qtum\",\n    \"cro_dash\",\n    \"cro_xlm\",\n    \"cro_xrp\",\n    \"cro_xem\",\n    \"cro_omg\",\n    \"cro_xdn\",\n    \"cro_dgb\",\n    \"cro_nxt\",\n    \"cro_ardr\",\n    \"cro_powr\",\n    \"cro_cvc\",\n    \"cro_gnt\",\n    \"cro_storj\",\n    \"cro_snt\",\n    \"cro_zrx\",\n    \"cro_lsk\",\n    \"cro_srn\",\n    \"cro_eng\",\n    \"cro_dcr\",\n    \"cro_doge\",\n    \"cro_trx\",\n    \"cro_wax\",\n    \"cro_kmd\",\n    \"cro_ukg\",\n    \"cro_up\",\n    \"cro_lrc\",\n    \"cro_nav\",\n    \"cro_rdd\",\n    \"cro_vee\",\n    \"cro_bcpt\",\n    \"cro_dnt\",\n    \"cro_adx\",\n    \"cro_adt\",\n    \"cro_rep\",\n    \"cro_bnt\",\n    \"cro_gno\",\n    \"cro_bat\",\n    \"cro_vtc\",\n    \"cro_gup\",\n    \"cro_rlc\",\n    \"cro_mer\",\n    \"cro_mana\",\n    \"cro_xel\",\n    \"cro_qrl\",\n    \"cro_hmq\",\n    \"cro_ark\",\n    \"cro_iop\",\n    \"cro_rads\",\n    \"cro_sls\",\n    \"cro_waves\",\n    \"cro_pivx\",\n    \"cro_cnd\",\n    \"cro_xzc\",\n    \"cro_meme\",\n    \"cro_fct\",\n    \"cro_rvr\",\n    \"cro_aeon\",\n    \"cro_ok\",\n    \"cro_flo\",\n    \"cro_mue\",\n    \"cro_grs\",\n    \"cro_neo\",\n    \"cro_pax\",\n    \"cro_iost\",\n    \"cro_part\",\n    \"cro_mln\",\n    \"cro_pot\",\n    \"cro_ignis\",\n    \"cro_nlg\",\n    \"cro_edg\",\n    \"cro_ptoy\",\n    \"cro_ant\",\n    \"cro_nmr\",\n    \"cro_game\",\n    \"cro_pay\",\n    \"cro_ont\",\n    \"cro_dent\",\n    \"cro_elf\",\n    \"cro_go\",\n    \"cro_iotx\",\n    \"cro_loom\",\n    \"cro_mft\",\n    \"cro_btt\",\n    \"cro_rvn\",\n    \"cro_fet\",\n    \"cro_ong\",\n    \"cro_enj\",\n    \"cro_poly\",\n    \"cro_strat\",\n    \"cro_mtl\",\n    \"cro_rfr\",\n    \"cro_storm\",\n    \"cro_pma\",\n    \"cro_gbyte\",\n    \"cro_vib\",\n    \"cro_ngc\",\n    \"cro_steem\",\n    \"cro_bkx\",\n    \"cro_rcn\",\n    \"cro_lbc\",\n    \"cro_sbd\",\n    \"cro_exp\",\n    \"cro_swt\",\n    \"cro_amp\",\n    \"cro_atom\",\n    \"cro_npxs\",\n    \"npxs_btg\",\n    \"npxs_eth\",\n    \"npxs_xmr\",\n    \"npxs_btc\",\n    \"npxs_zec\",\n    \"npxs_etc\",\n    \"npxs_xvg\",\n    \"npxs_ada\",\n    \"npxs_ltc\",\n    \"npxs_bch\",\n    \"npxs_qtum\",\n    \"npxs_dash\",\n    \"npxs_xlm\",\n    \"npxs_xrp\",\n    \"npxs_xem\",\n    \"npxs_omg\",\n    \"npxs_xdn\",\n    \"npxs_dgb\",\n    \"npxs_nxt\",\n    \"npxs_ardr\",\n    \"npxs_powr\",\n    \"npxs_cvc\",\n    \"npxs_gnt\",\n    \"npxs_storj\",\n    \"npxs_snt\",\n    \"npxs_zrx\",\n    \"npxs_lsk\",\n    \"npxs_srn\",\n    \"npxs_eng\",\n    \"npxs_dcr\",\n    \"npxs_doge\",\n    \"npxs_trx\",\n    \"npxs_wax\",\n    \"npxs_kmd\",\n    \"npxs_ukg\",\n    \"npxs_up\",\n    \"npxs_lrc\",\n    \"npxs_nav\",\n    \"npxs_rdd\",\n    \"npxs_vee\",\n    \"npxs_bcpt\",\n    \"npxs_dnt\",\n    \"npxs_adx\",\n    \"npxs_adt\",\n    \"npxs_rep\",\n    \"npxs_bnt\",\n    \"npxs_gno\",\n    \"npxs_bat\",\n    \"npxs_vtc\",\n    \"npxs_gup\",\n    \"npxs_rlc\",\n    \"npxs_brd\",\n    \"npxs_eos\",\n    \"npxs_iota\",\n    \"npxs_mer\",\n    \"npxs_mana\",\n    \"npxs_xel\",\n    \"npxs_qrl\",\n    \"npxs_hmq\",\n    \"npxs_ark\",\n    \"npxs_iop\",\n    \"npxs_rads\",\n    \"npxs_sls\",\n    \"npxs_snm\",\n    \"npxs_waves\",\n    \"npxs_pivx\",\n    \"npxs_cnd\",\n    \"npxs_xzc\",\n    \"npxs_meme\",\n    \"npxs_fct\",\n    \"npxs_nano\",\n    \"npxs_rvr\",\n    \"npxs_aeon\",\n    \"npxs_ok\",\n    \"npxs_flo\",\n    \"npxs_mue\",\n    \"npxs_tusd\",\n    \"npxs_vet\",\n    \"npxs_zen\",\n    \"npxs_grs\",\n    \"npxs_fun\",\n    \"npxs_dgd\",\n    \"npxs_neo\",\n    \"npxs_aion\",\n    \"npxs_gas\",\n    \"npxs_pax\",\n    \"npxs_usdc\",\n    \"npxs_iost\",\n    \"npxs_part\",\n    \"npxs_mln\",\n    \"npxs_pot\",\n    \"npxs_ignis\",\n    \"npxs_nlg\",\n    \"npxs_edg\",\n    \"npxs_ptoy\",\n    \"npxs_ant\",\n    \"npxs_nmr\",\n    \"npxs_game\",\n    \"npxs_pay\",\n    \"npxs_ont\",\n    \"npxs_bqx\",\n    \"npxs_cmt\",\n    \"npxs_dent\",\n    \"npxs_dlt\",\n    \"npxs_elf\",\n    \"npxs_evx\",\n    \"npxs_go\",\n    \"npxs_gto\",\n    \"npxs_hc\",\n    \"npxs_hot\",\n    \"npxs_icx\",\n    \"npxs_iotx\",\n    \"npxs_key\",\n    \"npxs_knc\",\n    \"npxs_link\",\n    \"npxs_loom\",\n    \"npxs_mft\",\n    \"npxs_btt\",\n    \"npxs_rvn\",\n    \"npxs_fet\",\n    \"npxs_ong\",\n    \"npxs_enj\",\n    \"npxs_poly\",\n    \"npxs_rdn\",\n    \"npxs_poe\",\n    \"npxs_strat\",\n    \"npxs_bnbmainnet\",\n    \"npxs_mtl\",\n    \"npxs_rfr\",\n    \"npxs_zil\",\n    \"npxs_storm\",\n    \"npxs_pma\",\n    \"npxs_gbyte\",\n    \"npxs_vib\",\n    \"npxs_ngc\",\n    \"npxs_steem\",\n    \"npxs_bkx\",\n    \"npxs_rcn\",\n    \"npxs_lbc\",\n    \"npxs_sbd\",\n    \"npxs_exp\",\n    \"npxs_swt\",\n    \"npxs_amp\",\n    \"npxs_ae\",\n    \"npxs_ast\",\n    \"npxs_bcd\",\n    \"npxs_ppt\",\n    \"npxs_sngls\",\n    \"npxs_wtc\",\n    \"npxs_usdt\",\n    \"npxs_atom\",\n    \"npxs_cro\"\n]"},{"id":"fc732a9a-e011-4501-8a90-30a61caf35de","name":"Successful response (includes pairs supported by our partners)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/market-info/available-pairs/?includePartners=true","protocol":"https","host":["api","changenow","io"],"path":["v1","market-info","available-pairs",""],"query":[{"key":"includePartners","value":"true","description":"Set true to return all available pairs, including pairs with support from our partners"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Sep 2019 16:15:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"50f88b45b88e86d7-ARN"}],"cookie":[],"responseTime":null,"body":"[\n    \"ant_bat\",\n    \"ant_ardr\",\n    \"ant_bch\",\n    \"ant_btg\",\n    \"ant_bnt\",\n    \"ant_btc\",\n    \"ant_eos\",\n    \"ant_fun\",\n    \"ant_gnt\",\n    \"ant_lsk\",\n    \"ant_rlc\",\n    \"ant_xrp\",\n    \"ant_dgb\",\n    \"ant_ltc\",\n    \"ant_nmr\",\n    \"ant_ptoy\",\n    \"ant_storj\",\n    \"ant_cvc\",\n    \"ant_edg\",\n    \"ant_gno\",\n    \"ant_neo\",\n    \"ant_pay\",\n    \"ant_rep\",\n    \"ant_swt\",\n    \"ant_waves\",\n    \"ant_xmr\",\n    \"ant_dash\",\n    \"ant_dgd\",\n    \"ant_eth\",\n    \"ant_gup\",\n    \"ant_nxt\",\n    \"ant_zec\",\n    \"ant_dcr\",\n    \"ant_doge\",\n    \"ant_hmq\",\n    \"ant_omg\",\n    \"ant_strat\",\n    \"ant_trst\",\n    \"ant_xem\",\n    \"ant_zrx\",\n    \"ant_usdt\",\n    \"ant_maid\",\n    \"ant_amp\",\n    \"ant_powr\",\n    \"ant_rcn\",\n    \"ant_vib\",\n    \"ant_dnt\",\n    \"ant_qtum\",\n    \"ant_stx\",\n    \"ant_dcn\",\n    \"ant_ngc\",\n    \"ant_trx\",\n    \"ant_kmd\",\n    \"ant_lrc\",\n    \"ant_brd\",\n    \"ant_zen\",\n    \"ant_mana\",\n    \"ant_ark\",\n    \"ant_xzc\",\n    \"ant_tusd\",\n    \"ant_wtc\",\n    \"ant_abyss\",\n    \"ant_zap\",\n    \"ant_aion\",\n    \"ant_smart\",\n    \"ant_nexo\",\n    \"ant_xlm\",\n    \"ant_grs\",\n    \"ant_enj\",\n    \"ant_betr\",\n    \"ant_poly\",\n    \"ant_ppt\",\n    \"ant_knc\",\n    \"ant_bkx\",\n    \"ant_bcd\",\n    \"ant_tel\",\n    \"ant_dai\",\n    \"ant_mkr\",\n    \"ant_link\",\n    \"ant_r\",\n    \"ant_gas\",\n    \"ant_proc\",\n    \"ant_pax\",\n    \"ant_bsv\",\n    \"ant_usdc\",\n    \"ant_nim\",\n    \"ant_pma\",\n    \"ant_dgtx\",\n    \"ant_gusd\",\n    \"ant_eurs\",\n    \"ant_vet\",\n    \"ant_btt\",\n    \"ant_fet\",\n    \"ant_ht\",\n    \"ant_bdg\",\n    \"ant_atom\",\n    \"ant_plr\",\n    \"ant_phb\",\n    \"bat_ant\",\n    \"bat_ardr\",\n    \"bat_bch\",\n    \"bat_btg\",\n    \"bat_bnt\",\n    \"bat_btc\",\n    \"bat_eos\",\n    \"bat_fun\",\n    \"bat_gnt\",\n    \"bat_lsk\",\n    \"bat_rlc\",\n    \"bat_xrp\",\n    \"bat_dgb\",\n    \"bat_ltc\",\n    \"bat_nmr\",\n    \"bat_ptoy\",\n    \"bat_storj\",\n    \"bat_cvc\",\n    \"bat_edg\",\n    \"bat_gno\",\n    \"bat_neo\",\n    \"bat_pay\",\n    \"bat_rep\",\n    \"bat_swt\",\n    \"bat_waves\",\n    \"bat_xmr\",\n    \"bat_dash\",\n    \"bat_dgd\",\n    \"bat_eth\",\n    \"bat_gup\",\n    \"bat_nxt\",\n    \"bat_zec\",\n    \"bat_dcr\",\n    \"bat_doge\",\n    \"bat_hmq\",\n    \"bat_omg\",\n    \"bat_strat\",\n    \"bat_trst\",\n    \"bat_xem\",\n    \"bat_zrx\",\n    \"bat_usdt\",\n    \"bat_maid\",\n    \"bat_amp\",\n    \"bat_powr\",\n    \"bat_rcn\",\n    \"bat_vib\",\n    \"bat_dnt\",\n    \"bat_qtum\",\n    \"bat_stx\",\n    \"bat_dcn\",\n    \"bat_ngc\",\n    \"bat_trx\",\n    \"bat_kmd\",\n    \"bat_lrc\",\n    \"bat_brd\",\n    \"bat_zen\",\n    \"bat_mana\",\n    \"bat_ark\",\n    \"bat_xzc\",\n    \"bat_tusd\",\n    \"bat_wtc\",\n    \"bat_abyss\",\n    \"bat_zap\",\n    \"bat_aion\",\n    \"bat_smart\",\n    \"bat_nexo\",\n    \"bat_xlm\",\n    \"bat_grs\",\n    \"bat_enj\",\n    \"bat_betr\",\n    \"bat_poly\",\n    \"bat_ppt\",\n    \"bat_knc\",\n    \"bat_bkx\",\n    \"bat_bcd\",\n    \"bat_tel\",\n    \"bat_dai\",\n    \"bat_mkr\",\n    \"bat_link\",\n    \"bat_r\",\n    \"bat_gas\",\n    \"bat_proc\",\n    \"bat_pax\",\n    \"bat_bsv\",\n    \"bat_usdc\",\n    \"bat_nim\",\n    \"bat_pma\",\n    \"bat_dgtx\",\n    \"bat_gusd\",\n    \"bat_eurs\",\n    \"bat_vet\",\n    \"bat_btt\",\n    \"bat_fet\",\n    \"bat_ht\",\n    \"bat_bdg\",\n    \"bat_atom\",\n    \"bat_plr\",\n    \"bat_phb\",\n    \"ardr_ant\",\n    \"ardr_bat\",\n    \"ardr_bch\",\n    \"ardr_btg\",\n    \"ardr_bnt\",\n    \"ardr_btc\",\n    \"ardr_eos\",\n    \"ardr_fun\",\n    \"ardr_gnt\",\n    \"ardr_lsk\",\n    \"ardr_rlc\",\n    \"ardr_xrp\",\n    \"ardr_dgb\",\n    \"ardr_ltc\",\n    \"ardr_nmr\",\n    \"ardr_ptoy\",\n    \"ardr_storj\",\n    \"ardr_cvc\",\n    \"ardr_edg\",\n    \"ardr_gno\",\n    \"ardr_neo\",\n    \"ardr_pay\",\n    \"ardr_rep\",\n    \"ardr_swt\",\n    \"ardr_waves\",\n    \"ardr_xmr\",\n    \"ardr_dash\",\n    \"ardr_dgd\",\n    \"ardr_eth\",\n    \"ardr_gup\",\n    \"ardr_nxt\",\n    \"ardr_zec\",\n    \"ardr_dcr\",\n    \"ardr_doge\",\n    \"ardr_hmq\",\n    \"ardr_omg\",\n    \"ardr_strat\",\n    \"ardr_trst\",\n    \"ardr_xem\",\n    \"ardr_zrx\",\n    \"ardr_usdt\",\n    \"ardr_maid\",\n    \"ardr_amp\",\n    \"ardr_powr\",\n    \"ardr_rcn\",\n    \"ardr_vib\",\n    \"ardr_dnt\",\n    \"ardr_qtum\",\n    \"ardr_stx\",\n    \"ardr_dcn\",\n    \"ardr_ngc\",\n    \"ardr_trx\",\n    \"ardr_kmd\",\n    \"ardr_lrc\",\n    \"ardr_brd\",\n    \"ardr_zen\",\n    \"ardr_mana\",\n    \"ardr_ark\",\n    \"ardr_xzc\",\n    \"ardr_tusd\",\n    \"ardr_wtc\",\n    \"ardr_abyss\",\n    \"ardr_zap\",\n    \"ardr_aion\",\n    \"ardr_smart\",\n    \"ardr_nexo\",\n    \"ardr_xlm\",\n    \"ardr_grs\",\n    \"ardr_enj\",\n    \"ardr_betr\",\n    \"ardr_poly\",\n    \"ardr_ppt\",\n    \"ardr_knc\",\n    \"ardr_bkx\",\n    \"ardr_bcd\",\n    \"ardr_tel\",\n    \"ardr_dai\",\n    \"ardr_mkr\",\n    \"ardr_link\",\n    \"ardr_r\",\n    \"ardr_gas\",\n    \"ardr_proc\",\n    \"ardr_pax\",\n    \"ardr_bsv\",\n    \"ardr_usdc\",\n    \"ardr_nim\",\n    \"ardr_pma\",\n    \"ardr_dgtx\",\n    \"ardr_gusd\",\n    \"ardr_eurs\",\n    \"ardr_vet\",\n    \"ardr_btt\",\n    \"ardr_fet\",\n    \"ardr_ht\",\n    \"ardr_bdg\",\n    \"ardr_atom\",\n    \"ardr_plr\",\n    \"ardr_phb\",\n    \"bch_ant\",\n    \"bch_bat\",\n    \"bch_ardr\",\n    \"bch_btg\",\n    \"bch_bnt\",\n    \"bch_btc\",\n    \"bch_eos\",\n    \"bch_fun\",\n    \"bch_gnt\",\n    \"bch_lsk\",\n    \"bch_rlc\",\n    \"bch_xrp\",\n    \"bch_dgb\",\n    \"bch_ltc\",\n    \"bch_nmr\",\n    \"bch_ptoy\",\n    \"bch_storj\",\n    \"bch_cvc\",\n    \"bch_edg\",\n    \"bch_gno\",\n    \"bch_neo\",\n    \"bch_pay\",\n    \"bch_rep\",\n    \"bch_swt\",\n    \"bch_waves\",\n    \"bch_xmr\",\n    \"bch_dash\",\n    \"bch_dgd\",\n    \"bch_eth\",\n    \"bch_gup\",\n    \"bch_nxt\",\n    \"bch_zec\",\n    \"bch_dcr\",\n    \"bch_doge\",\n    \"bch_hmq\",\n    \"bch_omg\",\n    \"bch_strat\",\n    \"bch_trst\",\n    \"bch_xem\",\n    \"bch_zrx\",\n    \"bch_usdt\",\n    \"bch_maid\",\n    \"bch_amp\",\n    \"bch_powr\",\n    \"bch_rcn\",\n    \"bch_vib\",\n    \"bch_dnt\",\n    \"bch_qtum\",\n    \"bch_stx\",\n    \"bch_dcn\",\n    \"bch_ngc\",\n    \"bch_trx\",\n    \"bch_kmd\",\n    \"bch_lrc\",\n    \"bch_brd\",\n    \"bch_zen\",\n    \"bch_mana\",\n    \"bch_ark\",\n    \"bch_xzc\",\n    \"bch_tusd\",\n    \"bch_wtc\",\n    \"bch_abyss\",\n    \"bch_zap\",\n    \"bch_aion\",\n    \"bch_smart\",\n    \"bch_nexo\",\n    \"bch_xlm\",\n    \"bch_grs\",\n    \"bch_enj\",\n    \"bch_betr\",\n    \"bch_poly\",\n    \"bch_ppt\",\n    \"bch_knc\",\n    \"bch_bkx\",\n    \"bch_bcd\",\n    \"bch_tel\",\n    \"bch_dai\",\n    \"bch_mkr\",\n    \"bch_link\",\n    \"bch_r\",\n    \"bch_gas\",\n    \"bch_proc\",\n    \"bch_pax\",\n    \"bch_bsv\",\n    \"bch_usdc\",\n    \"bch_nim\",\n    \"bch_pma\",\n    \"bch_dgtx\",\n    \"bch_gusd\",\n    \"bch_eurs\",\n    \"bch_vet\",\n    \"bch_btt\",\n    \"bch_fet\",\n    \"bch_ht\",\n    \"bch_bdg\",\n    \"bch_atom\",\n    \"bch_plr\",\n    \"bch_phb\",\n    \"btg_ant\",\n    \"btg_bat\",\n    \"btg_ardr\",\n    \"btg_bch\",\n    \"btg_bnt\",\n    \"btg_btc\",\n    \"btg_eos\",\n    \"btg_fun\",\n    \"btg_gnt\",\n    \"btg_lsk\",\n    \"btg_rlc\",\n    \"btg_xrp\",\n    \"btg_dgb\",\n    \"btg_ltc\",\n    \"btg_nmr\",\n    \"btg_ptoy\",\n    \"btg_storj\",\n    \"btg_cvc\",\n    \"btg_edg\",\n    \"btg_gno\",\n    \"btg_neo\",\n    \"btg_pay\",\n    \"btg_rep\",\n    \"btg_swt\",\n    \"btg_waves\",\n    \"btg_xmr\",\n    \"btg_dash\",\n    \"btg_dgd\",\n    \"btg_eth\",\n    \"btg_gup\",\n    \"btg_nxt\",\n    \"btg_zec\",\n    \"btg_dcr\",\n    \"btg_doge\",\n    \"btg_hmq\",\n    \"btg_omg\",\n    \"btg_strat\",\n    \"btg_trst\",\n    \"btg_xem\",\n    \"btg_zrx\",\n    \"btg_usdt\",\n    \"btg_maid\",\n    \"btg_amp\",\n    \"btg_powr\",\n    \"btg_rcn\",\n    \"btg_vib\",\n    \"btg_dnt\",\n    \"btg_qtum\",\n    \"btg_stx\",\n    \"btg_dcn\",\n    \"btg_ngc\",\n    \"btg_trx\",\n    \"btg_kmd\",\n    \"btg_lrc\",\n    \"btg_brd\",\n    \"btg_zen\",\n    \"btg_mana\",\n    \"btg_ark\",\n    \"btg_xzc\",\n    \"btg_tusd\",\n    \"btg_wtc\",\n    \"btg_abyss\",\n    \"btg_zap\",\n    \"btg_aion\",\n    \"btg_smart\",\n    \"btg_nexo\",\n    \"btg_xlm\",\n    \"btg_grs\",\n    \"btg_enj\",\n    \"btg_betr\",\n    \"btg_poly\",\n    \"btg_ppt\",\n    \"btg_knc\",\n    \"btg_bkx\",\n    \"btg_bcd\",\n    \"btg_tel\",\n    \"btg_dai\",\n    \"btg_mkr\",\n    \"btg_link\",\n    \"btg_r\",\n    \"btg_gas\",\n    \"btg_proc\",\n    \"btg_pax\",\n    \"btg_bsv\",\n    \"btg_usdc\",\n    \"btg_nim\",\n    \"btg_pma\",\n    \"btg_dgtx\",\n    \"btg_gusd\",\n    \"btg_eurs\",\n    \"btg_vet\",\n    \"btg_btt\",\n    \"btg_fet\",\n    \"btg_ht\",\n    \"btg_bdg\",\n    \"btg_atom\",\n    \"btg_plr\",\n    \"btg_phb\",\n    \"bnt_ant\",\n    \"bnt_bat\",\n    \"bnt_ardr\",\n    \"bnt_bch\",\n    \"bnt_btg\",\n    \"bnt_btc\",\n    \"bnt_eos\",\n    \"bnt_fun\",\n    \"bnt_gnt\",\n    \"bnt_lsk\",\n    \"bnt_rlc\",\n    \"bnt_xrp\",\n    \"bnt_dgb\",\n    \"bnt_ltc\",\n    \"bnt_nmr\",\n    \"bnt_ptoy\",\n    \"bnt_storj\",\n    \"bnt_cvc\",\n    \"bnt_edg\",\n    \"bnt_gno\",\n    \"bnt_neo\",\n    \"bnt_pay\",\n    \"bnt_rep\",\n    \"bnt_swt\",\n    \"bnt_waves\",\n    \"bnt_xmr\",\n    \"bnt_dash\",\n    \"bnt_dgd\",\n    \"bnt_eth\",\n    \"bnt_gup\",\n    \"bnt_nxt\",\n    \"bnt_zec\",\n    \"bnt_dcr\",\n    \"bnt_doge\",\n    \"bnt_hmq\",\n    \"bnt_omg\",\n    \"bnt_strat\",\n    \"bnt_trst\",\n    \"bnt_xem\",\n    \"bnt_zrx\",\n    \"bnt_usdt\",\n    \"bnt_maid\",\n    \"bnt_amp\",\n    \"bnt_powr\",\n    \"bnt_rcn\",\n    \"bnt_vib\",\n    \"bnt_dnt\",\n    \"bnt_qtum\",\n    \"bnt_stx\",\n    \"bnt_dcn\",\n    \"bnt_ngc\",\n    \"bnt_trx\",\n    \"bnt_kmd\",\n    \"bnt_lrc\",\n    \"bnt_brd\",\n    \"bnt_zen\",\n    \"bnt_mana\",\n    \"bnt_ark\",\n    \"bnt_xzc\",\n    \"bnt_tusd\",\n    \"bnt_wtc\",\n    \"bnt_abyss\",\n    \"bnt_zap\",\n    \"bnt_aion\",\n    \"bnt_smart\",\n    \"bnt_nexo\",\n    \"bnt_xlm\",\n    \"bnt_grs\",\n    \"bnt_enj\",\n    \"bnt_betr\",\n    \"bnt_poly\",\n    \"bnt_ppt\",\n    \"bnt_knc\",\n    \"bnt_bkx\",\n    \"bnt_bcd\",\n    \"bnt_tel\",\n    \"bnt_dai\",\n    \"bnt_mkr\",\n    \"bnt_link\",\n    \"bnt_r\",\n    \"bnt_gas\",\n    \"bnt_proc\",\n    \"bnt_pax\",\n    \"bnt_bsv\",\n    \"bnt_usdc\",\n    \"bnt_nim\",\n    \"bnt_pma\",\n    \"bnt_dgtx\",\n    \"bnt_gusd\",\n    \"bnt_eurs\",\n    \"bnt_vet\",\n    \"bnt_btt\",\n    \"bnt_fet\",\n    \"bnt_ht\",\n    \"bnt_bdg\",\n    \"bnt_atom\",\n    \"bnt_plr\",\n    \"bnt_phb\",\n    \"btc_ant\",\n    \"btc_bat\",\n    \"btc_ardr\",\n    \"btc_bch\",\n    \"btc_btg\",\n    \"btc_bnt\",\n    \"btc_eos\",\n    \"btc_fun\",\n    \"btc_gnt\",\n    \"btc_lsk\",\n    \"btc_rlc\",\n    \"btc_xrp\",\n    \"btc_dgb\",\n    \"btc_ltc\",\n    \"btc_nmr\",\n    \"btc_ptoy\",\n    \"btc_storj\",\n    \"btc_cvc\",\n    \"btc_edg\",\n    \"btc_gno\",\n    \"btc_neo\",\n    \"btc_pay\",\n    \"btc_rep\",\n    \"btc_swt\",\n    \"btc_waves\",\n    \"btc_xmr\",\n    \"btc_dash\",\n    \"btc_dgd\",\n    \"btc_eth\",\n    \"btc_gup\",\n    \"btc_nxt\",\n    \"btc_zec\",\n    \"btc_dcr\",\n    \"btc_doge\",\n    \"btc_hmq\",\n    \"btc_omg\",\n    \"btc_strat\",\n    \"btc_trst\",\n    \"btc_xem\",\n    \"btc_zrx\",\n    \"btc_usdt\",\n    \"btc_maid\",\n    \"btc_amp\",\n    \"btc_powr\",\n    \"btc_rcn\",\n    \"btc_vib\",\n    \"btc_dnt\",\n    \"btc_qtum\",\n    \"btc_stx\",\n    \"btc_dcn\",\n    \"btc_ngc\",\n    \"btc_trx\",\n    \"btc_kmd\",\n    \"btc_lrc\",\n    \"btc_brd\",\n    \"btc_zen\",\n    \"btc_mana\",\n    \"btc_ark\",\n    \"btc_xzc\",\n    \"btc_tusd\",\n    \"btc_wtc\",\n    \"btc_abyss\",\n    \"btc_zap\",\n    \"btc_aion\",\n    \"btc_smart\",\n    \"btc_nexo\",\n    \"btc_xlm\",\n    \"btc_grs\",\n    \"btc_enj\",\n    \"btc_betr\",\n    \"btc_poly\",\n    \"btc_ppt\",\n    \"btc_knc\",\n    \"btc_bkx\",\n    \"btc_bcd\",\n    \"btc_tel\",\n    \"btc_dai\",\n    \"btc_mkr\",\n    \"btc_link\",\n    \"btc_r\",\n    \"btc_gas\",\n    \"btc_proc\",\n    \"btc_pax\",\n    \"btc_bsv\",\n    \"btc_usdc\",\n    \"btc_nim\",\n    \"btc_pma\",\n    \"btc_dgtx\",\n    \"btc_gusd\",\n    \"btc_eurs\",\n    \"btc_vet\",\n    \"btc_btt\",\n    \"btc_fet\",\n    \"btc_ht\",\n    \"btc_bdg\",\n    \"btc_atom\",\n    \"btc_plr\",\n    \"btc_phb\",\n    \"eos_ant\",\n    \"eos_bat\",\n    \"eos_ardr\",\n    \"eos_bch\",\n    \"eos_btg\",\n    \"eos_bnt\",\n    \"eos_btc\",\n    \"eos_fun\",\n    \"eos_gnt\",\n    \"eos_lsk\",\n    \"eos_rlc\",\n    \"eos_xrp\",\n    \"eos_dgb\",\n    \"eos_ltc\",\n    \"eos_nmr\",\n    \"eos_ptoy\",\n    \"eos_storj\",\n    \"eos_cvc\",\n    \"eos_edg\",\n    \"eos_gno\",\n    \"eos_neo\",\n    \"eos_pay\",\n    \"eos_rep\",\n    \"eos_swt\",\n    \"eos_waves\",\n    \"eos_xmr\",\n    \"eos_dash\",\n    \"eos_dgd\",\n    \"eos_eth\",\n    \"eos_gup\",\n    \"eos_nxt\",\n    \"eos_zec\",\n    \"eos_dcr\",\n    \"eos_doge\",\n    \"eos_hmq\",\n    \"eos_omg\",\n    \"eos_strat\",\n    \"eos_trst\",\n    \"eos_xem\",\n    \"eos_zrx\",\n    \"eos_usdt\",\n    \"eos_maid\",\n    \"eos_amp\",\n    \"eos_powr\",\n    \"eos_rcn\",\n    \"eos_vib\",\n    \"eos_dnt\",\n    \"eos_qtum\",\n    \"eos_stx\",\n    \"eos_dcn\",\n    \"eos_ngc\",\n    \"eos_trx\",\n    \"eos_kmd\",\n    \"eos_lrc\",\n    \"eos_brd\",\n    \"eos_zen\",\n    \"eos_mana\",\n    \"eos_ark\",\n    \"eos_xzc\",\n    \"eos_tusd\",\n    \"eos_wtc\",\n    \"eos_abyss\",\n    \"eos_zap\",\n    \"eos_aion\",\n    \"eos_smart\",\n    \"eos_nexo\",\n    \"eos_xlm\",\n    \"eos_grs\",\n    \"eos_enj\",\n    \"eos_betr\",\n    \"eos_poly\",\n    \"eos_ppt\",\n    \"eos_knc\",\n    \"eos_bkx\",\n    \"eos_bcd\",\n    \"eos_tel\",\n    \"eos_dai\",\n    \"eos_mkr\",\n    \"eos_link\",\n    \"eos_r\",\n    \"eos_gas\",\n    \"eos_proc\",\n    \"eos_pax\",\n    \"eos_bsv\",\n    \"eos_usdc\",\n    \"eos_nim\",\n    \"eos_pma\",\n    \"eos_dgtx\",\n    \"eos_gusd\",\n    \"eos_eurs\",\n    \"eos_vet\",\n    \"eos_btt\",\n    \"eos_fet\",\n    \"eos_ht\",\n    \"eos_bdg\",\n    \"eos_atom\",\n    \"eos_plr\",\n    \"eos_phb\",\n    \"fun_ant\",\n    \"fun_bat\",\n    \"fun_ardr\",\n    \"fun_bch\",\n    \"fun_btg\",\n    \"fun_bnt\",\n    \"fun_btc\",\n    \"fun_eos\",\n    \"fun_gnt\",\n    \"fun_lsk\",\n    \"fun_rlc\",\n    \"fun_xrp\",\n    \"fun_dgb\",\n    \"fun_ltc\",\n    \"fun_nmr\",\n    \"fun_ptoy\",\n    \"fun_storj\",\n    \"fun_cvc\",\n    \"fun_edg\",\n    \"fun_gno\",\n    \"fun_neo\",\n    \"fun_pay\",\n    \"fun_rep\",\n    \"fun_swt\",\n    \"fun_waves\",\n    \"fun_xmr\",\n    \"fun_dash\",\n    \"fun_dgd\",\n    \"fun_eth\",\n    \"fun_gup\",\n    \"fun_nxt\",\n    \"fun_zec\",\n    \"fun_dcr\",\n    \"fun_doge\",\n    \"fun_hmq\",\n    \"fun_omg\",\n    \"fun_strat\",\n    \"fun_trst\",\n    \"fun_xem\",\n    \"fun_zrx\",\n    \"fun_usdt\",\n    \"fun_maid\",\n    \"fun_amp\",\n    \"fun_powr\",\n    \"fun_rcn\",\n    \"fun_vib\",\n    \"fun_dnt\",\n    \"fun_qtum\",\n    \"fun_stx\",\n    \"fun_dcn\",\n    \"fun_ngc\",\n    \"fun_trx\",\n    \"fun_kmd\",\n    \"fun_lrc\",\n    \"fun_brd\",\n    \"fun_zen\",\n    \"fun_mana\",\n    \"fun_ark\",\n    \"fun_xzc\",\n    \"fun_tusd\",\n    \"fun_wtc\",\n    \"fun_abyss\",\n    \"fun_zap\",\n    \"fun_aion\",\n    \"fun_smart\",\n    \"fun_nexo\",\n    \"fun_xlm\",\n    \"fun_grs\",\n    \"fun_enj\",\n    \"fun_betr\",\n    \"fun_poly\",\n    \"fun_ppt\",\n    \"fun_knc\",\n    \"fun_bkx\",\n    \"fun_bcd\",\n    \"fun_tel\",\n    \"fun_dai\",\n    \"fun_mkr\",\n    \"fun_link\",\n    \"fun_r\",\n    \"fun_gas\",\n    \"fun_proc\",\n    \"fun_pax\",\n    \"fun_bsv\",\n    \"fun_usdc\",\n    \"fun_nim\",\n    \"fun_pma\",\n    \"fun_dgtx\",\n    \"fun_gusd\",\n    \"fun_eurs\",\n    \"fun_vet\",\n    \"fun_btt\",\n    \"fun_fet\",\n    \"fun_ht\",\n    \"fun_bdg\",\n    \"fun_atom\",\n    \"fun_plr\",\n    \"fun_phb\",\n    \"gnt_ant\",\n    \"gnt_bat\",\n    \"gnt_ardr\",\n    \"gnt_bch\",\n    \"gnt_btg\",\n    \"gnt_bnt\",\n    \"gnt_btc\",\n    \"gnt_eos\",\n    \"gnt_fun\",\n    \"gnt_lsk\",\n    \"gnt_rlc\",\n    \"gnt_xrp\",\n    \"gnt_dgb\",\n    \"gnt_ltc\",\n    \"gnt_nmr\",\n    \"gnt_ptoy\",\n    \"gnt_storj\",\n    \"gnt_cvc\",\n    \"gnt_edg\",\n    \"gnt_gno\",\n    \"gnt_neo\",\n    \"gnt_pay\",\n    \"gnt_rep\",\n    \"gnt_swt\",\n    \"gnt_waves\",\n    \"gnt_xmr\",\n    \"gnt_dash\",\n    \"gnt_dgd\",\n    \"gnt_eth\",\n    \"gnt_gup\",\n    \"gnt_nxt\",\n    \"gnt_zec\",\n    \"gnt_dcr\",\n    \"gnt_doge\",\n    \"gnt_hmq\",\n    \"gnt_omg\",\n    \"gnt_strat\",\n    \"gnt_trst\",\n    \"gnt_xem\",\n    \"gnt_zrx\",\n    \"gnt_usdt\",\n    \"gnt_maid\",\n    \"gnt_amp\",\n    \"gnt_powr\",\n    \"gnt_rcn\",\n    \"gnt_vib\",\n    \"gnt_dnt\",\n    \"gnt_qtum\",\n    \"gnt_stx\",\n    \"gnt_dcn\",\n    \"gnt_ngc\",\n    \"gnt_trx\",\n    \"gnt_kmd\",\n    \"gnt_lrc\",\n    \"gnt_brd\",\n    \"gnt_zen\",\n    \"gnt_mana\",\n    \"gnt_ark\",\n    \"gnt_xzc\",\n    \"gnt_tusd\",\n    \"gnt_wtc\",\n    \"gnt_abyss\",\n    \"gnt_zap\",\n    \"gnt_aion\",\n    \"gnt_smart\",\n    \"gnt_nexo\",\n    \"gnt_xlm\",\n    \"gnt_grs\",\n    \"gnt_enj\",\n    \"gnt_betr\",\n    \"gnt_poly\",\n    \"gnt_ppt\",\n    \"gnt_knc\",\n    \"gnt_bkx\",\n    \"gnt_bcd\",\n    \"gnt_tel\",\n    \"gnt_dai\",\n    \"gnt_mkr\",\n    \"gnt_link\",\n    \"gnt_r\",\n    \"gnt_gas\",\n    \"gnt_proc\",\n    \"gnt_pax\",\n    \"gnt_bsv\",\n    \"gnt_usdc\",\n    \"gnt_nim\",\n    \"gnt_pma\",\n    \"gnt_dgtx\",\n    \"gnt_gusd\",\n    \"gnt_eurs\",\n    \"gnt_vet\",\n    \"gnt_btt\",\n    \"gnt_fet\",\n    \"gnt_ht\",\n    \"gnt_bdg\",\n    \"gnt_atom\",\n    \"gnt_plr\",\n    \"gnt_phb\",\n    \"lsk_ant\",\n    \"lsk_bat\",\n    \"lsk_ardr\",\n    \"lsk_bch\",\n    \"lsk_btg\",\n    \"lsk_bnt\",\n    \"lsk_btc\",\n    \"lsk_eos\",\n    \"lsk_fun\",\n    \"lsk_gnt\",\n    \"lsk_rlc\",\n    \"lsk_xrp\",\n    \"lsk_dgb\",\n    \"lsk_ltc\",\n    \"lsk_nmr\",\n    \"lsk_ptoy\",\n    \"lsk_storj\",\n    \"lsk_cvc\",\n    \"lsk_edg\",\n    \"lsk_gno\",\n    \"lsk_neo\",\n    \"lsk_pay\",\n    \"lsk_rep\",\n    \"lsk_swt\",\n    \"lsk_waves\",\n    \"lsk_xmr\",\n    \"lsk_dash\",\n    \"lsk_dgd\",\n    \"lsk_eth\",\n    \"lsk_gup\",\n    \"lsk_nxt\",\n    \"lsk_zec\",\n    \"lsk_dcr\",\n    \"lsk_doge\",\n    \"lsk_hmq\",\n    \"lsk_omg\",\n    \"lsk_strat\",\n    \"lsk_trst\",\n    \"lsk_xem\",\n    \"lsk_zrx\",\n    \"lsk_usdt\",\n    \"lsk_maid\",\n    \"lsk_amp\",\n    \"lsk_powr\",\n    \"lsk_rcn\",\n    \"lsk_vib\",\n    \"lsk_dnt\",\n    \"lsk_qtum\",\n    \"lsk_stx\",\n    \"lsk_dcn\",\n    \"lsk_ngc\",\n    \"lsk_trx\",\n    \"lsk_kmd\",\n    \"lsk_lrc\",\n    \"lsk_brd\",\n    \"lsk_zen\",\n    \"lsk_mana\",\n    \"lsk_ark\",\n    \"lsk_xzc\",\n    \"lsk_tusd\",\n    \"lsk_wtc\",\n    \"lsk_abyss\",\n    \"lsk_zap\",\n    \"lsk_aion\",\n    \"lsk_smart\",\n    \"lsk_nexo\",\n    \"lsk_xlm\",\n    \"lsk_grs\",\n    \"lsk_enj\",\n    \"lsk_betr\",\n    \"lsk_poly\",\n    \"lsk_ppt\",\n    \"lsk_knc\",\n    \"lsk_bkx\",\n    \"lsk_bcd\",\n    \"lsk_tel\",\n    \"lsk_dai\",\n    \"lsk_mkr\",\n    \"lsk_link\",\n    \"lsk_r\",\n    \"lsk_gas\",\n    \"lsk_proc\",\n    \"lsk_pax\",\n    \"lsk_bsv\",\n    \"lsk_usdc\",\n    \"lsk_nim\",\n    \"lsk_pma\",\n    \"lsk_dgtx\",\n    \"lsk_gusd\",\n    \"lsk_eurs\",\n    \"lsk_vet\",\n    \"lsk_btt\",\n    \"lsk_fet\",\n    \"lsk_ht\",\n    \"lsk_bdg\",\n    \"lsk_atom\",\n    \"lsk_plr\",\n    \"lsk_phb\",\n    \"rlc_ant\",\n    \"rlc_bat\",\n    \"rlc_ardr\",\n    \"rlc_bch\",\n    \"rlc_btg\",\n    \"rlc_bnt\",\n    \"rlc_btc\",\n    \"rlc_eos\",\n    \"rlc_fun\",\n    \"rlc_gnt\",\n    \"rlc_lsk\",\n    \"rlc_xrp\",\n    \"rlc_dgb\",\n    \"rlc_ltc\",\n    \"rlc_nmr\",\n    \"rlc_ptoy\",\n    \"rlc_storj\",\n    \"rlc_cvc\",\n    \"rlc_edg\",\n    \"rlc_gno\",\n    \"rlc_neo\",\n    \"rlc_pay\",\n    \"rlc_rep\",\n    \"rlc_swt\",\n    \"rlc_waves\",\n    \"rlc_xmr\",\n    \"rlc_dash\",\n    \"rlc_dgd\",\n    \"rlc_eth\",\n    \"rlc_gup\",\n    \"rlc_nxt\",\n    \"rlc_zec\",\n    \"rlc_dcr\",\n    \"rlc_doge\",\n    \"rlc_hmq\",\n    \"rlc_omg\",\n    \"rlc_strat\",\n    \"rlc_trst\",\n    \"rlc_xem\",\n    \"rlc_zrx\",\n    \"rlc_usdt\",\n    \"rlc_maid\",\n    \"rlc_amp\",\n    \"rlc_powr\",\n    \"rlc_rcn\",\n    \"rlc_vib\",\n    \"rlc_dnt\",\n    \"rlc_qtum\",\n    \"rlc_stx\",\n    \"rlc_dcn\",\n    \"rlc_ngc\",\n    \"rlc_trx\",\n    \"rlc_kmd\",\n    \"rlc_lrc\",\n    \"rlc_brd\",\n    \"rlc_zen\",\n    \"rlc_mana\",\n    \"rlc_ark\",\n    \"rlc_xzc\",\n    \"rlc_tusd\",\n    \"rlc_wtc\",\n    \"rlc_abyss\",\n    \"rlc_zap\",\n    \"rlc_aion\",\n    \"rlc_smart\",\n    \"rlc_nexo\",\n    \"rlc_xlm\",\n    \"rlc_grs\",\n    \"rlc_enj\",\n    \"rlc_betr\",\n    \"rlc_poly\",\n    \"rlc_ppt\",\n    \"rlc_knc\",\n    \"rlc_bkx\",\n    \"rlc_bcd\",\n    \"rlc_tel\",\n    \"rlc_dai\",\n    \"rlc_mkr\",\n    \"rlc_link\",\n    \"rlc_r\",\n    \"rlc_gas\",\n    \"rlc_proc\",\n    \"rlc_pax\",\n    \"rlc_bsv\",\n    \"rlc_usdc\",\n    \"rlc_nim\",\n    \"rlc_pma\",\n    \"rlc_dgtx\",\n    \"rlc_gusd\",\n    \"rlc_eurs\",\n    \"rlc_vet\",\n    \"rlc_btt\",\n    \"rlc_fet\",\n    \"rlc_ht\",\n    \"rlc_bdg\",\n    \"rlc_atom\",\n    \"rlc_plr\",\n    \"rlc_phb\",\n    \"xrp_ant\",\n    \"xrp_bat\",\n    \"xrp_ardr\",\n    \"xrp_bch\",\n    \"xrp_btg\",\n    \"xrp_bnt\",\n    \"xrp_btc\",\n    \"xrp_eos\",\n    \"xrp_fun\",\n    \"xrp_gnt\",\n    \"xrp_lsk\",\n    \"xrp_rlc\",\n    \"xrp_dgb\",\n    \"xrp_ltc\",\n    \"xrp_nmr\",\n    \"xrp_ptoy\",\n    \"xrp_storj\",\n    \"xrp_cvc\",\n    \"xrp_edg\",\n    \"xrp_gno\",\n    \"xrp_neo\",\n    \"xrp_pay\",\n    \"xrp_rep\",\n    \"xrp_swt\",\n    \"xrp_waves\",\n    \"xrp_xmr\",\n    \"xrp_dash\",\n    \"xrp_dgd\",\n    \"xrp_eth\",\n    \"xrp_gup\",\n    \"xrp_nxt\",\n    \"xrp_zec\",\n    \"xrp_dcr\",\n    \"xrp_doge\",\n    \"xrp_hmq\",\n    \"xrp_omg\",\n    \"xrp_strat\",\n    \"xrp_trst\",\n    \"xrp_xem\",\n    \"xrp_zrx\",\n    \"xrp_usdt\",\n    \"xrp_maid\",\n    \"xrp_amp\",\n    \"xrp_powr\",\n    \"xrp_rcn\",\n    \"xrp_vib\",\n    \"xrp_dnt\",\n    \"xrp_qtum\",\n    \"xrp_stx\",\n    \"xrp_dcn\",\n    \"xrp_ngc\",\n    \"xrp_trx\",\n    \"xrp_kmd\",\n    \"xrp_lrc\",\n    \"xrp_brd\",\n    \"xrp_zen\",\n    \"xrp_mana\",\n    \"xrp_ark\",\n    \"xrp_xzc\",\n    \"xrp_tusd\",\n    \"xrp_wtc\",\n    \"xrp_abyss\",\n    \"xrp_zap\",\n    \"xrp_aion\",\n    \"xrp_smart\",\n    \"xrp_nexo\",\n    \"xrp_xlm\",\n    \"xrp_grs\",\n    \"xrp_enj\",\n    \"xrp_betr\",\n    \"xrp_poly\",\n    \"xrp_ppt\",\n    \"xrp_knc\",\n    \"xrp_bkx\",\n    \"xrp_bcd\",\n    \"xrp_tel\",\n    \"xrp_dai\",\n    \"xrp_mkr\",\n    \"xrp_link\",\n    \"xrp_r\",\n    \"xrp_gas\",\n    \"xrp_proc\",\n    \"xrp_pax\",\n    \"xrp_bsv\",\n    \"xrp_usdc\",\n    \"xrp_nim\",\n    \"xrp_pma\",\n    \"xrp_dgtx\",\n    \"xrp_gusd\",\n    \"xrp_eurs\",\n    \"xrp_vet\",\n    \"xrp_btt\",\n    \"xrp_fet\",\n    \"xrp_ht\",\n    \"xrp_bdg\",\n    \"xrp_atom\",\n    \"xrp_plr\",\n    \"xrp_phb\",\n    \"dgb_ant\",\n    \"dgb_bat\",\n    \"dgb_ardr\",\n    \"dgb_bch\",\n    \"dgb_btg\",\n    \"dgb_bnt\",\n    \"dgb_btc\",\n    \"dgb_eos\",\n    \"dgb_fun\",\n    \"dgb_gnt\",\n    \"dgb_lsk\",\n    \"dgb_rlc\",\n    \"dgb_xrp\",\n    \"dgb_ltc\",\n    \"dgb_nmr\",\n    \"dgb_ptoy\",\n    \"dgb_storj\",\n    \"dgb_cvc\",\n    \"dgb_edg\",\n    \"dgb_gno\",\n    \"dgb_neo\",\n    \"dgb_pay\",\n    \"dgb_rep\",\n    \"dgb_swt\",\n    \"dgb_waves\",\n    \"dgb_xmr\",\n    \"dgb_dash\",\n    \"dgb_dgd\",\n    \"dgb_eth\",\n    \"dgb_gup\",\n    \"dgb_nxt\",\n    \"dgb_zec\",\n    \"dgb_dcr\",\n    \"dgb_doge\",\n    \"dgb_hmq\",\n    \"dgb_omg\",\n    \"dgb_strat\",\n    \"dgb_trst\",\n    \"dgb_xem\",\n    \"dgb_zrx\",\n    \"dgb_usdt\",\n    \"dgb_maid\",\n    \"dgb_amp\",\n    \"dgb_powr\",\n    \"dgb_rcn\",\n    \"dgb_vib\",\n    \"dgb_dnt\",\n    \"dgb_qtum\",\n    \"dgb_stx\",\n    \"dgb_dcn\",\n    \"dgb_ngc\",\n    \"dgb_trx\",\n    \"dgb_kmd\",\n    \"dgb_lrc\",\n    \"dgb_brd\",\n    \"dgb_zen\",\n    \"dgb_mana\",\n    \"dgb_ark\",\n    \"dgb_xzc\",\n    \"dgb_tusd\",\n    \"dgb_wtc\",\n    \"dgb_abyss\",\n    \"dgb_zap\",\n    \"dgb_aion\",\n    \"dgb_smart\",\n    \"dgb_nexo\",\n    \"dgb_xlm\",\n    \"dgb_grs\",\n    \"dgb_enj\",\n    \"dgb_betr\",\n    \"dgb_poly\",\n    \"dgb_ppt\",\n    \"dgb_knc\",\n    \"dgb_bkx\",\n    \"dgb_bcd\",\n    \"dgb_tel\",\n    \"dgb_dai\",\n    \"dgb_mkr\",\n    \"dgb_link\",\n    \"dgb_r\",\n    \"dgb_gas\",\n    \"dgb_proc\",\n    \"dgb_pax\",\n    \"dgb_bsv\",\n    \"dgb_usdc\",\n    \"dgb_nim\",\n    \"dgb_pma\",\n    \"dgb_dgtx\",\n    \"dgb_gusd\",\n    \"dgb_eurs\",\n    \"dgb_vet\",\n    \"dgb_btt\",\n    \"dgb_fet\",\n    \"dgb_ht\",\n    \"dgb_bdg\",\n    \"dgb_atom\",\n    \"dgb_plr\",\n    \"dgb_phb\",\n    \"ltc_ant\",\n    \"ltc_bat\",\n    \"ltc_ardr\",\n    \"ltc_bch\",\n    \"ltc_btg\",\n    \"ltc_bnt\",\n    \"ltc_btc\",\n    \"ltc_eos\",\n    \"ltc_fun\",\n    \"ltc_gnt\",\n    \"ltc_lsk\",\n    \"ltc_rlc\",\n    \"ltc_xrp\",\n    \"ltc_dgb\",\n    \"ltc_nmr\",\n    \"ltc_ptoy\",\n    \"ltc_storj\",\n    \"ltc_cvc\",\n    \"ltc_edg\",\n    \"ltc_gno\",\n    \"ltc_neo\",\n    \"ltc_pay\",\n    \"ltc_rep\",\n    \"ltc_swt\",\n    \"ltc_waves\",\n    \"ltc_xmr\",\n    \"ltc_dash\",\n    \"ltc_dgd\",\n    \"ltc_eth\",\n    \"ltc_gup\",\n    \"ltc_nxt\",\n    \"ltc_zec\",\n    \"ltc_dcr\",\n    \"ltc_doge\",\n    \"ltc_hmq\",\n    \"ltc_omg\",\n    \"ltc_strat\",\n    \"ltc_trst\",\n    \"ltc_xem\",\n    \"ltc_zrx\",\n    \"ltc_usdt\",\n    \"ltc_maid\",\n    \"ltc_amp\",\n    \"ltc_powr\",\n    \"ltc_rcn\",\n    \"ltc_vib\",\n    \"ltc_dnt\",\n    \"ltc_qtum\",\n    \"ltc_stx\",\n    \"ltc_dcn\",\n    \"ltc_ngc\",\n    \"ltc_trx\",\n    \"ltc_kmd\",\n    \"ltc_lrc\",\n    \"ltc_brd\",\n    \"ltc_zen\",\n    \"ltc_mana\",\n    \"ltc_ark\",\n    \"ltc_xzc\",\n    \"ltc_tusd\",\n    \"ltc_wtc\",\n    \"ltc_abyss\",\n    \"ltc_zap\",\n    \"ltc_aion\",\n    \"ltc_smart\",\n    \"ltc_nexo\",\n    \"ltc_xlm\",\n    \"ltc_grs\",\n    \"ltc_enj\",\n    \"ltc_betr\",\n    \"ltc_poly\",\n    \"ltc_ppt\",\n    \"ltc_knc\",\n    \"ltc_bkx\",\n    \"ltc_bcd\",\n    \"ltc_tel\",\n    \"ltc_dai\",\n    \"ltc_mkr\",\n    \"ltc_link\",\n    \"ltc_r\",\n    \"ltc_gas\",\n    \"ltc_proc\",\n    \"ltc_pax\",\n    \"ltc_bsv\",\n    \"ltc_usdc\",\n    \"ltc_nim\",\n    \"ltc_pma\",\n    \"ltc_dgtx\",\n    \"ltc_gusd\",\n    \"ltc_eurs\",\n    \"ltc_vet\",\n    \"ltc_btt\",\n    \"ltc_fet\",\n    \"ltc_ht\",\n    \"ltc_bdg\",\n    \"ltc_atom\",\n    \"ltc_plr\",\n    \"ltc_phb\",\n    \"nmr_ant\",\n    \"nmr_bat\",\n    \"nmr_ardr\",\n    \"nmr_bch\",\n    \"nmr_btg\",\n    \"nmr_bnt\",\n    \"nmr_btc\",\n    \"nmr_eos\",\n    \"nmr_fun\",\n    \"nmr_gnt\",\n    \"nmr_lsk\",\n    \"nmr_rlc\",\n    \"nmr_xrp\",\n    \"nmr_dgb\",\n    \"nmr_ltc\",\n    \"nmr_ptoy\",\n    \"nmr_storj\",\n    \"nmr_cvc\",\n    \"nmr_edg\",\n    \"nmr_gno\",\n    \"nmr_neo\",\n    \"nmr_pay\",\n    \"nmr_rep\",\n    \"nmr_swt\",\n    \"nmr_waves\",\n    \"nmr_xmr\",\n    \"nmr_dash\",\n    \"nmr_dgd\",\n    \"nmr_eth\",\n    \"nmr_gup\",\n    \"nmr_nxt\",\n    \"nmr_zec\",\n    \"nmr_dcr\",\n    \"nmr_doge\",\n    \"nmr_hmq\",\n    \"nmr_omg\",\n    \"nmr_strat\",\n    \"nmr_trst\",\n    \"nmr_xem\",\n    \"nmr_zrx\",\n    \"nmr_usdt\",\n    \"nmr_maid\",\n    \"nmr_amp\",\n    \"nmr_powr\",\n    \"nmr_rcn\",\n    \"nmr_vib\",\n    \"nmr_dnt\",\n    \"nmr_qtum\",\n    \"nmr_stx\",\n    \"nmr_dcn\",\n    \"nmr_ngc\",\n    \"nmr_trx\",\n    \"nmr_kmd\",\n    \"nmr_lrc\",\n    \"nmr_brd\",\n    \"nmr_zen\",\n    \"nmr_mana\",\n    \"nmr_ark\",\n    \"nmr_xzc\",\n    \"nmr_tusd\",\n    \"nmr_wtc\",\n    \"nmr_abyss\",\n    \"nmr_zap\",\n    \"nmr_aion\",\n    \"nmr_smart\",\n    \"nmr_nexo\",\n    \"nmr_xlm\",\n    \"nmr_grs\",\n    \"nmr_enj\",\n    \"nmr_betr\",\n    \"nmr_poly\",\n    \"nmr_ppt\",\n    \"nmr_knc\",\n    \"nmr_bkx\",\n    \"nmr_bcd\",\n    \"nmr_tel\",\n    \"nmr_dai\",\n    \"nmr_mkr\",\n    \"nmr_link\",\n    \"nmr_r\",\n    \"nmr_gas\",\n    \"nmr_proc\",\n    \"nmr_pax\",\n    \"nmr_bsv\",\n    \"nmr_usdc\",\n    \"nmr_nim\",\n    \"nmr_pma\",\n    \"nmr_dgtx\",\n    \"nmr_gusd\",\n    \"nmr_eurs\",\n    \"nmr_vet\",\n    \"nmr_btt\",\n    \"nmr_fet\",\n    \"nmr_ht\",\n    \"nmr_bdg\",\n    \"nmr_atom\",\n    \"nmr_plr\",\n    \"nmr_phb\",\n    \"ptoy_ant\",\n    \"ptoy_bat\",\n    \"ptoy_ardr\",\n    \"ptoy_bch\",\n    \"ptoy_btg\",\n    \"ptoy_bnt\",\n    \"ptoy_btc\",\n    \"ptoy_eos\",\n    \"ptoy_fun\",\n    \"ptoy_gnt\",\n    \"ptoy_lsk\",\n    \"ptoy_rlc\",\n    \"ptoy_xrp\",\n    \"ptoy_dgb\",\n    \"ptoy_ltc\",\n    \"ptoy_nmr\",\n    \"ptoy_storj\",\n    \"ptoy_cvc\",\n    \"ptoy_edg\",\n    \"ptoy_gno\",\n    \"ptoy_neo\",\n    \"ptoy_pay\",\n    \"ptoy_rep\",\n    \"ptoy_swt\",\n    \"ptoy_waves\",\n    \"ptoy_xmr\",\n    \"ptoy_dash\",\n    \"ptoy_dgd\",\n    \"ptoy_eth\",\n    \"ptoy_gup\",\n    \"ptoy_nxt\",\n    \"ptoy_zec\",\n    \"ptoy_dcr\",\n    \"ptoy_doge\",\n    \"ptoy_hmq\",\n    \"ptoy_omg\",\n    \"ptoy_strat\",\n    \"ptoy_trst\",\n    \"ptoy_xem\",\n    \"ptoy_zrx\",\n    \"ptoy_usdt\",\n    \"ptoy_maid\",\n    \"ptoy_amp\",\n    \"ptoy_powr\",\n    \"ptoy_rcn\",\n    \"ptoy_vib\",\n    \"ptoy_dnt\",\n    \"ptoy_qtum\",\n    \"ptoy_stx\",\n    \"ptoy_dcn\",\n    \"ptoy_ngc\",\n    \"ptoy_trx\",\n    \"ptoy_kmd\",\n    \"ptoy_lrc\",\n    \"ptoy_brd\",\n    \"ptoy_zen\",\n    \"ptoy_mana\",\n    \"ptoy_ark\",\n    \"ptoy_xzc\",\n    \"ptoy_tusd\",\n    \"ptoy_wtc\",\n    \"ptoy_abyss\",\n    \"ptoy_zap\",\n    \"ptoy_aion\",\n    \"ptoy_smart\",\n    \"ptoy_nexo\",\n    \"ptoy_xlm\",\n    \"ptoy_grs\",\n    \"ptoy_enj\",\n    \"ptoy_betr\",\n    \"ptoy_poly\",\n    \"ptoy_ppt\",\n    \"ptoy_knc\",\n    \"ptoy_bkx\",\n    \"ptoy_bcd\",\n    \"ptoy_tel\",\n    \"ptoy_dai\",\n    \"ptoy_mkr\",\n    \"ptoy_link\",\n    \"ptoy_r\",\n    \"ptoy_gas\",\n    \"ptoy_proc\",\n    \"ptoy_pax\",\n    \"ptoy_bsv\",\n    \"ptoy_usdc\",\n    \"ptoy_nim\",\n    \"ptoy_pma\",\n    \"ptoy_dgtx\",\n    \"ptoy_gusd\",\n    \"ptoy_eurs\",\n    \"ptoy_vet\",\n    \"ptoy_btt\",\n    \"ptoy_fet\",\n    \"ptoy_ht\",\n    \"ptoy_bdg\",\n    \"ptoy_atom\",\n    \"ptoy_plr\",\n    \"ptoy_phb\",\n    \"storj_ant\",\n    \"storj_bat\",\n    \"storj_ardr\",\n    \"storj_bch\",\n    \"storj_btg\",\n    \"storj_bnt\",\n    \"storj_btc\",\n    \"storj_eos\",\n    \"storj_fun\",\n    \"storj_gnt\",\n    \"storj_lsk\",\n    \"storj_rlc\",\n    \"storj_xrp\",\n    \"storj_dgb\",\n    \"storj_ltc\",\n    \"storj_nmr\",\n    \"storj_ptoy\",\n    \"storj_cvc\",\n    \"storj_edg\",\n    \"storj_gno\",\n    \"storj_neo\",\n    \"storj_pay\",\n    \"storj_rep\",\n    \"storj_swt\",\n    \"storj_waves\",\n    \"storj_xmr\",\n    \"storj_dash\",\n    \"storj_dgd\",\n    \"storj_eth\",\n    \"storj_gup\",\n    \"storj_nxt\",\n    \"storj_zec\",\n    \"storj_dcr\",\n    \"storj_doge\",\n    \"storj_hmq\",\n    \"storj_omg\",\n    \"storj_strat\",\n    \"storj_trst\",\n    \"storj_xem\",\n    \"storj_zrx\",\n    \"storj_usdt\",\n    \"storj_maid\",\n    \"storj_amp\",\n    \"storj_powr\",\n    \"storj_rcn\",\n    \"storj_vib\",\n    \"storj_dnt\",\n    \"storj_qtum\",\n    \"storj_stx\",\n    \"storj_dcn\",\n    \"storj_ngc\",\n    \"storj_trx\",\n    \"storj_kmd\",\n    \"storj_lrc\",\n    \"storj_brd\",\n    \"storj_zen\",\n    \"storj_mana\",\n    \"storj_ark\",\n    \"storj_xzc\",\n    \"storj_tusd\",\n    \"storj_wtc\",\n    \"storj_abyss\",\n    \"storj_zap\",\n    \"storj_aion\",\n    \"storj_smart\",\n    \"storj_nexo\",\n    \"storj_xlm\",\n    \"storj_grs\",\n    \"storj_enj\",\n    \"storj_betr\",\n    \"storj_poly\",\n    \"storj_ppt\",\n    \"storj_knc\",\n    \"storj_bkx\",\n    \"storj_bcd\",\n    \"storj_tel\",\n    \"storj_dai\",\n    \"storj_mkr\",\n    \"storj_link\",\n    \"storj_r\",\n    \"storj_gas\",\n    \"storj_proc\",\n    \"storj_pax\",\n    \"storj_bsv\",\n    \"storj_usdc\",\n    \"storj_nim\",\n    \"storj_pma\",\n    \"storj_dgtx\",\n    \"storj_gusd\",\n    \"storj_eurs\",\n    \"storj_vet\",\n    \"storj_btt\",\n    \"storj_fet\",\n    \"storj_ht\",\n    \"storj_bdg\",\n    \"storj_atom\",\n    \"storj_plr\",\n    \"storj_phb\",\n    \"cvc_ant\",\n    \"cvc_bat\",\n    \"cvc_ardr\",\n    \"cvc_bch\",\n    \"cvc_btg\",\n    \"cvc_bnt\",\n    \"cvc_btc\",\n    \"cvc_eos\",\n    \"cvc_fun\",\n    \"cvc_gnt\",\n    \"cvc_lsk\",\n    \"cvc_rlc\",\n    \"cvc_xrp\",\n    \"cvc_dgb\",\n    \"cvc_ltc\",\n    \"cvc_nmr\",\n    \"cvc_ptoy\",\n    \"cvc_storj\",\n    \"cvc_edg\",\n    \"cvc_gno\",\n    \"cvc_neo\",\n    \"cvc_pay\",\n    \"cvc_rep\",\n    \"cvc_swt\",\n    \"cvc_waves\",\n    \"cvc_xmr\",\n    \"cvc_dash\",\n    \"cvc_dgd\",\n    \"cvc_eth\",\n    \"cvc_gup\",\n    \"cvc_nxt\",\n    \"cvc_zec\",\n    \"cvc_dcr\",\n    \"cvc_doge\",\n    \"cvc_hmq\",\n    \"cvc_omg\",\n    \"cvc_strat\",\n    \"cvc_trst\",\n    \"cvc_xem\",\n    \"cvc_zrx\",\n    \"cvc_usdt\",\n    \"cvc_maid\",\n    \"cvc_amp\",\n    \"cvc_powr\",\n    \"cvc_rcn\",\n    \"cvc_vib\",\n    \"cvc_dnt\",\n    \"cvc_qtum\",\n    \"cvc_stx\",\n    \"cvc_dcn\",\n    \"cvc_ngc\",\n    \"cvc_trx\",\n    \"cvc_kmd\",\n    \"cvc_lrc\",\n    \"cvc_brd\",\n    \"cvc_zen\",\n    \"cvc_mana\",\n    \"cvc_ark\",\n    \"cvc_xzc\",\n    \"cvc_tusd\",\n    \"cvc_wtc\",\n    \"cvc_abyss\",\n    \"cvc_zap\",\n    \"cvc_aion\",\n    \"cvc_smart\",\n    \"cvc_nexo\",\n    \"cvc_xlm\",\n    \"cvc_grs\",\n    \"cvc_enj\",\n    \"cvc_betr\",\n    \"cvc_poly\",\n    \"cvc_ppt\",\n    \"cvc_knc\",\n    \"cvc_bkx\",\n    \"cvc_bcd\",\n    \"cvc_tel\",\n    \"cvc_dai\",\n    \"cvc_mkr\",\n    \"cvc_link\",\n    \"cvc_r\",\n    \"cvc_gas\",\n    \"cvc_proc\",\n    \"cvc_pax\",\n    \"cvc_bsv\",\n    \"cvc_usdc\",\n    \"cvc_nim\",\n    \"cvc_pma\",\n    \"cvc_dgtx\",\n    \"cvc_gusd\",\n    \"cvc_eurs\",\n    \"cvc_vet\",\n    \"cvc_btt\",\n    \"cvc_fet\",\n    \"cvc_ht\",\n    \"cvc_bdg\",\n    \"cvc_atom\",\n    \"cvc_plr\",\n    \"cvc_phb\",\n    \"edg_ant\",\n    \"edg_bat\",\n    \"edg_ardr\",\n    \"edg_bch\",\n    \"edg_btg\",\n    \"edg_bnt\",\n    \"edg_btc\",\n    \"edg_eos\",\n    \"edg_fun\",\n    \"edg_gnt\",\n    \"edg_lsk\",\n    \"edg_rlc\",\n    \"edg_xrp\",\n    \"edg_dgb\",\n    \"edg_ltc\",\n    \"edg_nmr\",\n    \"edg_ptoy\",\n    \"edg_storj\",\n    \"edg_cvc\",\n    \"edg_gno\",\n    \"edg_neo\",\n    \"edg_pay\",\n    \"edg_rep\",\n    \"edg_swt\",\n    \"edg_waves\",\n    \"edg_xmr\",\n    \"edg_dash\",\n    \"edg_dgd\",\n    \"edg_eth\",\n    \"edg_gup\",\n    \"edg_nxt\",\n    \"edg_zec\",\n    \"edg_dcr\",\n    \"edg_doge\",\n    \"edg_hmq\",\n    \"edg_omg\",\n    \"edg_strat\",\n    \"edg_trst\",\n    \"edg_xem\",\n    \"edg_zrx\",\n    \"edg_usdt\",\n    \"edg_maid\",\n    \"edg_amp\",\n    \"edg_powr\",\n    \"edg_rcn\",\n    \"edg_vib\",\n    \"edg_dnt\",\n    \"edg_qtum\",\n    \"edg_stx\",\n    \"edg_dcn\",\n    \"edg_ngc\",\n    \"edg_trx\",\n    \"edg_kmd\",\n    \"edg_lrc\",\n    \"edg_brd\",\n    \"edg_zen\",\n    \"edg_mana\",\n    \"edg_ark\",\n    \"edg_xzc\",\n    \"edg_tusd\",\n    \"edg_wtc\",\n    \"edg_abyss\",\n    \"edg_zap\",\n    \"edg_aion\",\n    \"edg_smart\",\n    \"edg_nexo\",\n    \"edg_xlm\",\n    \"edg_grs\",\n    \"edg_enj\",\n    \"edg_betr\",\n    \"edg_poly\",\n    \"edg_ppt\",\n    \"edg_knc\",\n    \"edg_bkx\",\n    \"edg_bcd\",\n    \"edg_tel\",\n    \"edg_dai\",\n    \"edg_mkr\",\n    \"edg_link\",\n    \"edg_r\",\n    \"edg_gas\",\n    \"edg_proc\",\n    \"edg_pax\",\n    \"edg_bsv\",\n    \"edg_usdc\",\n    \"edg_nim\",\n    \"edg_pma\",\n    \"edg_dgtx\",\n    \"edg_gusd\",\n    \"edg_eurs\",\n    \"edg_vet\",\n    \"edg_btt\",\n    \"edg_fet\",\n    \"edg_ht\",\n    \"edg_bdg\",\n    \"edg_atom\",\n    \"edg_plr\",\n    \"edg_phb\",\n    \"gno_ant\",\n    \"gno_bat\",\n    \"gno_ardr\",\n    \"gno_bch\",\n    \"gno_btg\",\n    \"gno_bnt\",\n    \"gno_btc\",\n    \"gno_eos\",\n    \"gno_fun\",\n    \"gno_gnt\",\n    \"gno_lsk\",\n    \"gno_rlc\",\n    \"gno_xrp\",\n    \"gno_dgb\",\n    \"gno_ltc\",\n    \"gno_nmr\",\n    \"gno_ptoy\",\n    \"gno_storj\",\n    \"gno_cvc\",\n    \"gno_edg\",\n    \"gno_neo\",\n    \"gno_pay\",\n    \"gno_rep\",\n    \"gno_swt\",\n    \"gno_waves\",\n    \"gno_xmr\",\n    \"gno_dash\",\n    \"gno_dgd\",\n    \"gno_eth\",\n    \"gno_gup\",\n    \"gno_nxt\",\n    \"gno_zec\",\n    \"gno_dcr\",\n    \"gno_doge\",\n    \"gno_hmq\",\n    \"gno_omg\",\n    \"gno_strat\",\n    \"gno_trst\",\n    \"gno_xem\",\n    \"gno_zrx\",\n    \"gno_usdt\",\n    \"gno_maid\",\n    \"gno_amp\",\n    \"gno_powr\",\n    \"gno_rcn\",\n    \"gno_vib\",\n    \"gno_dnt\",\n    \"gno_qtum\",\n    \"gno_stx\",\n    \"gno_dcn\",\n    \"gno_ngc\",\n    \"gno_trx\",\n    \"gno_kmd\",\n    \"gno_lrc\",\n    \"gno_brd\",\n    \"gno_zen\",\n    \"gno_mana\",\n    \"gno_ark\",\n    \"gno_xzc\",\n    \"gno_tusd\",\n    \"gno_wtc\",\n    \"gno_abyss\",\n    \"gno_zap\",\n    \"gno_aion\",\n    \"gno_smart\",\n    \"gno_nexo\",\n    \"gno_xlm\",\n    \"gno_grs\",\n    \"gno_enj\",\n    \"gno_betr\",\n    \"gno_poly\",\n    \"gno_ppt\",\n    \"gno_knc\",\n    \"gno_bkx\",\n    \"gno_bcd\",\n    \"gno_tel\",\n    \"gno_dai\",\n    \"gno_mkr\",\n    \"gno_link\",\n    \"gno_r\",\n    \"gno_gas\",\n    \"gno_proc\",\n    \"gno_pax\",\n    \"gno_bsv\",\n    \"gno_usdc\",\n    \"gno_nim\",\n    \"gno_pma\",\n    \"gno_dgtx\",\n    \"gno_gusd\",\n    \"gno_eurs\",\n    \"gno_vet\",\n    \"gno_btt\",\n    \"gno_fet\",\n    \"gno_ht\",\n    \"gno_bdg\",\n    \"gno_atom\",\n    \"gno_plr\",\n    \"gno_phb\",\n    \"neo_ant\",\n    \"neo_bat\",\n    \"neo_ardr\",\n    \"neo_bch\",\n    \"neo_btg\",\n    \"neo_bnt\",\n    \"neo_btc\",\n    \"neo_eos\",\n    \"neo_fun\",\n    \"neo_gnt\",\n    \"neo_lsk\",\n    \"neo_rlc\",\n    \"neo_xrp\",\n    \"neo_dgb\",\n    \"neo_ltc\",\n    \"neo_nmr\",\n    \"neo_ptoy\",\n    \"neo_storj\",\n    \"neo_cvc\",\n    \"neo_edg\",\n    \"neo_gno\",\n    \"neo_pay\",\n    \"neo_rep\",\n    \"neo_swt\",\n    \"neo_waves\",\n    \"neo_xmr\",\n    \"neo_dash\",\n    \"neo_dgd\",\n    \"neo_eth\",\n    \"neo_gup\",\n    \"neo_nxt\",\n    \"neo_zec\",\n    \"neo_dcr\",\n    \"neo_doge\",\n    \"neo_hmq\",\n    \"neo_omg\",\n    \"neo_strat\",\n    \"neo_trst\",\n    \"neo_xem\",\n    \"neo_zrx\",\n    \"neo_usdt\",\n    \"neo_maid\",\n    \"neo_amp\",\n    \"neo_powr\",\n    \"neo_rcn\",\n    \"neo_vib\",\n    \"neo_dnt\",\n    \"neo_qtum\",\n    \"neo_stx\",\n    \"neo_dcn\",\n    \"neo_ngc\",\n    \"neo_trx\",\n    \"neo_kmd\",\n    \"neo_lrc\",\n    \"neo_brd\",\n    \"neo_zen\",\n    \"neo_mana\",\n    \"neo_ark\",\n    \"neo_xzc\",\n    \"neo_tusd\",\n    \"neo_wtc\",\n    \"neo_abyss\",\n    \"neo_zap\",\n    \"neo_aion\",\n    \"neo_smart\",\n    \"neo_nexo\",\n    \"neo_xlm\",\n    \"neo_grs\",\n    \"neo_enj\",\n    \"neo_betr\",\n    \"neo_poly\",\n    \"neo_ppt\",\n    \"neo_knc\",\n    \"neo_bkx\",\n    \"neo_bcd\",\n    \"neo_tel\",\n    \"neo_dai\",\n    \"neo_mkr\",\n    \"neo_link\",\n    \"neo_r\",\n    \"neo_gas\",\n    \"neo_proc\",\n    \"neo_pax\",\n    \"neo_bsv\",\n    \"neo_usdc\",\n    \"neo_nim\",\n    \"neo_pma\",\n    \"neo_dgtx\",\n    \"neo_gusd\",\n    \"neo_eurs\",\n    \"neo_vet\",\n    \"neo_btt\",\n    \"neo_fet\",\n    \"neo_ht\",\n    \"neo_bdg\",\n    \"neo_atom\",\n    \"neo_plr\",\n    \"neo_phb\",\n    \"pay_ant\",\n    \"pay_bat\",\n    \"pay_ardr\",\n    \"pay_bch\",\n    \"pay_btg\",\n    \"pay_bnt\",\n    \"pay_btc\",\n    \"pay_eos\",\n    \"pay_fun\",\n    \"pay_gnt\",\n    \"pay_lsk\",\n    \"pay_rlc\",\n    \"pay_xrp\",\n    \"pay_dgb\",\n    \"pay_ltc\",\n    \"pay_nmr\",\n    \"pay_ptoy\",\n    \"pay_storj\",\n    \"pay_cvc\",\n    \"pay_edg\",\n    \"pay_gno\",\n    \"pay_neo\",\n    \"pay_rep\",\n    \"pay_swt\",\n    \"pay_waves\",\n    \"pay_xmr\",\n    \"pay_dash\",\n    \"pay_dgd\",\n    \"pay_eth\",\n    \"pay_gup\",\n    \"pay_nxt\",\n    \"pay_zec\",\n    \"pay_dcr\",\n    \"pay_doge\",\n    \"pay_hmq\",\n    \"pay_omg\",\n    \"pay_strat\",\n    \"pay_trst\",\n    \"pay_xem\",\n    \"pay_zrx\",\n    \"pay_usdt\",\n    \"pay_maid\",\n    \"pay_amp\",\n    \"pay_powr\",\n    \"pay_rcn\",\n    \"pay_vib\",\n    \"pay_dnt\",\n    \"pay_qtum\",\n    \"pay_stx\",\n    \"pay_dcn\",\n    \"pay_ngc\",\n    \"pay_trx\",\n    \"pay_kmd\",\n    \"pay_lrc\",\n    \"pay_brd\",\n    \"pay_zen\",\n    \"pay_mana\",\n    \"pay_ark\",\n    \"pay_xzc\",\n    \"pay_tusd\",\n    \"pay_wtc\",\n    \"pay_abyss\",\n    \"pay_zap\",\n    \"pay_aion\",\n    \"pay_smart\",\n    \"pay_nexo\",\n    \"pay_xlm\",\n    \"pay_grs\",\n    \"pay_enj\",\n    \"pay_betr\",\n    \"pay_poly\",\n    \"pay_ppt\",\n    \"pay_knc\",\n    \"pay_bkx\",\n    \"pay_bcd\",\n    \"pay_tel\",\n    \"pay_dai\",\n    \"pay_mkr\",\n    \"pay_link\",\n    \"pay_r\",\n    \"pay_gas\",\n    \"pay_proc\",\n    \"pay_pax\",\n    \"pay_bsv\",\n    \"pay_usdc\",\n    \"pay_nim\",\n    \"pay_pma\",\n    \"pay_dgtx\",\n    \"pay_gusd\",\n    \"pay_eurs\",\n    \"pay_vet\",\n    \"pay_btt\",\n    \"pay_fet\",\n    \"pay_ht\",\n    \"pay_bdg\",\n    \"pay_atom\",\n    \"pay_plr\",\n    \"pay_phb\",\n    \"rep_ant\",\n    \"rep_bat\",\n    \"rep_ardr\",\n    \"rep_bch\",\n    \"rep_btg\",\n    \"rep_bnt\",\n    \"rep_btc\",\n    \"rep_eos\",\n    \"rep_fun\",\n    \"rep_gnt\",\n    \"rep_lsk\",\n    \"rep_rlc\",\n    \"rep_xrp\",\n    \"rep_dgb\",\n    \"rep_ltc\",\n    \"rep_nmr\",\n    \"rep_ptoy\",\n    \"rep_storj\",\n    \"rep_cvc\",\n    \"rep_edg\",\n    \"rep_gno\",\n    \"rep_neo\",\n    \"rep_pay\",\n    \"rep_swt\",\n    \"rep_waves\",\n    \"rep_xmr\",\n    \"rep_dash\",\n    \"rep_dgd\",\n    \"rep_eth\",\n    \"rep_gup\",\n    \"rep_nxt\",\n    \"rep_zec\",\n    \"rep_dcr\",\n    \"rep_doge\",\n    \"rep_hmq\",\n    \"rep_omg\",\n    \"rep_strat\",\n    \"rep_trst\",\n    \"rep_xem\",\n    \"rep_zrx\",\n    \"rep_usdt\",\n    \"rep_maid\",\n    \"rep_amp\",\n    \"rep_powr\",\n    \"rep_rcn\",\n    \"rep_vib\",\n    \"rep_dnt\",\n    \"rep_qtum\",\n    \"rep_stx\",\n    \"rep_dcn\",\n    \"rep_ngc\",\n    \"rep_trx\",\n    \"rep_kmd\",\n    \"rep_lrc\",\n    \"rep_brd\",\n    \"rep_zen\",\n    \"rep_mana\",\n    \"rep_ark\",\n    \"rep_xzc\",\n    \"rep_tusd\",\n    \"rep_wtc\",\n    \"rep_abyss\",\n    \"rep_zap\",\n    \"rep_aion\",\n    \"rep_smart\",\n    \"rep_nexo\",\n    \"rep_xlm\",\n    \"rep_grs\",\n    \"rep_enj\",\n    \"rep_betr\",\n    \"rep_poly\",\n    \"rep_ppt\",\n    \"rep_knc\",\n    \"rep_bkx\",\n    \"rep_bcd\",\n    \"rep_tel\",\n    \"rep_dai\",\n    \"rep_mkr\",\n    \"rep_link\",\n    \"rep_r\",\n    \"rep_gas\",\n    \"rep_proc\",\n    \"rep_pax\",\n    \"rep_bsv\",\n    \"rep_usdc\",\n    \"rep_nim\",\n    \"rep_pma\",\n    \"rep_dgtx\",\n    \"rep_gusd\",\n    \"rep_eurs\",\n    \"rep_vet\",\n    \"rep_btt\",\n    \"rep_fet\",\n    \"rep_ht\",\n    \"rep_bdg\",\n    \"rep_atom\",\n    \"rep_plr\",\n    \"rep_phb\",\n    \"swt_ant\",\n    \"swt_bat\",\n    \"swt_ardr\",\n    \"swt_bch\",\n    \"swt_btg\",\n    \"swt_bnt\",\n    \"swt_btc\",\n    \"swt_eos\",\n    \"swt_fun\",\n    \"swt_gnt\",\n    \"swt_lsk\",\n    \"swt_rlc\",\n    \"swt_xrp\",\n    \"swt_dgb\",\n    \"swt_ltc\",\n    \"swt_nmr\",\n    \"swt_ptoy\",\n    \"swt_storj\",\n    \"swt_cvc\",\n    \"swt_edg\",\n    \"swt_gno\",\n    \"swt_neo\",\n    \"swt_pay\",\n    \"swt_rep\",\n    \"swt_waves\",\n    \"swt_xmr\",\n    \"swt_dash\",\n    \"swt_dgd\",\n    \"swt_eth\",\n    \"swt_gup\",\n    \"swt_nxt\",\n    \"swt_zec\",\n    \"swt_dcr\",\n    \"swt_doge\",\n    \"swt_hmq\",\n    \"swt_omg\",\n    \"swt_strat\",\n    \"swt_trst\",\n    \"swt_xem\",\n    \"swt_zrx\",\n    \"swt_usdt\",\n    \"swt_maid\",\n    \"swt_amp\",\n    \"swt_powr\",\n    \"swt_rcn\",\n    \"swt_vib\",\n    \"swt_dnt\",\n    \"swt_qtum\",\n    \"swt_stx\",\n    \"swt_dcn\",\n    \"swt_ngc\",\n    \"swt_trx\",\n    \"swt_kmd\",\n    \"swt_lrc\",\n    \"swt_brd\",\n    \"swt_zen\",\n    \"swt_mana\",\n    \"swt_ark\",\n    \"swt_xzc\",\n    \"swt_tusd\",\n    \"swt_wtc\",\n    \"swt_abyss\",\n    \"swt_zap\",\n    \"swt_aion\",\n    \"swt_smart\",\n    \"swt_nexo\",\n    \"swt_xlm\",\n    \"swt_grs\",\n    \"swt_enj\",\n    \"swt_betr\",\n    \"swt_poly\",\n    \"swt_ppt\",\n    \"swt_knc\",\n    \"swt_bkx\",\n    \"swt_bcd\",\n    \"swt_tel\",\n    \"swt_dai\",\n    \"swt_mkr\",\n    \"swt_link\",\n    \"swt_r\",\n    \"swt_gas\",\n    \"swt_proc\",\n    \"swt_pax\",\n    \"swt_bsv\",\n    \"swt_usdc\",\n    \"swt_nim\",\n    \"swt_pma\",\n    \"swt_dgtx\",\n    \"swt_gusd\",\n    \"swt_eurs\",\n    \"swt_vet\",\n    \"swt_btt\",\n    \"swt_fet\",\n    \"swt_ht\",\n    \"swt_bdg\",\n    \"swt_atom\",\n    \"swt_plr\",\n    \"swt_phb\",\n    \"waves_ant\",\n    \"waves_bat\",\n    \"waves_ardr\",\n    \"waves_bch\",\n    \"waves_btg\",\n    \"waves_bnt\",\n    \"waves_btc\",\n    \"waves_eos\",\n    \"waves_fun\",\n    \"waves_gnt\",\n    \"waves_lsk\",\n    \"waves_rlc\",\n    \"waves_xrp\",\n    \"waves_dgb\",\n    \"waves_ltc\",\n    \"waves_nmr\",\n    \"waves_ptoy\",\n    \"waves_storj\",\n    \"waves_cvc\",\n    \"waves_edg\",\n    \"waves_gno\",\n    \"waves_neo\",\n    \"waves_pay\",\n    \"waves_rep\",\n    \"waves_swt\",\n    \"waves_xmr\",\n    \"waves_dash\",\n    \"waves_dgd\",\n    \"waves_eth\",\n    \"waves_gup\",\n    \"waves_nxt\",\n    \"waves_zec\",\n    \"waves_dcr\",\n    \"waves_doge\",\n    \"waves_hmq\",\n    \"waves_omg\",\n    \"waves_strat\",\n    \"waves_trst\",\n    \"waves_xem\",\n    \"waves_zrx\",\n    \"waves_usdt\",\n    \"waves_maid\",\n    \"waves_amp\",\n    \"waves_powr\",\n    \"waves_rcn\",\n    \"waves_vib\",\n    \"waves_dnt\",\n    \"waves_qtum\",\n    \"waves_stx\",\n    \"waves_dcn\",\n    \"waves_ngc\",\n    \"waves_trx\",\n    \"waves_kmd\",\n    \"waves_lrc\",\n    \"waves_brd\",\n    \"waves_zen\",\n    \"waves_mana\",\n    \"waves_ark\",\n    \"waves_xzc\",\n    \"waves_tusd\",\n    \"waves_wtc\",\n    \"waves_abyss\",\n    \"waves_zap\",\n    \"waves_aion\",\n    \"waves_smart\",\n    \"waves_nexo\",\n    \"waves_xlm\",\n    \"waves_grs\",\n    \"waves_enj\",\n    \"waves_betr\",\n    \"waves_poly\",\n    \"waves_ppt\",\n    \"waves_knc\",\n    \"waves_bkx\",\n    \"waves_bcd\",\n    \"waves_tel\",\n    \"waves_dai\",\n    \"waves_mkr\",\n    \"waves_link\",\n    \"waves_r\",\n    \"waves_gas\",\n    \"waves_proc\",\n    \"waves_pax\",\n    \"waves_bsv\",\n    \"waves_usdc\",\n    \"waves_nim\",\n    \"waves_pma\",\n    \"waves_dgtx\",\n    \"waves_gusd\",\n    \"waves_eurs\",\n    \"waves_vet\",\n    \"waves_btt\",\n    \"waves_fet\",\n    \"waves_ht\",\n    \"waves_bdg\",\n    \"waves_atom\",\n    \"waves_plr\",\n    \"waves_phb\",\n    \"xmr_ant\",\n    \"xmr_bat\",\n    \"xmr_ardr\",\n    \"xmr_bch\",\n    \"xmr_btg\",\n    \"xmr_bnt\",\n    \"xmr_btc\",\n    \"xmr_eos\",\n    \"xmr_fun\",\n    \"xmr_gnt\",\n    \"xmr_lsk\",\n    \"xmr_rlc\",\n    \"xmr_xrp\",\n    \"xmr_dgb\",\n    \"xmr_ltc\",\n    \"xmr_nmr\",\n    \"xmr_ptoy\",\n    \"xmr_storj\",\n    \"xmr_cvc\",\n    \"xmr_edg\",\n    \"xmr_gno\",\n    \"xmr_neo\",\n    \"xmr_pay\",\n    \"xmr_rep\",\n    \"xmr_swt\",\n    \"xmr_waves\",\n    \"xmr_dash\",\n    \"xmr_dgd\",\n    \"xmr_eth\",\n    \"xmr_gup\",\n    \"xmr_nxt\",\n    \"xmr_zec\",\n    \"xmr_dcr\",\n    \"xmr_doge\",\n    \"xmr_hmq\",\n    \"xmr_omg\",\n    \"xmr_strat\",\n    \"xmr_trst\",\n    \"xmr_xem\",\n    \"xmr_zrx\",\n    \"xmr_usdt\",\n    \"xmr_maid\",\n    \"xmr_amp\",\n    \"xmr_powr\",\n    \"xmr_rcn\",\n    \"xmr_vib\",\n    \"xmr_dnt\",\n    \"xmr_qtum\",\n    \"xmr_stx\",\n    \"xmr_dcn\",\n    \"xmr_ngc\",\n    \"xmr_trx\",\n    \"xmr_kmd\",\n    \"xmr_lrc\",\n    \"xmr_brd\",\n    \"xmr_zen\",\n    \"xmr_mana\",\n    \"xmr_ark\",\n    \"xmr_xzc\",\n    \"xmr_tusd\",\n    \"xmr_wtc\",\n    \"xmr_abyss\",\n    \"xmr_zap\",\n    \"xmr_aion\",\n    \"xmr_smart\",\n    \"xmr_nexo\",\n    \"xmr_xlm\",\n    \"xmr_grs\",\n    \"xmr_enj\",\n    \"xmr_betr\",\n    \"xmr_poly\",\n    \"xmr_ppt\",\n    \"xmr_knc\",\n    \"xmr_bkx\",\n    \"xmr_bcd\",\n    \"xmr_tel\",\n    \"xmr_dai\",\n    \"xmr_mkr\",\n    \"xmr_link\",\n    \"xmr_r\",\n    \"xmr_gas\",\n    \"xmr_proc\",\n    \"xmr_pax\",\n    \"xmr_bsv\",\n    \"xmr_usdc\",\n    \"xmr_nim\",\n    \"xmr_pma\",\n    \"xmr_dgtx\",\n    \"xmr_gusd\",\n    \"xmr_eurs\",\n    \"xmr_vet\",\n    \"xmr_btt\",\n    \"xmr_fet\",\n    \"xmr_ht\",\n    \"xmr_bdg\",\n    \"xmr_atom\",\n    \"xmr_plr\",\n    \"xmr_phb\",\n    \"dash_ant\",\n    \"dash_bat\",\n    \"dash_ardr\",\n    \"dash_bch\",\n    \"dash_btg\",\n    \"dash_bnt\",\n    \"dash_btc\",\n    \"dash_eos\",\n    \"dash_fun\",\n    \"dash_gnt\",\n    \"dash_lsk\",\n    \"dash_rlc\",\n    \"dash_xrp\",\n    \"dash_dgb\",\n    \"dash_ltc\",\n    \"dash_nmr\",\n    \"dash_ptoy\",\n    \"dash_storj\",\n    \"dash_cvc\",\n    \"dash_edg\",\n    \"dash_gno\",\n    \"dash_neo\",\n    \"dash_pay\",\n    \"dash_rep\",\n    \"dash_swt\",\n    \"dash_waves\",\n    \"dash_xmr\",\n    \"dash_dgd\",\n    \"dash_eth\",\n    \"dash_gup\",\n    \"dash_nxt\",\n    \"dash_zec\",\n    \"dash_dcr\",\n    \"dash_doge\",\n    \"dash_hmq\",\n    \"dash_omg\",\n    \"dash_strat\",\n    \"dash_trst\",\n    \"dash_xem\",\n    \"dash_zrx\",\n    \"dash_usdt\",\n    \"dash_maid\",\n    \"dash_amp\",\n    \"dash_powr\",\n    \"dash_rcn\",\n    \"dash_vib\",\n    \"dash_dnt\",\n    \"dash_qtum\",\n    \"dash_stx\",\n    \"dash_dcn\",\n    \"dash_ngc\",\n    \"dash_trx\",\n    \"dash_kmd\",\n    \"dash_lrc\",\n    \"dash_brd\",\n    \"dash_zen\",\n    \"dash_mana\",\n    \"dash_ark\",\n    \"dash_xzc\",\n    \"dash_tusd\",\n    \"dash_wtc\",\n    \"dash_abyss\",\n    \"dash_zap\",\n    \"dash_aion\",\n    \"dash_smart\",\n    \"dash_nexo\",\n    \"dash_xlm\",\n    \"dash_grs\",\n    \"dash_enj\",\n    \"dash_betr\",\n    \"dash_poly\",\n    \"dash_ppt\",\n    \"dash_knc\",\n    \"dash_bkx\",\n    \"dash_bcd\",\n    \"dash_tel\",\n    \"dash_dai\",\n    \"dash_mkr\",\n    \"dash_link\",\n    \"dash_r\",\n    \"dash_gas\",\n    \"dash_proc\",\n    \"dash_pax\",\n    \"dash_bsv\",\n    \"dash_usdc\",\n    \"dash_nim\",\n    \"dash_pma\",\n    \"dash_dgtx\",\n    \"dash_gusd\",\n    \"dash_eurs\",\n    \"dash_vet\",\n    \"dash_btt\",\n    \"dash_fet\",\n    \"dash_ht\",\n    \"dash_bdg\",\n    \"dash_atom\",\n    \"dash_plr\",\n    \"dash_phb\",\n    \"dgd_ant\",\n    \"dgd_bat\",\n    \"dgd_ardr\",\n    \"dgd_bch\",\n    \"dgd_btg\",\n    \"dgd_bnt\",\n    \"dgd_btc\",\n    \"dgd_eos\",\n    \"dgd_fun\",\n    \"dgd_gnt\",\n    \"dgd_lsk\",\n    \"dgd_rlc\",\n    \"dgd_xrp\",\n    \"dgd_dgb\",\n    \"dgd_ltc\",\n    \"dgd_nmr\",\n    \"dgd_ptoy\",\n    \"dgd_storj\",\n    \"dgd_cvc\",\n    \"dgd_edg\",\n    \"dgd_gno\",\n    \"dgd_neo\",\n    \"dgd_pay\",\n    \"dgd_rep\",\n    \"dgd_swt\",\n    \"dgd_waves\",\n    \"dgd_xmr\",\n    \"dgd_dash\",\n    \"dgd_eth\",\n    \"dgd_gup\",\n    \"dgd_nxt\",\n    \"dgd_zec\",\n    \"dgd_dcr\",\n    \"dgd_doge\",\n    \"dgd_hmq\",\n    \"dgd_omg\",\n    \"dgd_strat\",\n    \"dgd_trst\",\n    \"dgd_xem\",\n    \"dgd_zrx\",\n    \"dgd_usdt\",\n    \"dgd_maid\",\n    \"dgd_amp\",\n    \"dgd_powr\",\n    \"dgd_rcn\",\n    \"dgd_vib\",\n    \"dgd_dnt\",\n    \"dgd_qtum\",\n    \"dgd_stx\",\n    \"dgd_dcn\",\n    \"dgd_ngc\",\n    \"dgd_trx\",\n    \"dgd_kmd\",\n    \"dgd_lrc\",\n    \"dgd_brd\",\n    \"dgd_zen\",\n    \"dgd_mana\",\n    \"dgd_ark\",\n    \"dgd_xzc\",\n    \"dgd_tusd\",\n    \"dgd_wtc\",\n    \"dgd_abyss\",\n    \"dgd_zap\",\n    \"dgd_aion\",\n    \"dgd_smart\",\n    \"dgd_nexo\",\n    \"dgd_xlm\",\n    \"dgd_grs\",\n    \"dgd_enj\",\n    \"dgd_betr\",\n    \"dgd_poly\",\n    \"dgd_ppt\",\n    \"dgd_knc\",\n    \"dgd_bkx\",\n    \"dgd_bcd\",\n    \"dgd_tel\",\n    \"dgd_dai\",\n    \"dgd_mkr\",\n    \"dgd_link\",\n    \"dgd_r\",\n    \"dgd_gas\",\n    \"dgd_proc\",\n    \"dgd_pax\",\n    \"dgd_bsv\",\n    \"dgd_usdc\",\n    \"dgd_nim\",\n    \"dgd_pma\",\n    \"dgd_dgtx\",\n    \"dgd_gusd\",\n    \"dgd_eurs\",\n    \"dgd_vet\",\n    \"dgd_btt\",\n    \"dgd_fet\",\n    \"dgd_ht\",\n    \"dgd_bdg\",\n    \"dgd_atom\",\n    \"dgd_plr\",\n    \"dgd_phb\",\n    \"eth_ant\",\n    \"eth_bat\",\n    \"eth_ardr\",\n    \"eth_bch\",\n    \"eth_btg\",\n    \"eth_bnt\",\n    \"eth_btc\",\n    \"eth_eos\",\n    \"eth_fun\",\n    \"eth_gnt\",\n    \"eth_lsk\",\n    \"eth_rlc\",\n    \"eth_xrp\",\n    \"eth_dgb\",\n    \"eth_ltc\",\n    \"eth_nmr\",\n    \"eth_ptoy\",\n    \"eth_storj\",\n    \"eth_cvc\",\n    \"eth_edg\",\n    \"eth_gno\",\n    \"eth_neo\",\n    \"eth_pay\",\n    \"eth_rep\",\n    \"eth_swt\",\n    \"eth_waves\",\n    \"eth_xmr\",\n    \"eth_dash\",\n    \"eth_dgd\",\n    \"eth_gup\",\n    \"eth_nxt\",\n    \"eth_zec\",\n    \"eth_dcr\",\n    \"eth_doge\",\n    \"eth_hmq\",\n    \"eth_omg\",\n    \"eth_strat\",\n    \"eth_trst\",\n    \"eth_xem\",\n    \"eth_zrx\",\n    \"eth_usdt\",\n    \"eth_maid\",\n    \"eth_amp\",\n    \"eth_powr\",\n    \"eth_rcn\",\n    \"eth_vib\",\n    \"eth_dnt\",\n    \"eth_qtum\",\n    \"eth_stx\",\n    \"eth_dcn\",\n    \"eth_ngc\",\n    \"eth_trx\",\n    \"eth_kmd\",\n    \"eth_lrc\",\n    \"eth_brd\",\n    \"eth_zen\",\n    \"eth_mana\",\n    \"eth_ark\",\n    \"eth_xzc\",\n    \"eth_tusd\",\n    \"eth_wtc\",\n    \"eth_abyss\",\n    \"eth_zap\",\n    \"eth_aion\",\n    \"eth_smart\",\n    \"eth_nexo\",\n    \"eth_xlm\",\n    \"eth_grs\",\n    \"eth_enj\",\n    \"eth_betr\",\n    \"eth_poly\",\n    \"eth_ppt\",\n    \"eth_knc\",\n    \"eth_bkx\",\n    \"eth_bcd\",\n    \"eth_tel\",\n    \"eth_dai\",\n    \"eth_mkr\",\n    \"eth_link\",\n    \"eth_r\",\n    \"eth_gas\",\n    \"eth_proc\",\n    \"eth_pax\",\n    \"eth_bsv\",\n    \"eth_usdc\",\n    \"eth_nim\",\n    \"eth_pma\",\n    \"eth_dgtx\",\n    \"eth_gusd\",\n    \"eth_eurs\",\n    \"eth_vet\",\n    \"eth_btt\",\n    \"eth_fet\",\n    \"eth_ht\",\n    \"eth_bdg\",\n    \"eth_atom\",\n    \"eth_plr\",\n    \"eth_phb\",\n    \"gup_ant\",\n    \"gup_bat\",\n    \"gup_ardr\",\n    \"gup_bch\",\n    \"gup_btg\",\n    \"gup_bnt\",\n    \"gup_btc\",\n    \"gup_eos\",\n    \"gup_fun\",\n    \"gup_gnt\",\n    \"gup_lsk\",\n    \"gup_rlc\",\n    \"gup_xrp\",\n    \"gup_dgb\",\n    \"gup_ltc\",\n    \"gup_nmr\",\n    \"gup_ptoy\",\n    \"gup_storj\",\n    \"gup_cvc\",\n    \"gup_edg\",\n    \"gup_gno\",\n    \"gup_neo\",\n    \"gup_pay\",\n    \"gup_rep\",\n    \"gup_swt\",\n    \"gup_waves\",\n    \"gup_xmr\",\n    \"gup_dash\",\n    \"gup_dgd\",\n    \"gup_eth\",\n    \"gup_nxt\",\n    \"gup_zec\",\n    \"gup_dcr\",\n    \"gup_doge\",\n    \"gup_hmq\",\n    \"gup_omg\",\n    \"gup_strat\",\n    \"gup_trst\",\n    \"gup_xem\",\n    \"gup_zrx\",\n    \"gup_usdt\",\n    \"gup_maid\",\n    \"gup_amp\",\n    \"gup_powr\",\n    \"gup_rcn\",\n    \"gup_vib\",\n    \"gup_dnt\",\n    \"gup_qtum\",\n    \"gup_stx\",\n    \"gup_dcn\",\n    \"gup_ngc\",\n    \"gup_trx\",\n    \"gup_kmd\",\n    \"gup_lrc\",\n    \"gup_brd\",\n    \"gup_zen\",\n    \"gup_mana\",\n    \"gup_ark\",\n    \"gup_xzc\",\n    \"gup_tusd\",\n    \"gup_wtc\",\n    \"gup_abyss\",\n    \"gup_zap\",\n    \"gup_aion\",\n    \"gup_smart\",\n    \"gup_nexo\",\n    \"gup_xlm\",\n    \"gup_grs\",\n    \"gup_enj\",\n    \"gup_betr\",\n    \"gup_poly\",\n    \"gup_ppt\",\n    \"gup_knc\",\n    \"gup_bkx\",\n    \"gup_bcd\",\n    \"gup_tel\",\n    \"gup_dai\",\n    \"gup_mkr\",\n    \"gup_link\",\n    \"gup_r\",\n    \"gup_gas\",\n    \"gup_proc\",\n    \"gup_pax\",\n    \"gup_bsv\",\n    \"gup_usdc\",\n    \"gup_nim\",\n    \"gup_pma\",\n    \"gup_dgtx\",\n    \"gup_gusd\",\n    \"gup_eurs\",\n    \"gup_vet\",\n    \"gup_btt\",\n    \"gup_fet\",\n    \"gup_ht\",\n    \"gup_bdg\",\n    \"gup_atom\",\n    \"gup_plr\",\n    \"gup_phb\",\n    \"nxt_ant\",\n    \"nxt_bat\",\n    \"nxt_ardr\",\n    \"nxt_bch\",\n    \"nxt_btg\",\n    \"nxt_bnt\",\n    \"nxt_btc\",\n    \"nxt_eos\",\n    \"nxt_fun\",\n    \"nxt_gnt\",\n    \"nxt_lsk\",\n    \"nxt_rlc\",\n    \"nxt_xrp\",\n    \"nxt_dgb\",\n    \"nxt_ltc\",\n    \"nxt_nmr\",\n    \"nxt_ptoy\",\n    \"nxt_storj\",\n    \"nxt_cvc\",\n    \"nxt_edg\",\n    \"nxt_gno\",\n    \"nxt_neo\",\n    \"nxt_pay\",\n    \"nxt_rep\",\n    \"nxt_swt\",\n    \"nxt_waves\",\n    \"nxt_xmr\",\n    \"nxt_dash\",\n    \"nxt_dgd\",\n    \"nxt_eth\",\n    \"nxt_gup\",\n    \"nxt_zec\",\n    \"nxt_dcr\",\n    \"nxt_doge\",\n    \"nxt_hmq\",\n    \"nxt_omg\",\n    \"nxt_strat\",\n    \"nxt_trst\",\n    \"nxt_xem\",\n    \"nxt_zrx\",\n    \"nxt_usdt\",\n    \"nxt_maid\",\n    \"nxt_amp\",\n    \"nxt_powr\",\n    \"nxt_rcn\",\n    \"nxt_vib\",\n    \"nxt_dnt\",\n    \"nxt_qtum\",\n    \"nxt_stx\",\n    \"nxt_dcn\",\n    \"nxt_ngc\",\n    \"nxt_trx\",\n    \"nxt_kmd\",\n    \"nxt_lrc\",\n    \"nxt_brd\",\n    \"nxt_zen\",\n    \"nxt_mana\",\n    \"nxt_ark\",\n    \"nxt_xzc\",\n    \"nxt_tusd\",\n    \"nxt_wtc\",\n    \"nxt_abyss\",\n    \"nxt_zap\",\n    \"nxt_aion\",\n    \"nxt_smart\",\n    \"nxt_nexo\",\n    \"nxt_xlm\",\n    \"nxt_grs\",\n    \"nxt_enj\",\n    \"nxt_betr\",\n    \"nxt_poly\",\n    \"nxt_ppt\",\n    \"nxt_knc\",\n    \"nxt_bkx\",\n    \"nxt_bcd\",\n    \"nxt_tel\",\n    \"nxt_dai\",\n    \"nxt_mkr\",\n    \"nxt_link\",\n    \"nxt_r\",\n    \"nxt_gas\",\n    \"nxt_proc\",\n    \"nxt_pax\",\n    \"nxt_bsv\",\n    \"nxt_usdc\",\n    \"nxt_nim\",\n    \"nxt_pma\",\n    \"nxt_dgtx\",\n    \"nxt_gusd\",\n    \"nxt_eurs\",\n    \"nxt_vet\",\n    \"nxt_btt\",\n    \"nxt_fet\",\n    \"nxt_ht\",\n    \"nxt_bdg\",\n    \"nxt_atom\",\n    \"nxt_plr\",\n    \"nxt_phb\",\n    \"zec_ant\",\n    \"zec_bat\",\n    \"zec_ardr\",\n    \"zec_bch\",\n    \"zec_btg\",\n    \"zec_bnt\",\n    \"zec_btc\",\n    \"zec_eos\",\n    \"zec_fun\",\n    \"zec_gnt\",\n    \"zec_lsk\",\n    \"zec_rlc\",\n    \"zec_xrp\",\n    \"zec_dgb\",\n    \"zec_ltc\",\n    \"zec_nmr\",\n    \"zec_ptoy\",\n    \"zec_storj\",\n    \"zec_cvc\",\n    \"zec_edg\",\n    \"zec_gno\",\n    \"zec_neo\",\n    \"zec_pay\",\n    \"zec_rep\",\n    \"zec_swt\",\n    \"zec_waves\",\n    \"zec_xmr\",\n    \"zec_dash\",\n    \"zec_dgd\",\n    \"zec_eth\",\n    \"zec_gup\",\n    \"zec_nxt\",\n    \"zec_dcr\",\n    \"zec_doge\",\n    \"zec_hmq\",\n    \"zec_omg\",\n    \"zec_strat\",\n    \"zec_trst\",\n    \"zec_xem\",\n    \"zec_zrx\",\n    \"zec_usdt\",\n    \"zec_maid\",\n    \"zec_amp\",\n    \"zec_powr\",\n    \"zec_rcn\",\n    \"zec_vib\",\n    \"zec_dnt\",\n    \"zec_qtum\",\n    \"zec_stx\",\n    \"zec_dcn\",\n    \"zec_ngc\",\n    \"zec_trx\",\n    \"zec_kmd\",\n    \"zec_lrc\",\n    \"zec_brd\",\n    \"zec_zen\",\n    \"zec_mana\",\n    \"zec_ark\",\n    \"zec_xzc\",\n    \"zec_tusd\",\n    \"zec_wtc\",\n    \"zec_abyss\",\n    \"zec_zap\",\n    \"zec_aion\",\n    \"zec_smart\",\n    \"zec_nexo\",\n    \"zec_xlm\",\n    \"zec_grs\",\n    \"zec_enj\",\n    \"zec_betr\",\n    \"zec_poly\",\n    \"zec_ppt\",\n    \"zec_knc\",\n    \"zec_bkx\",\n    \"zec_bcd\",\n    \"zec_tel\",\n    \"zec_dai\",\n    \"zec_mkr\",\n    \"zec_link\",\n    \"zec_r\",\n    \"zec_gas\",\n    \"zec_proc\",\n    \"zec_pax\",\n    \"zec_bsv\",\n    \"zec_usdc\",\n    \"zec_nim\",\n    \"zec_pma\",\n    \"zec_dgtx\",\n    \"zec_gusd\",\n    \"zec_eurs\",\n    \"zec_vet\",\n    \"zec_btt\",\n    \"zec_fet\",\n    \"zec_ht\",\n    \"zec_bdg\",\n    \"zec_atom\",\n    \"zec_plr\",\n    \"zec_phb\",\n    \"dcr_ant\",\n    \"dcr_bat\",\n    \"dcr_ardr\",\n    \"dcr_bch\",\n    \"dcr_btg\",\n    \"dcr_bnt\",\n    \"dcr_btc\",\n    \"dcr_eos\",\n    \"dcr_fun\",\n    \"dcr_gnt\",\n    \"dcr_lsk\",\n    \"dcr_rlc\",\n    \"dcr_xrp\",\n    \"dcr_dgb\",\n    \"dcr_ltc\",\n    \"dcr_nmr\",\n    \"dcr_ptoy\",\n    \"dcr_storj\",\n    \"dcr_cvc\",\n    \"dcr_edg\",\n    \"dcr_gno\",\n    \"dcr_neo\",\n    \"dcr_pay\",\n    \"dcr_rep\",\n    \"dcr_swt\",\n    \"dcr_waves\",\n    \"dcr_xmr\",\n    \"dcr_dash\",\n    \"dcr_dgd\",\n    \"dcr_eth\",\n    \"dcr_gup\",\n    \"dcr_nxt\",\n    \"dcr_zec\",\n    \"dcr_doge\",\n    \"dcr_hmq\",\n    \"dcr_omg\",\n    \"dcr_strat\",\n    \"dcr_trst\",\n    \"dcr_xem\",\n    \"dcr_zrx\",\n    \"dcr_usdt\",\n    \"dcr_maid\",\n    \"dcr_amp\",\n    \"dcr_powr\",\n    \"dcr_rcn\",\n    \"dcr_vib\",\n    \"dcr_dnt\",\n    \"dcr_qtum\",\n    \"dcr_stx\",\n    \"dcr_dcn\",\n    \"dcr_ngc\",\n    \"dcr_trx\",\n    \"dcr_kmd\",\n    \"dcr_lrc\",\n    \"dcr_brd\",\n    \"dcr_zen\",\n    \"dcr_mana\",\n    \"dcr_ark\",\n    \"dcr_xzc\",\n    \"dcr_tusd\",\n    \"dcr_wtc\",\n    \"dcr_abyss\",\n    \"dcr_zap\",\n    \"dcr_aion\",\n    \"dcr_smart\",\n    \"dcr_nexo\",\n    \"dcr_xlm\",\n    \"dcr_grs\",\n    \"dcr_enj\",\n    \"dcr_betr\",\n    \"dcr_poly\",\n    \"dcr_ppt\",\n    \"dcr_knc\",\n    \"dcr_bkx\",\n    \"dcr_bcd\",\n    \"dcr_tel\",\n    \"dcr_dai\",\n    \"dcr_mkr\",\n    \"dcr_link\",\n    \"dcr_r\",\n    \"dcr_gas\",\n    \"dcr_proc\",\n    \"dcr_pax\",\n    \"dcr_bsv\",\n    \"dcr_usdc\",\n    \"dcr_nim\",\n    \"dcr_pma\",\n    \"dcr_dgtx\",\n    \"dcr_gusd\",\n    \"dcr_eurs\",\n    \"dcr_vet\",\n    \"dcr_btt\",\n    \"dcr_fet\",\n    \"dcr_ht\",\n    \"dcr_bdg\",\n    \"dcr_atom\",\n    \"dcr_plr\",\n    \"dcr_phb\",\n    \"doge_ant\",\n    \"doge_bat\",\n    \"doge_ardr\",\n    \"doge_bch\",\n    \"doge_btg\",\n    \"doge_bnt\",\n    \"doge_btc\",\n    \"doge_eos\",\n    \"doge_fun\",\n    \"doge_gnt\",\n    \"doge_lsk\",\n    \"doge_rlc\",\n    \"doge_xrp\",\n    \"doge_dgb\",\n    \"doge_ltc\",\n    \"doge_nmr\",\n    \"doge_ptoy\",\n    \"doge_storj\",\n    \"doge_cvc\",\n    \"doge_edg\",\n    \"doge_gno\",\n    \"doge_neo\",\n    \"doge_pay\",\n    \"doge_rep\",\n    \"doge_swt\",\n    \"doge_waves\",\n    \"doge_xmr\",\n    \"doge_dash\",\n    \"doge_dgd\",\n    \"doge_eth\",\n    \"doge_gup\",\n    \"doge_nxt\",\n    \"doge_zec\",\n    \"doge_dcr\",\n    \"doge_hmq\",\n    \"doge_omg\",\n    \"doge_strat\",\n    \"doge_trst\",\n    \"doge_xem\",\n    \"doge_zrx\",\n    \"doge_usdt\",\n    \"doge_maid\",\n    \"doge_amp\",\n    \"doge_powr\",\n    \"doge_rcn\",\n    \"doge_vib\",\n    \"doge_dnt\",\n    \"doge_qtum\",\n    \"doge_stx\",\n    \"doge_dcn\",\n    \"doge_ngc\",\n    \"doge_trx\",\n    \"doge_kmd\",\n    \"doge_lrc\",\n    \"doge_brd\",\n    \"doge_zen\",\n    \"doge_mana\",\n    \"doge_ark\",\n    \"doge_xzc\",\n    \"doge_tusd\",\n    \"doge_wtc\",\n    \"doge_abyss\",\n    \"doge_zap\",\n    \"doge_aion\",\n    \"doge_smart\",\n    \"doge_nexo\",\n    \"doge_xlm\",\n    \"doge_grs\",\n    \"doge_enj\",\n    \"doge_betr\",\n    \"doge_poly\",\n    \"doge_ppt\",\n    \"doge_knc\",\n    \"doge_bkx\",\n    \"doge_bcd\",\n    \"doge_tel\",\n    \"doge_dai\",\n    \"doge_mkr\",\n    \"doge_link\",\n    \"doge_r\",\n    \"doge_gas\",\n    \"doge_proc\",\n    \"doge_pax\",\n    \"doge_bsv\",\n    \"doge_usdc\",\n    \"doge_nim\",\n    \"doge_pma\",\n    \"doge_dgtx\",\n    \"doge_gusd\",\n    \"doge_eurs\",\n    \"doge_vet\",\n    \"doge_btt\",\n    \"doge_fet\",\n    \"doge_ht\",\n    \"doge_bdg\",\n    \"doge_atom\",\n    \"doge_plr\",\n    \"doge_phb\",\n    \"hmq_ant\",\n    \"hmq_bat\",\n    \"hmq_ardr\",\n    \"hmq_bch\",\n    \"hmq_btg\",\n    \"hmq_bnt\",\n    \"hmq_btc\",\n    \"hmq_eos\",\n    \"hmq_fun\",\n    \"hmq_gnt\",\n    \"hmq_lsk\",\n    \"hmq_rlc\",\n    \"hmq_xrp\",\n    \"hmq_dgb\",\n    \"hmq_ltc\",\n    \"hmq_nmr\",\n    \"hmq_ptoy\",\n    \"hmq_storj\",\n    \"hmq_cvc\",\n    \"hmq_edg\",\n    \"hmq_gno\",\n    \"hmq_neo\",\n    \"hmq_pay\",\n    \"hmq_rep\",\n    \"hmq_swt\",\n    \"hmq_waves\",\n    \"hmq_xmr\",\n    \"hmq_dash\",\n    \"hmq_dgd\",\n    \"hmq_eth\",\n    \"hmq_gup\",\n    \"hmq_nxt\",\n    \"hmq_zec\",\n    \"hmq_dcr\",\n    \"hmq_doge\",\n    \"hmq_omg\",\n    \"hmq_strat\",\n    \"hmq_trst\",\n    \"hmq_xem\",\n    \"hmq_zrx\",\n    \"hmq_usdt\",\n    \"hmq_maid\",\n    \"hmq_amp\",\n    \"hmq_powr\",\n    \"hmq_rcn\",\n    \"hmq_vib\",\n    \"hmq_dnt\",\n    \"hmq_qtum\",\n    \"hmq_stx\",\n    \"hmq_dcn\",\n    \"hmq_ngc\",\n    \"hmq_trx\",\n    \"hmq_kmd\",\n    \"hmq_lrc\",\n    \"hmq_brd\",\n    \"hmq_zen\",\n    \"hmq_mana\",\n    \"hmq_ark\",\n    \"hmq_xzc\",\n    \"hmq_tusd\",\n    \"hmq_wtc\",\n    \"hmq_abyss\",\n    \"hmq_zap\",\n    \"hmq_aion\",\n    \"hmq_smart\",\n    \"hmq_nexo\",\n    \"hmq_xlm\",\n    \"hmq_grs\",\n    \"hmq_enj\",\n    \"hmq_betr\",\n    \"hmq_poly\",\n    \"hmq_ppt\",\n    \"hmq_knc\",\n    \"hmq_bkx\",\n    \"hmq_bcd\",\n    \"hmq_tel\",\n    \"hmq_dai\",\n    \"hmq_mkr\",\n    \"hmq_link\",\n    \"hmq_r\",\n    \"hmq_gas\",\n    \"hmq_proc\",\n    \"hmq_pax\",\n    \"hmq_bsv\",\n    \"hmq_usdc\",\n    \"hmq_nim\",\n    \"hmq_pma\",\n    \"hmq_dgtx\",\n    \"hmq_gusd\",\n    \"hmq_eurs\",\n    \"hmq_vet\",\n    \"hmq_btt\",\n    \"hmq_fet\",\n    \"hmq_ht\",\n    \"hmq_bdg\",\n    \"hmq_atom\",\n    \"hmq_plr\",\n    \"hmq_phb\",\n    \"omg_ant\",\n    \"omg_bat\",\n    \"omg_ardr\",\n    \"omg_bch\",\n    \"omg_btg\",\n    \"omg_bnt\",\n    \"omg_btc\",\n    \"omg_eos\",\n    \"omg_fun\",\n    \"omg_gnt\",\n    \"omg_lsk\",\n    \"omg_rlc\",\n    \"omg_xrp\",\n    \"omg_dgb\",\n    \"omg_ltc\",\n    \"omg_nmr\",\n    \"omg_ptoy\",\n    \"omg_storj\",\n    \"omg_cvc\",\n    \"omg_edg\",\n    \"omg_gno\",\n    \"omg_neo\",\n    \"omg_pay\",\n    \"omg_rep\",\n    \"omg_swt\",\n    \"omg_waves\",\n    \"omg_xmr\",\n    \"omg_dash\",\n    \"omg_dgd\",\n    \"omg_eth\",\n    \"omg_gup\",\n    \"omg_nxt\",\n    \"omg_zec\",\n    \"omg_dcr\",\n    \"omg_doge\",\n    \"omg_hmq\",\n    \"omg_strat\",\n    \"omg_trst\",\n    \"omg_xem\",\n    \"omg_zrx\",\n    \"omg_usdt\",\n    \"omg_maid\",\n    \"omg_amp\",\n    \"omg_powr\",\n    \"omg_rcn\",\n    \"omg_vib\",\n    \"omg_dnt\",\n    \"omg_qtum\",\n    \"omg_stx\",\n    \"omg_dcn\",\n    \"omg_ngc\",\n    \"omg_trx\",\n    \"omg_kmd\",\n    \"omg_lrc\",\n    \"omg_brd\",\n    \"omg_zen\",\n    \"omg_mana\",\n    \"omg_ark\",\n    \"omg_xzc\",\n    \"omg_tusd\",\n    \"omg_wtc\",\n    \"omg_abyss\",\n    \"omg_zap\",\n    \"omg_aion\",\n    \"omg_smart\",\n    \"omg_nexo\",\n    \"omg_xlm\",\n    \"omg_grs\",\n    \"omg_enj\",\n    \"omg_betr\",\n    \"omg_poly\",\n    \"omg_ppt\",\n    \"omg_knc\",\n    \"omg_bkx\",\n    \"omg_bcd\",\n    \"omg_tel\",\n    \"omg_dai\",\n    \"omg_mkr\",\n    \"omg_link\",\n    \"omg_r\",\n    \"omg_gas\",\n    \"omg_proc\",\n    \"omg_pax\",\n    \"omg_bsv\",\n    \"omg_usdc\",\n    \"omg_nim\",\n    \"omg_pma\",\n    \"omg_dgtx\",\n    \"omg_gusd\",\n    \"omg_eurs\",\n    \"omg_vet\",\n    \"omg_btt\",\n    \"omg_fet\",\n    \"omg_ht\",\n    \"omg_bdg\",\n    \"omg_atom\",\n    \"omg_plr\",\n    \"omg_phb\",\n    \"strat_ant\",\n    \"strat_bat\",\n    \"strat_ardr\",\n    \"strat_bch\",\n    \"strat_btg\",\n    \"strat_bnt\",\n    \"strat_btc\",\n    \"strat_eos\",\n    \"strat_fun\",\n    \"strat_gnt\",\n    \"strat_lsk\",\n    \"strat_rlc\",\n    \"strat_xrp\",\n    \"strat_dgb\",\n    \"strat_ltc\",\n    \"strat_nmr\",\n    \"strat_ptoy\",\n    \"strat_storj\",\n    \"strat_cvc\",\n    \"strat_edg\",\n    \"strat_gno\",\n    \"strat_neo\",\n    \"strat_pay\",\n    \"strat_rep\",\n    \"strat_swt\",\n    \"strat_waves\",\n    \"strat_xmr\",\n    \"strat_dash\",\n    \"strat_dgd\",\n    \"strat_eth\",\n    \"strat_gup\",\n    \"strat_nxt\",\n    \"strat_zec\",\n    \"strat_dcr\",\n    \"strat_doge\",\n    \"strat_hmq\",\n    \"strat_omg\",\n    \"strat_trst\",\n    \"strat_xem\",\n    \"strat_zrx\",\n    \"strat_usdt\",\n    \"strat_maid\",\n    \"strat_amp\",\n    \"strat_powr\",\n    \"strat_rcn\",\n    \"strat_vib\",\n    \"strat_dnt\",\n    \"strat_qtum\",\n    \"strat_stx\",\n    \"strat_dcn\",\n    \"strat_ngc\",\n    \"strat_trx\",\n    \"strat_kmd\",\n    \"strat_lrc\",\n    \"strat_brd\",\n    \"strat_zen\",\n    \"strat_mana\",\n    \"strat_ark\",\n    \"strat_xzc\",\n    \"strat_tusd\",\n    \"strat_wtc\",\n    \"strat_abyss\",\n    \"strat_zap\",\n    \"strat_aion\",\n    \"strat_smart\",\n    \"strat_nexo\",\n    \"strat_xlm\",\n    \"strat_grs\",\n    \"strat_enj\",\n    \"strat_betr\",\n    \"strat_poly\",\n    \"strat_ppt\",\n    \"strat_knc\",\n    \"strat_bkx\",\n    \"strat_bcd\",\n    \"strat_tel\",\n    \"strat_dai\",\n    \"strat_mkr\",\n    \"strat_link\",\n    \"strat_r\",\n    \"strat_gas\",\n    \"strat_proc\",\n    \"strat_pax\",\n    \"strat_bsv\",\n    \"strat_usdc\",\n    \"strat_nim\",\n    \"strat_pma\",\n    \"strat_dgtx\",\n    \"strat_gusd\",\n    \"strat_eurs\",\n    \"strat_vet\",\n    \"strat_btt\",\n    \"strat_fet\",\n    \"strat_ht\",\n    \"strat_bdg\",\n    \"strat_atom\",\n    \"strat_plr\",\n    \"strat_phb\",\n    \"trst_ant\",\n    \"trst_bat\",\n    \"trst_ardr\",\n    \"trst_bch\",\n    \"trst_btg\",\n    \"trst_bnt\",\n    \"trst_btc\",\n    \"trst_eos\",\n    \"trst_fun\",\n    \"trst_gnt\",\n    \"trst_lsk\",\n    \"trst_rlc\",\n    \"trst_xrp\",\n    \"trst_dgb\",\n    \"trst_ltc\",\n    \"trst_nmr\",\n    \"trst_ptoy\",\n    \"trst_storj\",\n    \"trst_cvc\",\n    \"trst_edg\",\n    \"trst_gno\",\n    \"trst_neo\",\n    \"trst_pay\",\n    \"trst_rep\",\n    \"trst_swt\",\n    \"trst_waves\",\n    \"trst_xmr\",\n    \"trst_dash\",\n    \"trst_dgd\",\n    \"trst_eth\",\n    \"trst_gup\",\n    \"trst_nxt\",\n    \"trst_zec\",\n    \"trst_dcr\",\n    \"trst_doge\",\n    \"trst_hmq\",\n    \"trst_omg\",\n    \"trst_strat\",\n    \"trst_xem\",\n    \"trst_zrx\",\n    \"trst_usdt\",\n    \"trst_maid\",\n    \"trst_amp\",\n    \"trst_powr\",\n    \"trst_rcn\",\n    \"trst_vib\",\n    \"trst_dnt\",\n    \"trst_qtum\",\n    \"trst_stx\",\n    \"trst_dcn\",\n    \"trst_ngc\",\n    \"trst_trx\",\n    \"trst_kmd\",\n    \"trst_lrc\",\n    \"trst_brd\",\n    \"trst_zen\",\n    \"trst_mana\",\n    \"trst_ark\",\n    \"trst_xzc\",\n    \"trst_tusd\",\n    \"trst_wtc\",\n    \"trst_abyss\",\n    \"trst_zap\",\n    \"trst_aion\",\n    \"trst_smart\",\n    \"trst_nexo\",\n    \"trst_xlm\",\n    \"trst_grs\",\n    \"trst_enj\",\n    \"trst_betr\",\n    \"trst_poly\",\n    \"trst_ppt\",\n    \"trst_knc\",\n    \"trst_bkx\",\n    \"trst_bcd\",\n    \"trst_tel\",\n    \"trst_dai\",\n    \"trst_mkr\",\n    \"trst_link\",\n    \"trst_r\",\n    \"trst_gas\",\n    \"trst_proc\",\n    \"trst_pax\",\n    \"trst_bsv\",\n    \"trst_usdc\",\n    \"trst_nim\",\n    \"trst_pma\",\n    \"trst_dgtx\",\n    \"trst_gusd\",\n    \"trst_eurs\",\n    \"trst_vet\",\n    \"trst_btt\",\n    \"trst_fet\",\n    \"trst_ht\",\n    \"trst_bdg\",\n    \"trst_atom\",\n    \"trst_plr\",\n    \"trst_phb\",\n    \"xem_ant\",\n    \"xem_bat\",\n    \"xem_ardr\",\n    \"xem_bch\",\n    \"xem_btg\",\n    \"xem_bnt\",\n    \"xem_btc\",\n    \"xem_eos\",\n    \"xem_fun\",\n    \"xem_gnt\",\n    \"xem_lsk\",\n    \"xem_rlc\",\n    \"xem_xrp\",\n    \"xem_dgb\",\n    \"xem_ltc\",\n    \"xem_nmr\",\n    \"xem_ptoy\",\n    \"xem_storj\",\n    \"xem_cvc\",\n    \"xem_edg\",\n    \"xem_gno\",\n    \"xem_neo\",\n    \"xem_pay\",\n    \"xem_rep\",\n    \"xem_swt\",\n    \"xem_waves\",\n    \"xem_xmr\",\n    \"xem_dash\",\n    \"xem_dgd\",\n    \"xem_eth\",\n    \"xem_gup\",\n    \"xem_nxt\",\n    \"xem_zec\",\n    \"xem_dcr\",\n    \"xem_doge\",\n    \"xem_hmq\",\n    \"xem_omg\",\n    \"xem_strat\",\n    \"xem_trst\",\n    \"xem_zrx\",\n    \"xem_usdt\",\n    \"xem_maid\",\n    \"xem_amp\",\n    \"xem_powr\",\n    \"xem_rcn\",\n    \"xem_vib\",\n    \"xem_dnt\",\n    \"xem_qtum\",\n    \"xem_stx\",\n    \"xem_dcn\",\n    \"xem_ngc\",\n    \"xem_trx\",\n    \"xem_kmd\",\n    \"xem_lrc\",\n    \"xem_brd\",\n    \"xem_zen\",\n    \"xem_mana\",\n    \"xem_ark\",\n    \"xem_xzc\",\n    \"xem_tusd\",\n    \"xem_wtc\",\n    \"xem_abyss\",\n    \"xem_zap\",\n    \"xem_aion\",\n    \"xem_smart\",\n    \"xem_nexo\",\n    \"xem_xlm\",\n    \"xem_grs\",\n    \"xem_enj\",\n    \"xem_betr\",\n    \"xem_poly\",\n    \"xem_ppt\",\n    \"xem_knc\",\n    \"xem_bkx\",\n    \"xem_bcd\",\n    \"xem_tel\",\n    \"xem_dai\",\n    \"xem_mkr\",\n    \"xem_link\",\n    \"xem_r\",\n    \"xem_gas\",\n    \"xem_proc\",\n    \"xem_pax\",\n    \"xem_bsv\",\n    \"xem_usdc\",\n    \"xem_nim\",\n    \"xem_pma\",\n    \"xem_dgtx\",\n    \"xem_gusd\",\n    \"xem_eurs\",\n    \"xem_vet\",\n    \"xem_btt\",\n    \"xem_fet\",\n    \"xem_ht\",\n    \"xem_bdg\",\n    \"xem_atom\",\n    \"xem_plr\",\n    \"xem_phb\",\n    \"zrx_ant\",\n    \"zrx_bat\",\n    \"zrx_ardr\",\n    \"zrx_bch\",\n    \"zrx_btg\",\n    \"zrx_bnt\",\n    \"zrx_btc\",\n    \"zrx_eos\",\n    \"zrx_fun\",\n    \"zrx_gnt\",\n    \"zrx_lsk\",\n    \"zrx_rlc\",\n    \"zrx_xrp\",\n    \"zrx_dgb\",\n    \"zrx_ltc\",\n    \"zrx_nmr\",\n    \"zrx_ptoy\",\n    \"zrx_storj\",\n    \"zrx_cvc\",\n    \"zrx_edg\",\n    \"zrx_gno\",\n    \"zrx_neo\",\n    \"zrx_pay\",\n    \"zrx_rep\",\n    \"zrx_swt\",\n    \"zrx_waves\",\n    \"zrx_xmr\",\n    \"zrx_dash\",\n    \"zrx_dgd\",\n    \"zrx_eth\",\n    \"zrx_gup\",\n    \"zrx_nxt\",\n    \"zrx_zec\",\n    \"zrx_dcr\",\n    \"zrx_doge\",\n    \"zrx_hmq\",\n    \"zrx_omg\",\n    \"zrx_strat\",\n    \"zrx_trst\",\n    \"zrx_xem\",\n    \"zrx_usdt\",\n    \"zrx_maid\",\n    \"zrx_amp\",\n    \"zrx_powr\",\n    \"zrx_rcn\",\n    \"zrx_vib\",\n    \"zrx_dnt\",\n    \"zrx_qtum\",\n    \"zrx_stx\",\n    \"zrx_dcn\",\n    \"zrx_ngc\",\n    \"zrx_trx\",\n    \"zrx_kmd\",\n    \"zrx_lrc\",\n    \"zrx_brd\",\n    \"zrx_zen\",\n    \"zrx_mana\",\n    \"zrx_ark\",\n    \"zrx_xzc\",\n    \"zrx_tusd\",\n    \"zrx_wtc\",\n    \"zrx_abyss\",\n    \"zrx_zap\",\n    \"zrx_aion\",\n    \"zrx_smart\",\n    \"zrx_nexo\",\n    \"zrx_xlm\",\n    \"zrx_grs\",\n    \"zrx_enj\",\n    \"zrx_betr\",\n    \"zrx_poly\",\n    \"zrx_ppt\",\n    \"zrx_knc\",\n    \"zrx_bkx\",\n    \"zrx_bcd\",\n    \"zrx_tel\",\n    \"zrx_dai\",\n    \"zrx_mkr\",\n    \"zrx_link\",\n    \"zrx_r\",\n    \"zrx_gas\",\n    \"zrx_proc\",\n    \"zrx_pax\",\n    \"zrx_bsv\",\n    \"zrx_usdc\",\n    \"zrx_nim\",\n    \"zrx_pma\",\n    \"zrx_dgtx\",\n    \"zrx_gusd\",\n    \"zrx_eurs\",\n    \"zrx_vet\",\n    \"zrx_btt\",\n    \"zrx_fet\",\n    \"zrx_ht\",\n    \"zrx_bdg\",\n    \"zrx_atom\",\n    \"zrx_plr\",\n    \"zrx_phb\",\n    \"usdt_ant\",\n    \"usdt_bat\",\n    \"usdt_ardr\",\n    \"usdt_bch\",\n    \"usdt_btg\",\n    \"usdt_bnt\",\n    \"usdt_btc\",\n    \"usdt_eos\",\n    \"usdt_fun\",\n    \"usdt_gnt\",\n    \"usdt_lsk\",\n    \"usdt_rlc\",\n    \"usdt_xrp\",\n    \"usdt_dgb\",\n    \"usdt_ltc\",\n    \"usdt_nmr\",\n    \"usdt_ptoy\",\n    \"usdt_storj\",\n    \"usdt_cvc\",\n    \"usdt_edg\",\n    \"usdt_gno\",\n    \"usdt_neo\",\n    \"usdt_pay\",\n    \"usdt_rep\",\n    \"usdt_swt\",\n    \"usdt_waves\",\n    \"usdt_xmr\",\n    \"usdt_dash\",\n    \"usdt_dgd\",\n    \"usdt_eth\",\n    \"usdt_gup\",\n    \"usdt_nxt\",\n    \"usdt_zec\",\n    \"usdt_dcr\",\n    \"usdt_doge\",\n    \"usdt_hmq\",\n    \"usdt_omg\",\n    \"usdt_strat\",\n    \"usdt_trst\",\n    \"usdt_xem\",\n    \"usdt_zrx\",\n    \"usdt_maid\",\n    \"usdt_amp\",\n    \"usdt_powr\",\n    \"usdt_rcn\",\n    \"usdt_vib\",\n    \"usdt_dnt\",\n    \"usdt_qtum\",\n    \"usdt_stx\",\n    \"usdt_dcn\",\n    \"usdt_ngc\",\n    \"usdt_trx\",\n    \"usdt_kmd\",\n    \"usdt_lrc\",\n    \"usdt_brd\",\n    \"usdt_zen\",\n    \"usdt_mana\",\n    \"usdt_ark\",\n    \"usdt_xzc\",\n    \"usdt_tusd\",\n    \"usdt_wtc\",\n    \"usdt_abyss\",\n    \"usdt_zap\",\n    \"usdt_aion\",\n    \"usdt_smart\",\n    \"usdt_nexo\",\n    \"usdt_xlm\",\n    \"usdt_grs\",\n    \"usdt_enj\",\n    \"usdt_betr\",\n    \"usdt_poly\",\n    \"usdt_ppt\",\n    \"usdt_knc\",\n    \"usdt_bkx\",\n    \"usdt_bcd\",\n    \"usdt_tel\",\n    \"usdt_dai\",\n    \"usdt_mkr\",\n    \"usdt_link\",\n    \"usdt_r\",\n    \"usdt_gas\",\n    \"usdt_proc\",\n    \"usdt_pax\",\n    \"usdt_bsv\",\n    \"usdt_usdc\",\n    \"usdt_nim\",\n    \"usdt_pma\",\n    \"usdt_dgtx\",\n    \"usdt_gusd\",\n    \"usdt_eurs\",\n    \"usdt_vet\",\n    \"usdt_btt\",\n    \"usdt_fet\",\n    \"usdt_ht\",\n    \"usdt_bdg\",\n    \"usdt_atom\",\n    \"usdt_plr\",\n    \"usdt_phb\",\n    \"maid_ant\",\n    \"maid_bat\",\n    \"maid_ardr\",\n    \"maid_bch\",\n    \"maid_btg\",\n    \"maid_bnt\",\n    \"maid_btc\",\n    \"maid_eos\",\n    \"maid_fun\",\n    \"maid_gnt\",\n    \"maid_lsk\",\n    \"maid_rlc\",\n    \"maid_xrp\",\n    \"maid_dgb\",\n    \"maid_ltc\",\n    \"maid_nmr\",\n    \"maid_ptoy\",\n    \"maid_storj\",\n    \"maid_cvc\",\n    \"maid_edg\",\n    \"maid_gno\",\n    \"maid_neo\",\n    \"maid_pay\",\n    \"maid_rep\",\n    \"maid_swt\",\n    \"maid_waves\",\n    \"maid_xmr\",\n    \"maid_dash\",\n    \"maid_dgd\",\n    \"maid_eth\",\n    \"maid_gup\",\n    \"maid_nxt\",\n    \"maid_zec\",\n    \"maid_dcr\",\n    \"maid_doge\",\n    \"maid_hmq\",\n    \"maid_omg\",\n    \"maid_strat\",\n    \"maid_trst\",\n    \"maid_xem\",\n    \"maid_zrx\",\n    \"maid_usdt\",\n    \"maid_amp\",\n    \"maid_powr\",\n    \"maid_rcn\",\n    \"maid_vib\",\n    \"maid_dnt\",\n    \"maid_qtum\",\n    \"maid_stx\",\n    \"maid_dcn\",\n    \"maid_ngc\",\n    \"maid_trx\",\n    \"maid_kmd\",\n    \"maid_lrc\",\n    \"maid_brd\",\n    \"maid_zen\",\n    \"maid_mana\",\n    \"maid_ark\",\n    \"maid_xzc\",\n    \"maid_tusd\",\n    \"maid_wtc\",\n    \"maid_abyss\",\n    \"maid_zap\",\n    \"maid_aion\",\n    \"maid_smart\",\n    \"maid_nexo\",\n    \"maid_xlm\",\n    \"maid_grs\",\n    \"maid_enj\",\n    \"maid_betr\",\n    \"maid_poly\",\n    \"maid_ppt\",\n    \"maid_knc\",\n    \"maid_bkx\",\n    \"maid_bcd\",\n    \"maid_tel\",\n    \"maid_dai\",\n    \"maid_mkr\",\n    \"maid_link\",\n    \"maid_r\",\n    \"maid_gas\",\n    \"maid_proc\",\n    \"maid_pax\",\n    \"maid_bsv\",\n    \"maid_usdc\",\n    \"maid_nim\",\n    \"maid_pma\",\n    \"maid_dgtx\",\n    \"maid_gusd\",\n    \"maid_eurs\",\n    \"maid_vet\",\n    \"maid_btt\",\n    \"maid_fet\",\n    \"maid_ht\",\n    \"maid_bdg\",\n    \"maid_atom\",\n    \"maid_plr\",\n    \"maid_phb\",\n    \"amp_ant\",\n    \"amp_bat\",\n    \"amp_ardr\",\n    \"amp_bch\",\n    \"amp_btg\",\n    \"amp_bnt\",\n    \"amp_btc\",\n    \"amp_eos\",\n    \"amp_fun\",\n    \"amp_gnt\",\n    \"amp_lsk\",\n    \"amp_rlc\",\n    \"amp_xrp\",\n    \"amp_dgb\",\n    \"amp_ltc\",\n    \"amp_nmr\",\n    \"amp_ptoy\",\n    \"amp_storj\",\n    \"amp_cvc\",\n    \"amp_edg\",\n    \"amp_gno\",\n    \"amp_neo\",\n    \"amp_pay\",\n    \"amp_rep\",\n    \"amp_swt\",\n    \"amp_waves\",\n    \"amp_xmr\",\n    \"amp_dash\",\n    \"amp_dgd\",\n    \"amp_eth\",\n    \"amp_gup\",\n    \"amp_nxt\",\n    \"amp_zec\",\n    \"amp_dcr\",\n    \"amp_doge\",\n    \"amp_hmq\",\n    \"amp_omg\",\n    \"amp_strat\",\n    \"amp_trst\",\n    \"amp_xem\",\n    \"amp_zrx\",\n    \"amp_usdt\",\n    \"amp_maid\",\n    \"amp_powr\",\n    \"amp_rcn\",\n    \"amp_vib\",\n    \"amp_dnt\",\n    \"amp_qtum\",\n    \"amp_stx\",\n    \"amp_dcn\",\n    \"amp_ngc\",\n    \"amp_trx\",\n    \"amp_kmd\",\n    \"amp_lrc\",\n    \"amp_brd\",\n    \"amp_zen\",\n    \"amp_mana\",\n    \"amp_ark\",\n    \"amp_xzc\",\n    \"amp_tusd\",\n    \"amp_wtc\",\n    \"amp_abyss\",\n    \"amp_zap\",\n    \"amp_aion\",\n    \"amp_smart\",\n    \"amp_nexo\",\n    \"amp_xlm\",\n    \"amp_grs\",\n    \"amp_enj\",\n    \"amp_betr\",\n    \"amp_poly\",\n    \"amp_ppt\",\n    \"amp_knc\",\n    \"amp_bkx\",\n    \"amp_bcd\",\n    \"amp_tel\",\n    \"amp_dai\",\n    \"amp_mkr\",\n    \"amp_link\",\n    \"amp_r\",\n    \"amp_gas\",\n    \"amp_proc\",\n    \"amp_pax\",\n    \"amp_bsv\",\n    \"amp_usdc\",\n    \"amp_nim\",\n    \"amp_pma\",\n    \"amp_dgtx\",\n    \"amp_gusd\",\n    \"amp_eurs\",\n    \"amp_vet\",\n    \"amp_btt\",\n    \"amp_fet\",\n    \"amp_ht\",\n    \"amp_bdg\",\n    \"amp_atom\",\n    \"amp_plr\",\n    \"amp_phb\",\n    \"powr_ant\",\n    \"powr_bat\",\n    \"powr_ardr\",\n    \"powr_bch\",\n    \"powr_btg\",\n    \"powr_bnt\",\n    \"powr_btc\",\n    \"powr_eos\",\n    \"powr_fun\",\n    \"powr_gnt\",\n    \"powr_lsk\",\n    \"powr_rlc\",\n    \"powr_xrp\",\n    \"powr_dgb\",\n    \"powr_ltc\",\n    \"powr_nmr\",\n    \"powr_ptoy\",\n    \"powr_storj\",\n    \"powr_cvc\",\n    \"powr_edg\",\n    \"powr_gno\",\n    \"powr_neo\",\n    \"powr_pay\",\n    \"powr_rep\",\n    \"powr_swt\",\n    \"powr_waves\",\n    \"powr_xmr\",\n    \"powr_dash\",\n    \"powr_dgd\",\n    \"powr_eth\",\n    \"powr_gup\",\n    \"powr_nxt\",\n    \"powr_zec\",\n    \"powr_dcr\",\n    \"powr_doge\",\n    \"powr_hmq\",\n    \"powr_omg\",\n    \"powr_strat\",\n    \"powr_trst\",\n    \"powr_xem\",\n    \"powr_zrx\",\n    \"powr_usdt\",\n    \"powr_maid\",\n    \"powr_amp\",\n    \"powr_rcn\",\n    \"powr_vib\",\n    \"powr_dnt\",\n    \"powr_qtum\",\n    \"powr_stx\",\n    \"powr_dcn\",\n    \"powr_ngc\",\n    \"powr_trx\",\n    \"powr_kmd\",\n    \"powr_lrc\",\n    \"powr_brd\",\n    \"powr_zen\",\n    \"powr_mana\",\n    \"powr_ark\",\n    \"powr_xzc\",\n    \"powr_tusd\",\n    \"powr_wtc\",\n    \"powr_abyss\",\n    \"powr_zap\",\n    \"powr_aion\",\n    \"powr_smart\",\n    \"powr_nexo\",\n    \"powr_xlm\",\n    \"powr_grs\",\n    \"powr_enj\",\n    \"powr_betr\",\n    \"powr_poly\",\n    \"powr_ppt\",\n    \"powr_knc\",\n    \"powr_bkx\",\n    \"powr_bcd\",\n    \"powr_tel\",\n    \"powr_dai\",\n    \"powr_mkr\",\n    \"powr_link\",\n    \"powr_r\",\n    \"powr_gas\",\n    \"powr_proc\",\n    \"powr_pax\",\n    \"powr_bsv\",\n    \"powr_usdc\",\n    \"powr_nim\",\n    \"powr_pma\",\n    \"powr_dgtx\",\n    \"powr_gusd\",\n    \"powr_eurs\",\n    \"powr_vet\",\n    \"powr_btt\",\n    \"powr_fet\",\n    \"powr_ht\",\n    \"powr_bdg\",\n    \"powr_atom\",\n    \"powr_plr\",\n    \"powr_phb\",\n    \"rcn_ant\",\n    \"rcn_bat\",\n    \"rcn_ardr\",\n    \"rcn_bch\",\n    \"rcn_btg\",\n    \"rcn_bnt\",\n    \"rcn_btc\",\n    \"rcn_eos\",\n    \"rcn_fun\",\n    \"rcn_gnt\",\n    \"rcn_lsk\",\n    \"rcn_rlc\",\n    \"rcn_xrp\",\n    \"rcn_dgb\",\n    \"rcn_ltc\",\n    \"rcn_nmr\",\n    \"rcn_ptoy\",\n    \"rcn_storj\",\n    \"rcn_cvc\",\n    \"rcn_edg\",\n    \"rcn_gno\",\n    \"rcn_neo\",\n    \"rcn_pay\",\n    \"rcn_rep\",\n    \"rcn_swt\",\n    \"rcn_waves\",\n    \"rcn_xmr\",\n    \"rcn_dash\",\n    \"rcn_dgd\",\n    \"rcn_eth\",\n    \"rcn_gup\",\n    \"rcn_nxt\",\n    \"rcn_zec\",\n    \"rcn_dcr\",\n    \"rcn_doge\",\n    \"rcn_hmq\",\n    \"rcn_omg\",\n    \"rcn_strat\",\n    \"rcn_trst\",\n    \"rcn_xem\",\n    \"rcn_zrx\",\n    \"rcn_usdt\",\n    \"rcn_maid\",\n    \"rcn_amp\",\n    \"rcn_powr\",\n    \"rcn_vib\",\n    \"rcn_dnt\",\n    \"rcn_qtum\",\n    \"rcn_stx\",\n    \"rcn_dcn\",\n    \"rcn_ngc\",\n    \"rcn_trx\",\n    \"rcn_kmd\",\n    \"rcn_lrc\",\n    \"rcn_brd\",\n    \"rcn_zen\",\n    \"rcn_mana\",\n    \"rcn_ark\",\n    \"rcn_xzc\",\n    \"rcn_tusd\",\n    \"rcn_wtc\",\n    \"rcn_abyss\",\n    \"rcn_zap\",\n    \"rcn_aion\",\n    \"rcn_smart\",\n    \"rcn_nexo\",\n    \"rcn_xlm\",\n    \"rcn_grs\",\n    \"rcn_enj\",\n    \"rcn_betr\",\n    \"rcn_poly\",\n    \"rcn_ppt\",\n    \"rcn_knc\",\n    \"rcn_bkx\",\n    \"rcn_bcd\",\n    \"rcn_tel\",\n    \"rcn_dai\",\n    \"rcn_mkr\",\n    \"rcn_link\",\n    \"rcn_r\",\n    \"rcn_gas\",\n    \"rcn_proc\",\n    \"rcn_pax\",\n    \"rcn_bsv\",\n    \"rcn_usdc\",\n    \"rcn_nim\",\n    \"rcn_pma\",\n    \"rcn_dgtx\",\n    \"rcn_gusd\",\n    \"rcn_eurs\",\n    \"rcn_vet\",\n    \"rcn_btt\",\n    \"rcn_fet\",\n    \"rcn_ht\",\n    \"rcn_bdg\",\n    \"rcn_atom\",\n    \"rcn_plr\",\n    \"rcn_phb\",\n    \"vib_ant\",\n    \"vib_bat\",\n    \"vib_ardr\",\n    \"vib_bch\",\n    \"vib_btg\",\n    \"vib_bnt\",\n    \"vib_btc\",\n    \"vib_eos\",\n    \"vib_fun\",\n    \"vib_gnt\",\n    \"vib_lsk\",\n    \"vib_rlc\",\n    \"vib_xrp\",\n    \"vib_dgb\",\n    \"vib_ltc\",\n    \"vib_nmr\",\n    \"vib_ptoy\",\n    \"vib_storj\",\n    \"vib_cvc\",\n    \"vib_edg\",\n    \"vib_gno\",\n    \"vib_neo\",\n    \"vib_pay\",\n    \"vib_rep\",\n    \"vib_swt\",\n    \"vib_waves\",\n    \"vib_xmr\",\n    \"vib_dash\",\n    \"vib_dgd\",\n    \"vib_eth\",\n    \"vib_gup\",\n    \"vib_nxt\",\n    \"vib_zec\",\n    \"vib_dcr\",\n    \"vib_doge\",\n    \"vib_hmq\",\n    \"vib_omg\",\n    \"vib_strat\",\n    \"vib_trst\",\n    \"vib_xem\",\n    \"vib_zrx\",\n    \"vib_usdt\",\n    \"vib_maid\",\n    \"vib_amp\",\n    \"vib_powr\",\n    \"vib_rcn\",\n    \"vib_dnt\",\n    \"vib_qtum\",\n    \"vib_stx\",\n    \"vib_dcn\",\n    \"vib_ngc\",\n    \"vib_trx\",\n    \"vib_kmd\",\n    \"vib_lrc\",\n    \"vib_brd\",\n    \"vib_zen\",\n    \"vib_mana\",\n    \"vib_ark\",\n    \"vib_xzc\",\n    \"vib_tusd\",\n    \"vib_wtc\",\n    \"vib_abyss\",\n    \"vib_zap\",\n    \"vib_aion\",\n    \"vib_smart\",\n    \"vib_nexo\",\n    \"vib_xlm\",\n    \"vib_grs\",\n    \"vib_enj\",\n    \"vib_betr\",\n    \"vib_poly\",\n    \"vib_ppt\",\n    \"vib_knc\",\n    \"vib_bkx\",\n    \"vib_bcd\",\n    \"vib_tel\",\n    \"vib_dai\",\n    \"vib_mkr\",\n    \"vib_link\",\n    \"vib_r\",\n    \"vib_gas\",\n    \"vib_proc\",\n    \"vib_pax\",\n    \"vib_bsv\",\n    \"vib_usdc\",\n    \"vib_nim\",\n    \"vib_pma\",\n    \"vib_dgtx\",\n    \"vib_gusd\",\n    \"vib_eurs\",\n    \"vib_vet\",\n    \"vib_btt\",\n    \"vib_fet\",\n    \"vib_ht\",\n    \"vib_bdg\",\n    \"vib_atom\",\n    \"vib_plr\",\n    \"vib_phb\",\n    \"dnt_ant\",\n    \"dnt_bat\",\n    \"dnt_ardr\",\n    \"dnt_bch\",\n    \"dnt_btg\",\n    \"dnt_bnt\",\n    \"dnt_btc\",\n    \"dnt_eos\",\n    \"dnt_fun\",\n    \"dnt_gnt\",\n    \"dnt_lsk\",\n    \"dnt_rlc\",\n    \"dnt_xrp\",\n    \"dnt_dgb\",\n    \"dnt_ltc\",\n    \"dnt_nmr\",\n    \"dnt_ptoy\",\n    \"dnt_storj\",\n    \"dnt_cvc\",\n    \"dnt_edg\",\n    \"dnt_gno\",\n    \"dnt_neo\",\n    \"dnt_pay\",\n    \"dnt_rep\",\n    \"dnt_swt\",\n    \"dnt_waves\",\n    \"dnt_xmr\",\n    \"dnt_dash\",\n    \"dnt_dgd\",\n    \"dnt_eth\",\n    \"dnt_gup\",\n    \"dnt_nxt\",\n    \"dnt_zec\",\n    \"dnt_dcr\",\n    \"dnt_doge\",\n    \"dnt_hmq\",\n    \"dnt_omg\",\n    \"dnt_strat\",\n    \"dnt_trst\",\n    \"dnt_xem\",\n    \"dnt_zrx\",\n    \"dnt_usdt\",\n    \"dnt_maid\",\n    \"dnt_amp\",\n    \"dnt_powr\",\n    \"dnt_rcn\",\n    \"dnt_vib\",\n    \"dnt_qtum\",\n    \"dnt_stx\",\n    \"dnt_dcn\",\n    \"dnt_ngc\",\n    \"dnt_trx\",\n    \"dnt_kmd\",\n    \"dnt_lrc\",\n    \"dnt_brd\",\n    \"dnt_zen\",\n    \"dnt_mana\",\n    \"dnt_ark\",\n    \"dnt_xzc\",\n    \"dnt_tusd\",\n    \"dnt_wtc\",\n    \"dnt_abyss\",\n    \"dnt_zap\",\n    \"dnt_aion\",\n    \"dnt_smart\",\n    \"dnt_nexo\",\n    \"dnt_xlm\",\n    \"dnt_grs\",\n    \"dnt_enj\",\n    \"dnt_betr\",\n    \"dnt_poly\",\n    \"dnt_ppt\",\n    \"dnt_knc\",\n    \"dnt_bkx\",\n    \"dnt_bcd\",\n    \"dnt_tel\",\n    \"dnt_dai\",\n    \"dnt_mkr\",\n    \"dnt_link\",\n    \"dnt_r\",\n    \"dnt_gas\",\n    \"dnt_proc\",\n    \"dnt_pax\",\n    \"dnt_bsv\",\n    \"dnt_usdc\",\n    \"dnt_nim\",\n    \"dnt_pma\",\n    \"dnt_dgtx\",\n    \"dnt_gusd\",\n    \"dnt_eurs\",\n    \"dnt_vet\",\n    \"dnt_btt\",\n    \"dnt_fet\",\n    \"dnt_ht\",\n    \"dnt_bdg\",\n    \"dnt_atom\",\n    \"dnt_plr\",\n    \"dnt_phb\",\n    \"qtum_ant\",\n    \"qtum_bat\",\n    \"qtum_ardr\",\n    \"qtum_bch\",\n    \"qtum_btg\",\n    \"qtum_bnt\",\n    \"qtum_btc\",\n    \"qtum_eos\",\n    \"qtum_fun\",\n    \"qtum_gnt\",\n    \"qtum_lsk\",\n    \"qtum_rlc\",\n    \"qtum_xrp\",\n    \"qtum_dgb\",\n    \"qtum_ltc\",\n    \"qtum_nmr\",\n    \"qtum_ptoy\",\n    \"qtum_storj\",\n    \"qtum_cvc\",\n    \"qtum_edg\",\n    \"qtum_gno\",\n    \"qtum_neo\",\n    \"qtum_pay\",\n    \"qtum_rep\",\n    \"qtum_swt\",\n    \"qtum_waves\",\n    \"qtum_xmr\",\n    \"qtum_dash\",\n    \"qtum_dgd\",\n    \"qtum_eth\",\n    \"qtum_gup\",\n    \"qtum_nxt\",\n    \"qtum_zec\",\n    \"qtum_dcr\",\n    \"qtum_doge\",\n    \"qtum_hmq\",\n    \"qtum_omg\",\n    \"qtum_strat\",\n    \"qtum_trst\",\n    \"qtum_xem\",\n    \"qtum_zrx\",\n    \"qtum_usdt\",\n    \"qtum_maid\",\n    \"qtum_amp\",\n    \"qtum_powr\",\n    \"qtum_rcn\",\n    \"qtum_vib\",\n    \"qtum_dnt\",\n    \"qtum_stx\",\n    \"qtum_dcn\",\n    \"qtum_ngc\",\n    \"qtum_trx\",\n    \"qtum_kmd\",\n    \"qtum_lrc\",\n    \"qtum_brd\",\n    \"qtum_zen\",\n    \"qtum_mana\",\n    \"qtum_ark\",\n    \"qtum_xzc\",\n    \"qtum_tusd\",\n    \"qtum_wtc\",\n    \"qtum_abyss\",\n    \"qtum_zap\",\n    \"qtum_aion\",\n    \"qtum_smart\",\n    \"qtum_nexo\",\n    \"qtum_xlm\",\n    \"qtum_grs\",\n    \"qtum_enj\",\n    \"qtum_betr\",\n    \"qtum_poly\",\n    \"qtum_ppt\",\n    \"qtum_knc\",\n    \"qtum_bkx\",\n    \"qtum_bcd\",\n    \"qtum_tel\",\n    \"qtum_dai\",\n    \"qtum_mkr\",\n    \"qtum_link\",\n    \"qtum_r\",\n    \"qtum_gas\",\n    \"qtum_proc\",\n    \"qtum_pax\",\n    \"qtum_bsv\",\n    \"qtum_usdc\",\n    \"qtum_nim\",\n    \"qtum_pma\",\n    \"qtum_dgtx\",\n    \"qtum_gusd\",\n    \"qtum_eurs\",\n    \"qtum_vet\",\n    \"qtum_btt\",\n    \"qtum_fet\",\n    \"qtum_ht\",\n    \"qtum_bdg\",\n    \"qtum_atom\",\n    \"qtum_plr\",\n    \"qtum_phb\",\n    \"stx_ant\",\n    \"stx_bat\",\n    \"stx_ardr\",\n    \"stx_bch\",\n    \"stx_btg\",\n    \"stx_bnt\",\n    \"stx_btc\",\n    \"stx_eos\",\n    \"stx_fun\",\n    \"stx_gnt\",\n    \"stx_lsk\",\n    \"stx_rlc\",\n    \"stx_xrp\",\n    \"stx_dgb\",\n    \"stx_ltc\",\n    \"stx_nmr\",\n    \"stx_ptoy\",\n    \"stx_storj\",\n    \"stx_cvc\",\n    \"stx_edg\",\n    \"stx_gno\",\n    \"stx_neo\",\n    \"stx_pay\",\n    \"stx_rep\",\n    \"stx_swt\",\n    \"stx_waves\",\n    \"stx_xmr\",\n    \"stx_dash\",\n    \"stx_dgd\",\n    \"stx_eth\",\n    \"stx_gup\",\n    \"stx_nxt\",\n    \"stx_zec\",\n    \"stx_dcr\",\n    \"stx_doge\",\n    \"stx_hmq\",\n    \"stx_omg\",\n    \"stx_strat\",\n    \"stx_trst\",\n    \"stx_xem\",\n    \"stx_zrx\",\n    \"stx_usdt\",\n    \"stx_maid\",\n    \"stx_amp\",\n    \"stx_powr\",\n    \"stx_rcn\",\n    \"stx_vib\",\n    \"stx_dnt\",\n    \"stx_qtum\",\n    \"stx_dcn\",\n    \"stx_ngc\",\n    \"stx_trx\",\n    \"stx_kmd\",\n    \"stx_lrc\",\n    \"stx_brd\",\n    \"stx_zen\",\n    \"stx_mana\",\n    \"stx_ark\",\n    \"stx_xzc\",\n    \"stx_tusd\",\n    \"stx_wtc\",\n    \"stx_abyss\",\n    \"stx_zap\",\n    \"stx_aion\",\n    \"stx_smart\",\n    \"stx_nexo\",\n    \"stx_xlm\",\n    \"stx_grs\",\n    \"stx_enj\",\n    \"stx_betr\",\n    \"stx_poly\",\n    \"stx_ppt\",\n    \"stx_knc\",\n    \"stx_bkx\",\n    \"stx_bcd\",\n    \"stx_tel\",\n    \"stx_dai\",\n    \"stx_mkr\",\n    \"stx_link\",\n    \"stx_r\",\n    \"stx_gas\",\n    \"stx_proc\",\n    \"stx_pax\",\n    \"stx_bsv\",\n    \"stx_usdc\",\n    \"stx_nim\",\n    \"stx_pma\",\n    \"stx_dgtx\",\n    \"stx_gusd\",\n    \"stx_eurs\",\n    \"stx_vet\",\n    \"stx_btt\",\n    \"stx_fet\",\n    \"stx_ht\",\n    \"stx_bdg\",\n    \"stx_atom\",\n    \"stx_plr\",\n    \"stx_phb\",\n    \"dcn_ant\",\n    \"dcn_bat\",\n    \"dcn_ardr\",\n    \"dcn_bch\",\n    \"dcn_btg\",\n    \"dcn_bnt\",\n    \"dcn_btc\",\n    \"dcn_eos\",\n    \"dcn_fun\",\n    \"dcn_gnt\",\n    \"dcn_lsk\",\n    \"dcn_rlc\",\n    \"dcn_xrp\",\n    \"dcn_dgb\",\n    \"dcn_ltc\",\n    \"dcn_nmr\",\n    \"dcn_ptoy\",\n    \"dcn_storj\",\n    \"dcn_cvc\",\n    \"dcn_edg\",\n    \"dcn_gno\",\n    \"dcn_neo\",\n    \"dcn_pay\",\n    \"dcn_rep\",\n    \"dcn_swt\",\n    \"dcn_waves\",\n    \"dcn_xmr\",\n    \"dcn_dash\",\n    \"dcn_dgd\",\n    \"dcn_eth\",\n    \"dcn_gup\",\n    \"dcn_nxt\",\n    \"dcn_zec\",\n    \"dcn_dcr\",\n    \"dcn_doge\",\n    \"dcn_hmq\",\n    \"dcn_omg\",\n    \"dcn_strat\",\n    \"dcn_trst\",\n    \"dcn_xem\",\n    \"dcn_zrx\",\n    \"dcn_usdt\",\n    \"dcn_maid\",\n    \"dcn_amp\",\n    \"dcn_powr\",\n    \"dcn_rcn\",\n    \"dcn_vib\",\n    \"dcn_dnt\",\n    \"dcn_qtum\",\n    \"dcn_stx\",\n    \"dcn_ngc\",\n    \"dcn_trx\",\n    \"dcn_kmd\",\n    \"dcn_lrc\",\n    \"dcn_brd\",\n    \"dcn_zen\",\n    \"dcn_mana\",\n    \"dcn_ark\",\n    \"dcn_xzc\",\n    \"dcn_tusd\",\n    \"dcn_wtc\",\n    \"dcn_abyss\",\n    \"dcn_zap\",\n    \"dcn_aion\",\n    \"dcn_smart\",\n    \"dcn_nexo\",\n    \"dcn_xlm\",\n    \"dcn_grs\",\n    \"dcn_enj\",\n    \"dcn_betr\",\n    \"dcn_poly\",\n    \"dcn_ppt\",\n    \"dcn_knc\",\n    \"dcn_bkx\",\n    \"dcn_bcd\",\n    \"dcn_tel\",\n    \"dcn_dai\",\n    \"dcn_mkr\",\n    \"dcn_link\",\n    \"dcn_r\",\n    \"dcn_gas\",\n    \"dcn_proc\",\n    \"dcn_pax\",\n    \"dcn_bsv\",\n    \"dcn_usdc\",\n    \"dcn_nim\",\n    \"dcn_pma\",\n    \"dcn_dgtx\",\n    \"dcn_gusd\",\n    \"dcn_eurs\",\n    \"dcn_vet\",\n    \"dcn_btt\",\n    \"dcn_fet\",\n    \"dcn_ht\",\n    \"dcn_bdg\",\n    \"dcn_atom\",\n    \"dcn_plr\",\n    \"dcn_phb\",\n    \"ngc_ant\",\n    \"ngc_bat\",\n    \"ngc_ardr\",\n    \"ngc_bch\",\n    \"ngc_btg\",\n    \"ngc_bnt\",\n    \"ngc_btc\",\n    \"ngc_eos\",\n    \"ngc_fun\",\n    \"ngc_gnt\",\n    \"ngc_lsk\",\n    \"ngc_rlc\",\n    \"ngc_xrp\",\n    \"ngc_dgb\",\n    \"ngc_ltc\",\n    \"ngc_nmr\",\n    \"ngc_ptoy\",\n    \"ngc_storj\",\n    \"ngc_cvc\",\n    \"ngc_edg\",\n    \"ngc_gno\",\n    \"ngc_neo\",\n    \"ngc_pay\",\n    \"ngc_rep\",\n    \"ngc_swt\",\n    \"ngc_waves\",\n    \"ngc_xmr\",\n    \"ngc_dash\",\n    \"ngc_dgd\",\n    \"ngc_eth\",\n    \"ngc_gup\",\n    \"ngc_nxt\",\n    \"ngc_zec\",\n    \"ngc_dcr\",\n    \"ngc_doge\",\n    \"ngc_hmq\",\n    \"ngc_omg\",\n    \"ngc_strat\",\n    \"ngc_trst\",\n    \"ngc_xem\",\n    \"ngc_zrx\",\n    \"ngc_usdt\",\n    \"ngc_maid\",\n    \"ngc_amp\",\n    \"ngc_powr\",\n    \"ngc_rcn\",\n    \"ngc_vib\",\n    \"ngc_dnt\",\n    \"ngc_qtum\",\n    \"ngc_stx\",\n    \"ngc_dcn\",\n    \"ngc_trx\",\n    \"ngc_kmd\",\n    \"ngc_lrc\",\n    \"ngc_brd\",\n    \"ngc_zen\",\n    \"ngc_mana\",\n    \"ngc_ark\",\n    \"ngc_xzc\",\n    \"ngc_tusd\",\n    \"ngc_wtc\",\n    \"ngc_abyss\",\n    \"ngc_zap\",\n    \"ngc_aion\",\n    \"ngc_smart\",\n    \"ngc_nexo\",\n    \"ngc_xlm\",\n    \"ngc_grs\",\n    \"ngc_enj\",\n    \"ngc_betr\",\n    \"ngc_poly\",\n    \"ngc_ppt\",\n    \"ngc_knc\",\n    \"ngc_bkx\",\n    \"ngc_bcd\",\n    \"ngc_tel\",\n    \"ngc_dai\",\n    \"ngc_mkr\",\n    \"ngc_link\",\n    \"ngc_r\",\n    \"ngc_gas\",\n    \"ngc_proc\",\n    \"ngc_pax\",\n    \"ngc_bsv\",\n    \"ngc_usdc\",\n    \"ngc_nim\",\n    \"ngc_pma\",\n    \"ngc_dgtx\",\n    \"ngc_gusd\",\n    \"ngc_eurs\",\n    \"ngc_vet\",\n    \"ngc_btt\",\n    \"ngc_fet\",\n    \"ngc_ht\",\n    \"ngc_bdg\",\n    \"ngc_atom\",\n    \"ngc_plr\",\n    \"ngc_phb\",\n    \"trx_ant\",\n    \"trx_bat\",\n    \"trx_ardr\",\n    \"trx_bch\",\n    \"trx_btg\",\n    \"trx_bnt\",\n    \"trx_btc\",\n    \"trx_eos\",\n    \"trx_fun\",\n    \"trx_gnt\",\n    \"trx_lsk\",\n    \"trx_rlc\",\n    \"trx_xrp\",\n    \"trx_dgb\",\n    \"trx_ltc\",\n    \"trx_nmr\",\n    \"trx_ptoy\",\n    \"trx_storj\",\n    \"trx_cvc\",\n    \"trx_edg\",\n    \"trx_gno\",\n    \"trx_neo\",\n    \"trx_pay\",\n    \"trx_rep\",\n    \"trx_swt\",\n    \"trx_waves\",\n    \"trx_xmr\",\n    \"trx_dash\",\n    \"trx_dgd\",\n    \"trx_eth\",\n    \"trx_gup\",\n    \"trx_nxt\",\n    \"trx_zec\",\n    \"trx_dcr\",\n    \"trx_doge\",\n    \"trx_hmq\",\n    \"trx_omg\",\n    \"trx_strat\",\n    \"trx_trst\",\n    \"trx_xem\",\n    \"trx_zrx\",\n    \"trx_usdt\",\n    \"trx_maid\",\n    \"trx_amp\",\n    \"trx_powr\",\n    \"trx_rcn\",\n    \"trx_vib\",\n    \"trx_dnt\",\n    \"trx_qtum\",\n    \"trx_stx\",\n    \"trx_dcn\",\n    \"trx_ngc\",\n    \"trx_kmd\",\n    \"trx_lrc\",\n    \"trx_brd\",\n    \"trx_zen\",\n    \"trx_mana\",\n    \"trx_ark\",\n    \"trx_xzc\",\n    \"trx_tusd\",\n    \"trx_wtc\",\n    \"trx_abyss\",\n    \"trx_zap\",\n    \"trx_aion\",\n    \"trx_smart\",\n    \"trx_nexo\",\n    \"trx_xlm\",\n    \"trx_grs\",\n    \"trx_enj\",\n    \"trx_betr\",\n    \"trx_poly\",\n    \"trx_ppt\",\n    \"trx_knc\",\n    \"trx_bkx\",\n    \"trx_bcd\",\n    \"trx_tel\",\n    \"trx_dai\",\n    \"trx_mkr\",\n    \"trx_link\",\n    \"trx_r\",\n    \"trx_gas\",\n    \"trx_proc\",\n    \"trx_pax\",\n    \"trx_bsv\",\n    \"trx_usdc\",\n    \"trx_nim\",\n    \"trx_pma\",\n    \"trx_dgtx\",\n    \"trx_gusd\",\n    \"trx_eurs\",\n    \"trx_vet\",\n    \"trx_btt\",\n    \"trx_fet\",\n    \"trx_ht\",\n    \"trx_bdg\",\n    \"trx_atom\",\n    \"trx_plr\",\n    \"trx_phb\",\n    \"kmd_ant\",\n    \"kmd_bat\",\n    \"kmd_ardr\",\n    \"kmd_bch\",\n    \"kmd_btg\",\n    \"kmd_bnt\",\n    \"kmd_btc\",\n    \"kmd_eos\",\n    \"kmd_fun\",\n    \"kmd_gnt\",\n    \"kmd_lsk\",\n    \"kmd_rlc\",\n    \"kmd_xrp\",\n    \"kmd_dgb\",\n    \"kmd_ltc\",\n    \"kmd_nmr\",\n    \"kmd_ptoy\",\n    \"kmd_storj\",\n    \"kmd_cvc\",\n    \"kmd_edg\",\n    \"kmd_gno\",\n    \"kmd_neo\",\n    \"kmd_pay\",\n    \"kmd_rep\",\n    \"kmd_swt\",\n    \"kmd_waves\",\n    \"kmd_xmr\",\n    \"kmd_dash\",\n    \"kmd_dgd\",\n    \"kmd_eth\",\n    \"kmd_gup\",\n    \"kmd_nxt\",\n    \"kmd_zec\",\n    \"kmd_dcr\",\n    \"kmd_doge\",\n    \"kmd_hmq\",\n    \"kmd_omg\",\n    \"kmd_strat\",\n    \"kmd_trst\",\n    \"kmd_xem\",\n    \"kmd_zrx\",\n    \"kmd_usdt\",\n    \"kmd_maid\",\n    \"kmd_amp\",\n    \"kmd_powr\",\n    \"kmd_rcn\",\n    \"kmd_vib\",\n    \"kmd_dnt\",\n    \"kmd_qtum\",\n    \"kmd_stx\",\n    \"kmd_dcn\",\n    \"kmd_ngc\",\n    \"kmd_trx\",\n    \"kmd_lrc\",\n    \"kmd_brd\",\n    \"kmd_zen\",\n    \"kmd_mana\",\n    \"kmd_ark\",\n    \"kmd_xzc\",\n    \"kmd_tusd\",\n    \"kmd_wtc\",\n    \"kmd_abyss\",\n    \"kmd_zap\",\n    \"kmd_aion\",\n    \"kmd_smart\",\n    \"kmd_nexo\",\n    \"kmd_xlm\",\n    \"kmd_grs\",\n    \"kmd_enj\",\n    \"kmd_betr\",\n    \"kmd_poly\",\n    \"kmd_ppt\",\n    \"kmd_knc\",\n    \"kmd_bkx\",\n    \"kmd_bcd\",\n    \"kmd_tel\",\n    \"kmd_dai\",\n    \"kmd_mkr\",\n    \"kmd_link\",\n    \"kmd_r\",\n    \"kmd_gas\",\n    \"kmd_proc\",\n    \"kmd_pax\",\n    \"kmd_bsv\",\n    \"kmd_usdc\",\n    \"kmd_nim\",\n    \"kmd_pma\",\n    \"kmd_dgtx\",\n    \"kmd_gusd\",\n    \"kmd_eurs\",\n    \"kmd_vet\",\n    \"kmd_btt\",\n    \"kmd_fet\",\n    \"kmd_ht\",\n    \"kmd_bdg\",\n    \"kmd_atom\",\n    \"kmd_plr\",\n    \"kmd_phb\",\n    \"lrc_ant\",\n    \"lrc_bat\",\n    \"lrc_ardr\",\n    \"lrc_bch\",\n    \"lrc_btg\",\n    \"lrc_bnt\",\n    \"lrc_btc\",\n    \"lrc_eos\",\n    \"lrc_fun\",\n    \"lrc_gnt\",\n    \"lrc_lsk\",\n    \"lrc_rlc\",\n    \"lrc_xrp\",\n    \"lrc_dgb\",\n    \"lrc_ltc\",\n    \"lrc_nmr\",\n    \"lrc_ptoy\",\n    \"lrc_storj\",\n    \"lrc_cvc\",\n    \"lrc_edg\",\n    \"lrc_gno\",\n    \"lrc_neo\",\n    \"lrc_pay\",\n    \"lrc_rep\",\n    \"lrc_swt\",\n    \"lrc_waves\",\n    \"lrc_xmr\",\n    \"lrc_dash\",\n    \"lrc_dgd\",\n    \"lrc_eth\",\n    \"lrc_gup\",\n    \"lrc_nxt\",\n    \"lrc_zec\",\n    \"lrc_dcr\",\n    \"lrc_doge\",\n    \"lrc_hmq\",\n    \"lrc_omg\",\n    \"lrc_strat\",\n    \"lrc_trst\",\n    \"lrc_xem\",\n    \"lrc_zrx\",\n    \"lrc_usdt\",\n    \"lrc_maid\",\n    \"lrc_amp\",\n    \"lrc_powr\",\n    \"lrc_rcn\",\n    \"lrc_vib\",\n    \"lrc_dnt\",\n    \"lrc_qtum\",\n    \"lrc_stx\",\n    \"lrc_dcn\",\n    \"lrc_ngc\",\n    \"lrc_trx\",\n    \"lrc_kmd\",\n    \"lrc_brd\",\n    \"lrc_zen\",\n    \"lrc_mana\",\n    \"lrc_ark\",\n    \"lrc_xzc\",\n    \"lrc_tusd\",\n    \"lrc_wtc\",\n    \"lrc_abyss\",\n    \"lrc_zap\",\n    \"lrc_aion\",\n    \"lrc_smart\",\n    \"lrc_nexo\",\n    \"lrc_xlm\",\n    \"lrc_grs\",\n    \"lrc_enj\",\n    \"lrc_betr\",\n    \"lrc_poly\",\n    \"lrc_ppt\",\n    \"lrc_knc\",\n    \"lrc_bkx\",\n    \"lrc_bcd\",\n    \"lrc_tel\",\n    \"lrc_dai\",\n    \"lrc_mkr\",\n    \"lrc_link\",\n    \"lrc_r\",\n    \"lrc_gas\",\n    \"lrc_proc\",\n    \"lrc_pax\",\n    \"lrc_bsv\",\n    \"lrc_usdc\",\n    \"lrc_nim\",\n    \"lrc_pma\",\n    \"lrc_dgtx\",\n    \"lrc_gusd\",\n    \"lrc_eurs\",\n    \"lrc_vet\",\n    \"lrc_btt\",\n    \"lrc_fet\",\n    \"lrc_ht\",\n    \"lrc_bdg\",\n    \"lrc_atom\",\n    \"lrc_plr\",\n    \"lrc_phb\",\n    \"brd_ant\",\n    \"brd_bat\",\n    \"brd_ardr\",\n    \"brd_bch\",\n    \"brd_btg\",\n    \"brd_bnt\",\n    \"brd_btc\",\n    \"brd_eos\",\n    \"brd_fun\",\n    \"brd_gnt\",\n    \"brd_lsk\",\n    \"brd_rlc\",\n    \"brd_xrp\",\n    \"brd_dgb\",\n    \"brd_ltc\",\n    \"brd_nmr\",\n    \"brd_ptoy\",\n    \"brd_storj\",\n    \"brd_cvc\",\n    \"brd_edg\",\n    \"brd_gno\",\n    \"brd_neo\",\n    \"brd_pay\",\n    \"brd_rep\",\n    \"brd_swt\",\n    \"brd_waves\",\n    \"brd_xmr\",\n    \"brd_dash\",\n    \"brd_dgd\",\n    \"brd_eth\",\n    \"brd_gup\",\n    \"brd_nxt\",\n    \"brd_zec\",\n    \"brd_dcr\",\n    \"brd_doge\",\n    \"brd_hmq\",\n    \"brd_omg\",\n    \"brd_strat\",\n    \"brd_trst\",\n    \"brd_xem\",\n    \"brd_zrx\",\n    \"brd_usdt\",\n    \"brd_maid\",\n    \"brd_amp\",\n    \"brd_powr\",\n    \"brd_rcn\",\n    \"brd_vib\",\n    \"brd_dnt\",\n    \"brd_qtum\",\n    \"brd_stx\",\n    \"brd_dcn\",\n    \"brd_ngc\",\n    \"brd_trx\",\n    \"brd_kmd\",\n    \"brd_lrc\",\n    \"brd_zen\",\n    \"brd_mana\",\n    \"brd_ark\",\n    \"brd_xzc\",\n    \"brd_tusd\",\n    \"brd_wtc\",\n    \"brd_abyss\",\n    \"brd_zap\",\n    \"brd_aion\",\n    \"brd_smart\",\n    \"brd_nexo\",\n    \"brd_xlm\",\n    \"brd_grs\",\n    \"brd_enj\",\n    \"brd_betr\",\n    \"brd_poly\",\n    \"brd_ppt\",\n    \"brd_knc\",\n    \"brd_bkx\",\n    \"brd_bcd\",\n    \"brd_tel\",\n    \"brd_dai\",\n    \"brd_mkr\",\n    \"brd_link\",\n    \"brd_r\",\n    \"brd_gas\",\n    \"brd_proc\",\n    \"brd_pax\",\n    \"brd_bsv\",\n    \"brd_usdc\",\n    \"brd_nim\",\n    \"brd_pma\",\n    \"brd_dgtx\",\n    \"brd_gusd\",\n    \"brd_eurs\",\n    \"brd_vet\",\n    \"brd_btt\",\n    \"brd_fet\",\n    \"brd_ht\",\n    \"brd_bdg\",\n    \"brd_atom\",\n    \"brd_plr\",\n    \"brd_phb\",\n    \"zen_ant\",\n    \"zen_bat\",\n    \"zen_ardr\",\n    \"zen_bch\",\n    \"zen_btg\",\n    \"zen_bnt\",\n    \"zen_btc\",\n    \"zen_eos\",\n    \"zen_fun\",\n    \"zen_gnt\",\n    \"zen_lsk\",\n    \"zen_rlc\",\n    \"zen_xrp\",\n    \"zen_dgb\",\n    \"zen_ltc\",\n    \"zen_nmr\",\n    \"zen_ptoy\",\n    \"zen_storj\",\n    \"zen_cvc\",\n    \"zen_edg\",\n    \"zen_gno\",\n    \"zen_neo\",\n    \"zen_pay\",\n    \"zen_rep\",\n    \"zen_swt\",\n    \"zen_waves\",\n    \"zen_xmr\",\n    \"zen_dash\",\n    \"zen_dgd\",\n    \"zen_eth\",\n    \"zen_gup\",\n    \"zen_nxt\",\n    \"zen_zec\",\n    \"zen_dcr\",\n    \"zen_doge\",\n    \"zen_hmq\",\n    \"zen_omg\",\n    \"zen_strat\",\n    \"zen_trst\",\n    \"zen_xem\",\n    \"zen_zrx\",\n    \"zen_usdt\",\n    \"zen_maid\",\n    \"zen_amp\",\n    \"zen_powr\",\n    \"zen_rcn\",\n    \"zen_vib\",\n    \"zen_dnt\",\n    \"zen_qtum\",\n    \"zen_stx\",\n    \"zen_dcn\",\n    \"zen_ngc\",\n    \"zen_trx\",\n    \"zen_kmd\",\n    \"zen_lrc\",\n    \"zen_brd\",\n    \"zen_mana\",\n    \"zen_ark\",\n    \"zen_xzc\",\n    \"zen_tusd\",\n    \"zen_wtc\",\n    \"zen_abyss\",\n    \"zen_zap\",\n    \"zen_aion\",\n    \"zen_smart\",\n    \"zen_nexo\",\n    \"zen_xlm\",\n    \"zen_grs\",\n    \"zen_enj\",\n    \"zen_betr\",\n    \"zen_poly\",\n    \"zen_ppt\",\n    \"zen_knc\",\n    \"zen_bkx\",\n    \"zen_bcd\",\n    \"zen_tel\",\n    \"zen_dai\",\n    \"zen_mkr\",\n    \"zen_link\",\n    \"zen_r\",\n    \"zen_gas\",\n    \"zen_proc\",\n    \"zen_pax\",\n    \"zen_bsv\",\n    \"zen_usdc\",\n    \"zen_nim\",\n    \"zen_pma\",\n    \"zen_dgtx\",\n    \"zen_gusd\",\n    \"zen_eurs\",\n    \"zen_vet\",\n    \"zen_btt\",\n    \"zen_fet\",\n    \"zen_ht\",\n    \"zen_bdg\",\n    \"zen_atom\",\n    \"zen_plr\",\n    \"zen_phb\",\n    \"mana_ant\",\n    \"mana_bat\",\n    \"mana_ardr\",\n    \"mana_bch\",\n    \"mana_btg\",\n    \"mana_bnt\",\n    \"mana_btc\",\n    \"mana_eos\",\n    \"mana_fun\",\n    \"mana_gnt\",\n    \"mana_lsk\",\n    \"mana_rlc\",\n    \"mana_xrp\",\n    \"mana_dgb\",\n    \"mana_ltc\",\n    \"mana_nmr\",\n    \"mana_ptoy\",\n    \"mana_storj\",\n    \"mana_cvc\",\n    \"mana_edg\",\n    \"mana_gno\",\n    \"mana_neo\",\n    \"mana_pay\",\n    \"mana_rep\",\n    \"mana_swt\",\n    \"mana_waves\",\n    \"mana_xmr\",\n    \"mana_dash\",\n    \"mana_dgd\",\n    \"mana_eth\",\n    \"mana_gup\",\n    \"mana_nxt\",\n    \"mana_zec\",\n    \"mana_dcr\",\n    \"mana_doge\",\n    \"mana_hmq\",\n    \"mana_omg\",\n    \"mana_strat\",\n    \"mana_trst\",\n    \"mana_xem\",\n    \"mana_zrx\",\n    \"mana_usdt\",\n    \"mana_maid\",\n    \"mana_amp\",\n    \"mana_powr\",\n    \"mana_rcn\",\n    \"mana_vib\",\n    \"mana_dnt\",\n    \"mana_qtum\",\n    \"mana_stx\",\n    \"mana_dcn\",\n    \"mana_ngc\",\n    \"mana_trx\",\n    \"mana_kmd\",\n    \"mana_lrc\",\n    \"mana_brd\",\n    \"mana_zen\",\n    \"mana_ark\",\n    \"mana_xzc\",\n    \"mana_tusd\",\n    \"mana_wtc\",\n    \"mana_abyss\",\n    \"mana_zap\",\n    \"mana_aion\",\n    \"mana_smart\",\n    \"mana_nexo\",\n    \"mana_xlm\",\n    \"mana_grs\",\n    \"mana_enj\",\n    \"mana_betr\",\n    \"mana_poly\",\n    \"mana_ppt\",\n    \"mana_knc\",\n    \"mana_bkx\",\n    \"mana_bcd\",\n    \"mana_tel\",\n    \"mana_dai\",\n    \"mana_mkr\",\n    \"mana_link\",\n    \"mana_r\",\n    \"mana_gas\",\n    \"mana_proc\",\n    \"mana_pax\",\n    \"mana_bsv\",\n    \"mana_usdc\",\n    \"mana_nim\",\n    \"mana_pma\",\n    \"mana_dgtx\",\n    \"mana_gusd\",\n    \"mana_eurs\",\n    \"mana_vet\",\n    \"mana_btt\",\n    \"mana_fet\",\n    \"mana_ht\",\n    \"mana_bdg\",\n    \"mana_atom\",\n    \"mana_plr\",\n    \"mana_phb\",\n    \"ark_ant\",\n    \"ark_bat\",\n    \"ark_ardr\",\n    \"ark_bch\",\n    \"ark_btg\",\n    \"ark_bnt\",\n    \"ark_btc\",\n    \"ark_eos\",\n    \"ark_fun\",\n    \"ark_gnt\",\n    \"ark_lsk\",\n    \"ark_rlc\",\n    \"ark_xrp\",\n    \"ark_dgb\",\n    \"ark_ltc\",\n    \"ark_nmr\",\n    \"ark_ptoy\",\n    \"ark_storj\",\n    \"ark_cvc\",\n    \"ark_edg\",\n    \"ark_gno\",\n    \"ark_neo\",\n    \"ark_pay\",\n    \"ark_rep\",\n    \"ark_swt\",\n    \"ark_waves\",\n    \"ark_xmr\",\n    \"ark_dash\",\n    \"ark_dgd\",\n    \"ark_eth\",\n    \"ark_gup\",\n    \"ark_nxt\",\n    \"ark_zec\",\n    \"ark_dcr\",\n    \"ark_doge\",\n    \"ark_hmq\",\n    \"ark_omg\",\n    \"ark_strat\",\n    \"ark_trst\",\n    \"ark_xem\",\n    \"ark_zrx\",\n    \"ark_usdt\",\n    \"ark_maid\",\n    \"ark_amp\",\n    \"ark_powr\",\n    \"ark_rcn\",\n    \"ark_vib\",\n    \"ark_dnt\",\n    \"ark_qtum\",\n    \"ark_stx\",\n    \"ark_dcn\",\n    \"ark_ngc\",\n    \"ark_trx\",\n    \"ark_kmd\",\n    \"ark_lrc\",\n    \"ark_brd\",\n    \"ark_zen\",\n    \"ark_mana\",\n    \"ark_xzc\",\n    \"ark_tusd\",\n    \"ark_wtc\",\n    \"ark_abyss\",\n    \"ark_zap\",\n    \"ark_aion\",\n    \"ark_smart\",\n    \"ark_nexo\",\n    \"ark_xlm\",\n    \"ark_grs\",\n    \"ark_enj\",\n    \"ark_betr\",\n    \"ark_poly\",\n    \"ark_ppt\",\n    \"ark_knc\",\n    \"ark_bkx\",\n    \"ark_bcd\",\n    \"ark_tel\",\n    \"ark_dai\",\n    \"ark_mkr\",\n    \"ark_link\",\n    \"ark_r\",\n    \"ark_gas\",\n    \"ark_proc\",\n    \"ark_pax\",\n    \"ark_bsv\",\n    \"ark_usdc\",\n    \"ark_nim\",\n    \"ark_pma\",\n    \"ark_dgtx\",\n    \"ark_gusd\",\n    \"ark_eurs\",\n    \"ark_vet\",\n    \"ark_btt\",\n    \"ark_fet\",\n    \"ark_ht\",\n    \"ark_bdg\",\n    \"ark_atom\",\n    \"ark_plr\",\n    \"ark_phb\",\n    \"xzc_ant\",\n    \"xzc_bat\",\n    \"xzc_ardr\",\n    \"xzc_bch\",\n    \"xzc_btg\",\n    \"xzc_bnt\",\n    \"xzc_btc\",\n    \"xzc_eos\",\n    \"xzc_fun\",\n    \"xzc_gnt\",\n    \"xzc_lsk\",\n    \"xzc_rlc\",\n    \"xzc_xrp\",\n    \"xzc_dgb\",\n    \"xzc_ltc\",\n    \"xzc_nmr\",\n    \"xzc_ptoy\",\n    \"xzc_storj\",\n    \"xzc_cvc\",\n    \"xzc_edg\",\n    \"xzc_gno\",\n    \"xzc_neo\",\n    \"xzc_pay\",\n    \"xzc_rep\",\n    \"xzc_swt\",\n    \"xzc_waves\",\n    \"xzc_xmr\",\n    \"xzc_dash\",\n    \"xzc_dgd\",\n    \"xzc_eth\",\n    \"xzc_gup\",\n    \"xzc_nxt\",\n    \"xzc_zec\",\n    \"xzc_dcr\",\n    \"xzc_doge\",\n    \"xzc_hmq\",\n    \"xzc_omg\",\n    \"xzc_strat\",\n    \"xzc_trst\",\n    \"xzc_xem\",\n    \"xzc_zrx\",\n    \"xzc_usdt\",\n    \"xzc_maid\",\n    \"xzc_amp\",\n    \"xzc_powr\",\n    \"xzc_rcn\",\n    \"xzc_vib\",\n    \"xzc_dnt\",\n    \"xzc_qtum\",\n    \"xzc_stx\",\n    \"xzc_dcn\",\n    \"xzc_ngc\",\n    \"xzc_trx\",\n    \"xzc_kmd\",\n    \"xzc_lrc\",\n    \"xzc_brd\",\n    \"xzc_zen\",\n    \"xzc_mana\",\n    \"xzc_ark\",\n    \"xzc_tusd\",\n    \"xzc_wtc\",\n    \"xzc_abyss\",\n    \"xzc_zap\",\n    \"xzc_aion\",\n    \"xzc_smart\",\n    \"xzc_nexo\",\n    \"xzc_xlm\",\n    \"xzc_grs\",\n    \"xzc_enj\",\n    \"xzc_betr\",\n    \"xzc_poly\",\n    \"xzc_ppt\",\n    \"xzc_knc\",\n    \"xzc_bkx\",\n    \"xzc_bcd\",\n    \"xzc_tel\",\n    \"xzc_dai\",\n    \"xzc_mkr\",\n    \"xzc_link\",\n    \"xzc_r\",\n    \"xzc_gas\",\n    \"xzc_proc\",\n    \"xzc_pax\",\n    \"xzc_bsv\",\n    \"xzc_usdc\",\n    \"xzc_nim\",\n    \"xzc_pma\",\n    \"xzc_dgtx\",\n    \"xzc_gusd\",\n    \"xzc_eurs\",\n    \"xzc_vet\",\n    \"xzc_btt\",\n    \"xzc_fet\",\n    \"xzc_ht\",\n    \"xzc_bdg\",\n    \"xzc_atom\",\n    \"xzc_plr\",\n    \"xzc_phb\",\n    \"tusd_ant\",\n    \"tusd_bat\",\n    \"tusd_ardr\",\n    \"tusd_bch\",\n    \"tusd_btg\",\n    \"tusd_bnt\",\n    \"tusd_btc\",\n    \"tusd_eos\",\n    \"tusd_fun\",\n    \"tusd_gnt\",\n    \"tusd_lsk\",\n    \"tusd_rlc\",\n    \"tusd_xrp\",\n    \"tusd_dgb\",\n    \"tusd_ltc\",\n    \"tusd_nmr\",\n    \"tusd_ptoy\",\n    \"tusd_storj\",\n    \"tusd_cvc\",\n    \"tusd_edg\",\n    \"tusd_gno\",\n    \"tusd_neo\",\n    \"tusd_pay\",\n    \"tusd_rep\",\n    \"tusd_swt\",\n    \"tusd_waves\",\n    \"tusd_xmr\",\n    \"tusd_dash\",\n    \"tusd_dgd\",\n    \"tusd_eth\",\n    \"tusd_gup\",\n    \"tusd_nxt\",\n    \"tusd_zec\",\n    \"tusd_dcr\",\n    \"tusd_doge\",\n    \"tusd_hmq\",\n    \"tusd_omg\",\n    \"tusd_strat\",\n    \"tusd_trst\",\n    \"tusd_xem\",\n    \"tusd_zrx\",\n    \"tusd_usdt\",\n    \"tusd_maid\",\n    \"tusd_amp\",\n    \"tusd_powr\",\n    \"tusd_rcn\",\n    \"tusd_vib\",\n    \"tusd_dnt\",\n    \"tusd_qtum\",\n    \"tusd_stx\",\n    \"tusd_dcn\",\n    \"tusd_ngc\",\n    \"tusd_trx\",\n    \"tusd_kmd\",\n    \"tusd_lrc\",\n    \"tusd_brd\",\n    \"tusd_zen\",\n    \"tusd_mana\",\n    \"tusd_ark\",\n    \"tusd_xzc\",\n    \"tusd_wtc\",\n    \"tusd_abyss\",\n    \"tusd_zap\",\n    \"tusd_aion\",\n    \"tusd_smart\",\n    \"tusd_nexo\",\n    \"tusd_xlm\",\n    \"tusd_grs\",\n    \"tusd_enj\",\n    \"tusd_betr\",\n    \"tusd_poly\",\n    \"tusd_ppt\",\n    \"tusd_knc\",\n    \"tusd_bkx\",\n    \"tusd_bcd\",\n    \"tusd_tel\",\n    \"tusd_dai\",\n    \"tusd_mkr\",\n    \"tusd_link\",\n    \"tusd_r\",\n    \"tusd_gas\",\n    \"tusd_proc\",\n    \"tusd_pax\",\n    \"tusd_bsv\",\n    \"tusd_usdc\",\n    \"tusd_nim\",\n    \"tusd_pma\",\n    \"tusd_dgtx\",\n    \"tusd_gusd\",\n    \"tusd_eurs\",\n    \"tusd_vet\",\n    \"tusd_btt\",\n    \"tusd_fet\",\n    \"tusd_ht\",\n    \"tusd_bdg\",\n    \"tusd_atom\",\n    \"tusd_plr\",\n    \"tusd_phb\",\n    \"wtc_ant\",\n    \"wtc_bat\",\n    \"wtc_ardr\",\n    \"wtc_bch\",\n    \"wtc_btg\",\n    \"wtc_bnt\",\n    \"wtc_btc\",\n    \"wtc_eos\",\n    \"wtc_fun\",\n    \"wtc_gnt\",\n    \"wtc_lsk\",\n    \"wtc_rlc\",\n    \"wtc_xrp\",\n    \"wtc_dgb\",\n    \"wtc_ltc\",\n    \"wtc_nmr\",\n    \"wtc_ptoy\",\n    \"wtc_storj\",\n    \"wtc_cvc\",\n    \"wtc_edg\",\n    \"wtc_gno\",\n    \"wtc_neo\",\n    \"wtc_pay\",\n    \"wtc_rep\",\n    \"wtc_swt\",\n    \"wtc_waves\",\n    \"wtc_xmr\",\n    \"wtc_dash\",\n    \"wtc_dgd\",\n    \"wtc_eth\",\n    \"wtc_gup\",\n    \"wtc_nxt\",\n    \"wtc_zec\",\n    \"wtc_dcr\",\n    \"wtc_doge\",\n    \"wtc_hmq\",\n    \"wtc_omg\",\n    \"wtc_strat\",\n    \"wtc_trst\",\n    \"wtc_xem\",\n    \"wtc_zrx\",\n    \"wtc_usdt\",\n    \"wtc_maid\",\n    \"wtc_amp\",\n    \"wtc_powr\",\n    \"wtc_rcn\",\n    \"wtc_vib\",\n    \"wtc_dnt\",\n    \"wtc_qtum\",\n    \"wtc_stx\",\n    \"wtc_dcn\",\n    \"wtc_ngc\",\n    \"wtc_trx\",\n    \"wtc_kmd\",\n    \"wtc_lrc\",\n    \"wtc_brd\",\n    \"wtc_zen\",\n    \"wtc_mana\",\n    \"wtc_ark\",\n    \"wtc_xzc\",\n    \"wtc_tusd\",\n    \"wtc_abyss\",\n    \"wtc_zap\",\n    \"wtc_aion\",\n    \"wtc_smart\",\n    \"wtc_nexo\",\n    \"wtc_xlm\",\n    \"wtc_grs\",\n    \"wtc_enj\",\n    \"wtc_betr\",\n    \"wtc_poly\",\n    \"wtc_ppt\",\n    \"wtc_knc\",\n    \"wtc_bkx\",\n    \"wtc_bcd\",\n    \"wtc_tel\",\n    \"wtc_dai\",\n    \"wtc_mkr\",\n    \"wtc_link\",\n    \"wtc_r\",\n    \"wtc_gas\",\n    \"wtc_proc\",\n    \"wtc_pax\",\n    \"wtc_bsv\",\n    \"wtc_usdc\",\n    \"wtc_nim\",\n    \"wtc_pma\",\n    \"wtc_dgtx\",\n    \"wtc_gusd\",\n    \"wtc_eurs\",\n    \"wtc_vet\",\n    \"wtc_btt\",\n    \"wtc_fet\",\n    \"wtc_ht\",\n    \"wtc_bdg\",\n    \"wtc_atom\",\n    \"wtc_plr\",\n    \"wtc_phb\",\n    \"abyss_ant\",\n    \"abyss_bat\",\n    \"abyss_ardr\",\n    \"abyss_bch\",\n    \"abyss_btg\",\n    \"abyss_bnt\",\n    \"abyss_btc\",\n    \"abyss_eos\",\n    \"abyss_fun\",\n    \"abyss_gnt\",\n    \"abyss_lsk\",\n    \"abyss_rlc\",\n    \"abyss_xrp\",\n    \"abyss_dgb\",\n    \"abyss_ltc\",\n    \"abyss_nmr\",\n    \"abyss_ptoy\",\n    \"abyss_storj\",\n    \"abyss_cvc\",\n    \"abyss_edg\",\n    \"abyss_gno\",\n    \"abyss_neo\",\n    \"abyss_pay\",\n    \"abyss_rep\",\n    \"abyss_swt\",\n    \"abyss_waves\",\n    \"abyss_xmr\",\n    \"abyss_dash\",\n    \"abyss_dgd\",\n    \"abyss_eth\",\n    \"abyss_gup\",\n    \"abyss_nxt\",\n    \"abyss_zec\",\n    \"abyss_dcr\",\n    \"abyss_doge\",\n    \"abyss_hmq\",\n    \"abyss_omg\",\n    \"abyss_strat\",\n    \"abyss_trst\",\n    \"abyss_xem\",\n    \"abyss_zrx\",\n    \"abyss_usdt\",\n    \"abyss_maid\",\n    \"abyss_amp\",\n    \"abyss_powr\",\n    \"abyss_rcn\",\n    \"abyss_vib\",\n    \"abyss_dnt\",\n    \"abyss_qtum\",\n    \"abyss_stx\",\n    \"abyss_dcn\",\n    \"abyss_ngc\",\n    \"abyss_trx\",\n    \"abyss_kmd\",\n    \"abyss_lrc\",\n    \"abyss_brd\",\n    \"abyss_zen\",\n    \"abyss_mana\",\n    \"abyss_ark\",\n    \"abyss_xzc\",\n    \"abyss_tusd\",\n    \"abyss_wtc\",\n    \"abyss_zap\",\n    \"abyss_aion\",\n    \"abyss_smart\",\n    \"abyss_nexo\",\n    \"abyss_xlm\",\n    \"abyss_grs\",\n    \"abyss_enj\",\n    \"abyss_betr\",\n    \"abyss_poly\",\n    \"abyss_ppt\",\n    \"abyss_knc\",\n    \"abyss_bkx\",\n    \"abyss_bcd\",\n    \"abyss_tel\",\n    \"abyss_dai\",\n    \"abyss_mkr\",\n    \"abyss_link\",\n    \"abyss_r\",\n    \"abyss_gas\",\n    \"abyss_proc\",\n    \"abyss_pax\",\n    \"abyss_bsv\",\n    \"abyss_usdc\",\n    \"abyss_nim\",\n    \"abyss_pma\",\n    \"abyss_dgtx\",\n    \"abyss_gusd\",\n    \"abyss_eurs\",\n    \"abyss_vet\",\n    \"abyss_btt\",\n    \"abyss_fet\",\n    \"abyss_ht\",\n    \"abyss_bdg\",\n    \"abyss_atom\",\n    \"abyss_plr\",\n    \"abyss_phb\",\n    \"zap_ant\",\n    \"zap_bat\",\n    \"zap_ardr\",\n    \"zap_bch\",\n    \"zap_btg\",\n    \"zap_bnt\",\n    \"zap_btc\",\n    \"zap_eos\",\n    \"zap_fun\",\n    \"zap_gnt\",\n    \"zap_lsk\",\n    \"zap_rlc\",\n    \"zap_xrp\",\n    \"zap_dgb\",\n    \"zap_ltc\",\n    \"zap_nmr\",\n    \"zap_ptoy\",\n    \"zap_storj\",\n    \"zap_cvc\",\n    \"zap_edg\",\n    \"zap_gno\",\n    \"zap_neo\",\n    \"zap_pay\",\n    \"zap_rep\",\n    \"zap_swt\",\n    \"zap_waves\",\n    \"zap_xmr\",\n    \"zap_dash\",\n    \"zap_dgd\",\n    \"zap_eth\",\n    \"zap_gup\",\n    \"zap_nxt\",\n    \"zap_zec\",\n    \"zap_dcr\",\n    \"zap_doge\",\n    \"zap_hmq\",\n    \"zap_omg\",\n    \"zap_strat\",\n    \"zap_trst\",\n    \"zap_xem\",\n    \"zap_zrx\",\n    \"zap_usdt\",\n    \"zap_maid\",\n    \"zap_amp\",\n    \"zap_powr\",\n    \"zap_rcn\",\n    \"zap_vib\",\n    \"zap_dnt\",\n    \"zap_qtum\",\n    \"zap_stx\",\n    \"zap_dcn\",\n    \"zap_ngc\",\n    \"zap_trx\",\n    \"zap_kmd\",\n    \"zap_lrc\",\n    \"zap_brd\",\n    \"zap_zen\",\n    \"zap_mana\",\n    \"zap_ark\",\n    \"zap_xzc\",\n    \"zap_tusd\",\n    \"zap_wtc\",\n    \"zap_abyss\",\n    \"zap_aion\",\n    \"zap_smart\",\n    \"zap_nexo\",\n    \"zap_xlm\",\n    \"zap_grs\",\n    \"zap_enj\",\n    \"zap_betr\",\n    \"zap_poly\",\n    \"zap_ppt\",\n    \"zap_knc\",\n    \"zap_bkx\",\n    \"zap_bcd\",\n    \"zap_tel\",\n    \"zap_dai\",\n    \"zap_mkr\",\n    \"zap_link\",\n    \"zap_r\",\n    \"zap_gas\",\n    \"zap_proc\",\n    \"zap_pax\",\n    \"zap_bsv\",\n    \"zap_usdc\",\n    \"zap_nim\",\n    \"zap_pma\",\n    \"zap_dgtx\",\n    \"zap_gusd\",\n    \"zap_eurs\",\n    \"zap_vet\",\n    \"zap_btt\",\n    \"zap_fet\",\n    \"zap_ht\",\n    \"zap_bdg\",\n    \"zap_atom\",\n    \"zap_plr\",\n    \"zap_phb\",\n    \"aion_ant\",\n    \"aion_bat\",\n    \"aion_ardr\",\n    \"aion_bch\",\n    \"aion_btg\",\n    \"aion_bnt\",\n    \"aion_btc\",\n    \"aion_eos\",\n    \"aion_fun\",\n    \"aion_gnt\",\n    \"aion_lsk\",\n    \"aion_rlc\",\n    \"aion_xrp\",\n    \"aion_dgb\",\n    \"aion_ltc\",\n    \"aion_nmr\",\n    \"aion_ptoy\",\n    \"aion_storj\",\n    \"aion_cvc\",\n    \"aion_edg\",\n    \"aion_gno\",\n    \"aion_neo\",\n    \"aion_pay\",\n    \"aion_rep\",\n    \"aion_swt\",\n    \"aion_waves\",\n    \"aion_xmr\",\n    \"aion_dash\",\n    \"aion_dgd\",\n    \"aion_eth\",\n    \"aion_gup\",\n    \"aion_nxt\",\n    \"aion_zec\",\n    \"aion_dcr\",\n    \"aion_doge\",\n    \"aion_hmq\",\n    \"aion_omg\",\n    \"aion_strat\",\n    \"aion_trst\",\n    \"aion_xem\",\n    \"aion_zrx\",\n    \"aion_usdt\",\n    \"aion_maid\",\n    \"aion_amp\",\n    \"aion_powr\",\n    \"aion_rcn\",\n    \"aion_vib\",\n    \"aion_dnt\",\n    \"aion_qtum\",\n    \"aion_stx\",\n    \"aion_dcn\",\n    \"aion_ngc\",\n    \"aion_trx\",\n    \"aion_kmd\",\n    \"aion_lrc\",\n    \"aion_brd\",\n    \"aion_zen\",\n    \"aion_mana\",\n    \"aion_ark\",\n    \"aion_xzc\",\n    \"aion_tusd\",\n    \"aion_wtc\",\n    \"aion_abyss\",\n    \"aion_zap\",\n    \"aion_smart\",\n    \"aion_nexo\",\n    \"aion_xlm\",\n    \"aion_grs\",\n    \"aion_enj\",\n    \"aion_betr\",\n    \"aion_poly\",\n    \"aion_ppt\",\n    \"aion_knc\",\n    \"aion_bkx\",\n    \"aion_bcd\",\n    \"aion_tel\",\n    \"aion_dai\",\n    \"aion_mkr\",\n    \"aion_link\",\n    \"aion_r\",\n    \"aion_gas\",\n    \"aion_proc\",\n    \"aion_pax\",\n    \"aion_bsv\",\n    \"aion_usdc\",\n    \"aion_nim\",\n    \"aion_pma\",\n    \"aion_dgtx\",\n    \"aion_gusd\",\n    \"aion_eurs\",\n    \"aion_vet\",\n    \"aion_btt\",\n    \"aion_fet\",\n    \"aion_ht\",\n    \"aion_bdg\",\n    \"aion_atom\",\n    \"aion_plr\",\n    \"aion_phb\",\n    \"smart_ant\",\n    \"smart_bat\",\n    \"smart_ardr\",\n    \"smart_bch\",\n    \"smart_btg\",\n    \"smart_bnt\",\n    \"smart_btc\",\n    \"smart_eos\",\n    \"smart_fun\",\n    \"smart_gnt\",\n    \"smart_lsk\",\n    \"smart_rlc\",\n    \"smart_xrp\",\n    \"smart_dgb\",\n    \"smart_ltc\",\n    \"smart_nmr\",\n    \"smart_ptoy\",\n    \"smart_storj\",\n    \"smart_cvc\",\n    \"smart_edg\",\n    \"smart_gno\",\n    \"smart_neo\",\n    \"smart_pay\",\n    \"smart_rep\",\n    \"smart_swt\",\n    \"smart_waves\",\n    \"smart_xmr\",\n    \"smart_dash\",\n    \"smart_dgd\",\n    \"smart_eth\",\n    \"smart_gup\",\n    \"smart_nxt\",\n    \"smart_zec\",\n    \"smart_dcr\",\n    \"smart_doge\",\n    \"smart_hmq\",\n    \"smart_omg\",\n    \"smart_strat\",\n    \"smart_trst\",\n    \"smart_xem\",\n    \"smart_zrx\",\n    \"smart_usdt\",\n    \"smart_maid\",\n    \"smart_amp\",\n    \"smart_powr\",\n    \"smart_rcn\",\n    \"smart_vib\",\n    \"smart_dnt\",\n    \"smart_qtum\",\n    \"smart_stx\",\n    \"smart_dcn\",\n    \"smart_ngc\",\n    \"smart_trx\",\n    \"smart_kmd\",\n    \"smart_lrc\",\n    \"smart_brd\",\n    \"smart_zen\",\n    \"smart_mana\",\n    \"smart_ark\",\n    \"smart_xzc\",\n    \"smart_tusd\",\n    \"smart_wtc\",\n    \"smart_abyss\",\n    \"smart_zap\",\n    \"smart_aion\",\n    \"smart_nexo\",\n    \"smart_xlm\",\n    \"smart_grs\",\n    \"smart_enj\",\n    \"smart_betr\",\n    \"smart_poly\",\n    \"smart_ppt\",\n    \"smart_knc\",\n    \"smart_bkx\",\n    \"smart_bcd\",\n    \"smart_tel\",\n    \"smart_dai\",\n    \"smart_mkr\",\n    \"smart_link\",\n    \"smart_r\",\n    \"smart_gas\",\n    \"smart_proc\",\n    \"smart_pax\",\n    \"smart_bsv\",\n    \"smart_usdc\",\n    \"smart_nim\",\n    \"smart_pma\",\n    \"smart_dgtx\",\n    \"smart_gusd\",\n    \"smart_eurs\",\n    \"smart_vet\",\n    \"smart_btt\",\n    \"smart_fet\",\n    \"smart_ht\",\n    \"smart_bdg\",\n    \"smart_atom\",\n    \"smart_plr\",\n    \"smart_phb\",\n    \"nexo_ant\",\n    \"nexo_bat\",\n    \"nexo_ardr\",\n    \"nexo_bch\",\n    \"nexo_btg\",\n    \"nexo_bnt\",\n    \"nexo_btc\",\n    \"nexo_eos\",\n    \"nexo_fun\",\n    \"nexo_gnt\",\n    \"nexo_lsk\",\n    \"nexo_rlc\",\n    \"nexo_xrp\",\n    \"nexo_dgb\",\n    \"nexo_ltc\",\n    \"nexo_nmr\",\n    \"nexo_ptoy\",\n    \"nexo_storj\",\n    \"nexo_cvc\",\n    \"nexo_edg\",\n    \"nexo_gno\",\n    \"nexo_neo\",\n    \"nexo_pay\",\n    \"nexo_rep\",\n    \"nexo_swt\",\n    \"nexo_waves\",\n    \"nexo_xmr\",\n    \"nexo_dash\",\n    \"nexo_dgd\",\n    \"nexo_eth\",\n    \"nexo_gup\",\n    \"nexo_nxt\",\n    \"nexo_zec\",\n    \"nexo_dcr\",\n    \"nexo_doge\",\n    \"nexo_hmq\",\n    \"nexo_omg\",\n    \"nexo_strat\",\n    \"nexo_trst\",\n    \"nexo_xem\",\n    \"nexo_zrx\",\n    \"nexo_usdt\",\n    \"nexo_maid\",\n    \"nexo_amp\",\n    \"nexo_powr\",\n    \"nexo_rcn\",\n    \"nexo_vib\",\n    \"nexo_dnt\",\n    \"nexo_qtum\",\n    \"nexo_stx\",\n    \"nexo_dcn\",\n    \"nexo_ngc\",\n    \"nexo_trx\",\n    \"nexo_kmd\",\n    \"nexo_lrc\",\n    \"nexo_brd\",\n    \"nexo_zen\",\n    \"nexo_mana\",\n    \"nexo_ark\",\n    \"nexo_xzc\",\n    \"nexo_tusd\",\n    \"nexo_wtc\",\n    \"nexo_abyss\",\n    \"nexo_zap\",\n    \"nexo_aion\",\n    \"nexo_smart\",\n    \"nexo_xlm\",\n    \"nexo_grs\",\n    \"nexo_enj\",\n    \"nexo_betr\",\n    \"nexo_poly\",\n    \"nexo_ppt\",\n    \"nexo_knc\",\n    \"nexo_bkx\",\n    \"nexo_bcd\",\n    \"nexo_tel\",\n    \"nexo_dai\",\n    \"nexo_mkr\",\n    \"nexo_link\",\n    \"nexo_r\",\n    \"nexo_gas\",\n    \"nexo_proc\",\n    \"nexo_pax\",\n    \"nexo_bsv\",\n    \"nexo_usdc\",\n    \"nexo_nim\",\n    \"nexo_pma\",\n    \"nexo_dgtx\",\n    \"nexo_gusd\",\n    \"nexo_eurs\",\n    \"nexo_vet\",\n    \"nexo_btt\",\n    \"nexo_fet\",\n    \"nexo_ht\",\n    \"nexo_bdg\",\n    \"nexo_atom\",\n    \"nexo_plr\",\n    \"nexo_phb\",\n    \"xlm_ant\",\n    \"xlm_bat\",\n    \"xlm_ardr\",\n    \"xlm_bch\",\n    \"xlm_btg\",\n    \"xlm_bnt\",\n    \"xlm_btc\",\n    \"xlm_eos\",\n    \"xlm_fun\",\n    \"xlm_gnt\",\n    \"xlm_lsk\",\n    \"xlm_rlc\",\n    \"xlm_xrp\",\n    \"xlm_dgb\",\n    \"xlm_ltc\",\n    \"xlm_nmr\",\n    \"xlm_ptoy\",\n    \"xlm_storj\",\n    \"xlm_cvc\",\n    \"xlm_edg\",\n    \"xlm_gno\",\n    \"xlm_neo\",\n    \"xlm_pay\",\n    \"xlm_rep\",\n    \"xlm_swt\",\n    \"xlm_waves\",\n    \"xlm_xmr\",\n    \"xlm_dash\",\n    \"xlm_dgd\",\n    \"xlm_eth\",\n    \"xlm_gup\",\n    \"xlm_nxt\",\n    \"xlm_zec\",\n    \"xlm_dcr\",\n    \"xlm_doge\",\n    \"xlm_hmq\",\n    \"xlm_omg\",\n    \"xlm_strat\",\n    \"xlm_trst\",\n    \"xlm_xem\",\n    \"xlm_zrx\",\n    \"xlm_usdt\",\n    \"xlm_maid\",\n    \"xlm_amp\",\n    \"xlm_powr\",\n    \"xlm_rcn\",\n    \"xlm_vib\",\n    \"xlm_dnt\",\n    \"xlm_qtum\",\n    \"xlm_stx\",\n    \"xlm_dcn\",\n    \"xlm_ngc\",\n    \"xlm_trx\",\n    \"xlm_kmd\",\n    \"xlm_lrc\",\n    \"xlm_brd\",\n    \"xlm_zen\",\n    \"xlm_mana\",\n    \"xlm_ark\",\n    \"xlm_xzc\",\n    \"xlm_tusd\",\n    \"xlm_wtc\",\n    \"xlm_abyss\",\n    \"xlm_zap\",\n    \"xlm_aion\",\n    \"xlm_smart\",\n    \"xlm_nexo\",\n    \"xlm_grs\",\n    \"xlm_enj\",\n    \"xlm_betr\",\n    \"xlm_poly\",\n    \"xlm_ppt\",\n    \"xlm_knc\",\n    \"xlm_bkx\",\n    \"xlm_bcd\",\n    \"xlm_tel\",\n    \"xlm_dai\",\n    \"xlm_mkr\",\n    \"xlm_link\",\n    \"xlm_r\",\n    \"xlm_gas\",\n    \"xlm_proc\",\n    \"xlm_pax\",\n    \"xlm_bsv\",\n    \"xlm_usdc\",\n    \"xlm_nim\",\n    \"xlm_pma\",\n    \"xlm_dgtx\",\n    \"xlm_gusd\",\n    \"xlm_eurs\",\n    \"xlm_vet\",\n    \"xlm_btt\",\n    \"xlm_fet\",\n    \"xlm_ht\",\n    \"xlm_bdg\",\n    \"xlm_atom\",\n    \"xlm_plr\",\n    \"xlm_phb\",\n    \"grs_ant\",\n    \"grs_bat\",\n    \"grs_ardr\",\n    \"grs_bch\",\n    \"grs_btg\",\n    \"grs_bnt\",\n    \"grs_btc\",\n    \"grs_eos\",\n    \"grs_fun\",\n    \"grs_gnt\",\n    \"grs_lsk\",\n    \"grs_rlc\",\n    \"grs_xrp\",\n    \"grs_dgb\",\n    \"grs_ltc\",\n    \"grs_nmr\",\n    \"grs_ptoy\",\n    \"grs_storj\",\n    \"grs_cvc\",\n    \"grs_edg\",\n    \"grs_gno\",\n    \"grs_neo\",\n    \"grs_pay\",\n    \"grs_rep\",\n    \"grs_swt\",\n    \"grs_waves\",\n    \"grs_xmr\",\n    \"grs_dash\",\n    \"grs_dgd\",\n    \"grs_eth\",\n    \"grs_gup\",\n    \"grs_nxt\",\n    \"grs_zec\",\n    \"grs_dcr\",\n    \"grs_doge\",\n    \"grs_hmq\",\n    \"grs_omg\",\n    \"grs_strat\",\n    \"grs_trst\",\n    \"grs_xem\",\n    \"grs_zrx\",\n    \"grs_usdt\",\n    \"grs_maid\",\n    \"grs_amp\",\n    \"grs_powr\",\n    \"grs_rcn\",\n    \"grs_vib\",\n    \"grs_dnt\",\n    \"grs_qtum\",\n    \"grs_stx\",\n    \"grs_dcn\",\n    \"grs_ngc\",\n    \"grs_trx\",\n    \"grs_kmd\",\n    \"grs_lrc\",\n    \"grs_brd\",\n    \"grs_zen\",\n    \"grs_mana\",\n    \"grs_ark\",\n    \"grs_xzc\",\n    \"grs_tusd\",\n    \"grs_wtc\",\n    \"grs_abyss\",\n    \"grs_zap\",\n    \"grs_aion\",\n    \"grs_smart\",\n    \"grs_nexo\",\n    \"grs_xlm\",\n    \"grs_enj\",\n    \"grs_betr\",\n    \"grs_poly\",\n    \"grs_ppt\",\n    \"grs_knc\",\n    \"grs_bkx\",\n    \"grs_bcd\",\n    \"grs_tel\",\n    \"grs_dai\",\n    \"grs_mkr\",\n    \"grs_link\",\n    \"grs_r\",\n    \"grs_gas\",\n    \"grs_proc\",\n    \"grs_pax\",\n    \"grs_bsv\",\n    \"grs_usdc\",\n    \"grs_nim\",\n    \"grs_pma\",\n    \"grs_dgtx\",\n    \"grs_gusd\",\n    \"grs_eurs\",\n    \"grs_vet\",\n    \"grs_btt\",\n    \"grs_fet\",\n    \"grs_ht\",\n    \"grs_bdg\",\n    \"grs_atom\",\n    \"grs_plr\",\n    \"grs_phb\",\n    \"enj_ant\",\n    \"enj_bat\",\n    \"enj_ardr\",\n    \"enj_bch\",\n    \"enj_btg\",\n    \"enj_bnt\",\n    \"enj_btc\",\n    \"enj_eos\",\n    \"enj_fun\",\n    \"enj_gnt\",\n    \"enj_lsk\",\n    \"enj_rlc\",\n    \"enj_xrp\",\n    \"enj_dgb\",\n    \"enj_ltc\",\n    \"enj_nmr\",\n    \"enj_ptoy\",\n    \"enj_storj\",\n    \"enj_cvc\",\n    \"enj_edg\",\n    \"enj_gno\",\n    \"enj_neo\",\n    \"enj_pay\",\n    \"enj_rep\",\n    \"enj_swt\",\n    \"enj_waves\",\n    \"enj_xmr\",\n    \"enj_dash\",\n    \"enj_dgd\",\n    \"enj_eth\",\n    \"enj_gup\",\n    \"enj_nxt\",\n    \"enj_zec\",\n    \"enj_dcr\",\n    \"enj_doge\",\n    \"enj_hmq\",\n    \"enj_omg\",\n    \"enj_strat\",\n    \"enj_trst\",\n    \"enj_xem\",\n    \"enj_zrx\",\n    \"enj_usdt\",\n    \"enj_maid\",\n    \"enj_amp\",\n    \"enj_powr\",\n    \"enj_rcn\",\n    \"enj_vib\",\n    \"enj_dnt\",\n    \"enj_qtum\",\n    \"enj_stx\",\n    \"enj_dcn\",\n    \"enj_ngc\",\n    \"enj_trx\",\n    \"enj_kmd\",\n    \"enj_lrc\",\n    \"enj_brd\",\n    \"enj_zen\",\n    \"enj_mana\",\n    \"enj_ark\",\n    \"enj_xzc\",\n    \"enj_tusd\",\n    \"enj_wtc\",\n    \"enj_abyss\",\n    \"enj_zap\",\n    \"enj_aion\",\n    \"enj_smart\",\n    \"enj_nexo\",\n    \"enj_xlm\",\n    \"enj_grs\",\n    \"enj_betr\",\n    \"enj_poly\",\n    \"enj_ppt\",\n    \"enj_knc\",\n    \"enj_bkx\",\n    \"enj_bcd\",\n    \"enj_tel\",\n    \"enj_dai\",\n    \"enj_mkr\",\n    \"enj_link\",\n    \"enj_r\",\n    \"enj_gas\",\n    \"enj_proc\",\n    \"enj_pax\",\n    \"enj_bsv\",\n    \"enj_usdc\",\n    \"enj_nim\",\n    \"enj_pma\",\n    \"enj_dgtx\",\n    \"enj_gusd\",\n    \"enj_eurs\",\n    \"enj_vet\",\n    \"enj_btt\",\n    \"enj_fet\",\n    \"enj_ht\",\n    \"enj_bdg\",\n    \"enj_atom\",\n    \"enj_plr\",\n    \"enj_phb\",\n    \"betr_ant\",\n    \"betr_bat\",\n    \"betr_ardr\",\n    \"betr_bch\",\n    \"betr_btg\",\n    \"betr_bnt\",\n    \"betr_btc\",\n    \"betr_eos\",\n    \"betr_fun\",\n    \"betr_gnt\",\n    \"betr_lsk\",\n    \"betr_rlc\",\n    \"betr_xrp\",\n    \"betr_dgb\",\n    \"betr_ltc\",\n    \"betr_nmr\",\n    \"betr_ptoy\",\n    \"betr_storj\",\n    \"betr_cvc\",\n    \"betr_edg\",\n    \"betr_gno\",\n    \"betr_neo\",\n    \"betr_pay\",\n    \"betr_rep\",\n    \"betr_swt\",\n    \"betr_waves\",\n    \"betr_xmr\",\n    \"betr_dash\",\n    \"betr_dgd\",\n    \"betr_eth\",\n    \"betr_gup\",\n    \"betr_nxt\",\n    \"betr_zec\",\n    \"betr_dcr\",\n    \"betr_doge\",\n    \"betr_hmq\",\n    \"betr_omg\",\n    \"betr_strat\",\n    \"betr_trst\",\n    \"betr_xem\",\n    \"betr_zrx\",\n    \"betr_usdt\",\n    \"betr_maid\",\n    \"betr_amp\",\n    \"betr_powr\",\n    \"betr_rcn\",\n    \"betr_vib\",\n    \"betr_dnt\",\n    \"betr_qtum\",\n    \"betr_stx\",\n    \"betr_dcn\",\n    \"betr_ngc\",\n    \"betr_trx\",\n    \"betr_kmd\",\n    \"betr_lrc\",\n    \"betr_brd\",\n    \"betr_zen\",\n    \"betr_mana\",\n    \"betr_ark\",\n    \"betr_xzc\",\n    \"betr_tusd\",\n    \"betr_wtc\",\n    \"betr_abyss\",\n    \"betr_zap\",\n    \"betr_aion\",\n    \"betr_smart\",\n    \"betr_nexo\",\n    \"betr_xlm\",\n    \"betr_grs\",\n    \"betr_enj\",\n    \"betr_poly\",\n    \"betr_ppt\",\n    \"betr_knc\",\n    \"betr_bkx\",\n    \"betr_bcd\",\n    \"betr_tel\",\n    \"betr_dai\",\n    \"betr_mkr\",\n    \"betr_link\",\n    \"betr_r\",\n    \"betr_gas\",\n    \"betr_proc\",\n    \"betr_pax\",\n    \"betr_bsv\",\n    \"betr_usdc\",\n    \"betr_nim\",\n    \"betr_pma\",\n    \"betr_dgtx\",\n    \"betr_gusd\",\n    \"betr_eurs\",\n    \"betr_vet\",\n    \"betr_btt\",\n    \"betr_fet\",\n    \"betr_ht\",\n    \"betr_bdg\",\n    \"betr_atom\",\n    \"betr_plr\",\n    \"betr_phb\",\n    \"poly_ant\",\n    \"poly_bat\",\n    \"poly_ardr\",\n    \"poly_bch\",\n    \"poly_btg\",\n    \"poly_bnt\",\n    \"poly_btc\",\n    \"poly_eos\",\n    \"poly_fun\",\n    \"poly_gnt\",\n    \"poly_lsk\",\n    \"poly_rlc\",\n    \"poly_xrp\",\n    \"poly_dgb\",\n    \"poly_ltc\",\n    \"poly_nmr\",\n    \"poly_ptoy\",\n    \"poly_storj\",\n    \"poly_cvc\",\n    \"poly_edg\",\n    \"poly_gno\",\n    \"poly_neo\",\n    \"poly_pay\",\n    \"poly_rep\",\n    \"poly_swt\",\n    \"poly_waves\",\n    \"poly_xmr\",\n    \"poly_dash\",\n    \"poly_dgd\",\n    \"poly_eth\",\n    \"poly_gup\",\n    \"poly_nxt\",\n    \"poly_zec\",\n    \"poly_dcr\",\n    \"poly_doge\",\n    \"poly_hmq\",\n    \"poly_omg\",\n    \"poly_strat\",\n    \"poly_trst\",\n    \"poly_xem\",\n    \"poly_zrx\",\n    \"poly_usdt\",\n    \"poly_maid\",\n    \"poly_amp\",\n    \"poly_powr\",\n    \"poly_rcn\",\n    \"poly_vib\",\n    \"poly_dnt\",\n    \"poly_qtum\",\n    \"poly_stx\",\n    \"poly_dcn\",\n    \"poly_ngc\",\n    \"poly_trx\",\n    \"poly_kmd\",\n    \"poly_lrc\",\n    \"poly_brd\",\n    \"poly_zen\",\n    \"poly_mana\",\n    \"poly_ark\",\n    \"poly_xzc\",\n    \"poly_tusd\",\n    \"poly_wtc\",\n    \"poly_abyss\",\n    \"poly_zap\",\n    \"poly_aion\",\n    \"poly_smart\",\n    \"poly_nexo\",\n    \"poly_xlm\",\n    \"poly_grs\",\n    \"poly_enj\",\n    \"poly_betr\",\n    \"poly_ppt\",\n    \"poly_knc\",\n    \"poly_bkx\",\n    \"poly_bcd\",\n    \"poly_tel\",\n    \"poly_dai\",\n    \"poly_mkr\",\n    \"poly_link\",\n    \"poly_r\",\n    \"poly_gas\",\n    \"poly_proc\",\n    \"poly_pax\",\n    \"poly_bsv\",\n    \"poly_usdc\",\n    \"poly_nim\",\n    \"poly_pma\",\n    \"poly_dgtx\",\n    \"poly_gusd\",\n    \"poly_eurs\",\n    \"poly_vet\",\n    \"poly_btt\",\n    \"poly_fet\",\n    \"poly_ht\",\n    \"poly_bdg\",\n    \"poly_atom\",\n    \"poly_plr\",\n    \"poly_phb\",\n    \"ppt_ant\",\n    \"ppt_bat\",\n    \"ppt_ardr\",\n    \"ppt_bch\",\n    \"ppt_btg\",\n    \"ppt_bnt\",\n    \"ppt_btc\",\n    \"ppt_eos\",\n    \"ppt_fun\",\n    \"ppt_gnt\",\n    \"ppt_lsk\",\n    \"ppt_rlc\",\n    \"ppt_xrp\",\n    \"ppt_dgb\",\n    \"ppt_ltc\",\n    \"ppt_nmr\",\n    \"ppt_ptoy\",\n    \"ppt_storj\",\n    \"ppt_cvc\",\n    \"ppt_edg\",\n    \"ppt_gno\",\n    \"ppt_neo\",\n    \"ppt_pay\",\n    \"ppt_rep\",\n    \"ppt_swt\",\n    \"ppt_waves\",\n    \"ppt_xmr\",\n    \"ppt_dash\",\n    \"ppt_dgd\",\n    \"ppt_eth\",\n    \"ppt_gup\",\n    \"ppt_nxt\",\n    \"ppt_zec\",\n    \"ppt_dcr\",\n    \"ppt_doge\",\n    \"ppt_hmq\",\n    \"ppt_omg\",\n    \"ppt_strat\",\n    \"ppt_trst\",\n    \"ppt_xem\",\n    \"ppt_zrx\",\n    \"ppt_usdt\",\n    \"ppt_maid\",\n    \"ppt_amp\",\n    \"ppt_powr\",\n    \"ppt_rcn\",\n    \"ppt_vib\",\n    \"ppt_dnt\",\n    \"ppt_qtum\",\n    \"ppt_stx\",\n    \"ppt_dcn\",\n    \"ppt_ngc\",\n    \"ppt_trx\",\n    \"ppt_kmd\",\n    \"ppt_lrc\",\n    \"ppt_brd\",\n    \"ppt_zen\",\n    \"ppt_mana\",\n    \"ppt_ark\",\n    \"ppt_xzc\",\n    \"ppt_tusd\",\n    \"ppt_wtc\",\n    \"ppt_abyss\",\n    \"ppt_zap\",\n    \"ppt_aion\",\n    \"ppt_smart\",\n    \"ppt_nexo\",\n    \"ppt_xlm\",\n    \"ppt_grs\",\n    \"ppt_enj\",\n    \"ppt_betr\",\n    \"ppt_poly\",\n    \"ppt_knc\",\n    \"ppt_bkx\",\n    \"ppt_bcd\",\n    \"ppt_tel\",\n    \"ppt_dai\",\n    \"ppt_mkr\",\n    \"ppt_link\",\n    \"ppt_r\",\n    \"ppt_gas\",\n    \"ppt_proc\",\n    \"ppt_pax\",\n    \"ppt_bsv\",\n    \"ppt_usdc\",\n    \"ppt_nim\",\n    \"ppt_pma\",\n    \"ppt_dgtx\",\n    \"ppt_gusd\",\n    \"ppt_eurs\",\n    \"ppt_vet\",\n    \"ppt_btt\",\n    \"ppt_fet\",\n    \"ppt_ht\",\n    \"ppt_bdg\",\n    \"ppt_atom\",\n    \"ppt_plr\",\n    \"ppt_phb\",\n    \"knc_ant\",\n    \"knc_bat\",\n    \"knc_ardr\",\n    \"knc_bch\",\n    \"knc_btg\",\n    \"knc_bnt\",\n    \"knc_btc\",\n    \"knc_eos\",\n    \"knc_fun\",\n    \"knc_gnt\",\n    \"knc_lsk\",\n    \"knc_rlc\",\n    \"knc_xrp\",\n    \"knc_dgb\",\n    \"knc_ltc\",\n    \"knc_nmr\",\n    \"knc_ptoy\",\n    \"knc_storj\",\n    \"knc_cvc\",\n    \"knc_edg\",\n    \"knc_gno\",\n    \"knc_neo\",\n    \"knc_pay\",\n    \"knc_rep\",\n    \"knc_swt\",\n    \"knc_waves\",\n    \"knc_xmr\",\n    \"knc_dash\",\n    \"knc_dgd\",\n    \"knc_eth\",\n    \"knc_gup\",\n    \"knc_nxt\",\n    \"knc_zec\",\n    \"knc_dcr\",\n    \"knc_doge\",\n    \"knc_hmq\",\n    \"knc_omg\",\n    \"knc_strat\",\n    \"knc_trst\",\n    \"knc_xem\",\n    \"knc_zrx\",\n    \"knc_usdt\",\n    \"knc_maid\",\n    \"knc_amp\",\n    \"knc_powr\",\n    \"knc_rcn\",\n    \"knc_vib\",\n    \"knc_dnt\",\n    \"knc_qtum\",\n    \"knc_stx\",\n    \"knc_dcn\",\n    \"knc_ngc\",\n    \"knc_trx\",\n    \"knc_kmd\",\n    \"knc_lrc\",\n    \"knc_brd\",\n    \"knc_zen\",\n    \"knc_mana\",\n    \"knc_ark\",\n    \"knc_xzc\",\n    \"knc_tusd\",\n    \"knc_wtc\",\n    \"knc_abyss\",\n    \"knc_zap\",\n    \"knc_aion\",\n    \"knc_smart\",\n    \"knc_nexo\",\n    \"knc_xlm\",\n    \"knc_grs\",\n    \"knc_enj\",\n    \"knc_betr\",\n    \"knc_poly\",\n    \"knc_ppt\",\n    \"knc_bkx\",\n    \"knc_bcd\",\n    \"knc_tel\",\n    \"knc_dai\",\n    \"knc_mkr\",\n    \"knc_link\",\n    \"knc_r\",\n    \"knc_gas\",\n    \"knc_proc\",\n    \"knc_pax\",\n    \"knc_bsv\",\n    \"knc_usdc\",\n    \"knc_nim\",\n    \"knc_pma\",\n    \"knc_dgtx\",\n    \"knc_gusd\",\n    \"knc_eurs\",\n    \"knc_vet\",\n    \"knc_btt\",\n    \"knc_fet\",\n    \"knc_ht\",\n    \"knc_bdg\",\n    \"knc_atom\",\n    \"knc_plr\",\n    \"knc_phb\",\n    \"bkx_ant\",\n    \"bkx_bat\",\n    \"bkx_ardr\",\n    \"bkx_bch\",\n    \"bkx_btg\",\n    \"bkx_bnt\",\n    \"bkx_btc\",\n    \"bkx_eos\",\n    \"bkx_fun\",\n    \"bkx_gnt\",\n    \"bkx_lsk\",\n    \"bkx_rlc\",\n    \"bkx_xrp\",\n    \"bkx_dgb\",\n    \"bkx_ltc\",\n    \"bkx_nmr\",\n    \"bkx_ptoy\",\n    \"bkx_storj\",\n    \"bkx_cvc\",\n    \"bkx_edg\",\n    \"bkx_gno\",\n    \"bkx_neo\",\n    \"bkx_pay\",\n    \"bkx_rep\",\n    \"bkx_swt\",\n    \"bkx_waves\",\n    \"bkx_xmr\",\n    \"bkx_dash\",\n    \"bkx_dgd\",\n    \"bkx_eth\",\n    \"bkx_gup\",\n    \"bkx_nxt\",\n    \"bkx_zec\",\n    \"bkx_dcr\",\n    \"bkx_doge\",\n    \"bkx_hmq\",\n    \"bkx_omg\",\n    \"bkx_strat\",\n    \"bkx_trst\",\n    \"bkx_xem\",\n    \"bkx_zrx\",\n    \"bkx_usdt\",\n    \"bkx_maid\",\n    \"bkx_amp\",\n    \"bkx_powr\",\n    \"bkx_rcn\",\n    \"bkx_vib\",\n    \"bkx_dnt\",\n    \"bkx_qtum\",\n    \"bkx_stx\",\n    \"bkx_dcn\",\n    \"bkx_ngc\",\n    \"bkx_trx\",\n    \"bkx_kmd\",\n    \"bkx_lrc\",\n    \"bkx_brd\",\n    \"bkx_zen\",\n    \"bkx_mana\",\n    \"bkx_ark\",\n    \"bkx_xzc\",\n    \"bkx_tusd\",\n    \"bkx_wtc\",\n    \"bkx_abyss\",\n    \"bkx_zap\",\n    \"bkx_aion\",\n    \"bkx_smart\",\n    \"bkx_nexo\",\n    \"bkx_xlm\",\n    \"bkx_grs\",\n    \"bkx_enj\",\n    \"bkx_betr\",\n    \"bkx_poly\",\n    \"bkx_ppt\",\n    \"bkx_knc\",\n    \"bkx_bcd\",\n    \"bkx_tel\",\n    \"bkx_dai\",\n    \"bkx_mkr\",\n    \"bkx_link\",\n    \"bkx_r\",\n    \"bkx_gas\",\n    \"bkx_proc\",\n    \"bkx_pax\",\n    \"bkx_bsv\",\n    \"bkx_usdc\",\n    \"bkx_nim\",\n    \"bkx_pma\",\n    \"bkx_dgtx\",\n    \"bkx_gusd\",\n    \"bkx_eurs\",\n    \"bkx_vet\",\n    \"bkx_btt\",\n    \"bkx_fet\",\n    \"bkx_ht\",\n    \"bkx_bdg\",\n    \"bkx_atom\",\n    \"bkx_plr\",\n    \"bkx_phb\",\n    \"bcd_ant\",\n    \"bcd_bat\",\n    \"bcd_ardr\",\n    \"bcd_bch\",\n    \"bcd_btg\",\n    \"bcd_bnt\",\n    \"bcd_btc\",\n    \"bcd_eos\",\n    \"bcd_fun\",\n    \"bcd_gnt\",\n    \"bcd_lsk\",\n    \"bcd_rlc\",\n    \"bcd_xrp\",\n    \"bcd_dgb\",\n    \"bcd_ltc\",\n    \"bcd_nmr\",\n    \"bcd_ptoy\",\n    \"bcd_storj\",\n    \"bcd_cvc\",\n    \"bcd_edg\",\n    \"bcd_gno\",\n    \"bcd_neo\",\n    \"bcd_pay\",\n    \"bcd_rep\",\n    \"bcd_swt\",\n    \"bcd_waves\",\n    \"bcd_xmr\",\n    \"bcd_dash\",\n    \"bcd_dgd\",\n    \"bcd_eth\",\n    \"bcd_gup\",\n    \"bcd_nxt\",\n    \"bcd_zec\",\n    \"bcd_dcr\",\n    \"bcd_doge\",\n    \"bcd_hmq\",\n    \"bcd_omg\",\n    \"bcd_strat\",\n    \"bcd_trst\",\n    \"bcd_xem\",\n    \"bcd_zrx\",\n    \"bcd_usdt\",\n    \"bcd_maid\",\n    \"bcd_amp\",\n    \"bcd_powr\",\n    \"bcd_rcn\",\n    \"bcd_vib\",\n    \"bcd_dnt\",\n    \"bcd_qtum\",\n    \"bcd_stx\",\n    \"bcd_dcn\",\n    \"bcd_ngc\",\n    \"bcd_trx\",\n    \"bcd_kmd\",\n    \"bcd_lrc\",\n    \"bcd_brd\",\n    \"bcd_zen\",\n    \"bcd_mana\",\n    \"bcd_ark\",\n    \"bcd_xzc\",\n    \"bcd_tusd\",\n    \"bcd_wtc\",\n    \"bcd_abyss\",\n    \"bcd_zap\",\n    \"bcd_aion\",\n    \"bcd_smart\",\n    \"bcd_nexo\",\n    \"bcd_xlm\",\n    \"bcd_grs\",\n    \"bcd_enj\",\n    \"bcd_betr\",\n    \"bcd_poly\",\n    \"bcd_ppt\",\n    \"bcd_knc\",\n    \"bcd_bkx\",\n    \"bcd_tel\",\n    \"bcd_dai\",\n    \"bcd_mkr\",\n    \"bcd_link\",\n    \"bcd_r\",\n    \"bcd_gas\",\n    \"bcd_proc\",\n    \"bcd_pax\",\n    \"bcd_bsv\",\n    \"bcd_usdc\",\n    \"bcd_nim\",\n    \"bcd_pma\",\n    \"bcd_dgtx\",\n    \"bcd_gusd\",\n    \"bcd_eurs\",\n    \"bcd_vet\",\n    \"bcd_btt\",\n    \"bcd_fet\",\n    \"bcd_ht\",\n    \"bcd_bdg\",\n    \"bcd_atom\",\n    \"bcd_plr\",\n    \"bcd_phb\",\n    \"tel_ant\",\n    \"tel_bat\",\n    \"tel_ardr\",\n    \"tel_bch\",\n    \"tel_btg\",\n    \"tel_bnt\",\n    \"tel_btc\",\n    \"tel_eos\",\n    \"tel_fun\",\n    \"tel_gnt\",\n    \"tel_lsk\",\n    \"tel_rlc\",\n    \"tel_xrp\",\n    \"tel_dgb\",\n    \"tel_ltc\",\n    \"tel_nmr\",\n    \"tel_ptoy\",\n    \"tel_storj\",\n    \"tel_cvc\",\n    \"tel_edg\",\n    \"tel_gno\",\n    \"tel_neo\",\n    \"tel_pay\",\n    \"tel_rep\",\n    \"tel_swt\",\n    \"tel_waves\",\n    \"tel_xmr\",\n    \"tel_dash\",\n    \"tel_dgd\",\n    \"tel_eth\",\n    \"tel_gup\",\n    \"tel_nxt\",\n    \"tel_zec\",\n    \"tel_dcr\",\n    \"tel_doge\",\n    \"tel_hmq\",\n    \"tel_omg\",\n    \"tel_strat\",\n    \"tel_trst\",\n    \"tel_xem\",\n    \"tel_zrx\",\n    \"tel_usdt\",\n    \"tel_maid\",\n    \"tel_amp\",\n    \"tel_powr\",\n    \"tel_rcn\",\n    \"tel_vib\",\n    \"tel_dnt\",\n    \"tel_qtum\",\n    \"tel_stx\",\n    \"tel_dcn\",\n    \"tel_ngc\",\n    \"tel_trx\",\n    \"tel_kmd\",\n    \"tel_lrc\",\n    \"tel_brd\",\n    \"tel_zen\",\n    \"tel_mana\",\n    \"tel_ark\",\n    \"tel_xzc\",\n    \"tel_tusd\",\n    \"tel_wtc\",\n    \"tel_abyss\",\n    \"tel_zap\",\n    \"tel_aion\",\n    \"tel_smart\",\n    \"tel_nexo\",\n    \"tel_xlm\",\n    \"tel_grs\",\n    \"tel_enj\",\n    \"tel_betr\",\n    \"tel_poly\",\n    \"tel_ppt\",\n    \"tel_knc\",\n    \"tel_bkx\",\n    \"tel_bcd\",\n    \"tel_dai\",\n    \"tel_mkr\",\n    \"tel_link\",\n    \"tel_r\",\n    \"tel_gas\",\n    \"tel_proc\",\n    \"tel_pax\",\n    \"tel_bsv\",\n    \"tel_usdc\",\n    \"tel_nim\",\n    \"tel_pma\",\n    \"tel_dgtx\",\n    \"tel_gusd\",\n    \"tel_eurs\",\n    \"tel_vet\",\n    \"tel_btt\",\n    \"tel_fet\",\n    \"tel_ht\",\n    \"tel_bdg\",\n    \"tel_atom\",\n    \"tel_plr\",\n    \"tel_phb\",\n    \"dai_ant\",\n    \"dai_bat\",\n    \"dai_ardr\",\n    \"dai_bch\",\n    \"dai_btg\",\n    \"dai_bnt\",\n    \"dai_btc\",\n    \"dai_eos\",\n    \"dai_fun\",\n    \"dai_gnt\",\n    \"dai_lsk\",\n    \"dai_rlc\",\n    \"dai_xrp\",\n    \"dai_dgb\",\n    \"dai_ltc\",\n    \"dai_nmr\",\n    \"dai_ptoy\",\n    \"dai_storj\",\n    \"dai_cvc\",\n    \"dai_edg\",\n    \"dai_gno\",\n    \"dai_neo\",\n    \"dai_pay\",\n    \"dai_rep\",\n    \"dai_swt\",\n    \"dai_waves\",\n    \"dai_xmr\",\n    \"dai_dash\",\n    \"dai_dgd\",\n    \"dai_eth\",\n    \"dai_gup\",\n    \"dai_nxt\",\n    \"dai_zec\",\n    \"dai_dcr\",\n    \"dai_doge\",\n    \"dai_hmq\",\n    \"dai_omg\",\n    \"dai_strat\",\n    \"dai_trst\",\n    \"dai_xem\",\n    \"dai_zrx\",\n    \"dai_usdt\",\n    \"dai_maid\",\n    \"dai_amp\",\n    \"dai_powr\",\n    \"dai_rcn\",\n    \"dai_vib\",\n    \"dai_dnt\",\n    \"dai_qtum\",\n    \"dai_stx\",\n    \"dai_dcn\",\n    \"dai_ngc\",\n    \"dai_trx\",\n    \"dai_kmd\",\n    \"dai_lrc\",\n    \"dai_brd\",\n    \"dai_zen\",\n    \"dai_mana\",\n    \"dai_ark\",\n    \"dai_xzc\",\n    \"dai_tusd\",\n    \"dai_wtc\",\n    \"dai_abyss\",\n    \"dai_zap\",\n    \"dai_aion\",\n    \"dai_smart\",\n    \"dai_nexo\",\n    \"dai_xlm\",\n    \"dai_grs\",\n    \"dai_enj\",\n    \"dai_betr\",\n    \"dai_poly\",\n    \"dai_ppt\",\n    \"dai_knc\",\n    \"dai_bkx\",\n    \"dai_bcd\",\n    \"dai_tel\",\n    \"dai_mkr\",\n    \"dai_link\",\n    \"dai_r\",\n    \"dai_gas\",\n    \"dai_proc\",\n    \"dai_pax\",\n    \"dai_bsv\",\n    \"dai_usdc\",\n    \"dai_nim\",\n    \"dai_pma\",\n    \"dai_dgtx\",\n    \"dai_gusd\",\n    \"dai_eurs\",\n    \"dai_vet\",\n    \"dai_btt\",\n    \"dai_fet\",\n    \"dai_ht\",\n    \"dai_bdg\",\n    \"dai_atom\",\n    \"dai_plr\",\n    \"dai_phb\",\n    \"mkr_ant\",\n    \"mkr_bat\",\n    \"mkr_ardr\",\n    \"mkr_bch\",\n    \"mkr_btg\",\n    \"mkr_bnt\",\n    \"mkr_btc\",\n    \"mkr_eos\",\n    \"mkr_fun\",\n    \"mkr_gnt\",\n    \"mkr_lsk\",\n    \"mkr_rlc\",\n    \"mkr_xrp\",\n    \"mkr_dgb\",\n    \"mkr_ltc\",\n    \"mkr_nmr\",\n    \"mkr_ptoy\",\n    \"mkr_storj\",\n    \"mkr_cvc\",\n    \"mkr_edg\",\n    \"mkr_gno\",\n    \"mkr_neo\",\n    \"mkr_pay\",\n    \"mkr_rep\",\n    \"mkr_swt\",\n    \"mkr_waves\",\n    \"mkr_xmr\",\n    \"mkr_dash\",\n    \"mkr_dgd\",\n    \"mkr_eth\",\n    \"mkr_gup\",\n    \"mkr_nxt\",\n    \"mkr_zec\",\n    \"mkr_dcr\",\n    \"mkr_doge\",\n    \"mkr_hmq\",\n    \"mkr_omg\",\n    \"mkr_strat\",\n    \"mkr_trst\",\n    \"mkr_xem\",\n    \"mkr_zrx\",\n    \"mkr_usdt\",\n    \"mkr_maid\",\n    \"mkr_amp\",\n    \"mkr_powr\",\n    \"mkr_rcn\",\n    \"mkr_vib\",\n    \"mkr_dnt\",\n    \"mkr_qtum\",\n    \"mkr_stx\",\n    \"mkr_dcn\",\n    \"mkr_ngc\",\n    \"mkr_trx\",\n    \"mkr_kmd\",\n    \"mkr_lrc\",\n    \"mkr_brd\",\n    \"mkr_zen\",\n    \"mkr_mana\",\n    \"mkr_ark\",\n    \"mkr_xzc\",\n    \"mkr_tusd\",\n    \"mkr_wtc\",\n    \"mkr_abyss\",\n    \"mkr_zap\",\n    \"mkr_aion\",\n    \"mkr_smart\",\n    \"mkr_nexo\",\n    \"mkr_xlm\",\n    \"mkr_grs\",\n    \"mkr_enj\",\n    \"mkr_betr\",\n    \"mkr_poly\",\n    \"mkr_ppt\",\n    \"mkr_knc\",\n    \"mkr_bkx\",\n    \"mkr_bcd\",\n    \"mkr_tel\",\n    \"mkr_dai\",\n    \"mkr_link\",\n    \"mkr_r\",\n    \"mkr_gas\",\n    \"mkr_proc\",\n    \"mkr_pax\",\n    \"mkr_bsv\",\n    \"mkr_usdc\",\n    \"mkr_nim\",\n    \"mkr_pma\",\n    \"mkr_dgtx\",\n    \"mkr_gusd\",\n    \"mkr_eurs\",\n    \"mkr_vet\",\n    \"mkr_btt\",\n    \"mkr_fet\",\n    \"mkr_ht\",\n    \"mkr_bdg\",\n    \"mkr_atom\",\n    \"mkr_plr\",\n    \"mkr_phb\",\n    \"link_ant\",\n    \"link_bat\",\n    \"link_ardr\",\n    \"link_bch\",\n    \"link_btg\",\n    \"link_bnt\",\n    \"link_btc\",\n    \"link_eos\",\n    \"link_fun\",\n    \"link_gnt\",\n    \"link_lsk\",\n    \"link_rlc\",\n    \"link_xrp\",\n    \"link_dgb\",\n    \"link_ltc\",\n    \"link_nmr\",\n    \"link_ptoy\",\n    \"link_storj\",\n    \"link_cvc\",\n    \"link_edg\",\n    \"link_gno\",\n    \"link_neo\",\n    \"link_pay\",\n    \"link_rep\",\n    \"link_swt\",\n    \"link_waves\",\n    \"link_xmr\",\n    \"link_dash\",\n    \"link_dgd\",\n    \"link_eth\",\n    \"link_gup\",\n    \"link_nxt\",\n    \"link_zec\",\n    \"link_dcr\",\n    \"link_doge\",\n    \"link_hmq\",\n    \"link_omg\",\n    \"link_strat\",\n    \"link_trst\",\n    \"link_xem\",\n    \"link_zrx\",\n    \"link_usdt\",\n    \"link_maid\",\n    \"link_amp\",\n    \"link_powr\",\n    \"link_rcn\",\n    \"link_vib\",\n    \"link_dnt\",\n    \"link_qtum\",\n    \"link_stx\",\n    \"link_dcn\",\n    \"link_ngc\",\n    \"link_trx\",\n    \"link_kmd\",\n    \"link_lrc\",\n    \"link_brd\",\n    \"link_zen\",\n    \"link_mana\",\n    \"link_ark\",\n    \"link_xzc\",\n    \"link_tusd\",\n    \"link_wtc\",\n    \"link_abyss\",\n    \"link_zap\",\n    \"link_aion\",\n    \"link_smart\",\n    \"link_nexo\",\n    \"link_xlm\",\n    \"link_grs\",\n    \"link_enj\",\n    \"link_betr\",\n    \"link_poly\",\n    \"link_ppt\",\n    \"link_knc\",\n    \"link_bkx\",\n    \"link_bcd\",\n    \"link_tel\",\n    \"link_dai\",\n    \"link_mkr\",\n    \"link_r\",\n    \"link_gas\",\n    \"link_proc\",\n    \"link_pax\",\n    \"link_bsv\",\n    \"link_usdc\",\n    \"link_nim\",\n    \"link_pma\",\n    \"link_dgtx\",\n    \"link_gusd\",\n    \"link_eurs\",\n    \"link_vet\",\n    \"link_btt\",\n    \"link_fet\",\n    \"link_ht\",\n    \"link_bdg\",\n    \"link_atom\",\n    \"link_plr\",\n    \"link_phb\",\n    \"r_ant\",\n    \"r_bat\",\n    \"r_ardr\",\n    \"r_bch\",\n    \"r_btg\",\n    \"r_bnt\",\n    \"r_btc\",\n    \"r_eos\",\n    \"r_fun\",\n    \"r_gnt\",\n    \"r_lsk\",\n    \"r_rlc\",\n    \"r_xrp\",\n    \"r_dgb\",\n    \"r_ltc\",\n    \"r_nmr\",\n    \"r_ptoy\",\n    \"r_storj\",\n    \"r_cvc\",\n    \"r_edg\",\n    \"r_gno\",\n    \"r_neo\",\n    \"r_pay\",\n    \"r_rep\",\n    \"r_swt\",\n    \"r_waves\",\n    \"r_xmr\",\n    \"r_dash\",\n    \"r_dgd\",\n    \"r_eth\",\n    \"r_gup\",\n    \"r_nxt\",\n    \"r_zec\",\n    \"r_dcr\",\n    \"r_doge\",\n    \"r_hmq\",\n    \"r_omg\",\n    \"r_strat\",\n    \"r_trst\",\n    \"r_xem\",\n    \"r_zrx\",\n    \"r_usdt\",\n    \"r_maid\",\n    \"r_amp\",\n    \"r_powr\",\n    \"r_rcn\",\n    \"r_vib\",\n    \"r_dnt\",\n    \"r_qtum\",\n    \"r_stx\",\n    \"r_dcn\",\n    \"r_ngc\",\n    \"r_trx\",\n    \"r_kmd\",\n    \"r_lrc\",\n    \"r_brd\",\n    \"r_zen\",\n    \"r_mana\",\n    \"r_ark\",\n    \"r_xzc\",\n    \"r_tusd\",\n    \"r_wtc\",\n    \"r_abyss\",\n    \"r_zap\",\n    \"r_aion\",\n    \"r_smart\",\n    \"r_nexo\",\n    \"r_xlm\",\n    \"r_grs\",\n    \"r_enj\",\n    \"r_betr\",\n    \"r_poly\",\n    \"r_ppt\",\n    \"r_knc\",\n    \"r_bkx\",\n    \"r_bcd\",\n    \"r_tel\",\n    \"r_dai\",\n    \"r_mkr\",\n    \"r_link\",\n    \"r_gas\",\n    \"r_proc\",\n    \"r_pax\",\n    \"r_bsv\",\n    \"r_usdc\",\n    \"r_nim\",\n    \"r_pma\",\n    \"r_dgtx\",\n    \"r_gusd\",\n    \"r_eurs\",\n    \"r_vet\",\n    \"r_btt\",\n    \"r_fet\",\n    \"r_ht\",\n    \"r_bdg\",\n    \"r_atom\",\n    \"r_plr\",\n    \"r_phb\",\n    \"gas_ant\",\n    \"gas_bat\",\n    \"gas_ardr\",\n    \"gas_bch\",\n    \"gas_btg\",\n    \"gas_bnt\",\n    \"gas_btc\",\n    \"gas_eos\",\n    \"gas_fun\",\n    \"gas_gnt\",\n    \"gas_lsk\",\n    \"gas_rlc\",\n    \"gas_xrp\",\n    \"gas_dgb\",\n    \"gas_ltc\",\n    \"gas_nmr\",\n    \"gas_ptoy\",\n    \"gas_storj\",\n    \"gas_cvc\",\n    \"gas_edg\",\n    \"gas_gno\",\n    \"gas_neo\",\n    \"gas_pay\",\n    \"gas_rep\",\n    \"gas_swt\",\n    \"gas_waves\",\n    \"gas_xmr\",\n    \"gas_dash\",\n    \"gas_dgd\",\n    \"gas_eth\",\n    \"gas_gup\",\n    \"gas_nxt\",\n    \"gas_zec\",\n    \"gas_dcr\",\n    \"gas_doge\",\n    \"gas_hmq\",\n    \"gas_omg\",\n    \"gas_strat\",\n    \"gas_trst\",\n    \"gas_xem\",\n    \"gas_zrx\",\n    \"gas_usdt\",\n    \"gas_maid\",\n    \"gas_amp\",\n    \"gas_powr\",\n    \"gas_rcn\",\n    \"gas_vib\",\n    \"gas_dnt\",\n    \"gas_qtum\",\n    \"gas_stx\",\n    \"gas_dcn\",\n    \"gas_ngc\",\n    \"gas_trx\",\n    \"gas_kmd\",\n    \"gas_lrc\",\n    \"gas_brd\",\n    \"gas_zen\",\n    \"gas_mana\",\n    \"gas_ark\",\n    \"gas_xzc\",\n    \"gas_tusd\",\n    \"gas_wtc\",\n    \"gas_abyss\",\n    \"gas_zap\",\n    \"gas_aion\",\n    \"gas_smart\",\n    \"gas_nexo\",\n    \"gas_xlm\",\n    \"gas_grs\",\n    \"gas_enj\",\n    \"gas_betr\",\n    \"gas_poly\",\n    \"gas_ppt\",\n    \"gas_knc\",\n    \"gas_bkx\",\n    \"gas_bcd\",\n    \"gas_tel\",\n    \"gas_dai\",\n    \"gas_mkr\",\n    \"gas_link\",\n    \"gas_r\",\n    \"gas_proc\",\n    \"gas_pax\",\n    \"gas_bsv\",\n    \"gas_usdc\",\n    \"gas_nim\",\n    \"gas_pma\",\n    \"gas_dgtx\",\n    \"gas_gusd\",\n    \"gas_eurs\",\n    \"gas_vet\",\n    \"gas_btt\",\n    \"gas_fet\",\n    \"gas_ht\",\n    \"gas_bdg\",\n    \"gas_atom\",\n    \"gas_plr\",\n    \"gas_phb\",\n    \"proc_ant\",\n    \"proc_bat\",\n    \"proc_ardr\",\n    \"proc_bch\",\n    \"proc_btg\",\n    \"proc_bnt\",\n    \"proc_btc\",\n    \"proc_eos\",\n    \"proc_fun\",\n    \"proc_gnt\",\n    \"proc_lsk\",\n    \"proc_rlc\",\n    \"proc_xrp\",\n    \"proc_dgb\",\n    \"proc_ltc\",\n    \"proc_nmr\",\n    \"proc_ptoy\",\n    \"proc_storj\",\n    \"proc_cvc\",\n    \"proc_edg\",\n    \"proc_gno\",\n    \"proc_neo\",\n    \"proc_pay\",\n    \"proc_rep\",\n    \"proc_swt\",\n    \"proc_waves\",\n    \"proc_xmr\",\n    \"proc_dash\",\n    \"proc_dgd\",\n    \"proc_eth\",\n    \"proc_gup\",\n    \"proc_nxt\",\n    \"proc_zec\",\n    \"proc_dcr\",\n    \"proc_doge\",\n    \"proc_hmq\",\n    \"proc_omg\",\n    \"proc_strat\",\n    \"proc_trst\",\n    \"proc_xem\",\n    \"proc_zrx\",\n    \"proc_usdt\",\n    \"proc_maid\",\n    \"proc_amp\",\n    \"proc_powr\",\n    \"proc_rcn\",\n    \"proc_vib\",\n    \"proc_dnt\",\n    \"proc_qtum\",\n    \"proc_stx\",\n    \"proc_dcn\",\n    \"proc_ngc\",\n    \"proc_trx\",\n    \"proc_kmd\",\n    \"proc_lrc\",\n    \"proc_brd\",\n    \"proc_zen\",\n    \"proc_mana\",\n    \"proc_ark\",\n    \"proc_xzc\",\n    \"proc_tusd\",\n    \"proc_wtc\",\n    \"proc_abyss\",\n    \"proc_zap\",\n    \"proc_aion\",\n    \"proc_smart\",\n    \"proc_nexo\",\n    \"proc_xlm\",\n    \"proc_grs\",\n    \"proc_enj\",\n    \"proc_betr\",\n    \"proc_poly\",\n    \"proc_ppt\",\n    \"proc_knc\",\n    \"proc_bkx\",\n    \"proc_bcd\",\n    \"proc_tel\",\n    \"proc_dai\",\n    \"proc_mkr\",\n    \"proc_link\",\n    \"proc_r\",\n    \"proc_gas\",\n    \"proc_pax\",\n    \"proc_bsv\",\n    \"proc_usdc\",\n    \"proc_nim\",\n    \"proc_pma\",\n    \"proc_dgtx\",\n    \"proc_gusd\",\n    \"proc_eurs\",\n    \"proc_vet\",\n    \"proc_btt\",\n    \"proc_fet\",\n    \"proc_ht\",\n    \"proc_bdg\",\n    \"proc_atom\",\n    \"proc_plr\",\n    \"proc_phb\",\n    \"pax_ant\",\n    \"pax_bat\",\n    \"pax_ardr\",\n    \"pax_bch\",\n    \"pax_btg\",\n    \"pax_bnt\",\n    \"pax_btc\",\n    \"pax_eos\",\n    \"pax_fun\",\n    \"pax_gnt\",\n    \"pax_lsk\",\n    \"pax_rlc\",\n    \"pax_xrp\",\n    \"pax_dgb\",\n    \"pax_ltc\",\n    \"pax_nmr\",\n    \"pax_ptoy\",\n    \"pax_storj\",\n    \"pax_cvc\",\n    \"pax_edg\",\n    \"pax_gno\",\n    \"pax_neo\",\n    \"pax_pay\",\n    \"pax_rep\",\n    \"pax_swt\",\n    \"pax_waves\",\n    \"pax_xmr\",\n    \"pax_dash\",\n    \"pax_dgd\",\n    \"pax_eth\",\n    \"pax_gup\",\n    \"pax_nxt\",\n    \"pax_zec\",\n    \"pax_dcr\",\n    \"pax_doge\",\n    \"pax_hmq\",\n    \"pax_omg\",\n    \"pax_strat\",\n    \"pax_trst\",\n    \"pax_xem\",\n    \"pax_zrx\",\n    \"pax_usdt\",\n    \"pax_maid\",\n    \"pax_amp\",\n    \"pax_powr\",\n    \"pax_rcn\",\n    \"pax_vib\",\n    \"pax_dnt\",\n    \"pax_qtum\",\n    \"pax_stx\",\n    \"pax_dcn\",\n    \"pax_ngc\",\n    \"pax_trx\",\n    \"pax_kmd\",\n    \"pax_lrc\",\n    \"pax_brd\",\n    \"pax_zen\",\n    \"pax_mana\",\n    \"pax_ark\",\n    \"pax_xzc\",\n    \"pax_tusd\",\n    \"pax_wtc\",\n    \"pax_abyss\",\n    \"pax_zap\",\n    \"pax_aion\",\n    \"pax_smart\",\n    \"pax_nexo\",\n    \"pax_xlm\",\n    \"pax_grs\",\n    \"pax_enj\",\n    \"pax_betr\",\n    \"pax_poly\",\n    \"pax_ppt\",\n    \"pax_knc\",\n    \"pax_bkx\",\n    \"pax_bcd\",\n    \"pax_tel\",\n    \"pax_dai\",\n    \"pax_mkr\",\n    \"pax_link\",\n    \"pax_r\",\n    \"pax_gas\",\n    \"pax_proc\",\n    \"pax_bsv\",\n    \"pax_usdc\",\n    \"pax_nim\",\n    \"pax_pma\",\n    \"pax_dgtx\",\n    \"pax_gusd\",\n    \"pax_eurs\",\n    \"pax_vet\",\n    \"pax_btt\",\n    \"pax_fet\",\n    \"pax_ht\",\n    \"pax_bdg\",\n    \"pax_atom\",\n    \"pax_plr\",\n    \"pax_phb\",\n    \"bsv_ant\",\n    \"bsv_bat\",\n    \"bsv_ardr\",\n    \"bsv_bch\",\n    \"bsv_btg\",\n    \"bsv_bnt\",\n    \"bsv_btc\",\n    \"bsv_eos\",\n    \"bsv_fun\",\n    \"bsv_gnt\",\n    \"bsv_lsk\",\n    \"bsv_rlc\",\n    \"bsv_xrp\",\n    \"bsv_dgb\",\n    \"bsv_ltc\",\n    \"bsv_nmr\",\n    \"bsv_ptoy\",\n    \"bsv_storj\",\n    \"bsv_cvc\",\n    \"bsv_edg\",\n    \"bsv_gno\",\n    \"bsv_neo\",\n    \"bsv_pay\",\n    \"bsv_rep\",\n    \"bsv_swt\",\n    \"bsv_waves\",\n    \"bsv_xmr\",\n    \"bsv_dash\",\n    \"bsv_dgd\",\n    \"bsv_eth\",\n    \"bsv_gup\",\n    \"bsv_nxt\",\n    \"bsv_zec\",\n    \"bsv_dcr\",\n    \"bsv_doge\",\n    \"bsv_hmq\",\n    \"bsv_omg\",\n    \"bsv_strat\",\n    \"bsv_trst\",\n    \"bsv_xem\",\n    \"bsv_zrx\",\n    \"bsv_usdt\",\n    \"bsv_maid\",\n    \"bsv_amp\",\n    \"bsv_powr\",\n    \"bsv_rcn\",\n    \"bsv_vib\",\n    \"bsv_dnt\",\n    \"bsv_qtum\",\n    \"bsv_stx\",\n    \"bsv_dcn\",\n    \"bsv_ngc\",\n    \"bsv_trx\",\n    \"bsv_kmd\",\n    \"bsv_lrc\",\n    \"bsv_brd\",\n    \"bsv_zen\",\n    \"bsv_mana\",\n    \"bsv_ark\",\n    \"bsv_xzc\",\n    \"bsv_tusd\",\n    \"bsv_wtc\",\n    \"bsv_abyss\",\n    \"bsv_zap\",\n    \"bsv_aion\",\n    \"bsv_smart\",\n    \"bsv_nexo\",\n    \"bsv_xlm\",\n    \"bsv_grs\",\n    \"bsv_enj\",\n    \"bsv_betr\",\n    \"bsv_poly\",\n    \"bsv_ppt\",\n    \"bsv_knc\",\n    \"bsv_bkx\",\n    \"bsv_bcd\",\n    \"bsv_tel\",\n    \"bsv_dai\",\n    \"bsv_mkr\",\n    \"bsv_link\",\n    \"bsv_r\",\n    \"bsv_gas\",\n    \"bsv_proc\",\n    \"bsv_pax\",\n    \"bsv_usdc\",\n    \"bsv_nim\",\n    \"bsv_pma\",\n    \"bsv_dgtx\",\n    \"bsv_gusd\",\n    \"bsv_eurs\",\n    \"bsv_vet\",\n    \"bsv_btt\",\n    \"bsv_fet\",\n    \"bsv_ht\",\n    \"bsv_bdg\",\n    \"bsv_atom\",\n    \"bsv_plr\",\n    \"bsv_phb\",\n    \"usdc_ant\",\n    \"usdc_bat\",\n    \"usdc_ardr\",\n    \"usdc_bch\",\n    \"usdc_btg\",\n    \"usdc_bnt\",\n    \"usdc_btc\",\n    \"usdc_eos\",\n    \"usdc_fun\",\n    \"usdc_gnt\",\n    \"usdc_lsk\",\n    \"usdc_rlc\",\n    \"usdc_xrp\",\n    \"usdc_dgb\",\n    \"usdc_ltc\",\n    \"usdc_nmr\",\n    \"usdc_ptoy\",\n    \"usdc_storj\",\n    \"usdc_cvc\",\n    \"usdc_edg\",\n    \"usdc_gno\",\n    \"usdc_neo\",\n    \"usdc_pay\",\n    \"usdc_rep\",\n    \"usdc_swt\",\n    \"usdc_waves\",\n    \"usdc_xmr\",\n    \"usdc_dash\",\n    \"usdc_dgd\",\n    \"usdc_eth\",\n    \"usdc_gup\",\n    \"usdc_nxt\",\n    \"usdc_zec\",\n    \"usdc_dcr\",\n    \"usdc_doge\",\n    \"usdc_hmq\",\n    \"usdc_omg\",\n    \"usdc_strat\",\n    \"usdc_trst\",\n    \"usdc_xem\",\n    \"usdc_zrx\",\n    \"usdc_usdt\",\n    \"usdc_maid\",\n    \"usdc_amp\",\n    \"usdc_powr\",\n    \"usdc_rcn\",\n    \"usdc_vib\",\n    \"usdc_dnt\",\n    \"usdc_qtum\",\n    \"usdc_stx\",\n    \"usdc_dcn\",\n    \"usdc_ngc\",\n    \"usdc_trx\",\n    \"usdc_kmd\",\n    \"usdc_lrc\",\n    \"usdc_brd\",\n    \"usdc_zen\",\n    \"usdc_mana\",\n    \"usdc_ark\",\n    \"usdc_xzc\",\n    \"usdc_tusd\",\n    \"usdc_wtc\",\n    \"usdc_abyss\",\n    \"usdc_zap\",\n    \"usdc_aion\",\n    \"usdc_smart\",\n    \"usdc_nexo\",\n    \"usdc_xlm\",\n    \"usdc_grs\",\n    \"usdc_enj\",\n    \"usdc_betr\",\n    \"usdc_poly\",\n    \"usdc_ppt\",\n    \"usdc_knc\",\n    \"usdc_bkx\",\n    \"usdc_bcd\",\n    \"usdc_tel\",\n    \"usdc_dai\",\n    \"usdc_mkr\",\n    \"usdc_link\",\n    \"usdc_r\",\n    \"usdc_gas\",\n    \"usdc_proc\",\n    \"usdc_pax\",\n    \"usdc_bsv\",\n    \"usdc_nim\",\n    \"usdc_pma\",\n    \"usdc_dgtx\",\n    \"usdc_gusd\",\n    \"usdc_eurs\",\n    \"usdc_vet\",\n    \"usdc_btt\",\n    \"usdc_fet\",\n    \"usdc_ht\",\n    \"usdc_bdg\",\n    \"usdc_atom\",\n    \"usdc_plr\",\n    \"usdc_phb\",\n    \"nim_ant\",\n    \"nim_bat\",\n    \"nim_ardr\",\n    \"nim_bch\",\n    \"nim_btg\",\n    \"nim_bnt\",\n    \"nim_btc\",\n    \"nim_eos\",\n    \"nim_fun\",\n    \"nim_gnt\",\n    \"nim_lsk\",\n    \"nim_rlc\",\n    \"nim_xrp\",\n    \"nim_dgb\",\n    \"nim_ltc\",\n    \"nim_nmr\",\n    \"nim_ptoy\",\n    \"nim_storj\",\n    \"nim_cvc\",\n    \"nim_edg\",\n    \"nim_gno\",\n    \"nim_neo\",\n    \"nim_pay\",\n    \"nim_rep\",\n    \"nim_swt\",\n    \"nim_waves\",\n    \"nim_xmr\",\n    \"nim_dash\",\n    \"nim_dgd\",\n    \"nim_eth\",\n    \"nim_gup\",\n    \"nim_nxt\",\n    \"nim_zec\",\n    \"nim_dcr\",\n    \"nim_doge\",\n    \"nim_hmq\",\n    \"nim_omg\",\n    \"nim_strat\",\n    \"nim_trst\",\n    \"nim_xem\",\n    \"nim_zrx\",\n    \"nim_usdt\",\n    \"nim_maid\",\n    \"nim_amp\",\n    \"nim_powr\",\n    \"nim_rcn\",\n    \"nim_vib\",\n    \"nim_dnt\",\n    \"nim_qtum\",\n    \"nim_stx\",\n    \"nim_dcn\",\n    \"nim_ngc\",\n    \"nim_trx\",\n    \"nim_kmd\",\n    \"nim_lrc\",\n    \"nim_brd\",\n    \"nim_zen\",\n    \"nim_mana\",\n    \"nim_ark\",\n    \"nim_xzc\",\n    \"nim_tusd\",\n    \"nim_wtc\",\n    \"nim_abyss\",\n    \"nim_zap\",\n    \"nim_aion\",\n    \"nim_smart\",\n    \"nim_nexo\",\n    \"nim_xlm\",\n    \"nim_grs\",\n    \"nim_enj\",\n    \"nim_betr\",\n    \"nim_poly\",\n    \"nim_ppt\",\n    \"nim_knc\",\n    \"nim_bkx\",\n    \"nim_bcd\",\n    \"nim_tel\",\n    \"nim_dai\",\n    \"nim_mkr\",\n    \"nim_link\",\n    \"nim_r\",\n    \"nim_gas\",\n    \"nim_proc\",\n    \"nim_pax\",\n    \"nim_bsv\",\n    \"nim_usdc\",\n    \"nim_pma\",\n    \"nim_dgtx\",\n    \"nim_gusd\",\n    \"nim_eurs\",\n    \"nim_vet\",\n    \"nim_btt\",\n    \"nim_fet\",\n    \"nim_ht\",\n    \"nim_bdg\",\n    \"nim_atom\",\n    \"nim_plr\",\n    \"nim_phb\",\n    \"pma_ant\",\n    \"pma_bat\",\n    \"pma_ardr\",\n    \"pma_bch\",\n    \"pma_btg\",\n    \"pma_bnt\",\n    \"pma_btc\",\n    \"pma_eos\",\n    \"pma_fun\",\n    \"pma_gnt\",\n    \"pma_lsk\",\n    \"pma_rlc\",\n    \"pma_xrp\",\n    \"pma_dgb\",\n    \"pma_ltc\",\n    \"pma_nmr\",\n    \"pma_ptoy\",\n    \"pma_storj\",\n    \"pma_cvc\",\n    \"pma_edg\",\n    \"pma_gno\",\n    \"pma_neo\",\n    \"pma_pay\",\n    \"pma_rep\",\n    \"pma_swt\",\n    \"pma_waves\",\n    \"pma_xmr\",\n    \"pma_dash\",\n    \"pma_dgd\",\n    \"pma_eth\",\n    \"pma_gup\",\n    \"pma_nxt\",\n    \"pma_zec\",\n    \"pma_dcr\",\n    \"pma_doge\",\n    \"pma_hmq\",\n    \"pma_omg\",\n    \"pma_strat\",\n    \"pma_trst\",\n    \"pma_xem\",\n    \"pma_zrx\",\n    \"pma_usdt\",\n    \"pma_maid\",\n    \"pma_amp\",\n    \"pma_powr\",\n    \"pma_rcn\",\n    \"pma_vib\",\n    \"pma_dnt\",\n    \"pma_qtum\",\n    \"pma_stx\",\n    \"pma_dcn\",\n    \"pma_ngc\",\n    \"pma_trx\",\n    \"pma_kmd\",\n    \"pma_lrc\",\n    \"pma_brd\",\n    \"pma_zen\",\n    \"pma_mana\",\n    \"pma_ark\",\n    \"pma_xzc\",\n    \"pma_tusd\",\n    \"pma_wtc\",\n    \"pma_abyss\",\n    \"pma_zap\",\n    \"pma_aion\",\n    \"pma_smart\",\n    \"pma_nexo\",\n    \"pma_xlm\",\n    \"pma_grs\",\n    \"pma_enj\",\n    \"pma_betr\",\n    \"pma_poly\",\n    \"pma_ppt\",\n    \"pma_knc\",\n    \"pma_bkx\",\n    \"pma_bcd\",\n    \"pma_tel\",\n    \"pma_dai\",\n    \"pma_mkr\",\n    \"pma_link\",\n    \"pma_r\",\n    \"pma_gas\",\n    \"pma_proc\",\n    \"pma_pax\",\n    \"pma_bsv\",\n    \"pma_usdc\",\n    \"pma_nim\",\n    \"pma_dgtx\",\n    \"pma_gusd\",\n    \"pma_eurs\",\n    \"pma_vet\",\n    \"pma_btt\",\n    \"pma_fet\",\n    \"pma_ht\",\n    \"pma_bdg\",\n    \"pma_atom\",\n    \"pma_plr\",\n    \"pma_phb\",\n    \"dgtx_ant\",\n    \"dgtx_bat\",\n    \"dgtx_ardr\",\n    \"dgtx_bch\",\n    \"dgtx_btg\",\n    \"dgtx_bnt\",\n    \"dgtx_btc\",\n    \"dgtx_eos\",\n    \"dgtx_fun\",\n    \"dgtx_gnt\",\n    \"dgtx_lsk\",\n    \"dgtx_rlc\",\n    \"dgtx_xrp\",\n    \"dgtx_dgb\",\n    \"dgtx_ltc\",\n    \"dgtx_nmr\",\n    \"dgtx_ptoy\",\n    \"dgtx_storj\",\n    \"dgtx_cvc\",\n    \"dgtx_edg\",\n    \"dgtx_gno\",\n    \"dgtx_neo\",\n    \"dgtx_pay\",\n    \"dgtx_rep\",\n    \"dgtx_swt\",\n    \"dgtx_waves\",\n    \"dgtx_xmr\",\n    \"dgtx_dash\",\n    \"dgtx_dgd\",\n    \"dgtx_eth\",\n    \"dgtx_gup\",\n    \"dgtx_nxt\",\n    \"dgtx_zec\",\n    \"dgtx_dcr\",\n    \"dgtx_doge\",\n    \"dgtx_hmq\",\n    \"dgtx_omg\",\n    \"dgtx_strat\",\n    \"dgtx_trst\",\n    \"dgtx_xem\",\n    \"dgtx_zrx\",\n    \"dgtx_usdt\",\n    \"dgtx_maid\",\n    \"dgtx_amp\",\n    \"dgtx_powr\",\n    \"dgtx_rcn\",\n    \"dgtx_vib\",\n    \"dgtx_dnt\",\n    \"dgtx_qtum\",\n    \"dgtx_stx\",\n    \"dgtx_dcn\",\n    \"dgtx_ngc\",\n    \"dgtx_trx\",\n    \"dgtx_kmd\",\n    \"dgtx_lrc\",\n    \"dgtx_brd\",\n    \"dgtx_zen\",\n    \"dgtx_mana\",\n    \"dgtx_ark\",\n    \"dgtx_xzc\",\n    \"dgtx_tusd\",\n    \"dgtx_wtc\",\n    \"dgtx_abyss\",\n    \"dgtx_zap\",\n    \"dgtx_aion\",\n    \"dgtx_smart\",\n    \"dgtx_nexo\",\n    \"dgtx_xlm\",\n    \"dgtx_grs\",\n    \"dgtx_enj\",\n    \"dgtx_betr\",\n    \"dgtx_poly\",\n    \"dgtx_ppt\",\n    \"dgtx_knc\",\n    \"dgtx_bkx\",\n    \"dgtx_bcd\",\n    \"dgtx_tel\",\n    \"dgtx_dai\",\n    \"dgtx_mkr\",\n    \"dgtx_link\",\n    \"dgtx_r\",\n    \"dgtx_gas\",\n    \"dgtx_proc\",\n    \"dgtx_pax\",\n    \"dgtx_bsv\",\n    \"dgtx_usdc\",\n    \"dgtx_nim\",\n    \"dgtx_pma\",\n    \"dgtx_gusd\",\n    \"dgtx_eurs\",\n    \"dgtx_vet\",\n    \"dgtx_btt\",\n    \"dgtx_fet\",\n    \"dgtx_ht\",\n    \"dgtx_bdg\",\n    \"dgtx_atom\",\n    \"dgtx_plr\",\n    \"dgtx_phb\",\n    \"gusd_ant\",\n    \"gusd_bat\",\n    \"gusd_ardr\",\n    \"gusd_bch\",\n    \"gusd_btg\",\n    \"gusd_bnt\",\n    \"gusd_btc\",\n    \"gusd_eos\",\n    \"gusd_fun\",\n    \"gusd_gnt\",\n    \"gusd_lsk\",\n    \"gusd_rlc\",\n    \"gusd_xrp\",\n    \"gusd_dgb\",\n    \"gusd_ltc\",\n    \"gusd_nmr\",\n    \"gusd_ptoy\",\n    \"gusd_storj\",\n    \"gusd_cvc\",\n    \"gusd_edg\",\n    \"gusd_gno\",\n    \"gusd_neo\",\n    \"gusd_pay\",\n    \"gusd_rep\",\n    \"gusd_swt\",\n    \"gusd_waves\",\n    \"gusd_xmr\",\n    \"gusd_dash\",\n    \"gusd_dgd\",\n    \"gusd_eth\",\n    \"gusd_gup\",\n    \"gusd_nxt\",\n    \"gusd_zec\",\n    \"gusd_dcr\",\n    \"gusd_doge\",\n    \"gusd_hmq\",\n    \"gusd_omg\",\n    \"gusd_strat\",\n    \"gusd_trst\",\n    \"gusd_xem\",\n    \"gusd_zrx\",\n    \"gusd_usdt\",\n    \"gusd_maid\",\n    \"gusd_amp\",\n    \"gusd_powr\",\n    \"gusd_rcn\",\n    \"gusd_vib\",\n    \"gusd_dnt\",\n    \"gusd_qtum\",\n    \"gusd_stx\",\n    \"gusd_dcn\",\n    \"gusd_ngc\",\n    \"gusd_trx\",\n    \"gusd_kmd\",\n    \"gusd_lrc\",\n    \"gusd_brd\",\n    \"gusd_zen\",\n    \"gusd_mana\",\n    \"gusd_ark\",\n    \"gusd_xzc\",\n    \"gusd_tusd\",\n    \"gusd_wtc\",\n    \"gusd_abyss\",\n    \"gusd_zap\",\n    \"gusd_aion\",\n    \"gusd_smart\",\n    \"gusd_nexo\",\n    \"gusd_xlm\",\n    \"gusd_grs\",\n    \"gusd_enj\",\n    \"gusd_betr\",\n    \"gusd_poly\",\n    \"gusd_ppt\",\n    \"gusd_knc\",\n    \"gusd_bkx\",\n    \"gusd_bcd\",\n    \"gusd_tel\",\n    \"gusd_dai\",\n    \"gusd_mkr\",\n    \"gusd_link\",\n    \"gusd_r\",\n    \"gusd_gas\",\n    \"gusd_proc\",\n    \"gusd_pax\",\n    \"gusd_bsv\",\n    \"gusd_usdc\",\n    \"gusd_nim\",\n    \"gusd_pma\",\n    \"gusd_dgtx\",\n    \"gusd_eurs\",\n    \"gusd_vet\",\n    \"gusd_btt\",\n    \"gusd_fet\",\n    \"gusd_ht\",\n    \"gusd_bdg\",\n    \"gusd_atom\",\n    \"gusd_plr\",\n    \"gusd_phb\",\n    \"eurs_ant\",\n    \"eurs_bat\",\n    \"eurs_ardr\",\n    \"eurs_bch\",\n    \"eurs_btg\",\n    \"eurs_bnt\",\n    \"eurs_btc\",\n    \"eurs_eos\",\n    \"eurs_fun\",\n    \"eurs_gnt\",\n    \"eurs_lsk\",\n    \"eurs_rlc\",\n    \"eurs_xrp\",\n    \"eurs_dgb\",\n    \"eurs_ltc\",\n    \"eurs_nmr\",\n    \"eurs_ptoy\",\n    \"eurs_storj\",\n    \"eurs_cvc\",\n    \"eurs_edg\",\n    \"eurs_gno\",\n    \"eurs_neo\",\n    \"eurs_pay\",\n    \"eurs_rep\",\n    \"eurs_swt\",\n    \"eurs_waves\",\n    \"eurs_xmr\",\n    \"eurs_dash\",\n    \"eurs_dgd\",\n    \"eurs_eth\",\n    \"eurs_gup\",\n    \"eurs_nxt\",\n    \"eurs_zec\",\n    \"eurs_dcr\",\n    \"eurs_doge\",\n    \"eurs_hmq\",\n    \"eurs_omg\",\n    \"eurs_strat\",\n    \"eurs_trst\",\n    \"eurs_xem\",\n    \"eurs_zrx\",\n    \"eurs_usdt\",\n    \"eurs_maid\",\n    \"eurs_amp\",\n    \"eurs_powr\",\n    \"eurs_rcn\",\n    \"eurs_vib\",\n    \"eurs_dnt\",\n    \"eurs_qtum\",\n    \"eurs_stx\",\n    \"eurs_dcn\",\n    \"eurs_ngc\",\n    \"eurs_trx\",\n    \"eurs_kmd\",\n    \"eurs_lrc\",\n    \"eurs_brd\",\n    \"eurs_zen\",\n    \"eurs_mana\",\n    \"eurs_ark\",\n    \"eurs_xzc\",\n    \"eurs_tusd\",\n    \"eurs_wtc\",\n    \"eurs_abyss\",\n    \"eurs_zap\",\n    \"eurs_aion\",\n    \"eurs_smart\",\n    \"eurs_nexo\",\n    \"eurs_xlm\",\n    \"eurs_grs\",\n    \"eurs_enj\",\n    \"eurs_betr\",\n    \"eurs_poly\",\n    \"eurs_ppt\",\n    \"eurs_knc\",\n    \"eurs_bkx\",\n    \"eurs_bcd\",\n    \"eurs_tel\",\n    \"eurs_dai\",\n    \"eurs_mkr\",\n    \"eurs_link\",\n    \"eurs_r\",\n    \"eurs_gas\",\n    \"eurs_proc\",\n    \"eurs_pax\",\n    \"eurs_bsv\",\n    \"eurs_usdc\",\n    \"eurs_nim\",\n    \"eurs_pma\",\n    \"eurs_dgtx\",\n    \"eurs_gusd\",\n    \"eurs_vet\",\n    \"eurs_btt\",\n    \"eurs_fet\",\n    \"eurs_ht\",\n    \"eurs_bdg\",\n    \"eurs_atom\",\n    \"eurs_plr\",\n    \"eurs_phb\",\n    \"vet_ant\",\n    \"vet_bat\",\n    \"vet_ardr\",\n    \"vet_bch\",\n    \"vet_btg\",\n    \"vet_bnt\",\n    \"vet_btc\",\n    \"vet_eos\",\n    \"vet_fun\",\n    \"vet_gnt\",\n    \"vet_lsk\",\n    \"vet_rlc\",\n    \"vet_xrp\",\n    \"vet_dgb\",\n    \"vet_ltc\",\n    \"vet_nmr\",\n    \"vet_ptoy\",\n    \"vet_storj\",\n    \"vet_cvc\",\n    \"vet_edg\",\n    \"vet_gno\",\n    \"vet_neo\",\n    \"vet_pay\",\n    \"vet_rep\",\n    \"vet_swt\",\n    \"vet_waves\",\n    \"vet_xmr\",\n    \"vet_dash\",\n    \"vet_dgd\",\n    \"vet_eth\",\n    \"vet_gup\",\n    \"vet_nxt\",\n    \"vet_zec\",\n    \"vet_dcr\",\n    \"vet_doge\",\n    \"vet_hmq\",\n    \"vet_omg\",\n    \"vet_strat\",\n    \"vet_trst\",\n    \"vet_xem\",\n    \"vet_zrx\",\n    \"vet_usdt\",\n    \"vet_maid\",\n    \"vet_amp\",\n    \"vet_powr\",\n    \"vet_rcn\",\n    \"vet_vib\",\n    \"vet_dnt\",\n    \"vet_qtum\",\n    \"vet_stx\",\n    \"vet_dcn\",\n    \"vet_ngc\",\n    \"vet_trx\",\n    \"vet_kmd\",\n    \"vet_lrc\",\n    \"vet_brd\",\n    \"vet_zen\",\n    \"vet_mana\",\n    \"vet_ark\",\n    \"vet_xzc\",\n    \"vet_tusd\",\n    \"vet_wtc\",\n    \"vet_abyss\",\n    \"vet_zap\",\n    \"vet_aion\",\n    \"vet_smart\",\n    \"vet_nexo\",\n    \"vet_xlm\",\n    \"vet_grs\",\n    \"vet_enj\",\n    \"vet_betr\",\n    \"vet_poly\",\n    \"vet_ppt\",\n    \"vet_knc\",\n    \"vet_bkx\",\n    \"vet_bcd\",\n    \"vet_tel\",\n    \"vet_dai\",\n    \"vet_mkr\",\n    \"vet_link\",\n    \"vet_r\",\n    \"vet_gas\",\n    \"vet_proc\",\n    \"vet_pax\",\n    \"vet_bsv\",\n    \"vet_usdc\",\n    \"vet_nim\",\n    \"vet_pma\",\n    \"vet_dgtx\",\n    \"vet_gusd\",\n    \"vet_eurs\",\n    \"vet_btt\",\n    \"vet_fet\",\n    \"vet_ht\",\n    \"vet_bdg\",\n    \"vet_atom\",\n    \"vet_plr\",\n    \"vet_phb\",\n    \"btt_ant\",\n    \"btt_bat\",\n    \"btt_ardr\",\n    \"btt_bch\",\n    \"btt_btg\",\n    \"btt_bnt\",\n    \"btt_btc\",\n    \"btt_eos\",\n    \"btt_fun\",\n    \"btt_gnt\",\n    \"btt_lsk\",\n    \"btt_rlc\",\n    \"btt_xrp\",\n    \"btt_dgb\",\n    \"btt_ltc\",\n    \"btt_nmr\",\n    \"btt_ptoy\",\n    \"btt_storj\",\n    \"btt_cvc\",\n    \"btt_edg\",\n    \"btt_gno\",\n    \"btt_neo\",\n    \"btt_pay\",\n    \"btt_rep\",\n    \"btt_swt\",\n    \"btt_waves\",\n    \"btt_xmr\",\n    \"btt_dash\",\n    \"btt_dgd\",\n    \"btt_eth\",\n    \"btt_gup\",\n    \"btt_nxt\",\n    \"btt_zec\",\n    \"btt_dcr\",\n    \"btt_doge\",\n    \"btt_hmq\",\n    \"btt_omg\",\n    \"btt_strat\",\n    \"btt_trst\",\n    \"btt_xem\",\n    \"btt_zrx\",\n    \"btt_usdt\",\n    \"btt_maid\",\n    \"btt_amp\",\n    \"btt_powr\",\n    \"btt_rcn\",\n    \"btt_vib\",\n    \"btt_dnt\",\n    \"btt_qtum\",\n    \"btt_stx\",\n    \"btt_dcn\",\n    \"btt_ngc\",\n    \"btt_trx\",\n    \"btt_kmd\",\n    \"btt_lrc\",\n    \"btt_brd\",\n    \"btt_zen\",\n    \"btt_mana\",\n    \"btt_ark\",\n    \"btt_xzc\",\n    \"btt_tusd\",\n    \"btt_wtc\",\n    \"btt_abyss\",\n    \"btt_zap\",\n    \"btt_aion\",\n    \"btt_smart\",\n    \"btt_nexo\",\n    \"btt_xlm\",\n    \"btt_grs\",\n    \"btt_enj\",\n    \"btt_betr\",\n    \"btt_poly\",\n    \"btt_ppt\",\n    \"btt_knc\",\n    \"btt_bkx\",\n    \"btt_bcd\",\n    \"btt_tel\",\n    \"btt_dai\",\n    \"btt_mkr\",\n    \"btt_link\",\n    \"btt_r\",\n    \"btt_gas\",\n    \"btt_proc\",\n    \"btt_pax\",\n    \"btt_bsv\",\n    \"btt_usdc\",\n    \"btt_nim\",\n    \"btt_pma\",\n    \"btt_dgtx\",\n    \"btt_gusd\",\n    \"btt_eurs\",\n    \"btt_vet\",\n    \"btt_fet\",\n    \"btt_ht\",\n    \"btt_bdg\",\n    \"btt_atom\",\n    \"btt_plr\",\n    \"btt_phb\",\n    \"fet_ant\",\n    \"fet_bat\",\n    \"fet_ardr\",\n    \"fet_bch\",\n    \"fet_btg\",\n    \"fet_bnt\",\n    \"fet_btc\",\n    \"fet_eos\",\n    \"fet_fun\",\n    \"fet_gnt\",\n    \"fet_lsk\",\n    \"fet_rlc\",\n    \"fet_xrp\",\n    \"fet_dgb\",\n    \"fet_ltc\",\n    \"fet_nmr\",\n    \"fet_ptoy\",\n    \"fet_storj\",\n    \"fet_cvc\",\n    \"fet_edg\",\n    \"fet_gno\",\n    \"fet_neo\",\n    \"fet_pay\",\n    \"fet_rep\",\n    \"fet_swt\",\n    \"fet_waves\",\n    \"fet_xmr\",\n    \"fet_dash\",\n    \"fet_dgd\",\n    \"fet_eth\",\n    \"fet_gup\",\n    \"fet_nxt\",\n    \"fet_zec\",\n    \"fet_dcr\",\n    \"fet_doge\",\n    \"fet_hmq\",\n    \"fet_omg\",\n    \"fet_strat\",\n    \"fet_trst\",\n    \"fet_xem\",\n    \"fet_zrx\",\n    \"fet_usdt\",\n    \"fet_maid\",\n    \"fet_amp\",\n    \"fet_powr\",\n    \"fet_rcn\",\n    \"fet_vib\",\n    \"fet_dnt\",\n    \"fet_qtum\",\n    \"fet_stx\",\n    \"fet_dcn\",\n    \"fet_ngc\",\n    \"fet_trx\",\n    \"fet_kmd\",\n    \"fet_lrc\",\n    \"fet_brd\",\n    \"fet_zen\",\n    \"fet_mana\",\n    \"fet_ark\",\n    \"fet_xzc\",\n    \"fet_tusd\",\n    \"fet_wtc\",\n    \"fet_abyss\",\n    \"fet_zap\",\n    \"fet_aion\",\n    \"fet_smart\",\n    \"fet_nexo\",\n    \"fet_xlm\",\n    \"fet_grs\",\n    \"fet_enj\",\n    \"fet_betr\",\n    \"fet_poly\",\n    \"fet_ppt\",\n    \"fet_knc\",\n    \"fet_bkx\",\n    \"fet_bcd\",\n    \"fet_tel\",\n    \"fet_dai\",\n    \"fet_mkr\",\n    \"fet_link\",\n    \"fet_r\",\n    \"fet_gas\",\n    \"fet_proc\",\n    \"fet_pax\",\n    \"fet_bsv\",\n    \"fet_usdc\",\n    \"fet_nim\",\n    \"fet_pma\",\n    \"fet_dgtx\",\n    \"fet_gusd\",\n    \"fet_eurs\",\n    \"fet_vet\",\n    \"fet_btt\",\n    \"fet_ht\",\n    \"fet_bdg\",\n    \"fet_atom\",\n    \"fet_plr\",\n    \"fet_phb\",\n    \"ht_ant\",\n    \"ht_bat\",\n    \"ht_ardr\",\n    \"ht_bch\",\n    \"ht_btg\",\n    \"ht_bnt\",\n    \"ht_btc\",\n    \"ht_eos\",\n    \"ht_fun\",\n    \"ht_gnt\",\n    \"ht_lsk\",\n    \"ht_rlc\",\n    \"ht_xrp\",\n    \"ht_dgb\",\n    \"ht_ltc\",\n    \"ht_nmr\",\n    \"ht_ptoy\",\n    \"ht_storj\",\n    \"ht_cvc\",\n    \"ht_edg\",\n    \"ht_gno\",\n    \"ht_neo\",\n    \"ht_pay\",\n    \"ht_rep\",\n    \"ht_swt\",\n    \"ht_waves\",\n    \"ht_xmr\",\n    \"ht_dash\",\n    \"ht_dgd\",\n    \"ht_eth\",\n    \"ht_gup\",\n    \"ht_nxt\",\n    \"ht_zec\",\n    \"ht_dcr\",\n    \"ht_doge\",\n    \"ht_hmq\",\n    \"ht_omg\",\n    \"ht_strat\",\n    \"ht_trst\",\n    \"ht_xem\",\n    \"ht_zrx\",\n    \"ht_usdt\",\n    \"ht_maid\",\n    \"ht_amp\",\n    \"ht_powr\",\n    \"ht_rcn\",\n    \"ht_vib\",\n    \"ht_dnt\",\n    \"ht_qtum\",\n    \"ht_stx\",\n    \"ht_dcn\",\n    \"ht_ngc\",\n    \"ht_trx\",\n    \"ht_kmd\",\n    \"ht_lrc\",\n    \"ht_brd\",\n    \"ht_zen\",\n    \"ht_mana\",\n    \"ht_ark\",\n    \"ht_xzc\",\n    \"ht_tusd\",\n    \"ht_wtc\",\n    \"ht_abyss\",\n    \"ht_zap\",\n    \"ht_aion\",\n    \"ht_smart\",\n    \"ht_nexo\",\n    \"ht_xlm\",\n    \"ht_grs\",\n    \"ht_enj\",\n    \"ht_betr\",\n    \"ht_poly\",\n    \"ht_ppt\",\n    \"ht_knc\",\n    \"ht_bkx\",\n    \"ht_bcd\",\n    \"ht_tel\",\n    \"ht_dai\",\n    \"ht_mkr\",\n    \"ht_link\",\n    \"ht_r\",\n    \"ht_gas\",\n    \"ht_proc\",\n    \"ht_pax\",\n    \"ht_bsv\",\n    \"ht_usdc\",\n    \"ht_nim\",\n    \"ht_pma\",\n    \"ht_dgtx\",\n    \"ht_gusd\",\n    \"ht_eurs\",\n    \"ht_vet\",\n    \"ht_btt\",\n    \"ht_fet\",\n    \"ht_bdg\",\n    \"ht_atom\",\n    \"ht_plr\",\n    \"ht_phb\",\n    \"bdg_ant\",\n    \"bdg_bat\",\n    \"bdg_ardr\",\n    \"bdg_bch\",\n    \"bdg_btg\",\n    \"bdg_bnt\",\n    \"bdg_btc\",\n    \"bdg_eos\",\n    \"bdg_fun\",\n    \"bdg_gnt\",\n    \"bdg_lsk\",\n    \"bdg_rlc\",\n    \"bdg_xrp\",\n    \"bdg_dgb\",\n    \"bdg_ltc\",\n    \"bdg_nmr\",\n    \"bdg_ptoy\",\n    \"bdg_storj\",\n    \"bdg_cvc\",\n    \"bdg_edg\",\n    \"bdg_gno\",\n    \"bdg_neo\",\n    \"bdg_pay\",\n    \"bdg_rep\",\n    \"bdg_swt\",\n    \"bdg_waves\",\n    \"bdg_xmr\",\n    \"bdg_dash\",\n    \"bdg_dgd\",\n    \"bdg_eth\",\n    \"bdg_gup\",\n    \"bdg_nxt\",\n    \"bdg_zec\",\n    \"bdg_dcr\",\n    \"bdg_doge\",\n    \"bdg_hmq\",\n    \"bdg_omg\",\n    \"bdg_strat\",\n    \"bdg_trst\",\n    \"bdg_xem\",\n    \"bdg_zrx\",\n    \"bdg_usdt\",\n    \"bdg_maid\",\n    \"bdg_amp\",\n    \"bdg_powr\",\n    \"bdg_rcn\",\n    \"bdg_vib\",\n    \"bdg_dnt\",\n    \"bdg_qtum\",\n    \"bdg_stx\",\n    \"bdg_dcn\",\n    \"bdg_ngc\",\n    \"bdg_trx\",\n    \"bdg_kmd\",\n    \"bdg_lrc\",\n    \"bdg_brd\",\n    \"bdg_zen\",\n    \"bdg_mana\",\n    \"bdg_ark\",\n    \"bdg_xzc\",\n    \"bdg_tusd\",\n    \"bdg_wtc\",\n    \"bdg_abyss\",\n    \"bdg_zap\",\n    \"bdg_aion\",\n    \"bdg_smart\",\n    \"bdg_nexo\",\n    \"bdg_xlm\",\n    \"bdg_grs\",\n    \"bdg_enj\",\n    \"bdg_betr\",\n    \"bdg_poly\",\n    \"bdg_ppt\",\n    \"bdg_knc\",\n    \"bdg_bkx\",\n    \"bdg_bcd\",\n    \"bdg_tel\",\n    \"bdg_dai\",\n    \"bdg_mkr\",\n    \"bdg_link\",\n    \"bdg_r\",\n    \"bdg_gas\",\n    \"bdg_proc\",\n    \"bdg_pax\",\n    \"bdg_bsv\",\n    \"bdg_usdc\",\n    \"bdg_nim\",\n    \"bdg_pma\",\n    \"bdg_dgtx\",\n    \"bdg_gusd\",\n    \"bdg_eurs\",\n    \"bdg_vet\",\n    \"bdg_btt\",\n    \"bdg_fet\",\n    \"bdg_ht\",\n    \"bdg_atom\",\n    \"bdg_plr\",\n    \"bdg_phb\",\n    \"atom_ant\",\n    \"atom_bat\",\n    \"atom_ardr\",\n    \"atom_bch\",\n    \"atom_btg\",\n    \"atom_bnt\",\n    \"atom_btc\",\n    \"atom_eos\",\n    \"atom_fun\",\n    \"atom_gnt\",\n    \"atom_lsk\",\n    \"atom_rlc\",\n    \"atom_xrp\",\n    \"atom_dgb\",\n    \"atom_ltc\",\n    \"atom_nmr\",\n    \"atom_ptoy\",\n    \"atom_storj\",\n    \"atom_cvc\",\n    \"atom_edg\",\n    \"atom_gno\",\n    \"atom_neo\",\n    \"atom_pay\",\n    \"atom_rep\",\n    \"atom_swt\",\n    \"atom_waves\",\n    \"atom_xmr\",\n    \"atom_dash\",\n    \"atom_dgd\",\n    \"atom_eth\",\n    \"atom_gup\",\n    \"atom_nxt\",\n    \"atom_zec\",\n    \"atom_dcr\",\n    \"atom_doge\",\n    \"atom_hmq\",\n    \"atom_omg\",\n    \"atom_strat\",\n    \"atom_trst\",\n    \"atom_xem\",\n    \"atom_zrx\",\n    \"atom_usdt\",\n    \"atom_maid\",\n    \"atom_amp\",\n    \"atom_powr\",\n    \"atom_rcn\",\n    \"atom_vib\",\n    \"atom_dnt\",\n    \"atom_qtum\",\n    \"atom_stx\",\n    \"atom_dcn\",\n    \"atom_ngc\",\n    \"atom_trx\",\n    \"atom_kmd\",\n    \"atom_lrc\",\n    \"atom_brd\",\n    \"atom_zen\",\n    \"atom_mana\",\n    \"atom_ark\",\n    \"atom_xzc\",\n    \"atom_tusd\",\n    \"atom_wtc\",\n    \"atom_abyss\",\n    \"atom_zap\",\n    \"atom_aion\",\n    \"atom_smart\",\n    \"atom_nexo\",\n    \"atom_xlm\",\n    \"atom_grs\",\n    \"atom_enj\",\n    \"atom_betr\",\n    \"atom_poly\",\n    \"atom_ppt\",\n    \"atom_knc\",\n    \"atom_bkx\",\n    \"atom_bcd\",\n    \"atom_tel\",\n    \"atom_dai\",\n    \"atom_mkr\",\n    \"atom_link\",\n    \"atom_r\",\n    \"atom_gas\",\n    \"atom_proc\",\n    \"atom_pax\",\n    \"atom_bsv\",\n    \"atom_usdc\",\n    \"atom_nim\",\n    \"atom_pma\",\n    \"atom_dgtx\",\n    \"atom_gusd\",\n    \"atom_eurs\",\n    \"atom_vet\",\n    \"atom_btt\",\n    \"atom_fet\",\n    \"atom_ht\",\n    \"atom_bdg\",\n    \"atom_plr\",\n    \"atom_phb\",\n    \"plr_ant\",\n    \"plr_bat\",\n    \"plr_ardr\",\n    \"plr_bch\",\n    \"plr_btg\",\n    \"plr_bnt\",\n    \"plr_btc\",\n    \"plr_eos\",\n    \"plr_fun\",\n    \"plr_gnt\",\n    \"plr_lsk\",\n    \"plr_rlc\",\n    \"plr_xrp\",\n    \"plr_dgb\",\n    \"plr_ltc\",\n    \"plr_nmr\",\n    \"plr_ptoy\",\n    \"plr_storj\",\n    \"plr_cvc\",\n    \"plr_edg\",\n    \"plr_gno\",\n    \"plr_neo\",\n    \"plr_pay\",\n    \"plr_rep\",\n    \"plr_swt\",\n    \"plr_waves\",\n    \"plr_xmr\",\n    \"plr_dash\",\n    \"plr_dgd\",\n    \"plr_eth\",\n    \"plr_gup\",\n    \"plr_nxt\",\n    \"plr_zec\",\n    \"plr_dcr\",\n    \"plr_doge\",\n    \"plr_hmq\",\n    \"plr_omg\",\n    \"plr_strat\",\n    \"plr_trst\",\n    \"plr_xem\",\n    \"plr_zrx\",\n    \"plr_usdt\",\n    \"plr_maid\",\n    \"plr_amp\",\n    \"plr_powr\",\n    \"plr_rcn\",\n    \"plr_vib\",\n    \"plr_dnt\",\n    \"plr_qtum\",\n    \"plr_stx\",\n    \"plr_dcn\",\n    \"plr_ngc\",\n    \"plr_trx\",\n    \"plr_kmd\",\n    \"plr_lrc\",\n    \"plr_brd\",\n    \"plr_zen\",\n    \"plr_mana\",\n    \"plr_ark\",\n    \"plr_xzc\",\n    \"plr_tusd\",\n    \"plr_wtc\",\n    \"plr_abyss\",\n    \"plr_zap\",\n    \"plr_aion\",\n    \"plr_smart\",\n    \"plr_nexo\",\n    \"plr_xlm\",\n    \"plr_grs\",\n    \"plr_enj\",\n    \"plr_betr\",\n    \"plr_poly\",\n    \"plr_ppt\",\n    \"plr_knc\",\n    \"plr_bkx\",\n    \"plr_bcd\",\n    \"plr_tel\",\n    \"plr_dai\",\n    \"plr_mkr\",\n    \"plr_link\",\n    \"plr_r\",\n    \"plr_gas\",\n    \"plr_proc\",\n    \"plr_pax\",\n    \"plr_bsv\",\n    \"plr_usdc\",\n    \"plr_nim\",\n    \"plr_pma\",\n    \"plr_dgtx\",\n    \"plr_gusd\",\n    \"plr_eurs\",\n    \"plr_vet\",\n    \"plr_btt\",\n    \"plr_fet\",\n    \"plr_ht\",\n    \"plr_bdg\",\n    \"plr_atom\",\n    \"plr_phb\",\n    \"phb_ant\",\n    \"phb_bat\",\n    \"phb_ardr\",\n    \"phb_bch\",\n    \"phb_btg\",\n    \"phb_bnt\",\n    \"phb_btc\",\n    \"phb_eos\",\n    \"phb_fun\",\n    \"phb_gnt\",\n    \"phb_lsk\",\n    \"phb_rlc\",\n    \"phb_xrp\",\n    \"phb_dgb\",\n    \"phb_ltc\",\n    \"phb_nmr\",\n    \"phb_ptoy\",\n    \"phb_storj\",\n    \"phb_cvc\",\n    \"phb_edg\",\n    \"phb_gno\",\n    \"phb_neo\",\n    \"phb_pay\",\n    \"phb_rep\",\n    \"phb_swt\",\n    \"phb_waves\",\n    \"phb_xmr\",\n    \"phb_dash\",\n    \"phb_dgd\",\n    \"phb_eth\",\n    \"phb_gup\",\n    \"phb_nxt\",\n    \"phb_zec\",\n    \"phb_dcr\",\n    \"phb_doge\",\n    \"phb_hmq\",\n    \"phb_omg\",\n    \"phb_strat\",\n    \"phb_trst\",\n    \"phb_xem\",\n    \"phb_zrx\",\n    \"phb_usdt\",\n    \"phb_maid\",\n    \"phb_amp\",\n    \"phb_powr\",\n    \"phb_rcn\",\n    \"phb_vib\",\n    \"phb_dnt\",\n    \"phb_qtum\",\n    \"phb_stx\",\n    \"phb_dcn\",\n    \"phb_ngc\",\n    \"phb_trx\",\n    \"phb_kmd\",\n    \"phb_lrc\",\n    \"phb_brd\",\n    \"phb_zen\",\n    \"phb_mana\",\n    \"phb_ark\",\n    \"phb_xzc\",\n    \"phb_tusd\",\n    \"phb_wtc\",\n    \"phb_abyss\",\n    \"phb_zap\",\n    \"phb_aion\",\n    \"phb_smart\",\n    \"phb_nexo\",\n    \"phb_xlm\",\n    \"phb_grs\",\n    \"phb_enj\",\n    \"phb_betr\",\n    \"phb_poly\",\n    \"phb_ppt\",\n    \"phb_knc\",\n    \"phb_bkx\",\n    \"phb_bcd\",\n    \"phb_tel\",\n    \"phb_dai\",\n    \"phb_mkr\",\n    \"phb_link\",\n    \"phb_r\",\n    \"phb_gas\",\n    \"phb_proc\",\n    \"phb_pax\",\n    \"phb_bsv\",\n    \"phb_usdc\",\n    \"phb_nim\",\n    \"phb_pma\",\n    \"phb_dgtx\",\n    \"phb_gusd\",\n    \"phb_eurs\",\n    \"phb_vet\",\n    \"phb_btt\",\n    \"phb_fet\",\n    \"phb_ht\",\n    \"phb_bdg\",\n    \"phb_atom\",\n    \"phb_plr\",\n    \"btg_etc\",\n    \"btg_xvg\",\n    \"btg_snt\",\n    \"btg_eng\",\n    \"btg_nav\",\n    \"btg_adx\",\n    \"btg_iota\",\n    \"btg_snm\",\n    \"btg_pivx\",\n    \"btg_cnd\",\n    \"btg_nano\",\n    \"btg_iost\",\n    \"btg_ont\",\n    \"btg_bqx\",\n    \"btg_cmt\",\n    \"btg_dent\",\n    \"btg_dlt\",\n    \"btg_elf\",\n    \"btg_evx\",\n    \"btg_go\",\n    \"btg_gto\",\n    \"btg_hc\",\n    \"btg_hot\",\n    \"btg_icx\",\n    \"btg_iotx\",\n    \"btg_key\",\n    \"btg_loom\",\n    \"btg_mft\",\n    \"btg_ong\",\n    \"btg_rdn\",\n    \"btg_poe\",\n    \"btg_bnbmainnet\",\n    \"btg_mtl\",\n    \"btg_zil\",\n    \"btg_storm\",\n    \"btg_ae\",\n    \"btg_ast\",\n    \"btg_sngls\",\n    \"btg_npxs\",\n    \"eth_etc\",\n    \"eth_xvg\",\n    \"eth_ada\",\n    \"eth_xdn\",\n    \"eth_snt\",\n    \"eth_srn\",\n    \"eth_eng\",\n    \"eth_ukg\",\n    \"eth_up\",\n    \"eth_nav\",\n    \"eth_rdd\",\n    \"eth_vee\",\n    \"eth_bcpt\",\n    \"eth_adx\",\n    \"eth_adt\",\n    \"eth_vtc\",\n    \"eth_iota\",\n    \"eth_mer\",\n    \"eth_xel\",\n    \"eth_qrl\",\n    \"eth_iop\",\n    \"eth_rads\",\n    \"eth_sls\",\n    \"eth_snm\",\n    \"eth_pivx\",\n    \"eth_cnd\",\n    \"eth_meme\",\n    \"eth_fct\",\n    \"eth_nano\",\n    \"eth_rvr\",\n    \"eth_aeon\",\n    \"eth_ok\",\n    \"eth_flo\",\n    \"eth_mue\",\n    \"eth_iost\",\n    \"eth_part\",\n    \"eth_mln\",\n    \"eth_pot\",\n    \"eth_ignis\",\n    \"eth_nlg\",\n    \"eth_game\",\n    \"eth_ont\",\n    \"eth_xtz\",\n    \"eth_bqx\",\n    \"eth_cmt\",\n    \"eth_dent\",\n    \"eth_dlt\",\n    \"eth_elf\",\n    \"eth_evx\",\n    \"eth_go\",\n    \"eth_gto\",\n    \"eth_hc\",\n    \"eth_hot\",\n    \"eth_icx\",\n    \"eth_iotx\",\n    \"eth_key\",\n    \"eth_loom\",\n    \"eth_mft\",\n    \"eth_rvn\",\n    \"eth_ong\",\n    \"eth_rdn\",\n    \"eth_poe\",\n    \"eth_bnbmainnet\",\n    \"eth_mtl\",\n    \"eth_rfr\",\n    \"eth_zil\",\n    \"eth_storm\",\n    \"eth_gbyte\",\n    \"eth_steem\",\n    \"eth_lbc\",\n    \"eth_sbd\",\n    \"eth_exp\",\n    \"eth_ae\",\n    \"eth_ast\",\n    \"eth_sngls\",\n    \"eth_cro\",\n    \"eth_npxs\",\n    \"xmr_etc\",\n    \"xmr_xvg\",\n    \"xmr_snt\",\n    \"xmr_eng\",\n    \"xmr_nav\",\n    \"xmr_adx\",\n    \"xmr_iota\",\n    \"xmr_snm\",\n    \"xmr_pivx\",\n    \"xmr_cnd\",\n    \"xmr_nano\",\n    \"xmr_iost\",\n    \"xmr_ont\",\n    \"xmr_xtz\",\n    \"xmr_bqx\",\n    \"xmr_cmt\",\n    \"xmr_dent\",\n    \"xmr_dlt\",\n    \"xmr_elf\",\n    \"xmr_evx\",\n    \"xmr_go\",\n    \"xmr_gto\",\n    \"xmr_hc\",\n    \"xmr_hot\",\n    \"xmr_icx\",\n    \"xmr_iotx\",\n    \"xmr_key\",\n    \"xmr_loom\",\n    \"xmr_mft\",\n    \"xmr_ong\",\n    \"xmr_rdn\",\n    \"xmr_poe\",\n    \"xmr_bnbmainnet\",\n    \"xmr_mtl\",\n    \"xmr_zil\",\n    \"xmr_storm\",\n    \"xmr_ae\",\n    \"xmr_ast\",\n    \"xmr_sngls\",\n    \"xmr_npxs\",\n    \"btc_etc\",\n    \"btc_xvg\",\n    \"btc_ada\",\n    \"btc_xdn\",\n    \"btc_snt\",\n    \"btc_srn\",\n    \"btc_eng\",\n    \"btc_ukg\",\n    \"btc_up\",\n    \"btc_nav\",\n    \"btc_rdd\",\n    \"btc_vee\",\n    \"btc_bcpt\",\n    \"btc_adx\",\n    \"btc_adt\",\n    \"btc_vtc\",\n    \"btc_iota\",\n    \"btc_mer\",\n    \"btc_xel\",\n    \"btc_qrl\",\n    \"btc_iop\",\n    \"btc_rads\",\n    \"btc_sls\",\n    \"btc_snm\",\n    \"btc_pivx\",\n    \"btc_cnd\",\n    \"btc_meme\",\n    \"btc_fct\",\n    \"btc_nano\",\n    \"btc_rvr\",\n    \"btc_aeon\",\n    \"btc_ok\",\n    \"btc_flo\",\n    \"btc_mue\",\n    \"btc_iost\",\n    \"btc_part\",\n    \"btc_mln\",\n    \"btc_pot\",\n    \"btc_ignis\",\n    \"btc_nlg\",\n    \"btc_game\",\n    \"btc_ont\",\n    \"btc_xtz\",\n    \"btc_bqx\",\n    \"btc_cmt\",\n    \"btc_dent\",\n    \"btc_dlt\",\n    \"btc_elf\",\n    \"btc_evx\",\n    \"btc_go\",\n    \"btc_gto\",\n    \"btc_hc\",\n    \"btc_hot\",\n    \"btc_icx\",\n    \"btc_iotx\",\n    \"btc_key\",\n    \"btc_loom\",\n    \"btc_mft\",\n    \"btc_rvn\",\n    \"btc_ong\",\n    \"btc_rdn\",\n    \"btc_poe\",\n    \"btc_bnbmainnet\",\n    \"btc_mtl\",\n    \"btc_rfr\",\n    \"btc_zil\",\n    \"btc_storm\",\n    \"btc_gbyte\",\n    \"btc_steem\",\n    \"btc_lbc\",\n    \"btc_sbd\",\n    \"btc_exp\",\n    \"btc_ae\",\n    \"btc_ast\",\n    \"btc_sngls\",\n    \"btc_cro\",\n    \"btc_npxs\",\n    \"zec_etc\",\n    \"zec_xvg\",\n    \"zec_ada\",\n    \"zec_xdn\",\n    \"zec_snt\",\n    \"zec_srn\",\n    \"zec_eng\",\n    \"zec_ukg\",\n    \"zec_up\",\n    \"zec_nav\",\n    \"zec_rdd\",\n    \"zec_vee\",\n    \"zec_bcpt\",\n    \"zec_adx\",\n    \"zec_adt\",\n    \"zec_vtc\",\n    \"zec_iota\",\n    \"zec_mer\",\n    \"zec_xel\",\n    \"zec_qrl\",\n    \"zec_iop\",\n    \"zec_rads\",\n    \"zec_sls\",\n    \"zec_snm\",\n    \"zec_pivx\",\n    \"zec_cnd\",\n    \"zec_meme\",\n    \"zec_fct\",\n    \"zec_nano\",\n    \"zec_rvr\",\n    \"zec_aeon\",\n    \"zec_ok\",\n    \"zec_flo\",\n    \"zec_mue\",\n    \"zec_iost\",\n    \"zec_part\",\n    \"zec_mln\",\n    \"zec_pot\",\n    \"zec_ignis\",\n    \"zec_nlg\",\n    \"zec_game\",\n    \"zec_ont\",\n    \"zec_bqx\",\n    \"zec_cmt\",\n    \"zec_dent\",\n    \"zec_dlt\",\n    \"zec_elf\",\n    \"zec_evx\",\n    \"zec_go\",\n    \"zec_gto\",\n    \"zec_hc\",\n    \"zec_hot\",\n    \"zec_icx\",\n    \"zec_iotx\",\n    \"zec_key\",\n    \"zec_loom\",\n    \"zec_mft\",\n    \"zec_rvn\",\n    \"zec_ong\",\n    \"zec_rdn\",\n    \"zec_poe\",\n    \"zec_bnbmainnet\",\n    \"zec_mtl\",\n    \"zec_rfr\",\n    \"zec_zil\",\n    \"zec_storm\",\n    \"zec_gbyte\",\n    \"zec_steem\",\n    \"zec_lbc\",\n    \"zec_sbd\",\n    \"zec_exp\",\n    \"zec_ae\",\n    \"zec_ast\",\n    \"zec_sngls\",\n    \"zec_cro\",\n    \"zec_npxs\",\n    \"etc_btg\",\n    \"etc_eth\",\n    \"etc_xmr\",\n    \"etc_btc\",\n    \"etc_zec\",\n    \"etc_xvg\",\n    \"etc_ada\",\n    \"etc_ltc\",\n    \"etc_bch\",\n    \"etc_qtum\",\n    \"etc_dash\",\n    \"etc_xlm\",\n    \"etc_xrp\",\n    \"etc_xem\",\n    \"etc_omg\",\n    \"etc_xdn\",\n    \"etc_dgb\",\n    \"etc_nxt\",\n    \"etc_ardr\",\n    \"etc_powr\",\n    \"etc_cvc\",\n    \"etc_gnt\",\n    \"etc_storj\",\n    \"etc_snt\",\n    \"etc_zrx\",\n    \"etc_lsk\",\n    \"etc_srn\",\n    \"etc_eng\",\n    \"etc_dcr\",\n    \"etc_doge\",\n    \"etc_trx\",\n    \"etc_kmd\",\n    \"etc_ukg\",\n    \"etc_up\",\n    \"etc_lrc\",\n    \"etc_nav\",\n    \"etc_rdd\",\n    \"etc_vee\",\n    \"etc_bcpt\",\n    \"etc_dnt\",\n    \"etc_adx\",\n    \"etc_adt\",\n    \"etc_rep\",\n    \"etc_bnt\",\n    \"etc_gno\",\n    \"etc_bat\",\n    \"etc_vtc\",\n    \"etc_gup\",\n    \"etc_rlc\",\n    \"etc_brd\",\n    \"etc_eos\",\n    \"etc_iota\",\n    \"etc_mer\",\n    \"etc_mana\",\n    \"etc_xel\",\n    \"etc_qrl\",\n    \"etc_hmq\",\n    \"etc_ark\",\n    \"etc_iop\",\n    \"etc_rads\",\n    \"etc_sls\",\n    \"etc_snm\",\n    \"etc_waves\",\n    \"etc_pivx\",\n    \"etc_cnd\",\n    \"etc_xzc\",\n    \"etc_meme\",\n    \"etc_fct\",\n    \"etc_nano\",\n    \"etc_rvr\",\n    \"etc_aeon\",\n    \"etc_ok\",\n    \"etc_flo\",\n    \"etc_mue\",\n    \"etc_tusd\",\n    \"etc_vet\",\n    \"etc_zen\",\n    \"etc_grs\",\n    \"etc_fun\",\n    \"etc_dgd\",\n    \"etc_neo\",\n    \"etc_aion\",\n    \"etc_gas\",\n    \"etc_pax\",\n    \"etc_bsv\",\n    \"etc_usdc\",\n    \"etc_iost\",\n    \"etc_part\",\n    \"etc_mln\",\n    \"etc_pot\",\n    \"etc_ignis\",\n    \"etc_nlg\",\n    \"etc_edg\",\n    \"etc_ptoy\",\n    \"etc_ant\",\n    \"etc_nmr\",\n    \"etc_game\",\n    \"etc_pay\",\n    \"etc_ont\",\n    \"etc_bqx\",\n    \"etc_cmt\",\n    \"etc_dent\",\n    \"etc_dlt\",\n    \"etc_elf\",\n    \"etc_evx\",\n    \"etc_go\",\n    \"etc_gto\",\n    \"etc_hc\",\n    \"etc_hot\",\n    \"etc_icx\",\n    \"etc_iotx\",\n    \"etc_key\",\n    \"etc_knc\",\n    \"etc_link\",\n    \"etc_loom\",\n    \"etc_mft\",\n    \"etc_btt\",\n    \"etc_rvn\",\n    \"etc_fet\",\n    \"etc_ong\",\n    \"etc_enj\",\n    \"etc_poly\",\n    \"etc_rdn\",\n    \"etc_poe\",\n    \"etc_strat\",\n    \"etc_bnbmainnet\",\n    \"etc_mtl\",\n    \"etc_rfr\",\n    \"etc_zil\",\n    \"etc_storm\",\n    \"etc_pma\",\n    \"etc_gbyte\",\n    \"etc_vib\",\n    \"etc_ngc\",\n    \"etc_steem\",\n    \"etc_bkx\",\n    \"etc_rcn\",\n    \"etc_lbc\",\n    \"etc_sbd\",\n    \"etc_exp\",\n    \"etc_swt\",\n    \"etc_amp\",\n    \"etc_ae\",\n    \"etc_ast\",\n    \"etc_bcd\",\n    \"etc_ppt\",\n    \"etc_sngls\",\n    \"etc_wtc\",\n    \"etc_usdt\",\n    \"etc_atom\",\n    \"etc_cro\",\n    \"etc_npxs\",\n    \"xvg_btg\",\n    \"xvg_eth\",\n    \"xvg_xmr\",\n    \"xvg_btc\",\n    \"xvg_zec\",\n    \"xvg_etc\",\n    \"xvg_ltc\",\n    \"xvg_bch\",\n    \"xvg_qtum\",\n    \"xvg_dash\",\n    \"xvg_xlm\",\n    \"xvg_xrp\",\n    \"xvg_xem\",\n    \"xvg_omg\",\n    \"xvg_ardr\",\n    \"xvg_powr\",\n    \"xvg_cvc\",\n    \"xvg_gnt\",\n    \"xvg_storj\",\n    \"xvg_snt\",\n    \"xvg_zrx\",\n    \"xvg_lsk\",\n    \"xvg_eng\",\n    \"xvg_dcr\",\n    \"xvg_doge\",\n    \"xvg_trx\",\n    \"xvg_kmd\",\n    \"xvg_lrc\",\n    \"xvg_nav\",\n    \"xvg_dnt\",\n    \"xvg_adx\",\n    \"xvg_rep\",\n    \"xvg_bnt\",\n    \"xvg_bat\",\n    \"xvg_rlc\",\n    \"xvg_brd\",\n    \"xvg_eos\",\n    \"xvg_iota\",\n    \"xvg_mana\",\n    \"xvg_ark\",\n    \"xvg_snm\",\n    \"xvg_waves\",\n    \"xvg_pivx\",\n    \"xvg_cnd\",\n    \"xvg_xzc\",\n    \"xvg_nano\",\n    \"xvg_tusd\",\n    \"xvg_vet\",\n    \"xvg_zen\",\n    \"xvg_grs\",\n    \"xvg_fun\",\n    \"xvg_dgd\",\n    \"xvg_neo\",\n    \"xvg_aion\",\n    \"xvg_gas\",\n    \"xvg_pax\",\n    \"xvg_usdc\",\n    \"xvg_iost\",\n    \"xvg_ont\",\n    \"xvg_bqx\",\n    \"xvg_cmt\",\n    \"xvg_dent\",\n    \"xvg_dlt\",\n    \"xvg_elf\",\n    \"xvg_evx\",\n    \"xvg_go\",\n    \"xvg_gto\",\n    \"xvg_hc\",\n    \"xvg_hot\",\n    \"xvg_icx\",\n    \"xvg_iotx\",\n    \"xvg_key\",\n    \"xvg_knc\",\n    \"xvg_link\",\n    \"xvg_loom\",\n    \"xvg_mft\",\n    \"xvg_btt\",\n    \"xvg_fet\",\n    \"xvg_ong\",\n    \"xvg_enj\",\n    \"xvg_poly\",\n    \"xvg_rdn\",\n    \"xvg_poe\",\n    \"xvg_strat\",\n    \"xvg_bnbmainnet\",\n    \"xvg_mtl\",\n    \"xvg_zil\",\n    \"xvg_storm\",\n    \"xvg_vib\",\n    \"xvg_rcn\",\n    \"xvg_ae\",\n    \"xvg_ast\",\n    \"xvg_bcd\",\n    \"xvg_ppt\",\n    \"xvg_sngls\",\n    \"xvg_wtc\",\n    \"xvg_usdt\",\n    \"xvg_atom\",\n    \"xvg_npxs\",\n    \"ada_eth\",\n    \"ada_btc\",\n    \"ada_zec\",\n    \"ada_etc\",\n    \"ada_ltc\",\n    \"ada_bch\",\n    \"ada_qtum\",\n    \"ada_dash\",\n    \"ada_xlm\",\n    \"ada_xrp\",\n    \"ada_xem\",\n    \"ada_omg\",\n    \"ada_xdn\",\n    \"ada_dgb\",\n    \"ada_nxt\",\n    \"ada_ardr\",\n    \"ada_powr\",\n    \"ada_cvc\",\n    \"ada_gnt\",\n    \"ada_storj\",\n    \"ada_snt\",\n    \"ada_zrx\",\n    \"ada_lsk\",\n    \"ada_srn\",\n    \"ada_eng\",\n    \"ada_dcr\",\n    \"ada_doge\",\n    \"ada_trx\",\n    \"ada_kmd\",\n    \"ada_ukg\",\n    \"ada_up\",\n    \"ada_lrc\",\n    \"ada_nav\",\n    \"ada_rdd\",\n    \"ada_vee\",\n    \"ada_bcpt\",\n    \"ada_dnt\",\n    \"ada_adx\",\n    \"ada_adt\",\n    \"ada_rep\",\n    \"ada_bnt\",\n    \"ada_gno\",\n    \"ada_bat\",\n    \"ada_vtc\",\n    \"ada_gup\",\n    \"ada_rlc\",\n    \"ada_mer\",\n    \"ada_mana\",\n    \"ada_xel\",\n    \"ada_qrl\",\n    \"ada_hmq\",\n    \"ada_ark\",\n    \"ada_iop\",\n    \"ada_rads\",\n    \"ada_sls\",\n    \"ada_waves\",\n    \"ada_cnd\",\n    \"ada_xzc\",\n    \"ada_meme\",\n    \"ada_fct\",\n    \"ada_rvr\",\n    \"ada_aeon\",\n    \"ada_ok\",\n    \"ada_flo\",\n    \"ada_mue\",\n    \"ada_grs\",\n    \"ada_pax\",\n    \"ada_bsv\",\n    \"ada_iost\",\n    \"ada_part\",\n    \"ada_mln\",\n    \"ada_pot\",\n    \"ada_ignis\",\n    \"ada_nlg\",\n    \"ada_edg\",\n    \"ada_ptoy\",\n    \"ada_ant\",\n    \"ada_nmr\",\n    \"ada_game\",\n    \"ada_pay\",\n    \"ada_dent\",\n    \"ada_elf\",\n    \"ada_go\",\n    \"ada_iotx\",\n    \"ada_loom\",\n    \"ada_mft\",\n    \"ada_btt\",\n    \"ada_rvn\",\n    \"ada_fet\",\n    \"ada_enj\",\n    \"ada_poly\",\n    \"ada_strat\",\n    \"ada_mtl\",\n    \"ada_rfr\",\n    \"ada_storm\",\n    \"ada_pma\",\n    \"ada_gbyte\",\n    \"ada_vib\",\n    \"ada_ngc\",\n    \"ada_steem\",\n    \"ada_bkx\",\n    \"ada_rcn\",\n    \"ada_lbc\",\n    \"ada_sbd\",\n    \"ada_exp\",\n    \"ada_swt\",\n    \"ada_amp\",\n    \"ada_atom\",\n    \"ada_cro\",\n    \"ada_npxs\",\n    \"ltc_etc\",\n    \"ltc_xvg\",\n    \"ltc_ada\",\n    \"ltc_xdn\",\n    \"ltc_snt\",\n    \"ltc_srn\",\n    \"ltc_eng\",\n    \"ltc_ukg\",\n    \"ltc_up\",\n    \"ltc_nav\",\n    \"ltc_rdd\",\n    \"ltc_vee\",\n    \"ltc_bcpt\",\n    \"ltc_adx\",\n    \"ltc_adt\",\n    \"ltc_vtc\",\n    \"ltc_iota\",\n    \"ltc_mer\",\n    \"ltc_xel\",\n    \"ltc_qrl\",\n    \"ltc_iop\",\n    \"ltc_rads\",\n    \"ltc_sls\",\n    \"ltc_snm\",\n    \"ltc_pivx\",\n    \"ltc_cnd\",\n    \"ltc_meme\",\n    \"ltc_fct\",\n    \"ltc_nano\",\n    \"ltc_rvr\",\n    \"ltc_aeon\",\n    \"ltc_ok\",\n    \"ltc_flo\",\n    \"ltc_mue\",\n    \"ltc_iost\",\n    \"ltc_part\",\n    \"ltc_mln\",\n    \"ltc_pot\",\n    \"ltc_ignis\",\n    \"ltc_nlg\",\n    \"ltc_game\",\n    \"ltc_ont\",\n    \"ltc_xtz\",\n    \"ltc_bqx\",\n    \"ltc_cmt\",\n    \"ltc_dent\",\n    \"ltc_dlt\",\n    \"ltc_elf\",\n    \"ltc_evx\",\n    \"ltc_go\",\n    \"ltc_gto\",\n    \"ltc_hc\",\n    \"ltc_hot\",\n    \"ltc_icx\",\n    \"ltc_iotx\",\n    \"ltc_key\",\n    \"ltc_loom\",\n    \"ltc_mft\",\n    \"ltc_rvn\",\n    \"ltc_ong\",\n    \"ltc_rdn\",\n    \"ltc_poe\",\n    \"ltc_bnbmainnet\",\n    \"ltc_mtl\",\n    \"ltc_rfr\",\n    \"ltc_zil\",\n    \"ltc_storm\",\n    \"ltc_gbyte\",\n    \"ltc_steem\",\n    \"ltc_lbc\",\n    \"ltc_sbd\",\n    \"ltc_exp\",\n    \"ltc_ae\",\n    \"ltc_ast\",\n    \"ltc_sngls\",\n    \"ltc_cro\",\n    \"ltc_npxs\",\n    \"bch_etc\",\n    \"bch_xvg\",\n    \"bch_ada\",\n    \"bch_xdn\",\n    \"bch_snt\",\n    \"bch_srn\",\n    \"bch_eng\",\n    \"bch_ukg\",\n    \"bch_up\",\n    \"bch_nav\",\n    \"bch_rdd\",\n    \"bch_vee\",\n    \"bch_bcpt\",\n    \"bch_adx\",\n    \"bch_adt\",\n    \"bch_vtc\",\n    \"bch_iota\",\n    \"bch_mer\",\n    \"bch_xel\",\n    \"bch_qrl\",\n    \"bch_iop\",\n    \"bch_rads\",\n    \"bch_sls\",\n    \"bch_snm\",\n    \"bch_pivx\",\n    \"bch_cnd\",\n    \"bch_meme\",\n    \"bch_fct\",\n    \"bch_nano\",\n    \"bch_rvr\",\n    \"bch_aeon\",\n    \"bch_ok\",\n    \"bch_flo\",\n    \"bch_mue\",\n    \"bch_iost\",\n    \"bch_part\",\n    \"bch_mln\",\n    \"bch_pot\",\n    \"bch_ignis\",\n    \"bch_nlg\",\n    \"bch_game\",\n    \"bch_ont\",\n    \"bch_bqx\",\n    \"bch_cmt\",\n    \"bch_dent\",\n    \"bch_dlt\",\n    \"bch_elf\",\n    \"bch_evx\",\n    \"bch_go\",\n    \"bch_gto\",\n    \"bch_hc\",\n    \"bch_hot\",\n    \"bch_icx\",\n    \"bch_iotx\",\n    \"bch_key\",\n    \"bch_loom\",\n    \"bch_mft\",\n    \"bch_rvn\",\n    \"bch_ong\",\n    \"bch_rdn\",\n    \"bch_poe\",\n    \"bch_bnbmainnet\",\n    \"bch_mtl\",\n    \"bch_rfr\",\n    \"bch_zil\",\n    \"bch_storm\",\n    \"bch_gbyte\",\n    \"bch_steem\",\n    \"bch_lbc\",\n    \"bch_sbd\",\n    \"bch_exp\",\n    \"bch_ae\",\n    \"bch_ast\",\n    \"bch_sngls\",\n    \"bch_cro\",\n    \"bch_npxs\",\n    \"qtum_etc\",\n    \"qtum_xvg\",\n    \"qtum_ada\",\n    \"qtum_xdn\",\n    \"qtum_snt\",\n    \"qtum_srn\",\n    \"qtum_eng\",\n    \"qtum_ukg\",\n    \"qtum_up\",\n    \"qtum_nav\",\n    \"qtum_rdd\",\n    \"qtum_vee\",\n    \"qtum_bcpt\",\n    \"qtum_adx\",\n    \"qtum_adt\",\n    \"qtum_vtc\",\n    \"qtum_iota\",\n    \"qtum_mer\",\n    \"qtum_xel\",\n    \"qtum_qrl\",\n    \"qtum_iop\",\n    \"qtum_rads\",\n    \"qtum_sls\",\n    \"qtum_snm\",\n    \"qtum_pivx\",\n    \"qtum_cnd\",\n    \"qtum_meme\",\n    \"qtum_fct\",\n    \"qtum_nano\",\n    \"qtum_rvr\",\n    \"qtum_aeon\",\n    \"qtum_ok\",\n    \"qtum_flo\",\n    \"qtum_mue\",\n    \"qtum_iost\",\n    \"qtum_part\",\n    \"qtum_mln\",\n    \"qtum_pot\",\n    \"qtum_ignis\",\n    \"qtum_nlg\",\n    \"qtum_game\",\n    \"qtum_ont\",\n    \"qtum_bqx\",\n    \"qtum_cmt\",\n    \"qtum_dent\",\n    \"qtum_dlt\",\n    \"qtum_elf\",\n    \"qtum_evx\",\n    \"qtum_go\",\n    \"qtum_gto\",\n    \"qtum_hc\",\n    \"qtum_hot\",\n    \"qtum_icx\",\n    \"qtum_iotx\",\n    \"qtum_key\",\n    \"qtum_loom\",\n    \"qtum_mft\",\n    \"qtum_rvn\",\n    \"qtum_ong\",\n    \"qtum_rdn\",\n    \"qtum_poe\",\n    \"qtum_bnbmainnet\",\n    \"qtum_mtl\",\n    \"qtum_rfr\",\n    \"qtum_zil\",\n    \"qtum_storm\",\n    \"qtum_gbyte\",\n    \"qtum_steem\",\n    \"qtum_lbc\",\n    \"qtum_sbd\",\n    \"qtum_exp\",\n    \"qtum_ae\",\n    \"qtum_ast\",\n    \"qtum_sngls\",\n    \"qtum_cro\",\n    \"qtum_npxs\",\n    \"dash_etc\",\n    \"dash_xvg\",\n    \"dash_ada\",\n    \"dash_xdn\",\n    \"dash_snt\",\n    \"dash_srn\",\n    \"dash_eng\",\n    \"dash_ukg\",\n    \"dash_up\",\n    \"dash_nav\",\n    \"dash_rdd\",\n    \"dash_vee\",\n    \"dash_bcpt\",\n    \"dash_adx\",\n    \"dash_adt\",\n    \"dash_vtc\",\n    \"dash_iota\",\n    \"dash_mer\",\n    \"dash_xel\",\n    \"dash_qrl\",\n    \"dash_iop\",\n    \"dash_rads\",\n    \"dash_sls\",\n    \"dash_snm\",\n    \"dash_pivx\",\n    \"dash_cnd\",\n    \"dash_meme\",\n    \"dash_fct\",\n    \"dash_nano\",\n    \"dash_rvr\",\n    \"dash_aeon\",\n    \"dash_ok\",\n    \"dash_flo\",\n    \"dash_mue\",\n    \"dash_iost\",\n    \"dash_part\",\n    \"dash_mln\",\n    \"dash_pot\",\n    \"dash_ignis\",\n    \"dash_nlg\",\n    \"dash_game\",\n    \"dash_ont\",\n    \"dash_bqx\",\n    \"dash_cmt\",\n    \"dash_dent\",\n    \"dash_dlt\",\n    \"dash_elf\",\n    \"dash_evx\",\n    \"dash_go\",\n    \"dash_gto\",\n    \"dash_hc\",\n    \"dash_hot\",\n    \"dash_icx\",\n    \"dash_iotx\",\n    \"dash_key\",\n    \"dash_loom\",\n    \"dash_mft\",\n    \"dash_rvn\",\n    \"dash_ong\",\n    \"dash_rdn\",\n    \"dash_poe\",\n    \"dash_bnbmainnet\",\n    \"dash_mtl\",\n    \"dash_rfr\",\n    \"dash_zil\",\n    \"dash_storm\",\n    \"dash_gbyte\",\n    \"dash_steem\",\n    \"dash_lbc\",\n    \"dash_sbd\",\n    \"dash_exp\",\n    \"dash_ae\",\n    \"dash_ast\",\n    \"dash_sngls\",\n    \"dash_cro\",\n    \"dash_npxs\",\n    \"xlm_etc\",\n    \"xlm_xvg\",\n    \"xlm_ada\",\n    \"xlm_xdn\",\n    \"xlm_snt\",\n    \"xlm_srn\",\n    \"xlm_eng\",\n    \"xlm_ukg\",\n    \"xlm_up\",\n    \"xlm_nav\",\n    \"xlm_rdd\",\n    \"xlm_vee\",\n    \"xlm_bcpt\",\n    \"xlm_adx\",\n    \"xlm_adt\",\n    \"xlm_vtc\",\n    \"xlm_iota\",\n    \"xlm_mer\",\n    \"xlm_xel\",\n    \"xlm_qrl\",\n    \"xlm_iop\",\n    \"xlm_rads\",\n    \"xlm_sls\",\n    \"xlm_snm\",\n    \"xlm_pivx\",\n    \"xlm_cnd\",\n    \"xlm_meme\",\n    \"xlm_fct\",\n    \"xlm_nano\",\n    \"xlm_rvr\",\n    \"xlm_aeon\",\n    \"xlm_ok\",\n    \"xlm_flo\",\n    \"xlm_mue\",\n    \"xlm_iost\",\n    \"xlm_part\",\n    \"xlm_mln\",\n    \"xlm_pot\",\n    \"xlm_ignis\",\n    \"xlm_nlg\",\n    \"xlm_game\",\n    \"xlm_ont\",\n    \"xlm_bqx\",\n    \"xlm_cmt\",\n    \"xlm_dent\",\n    \"xlm_dlt\",\n    \"xlm_elf\",\n    \"xlm_evx\",\n    \"xlm_go\",\n    \"xlm_gto\",\n    \"xlm_hc\",\n    \"xlm_hot\",\n    \"xlm_icx\",\n    \"xlm_iotx\",\n    \"xlm_key\",\n    \"xlm_loom\",\n    \"xlm_mft\",\n    \"xlm_rvn\",\n    \"xlm_ong\",\n    \"xlm_rdn\",\n    \"xlm_poe\",\n    \"xlm_bnbmainnet\",\n    \"xlm_mtl\",\n    \"xlm_rfr\",\n    \"xlm_zil\",\n    \"xlm_storm\",\n    \"xlm_gbyte\",\n    \"xlm_steem\",\n    \"xlm_lbc\",\n    \"xlm_sbd\",\n    \"xlm_exp\",\n    \"xlm_ae\",\n    \"xlm_ast\",\n    \"xlm_sngls\",\n    \"xlm_cro\",\n    \"xlm_npxs\",\n    \"xrp_etc\",\n    \"xrp_xvg\",\n    \"xrp_ada\",\n    \"xrp_xdn\",\n    \"xrp_snt\",\n    \"xrp_srn\",\n    \"xrp_eng\",\n    \"xrp_ukg\",\n    \"xrp_up\",\n    \"xrp_nav\",\n    \"xrp_rdd\",\n    \"xrp_vee\",\n    \"xrp_bcpt\",\n    \"xrp_adx\",\n    \"xrp_adt\",\n    \"xrp_vtc\",\n    \"xrp_iota\",\n    \"xrp_mer\",\n    \"xrp_xel\",\n    \"xrp_qrl\",\n    \"xrp_iop\",\n    \"xrp_rads\",\n    \"xrp_sls\",\n    \"xrp_snm\",\n    \"xrp_pivx\",\n    \"xrp_cnd\",\n    \"xrp_meme\",\n    \"xrp_fct\",\n    \"xrp_nano\",\n    \"xrp_rvr\",\n    \"xrp_aeon\",\n    \"xrp_ok\",\n    \"xrp_flo\",\n    \"xrp_mue\",\n    \"xrp_iost\",\n    \"xrp_part\",\n    \"xrp_mln\",\n    \"xrp_pot\",\n    \"xrp_ignis\",\n    \"xrp_nlg\",\n    \"xrp_game\",\n    \"xrp_ont\",\n    \"xrp_bqx\",\n    \"xrp_cmt\",\n    \"xrp_dent\",\n    \"xrp_dlt\",\n    \"xrp_elf\",\n    \"xrp_evx\",\n    \"xrp_go\",\n    \"xrp_gto\",\n    \"xrp_hc\",\n    \"xrp_hot\",\n    \"xrp_icx\",\n    \"xrp_iotx\",\n    \"xrp_key\",\n    \"xrp_loom\",\n    \"xrp_mft\",\n    \"xrp_rvn\",\n    \"xrp_ong\",\n    \"xrp_rdn\",\n    \"xrp_poe\",\n    \"xrp_bnbmainnet\",\n    \"xrp_mtl\",\n    \"xrp_rfr\",\n    \"xrp_zil\",\n    \"xrp_storm\",\n    \"xrp_gbyte\",\n    \"xrp_steem\",\n    \"xrp_lbc\",\n    \"xrp_sbd\",\n    \"xrp_exp\",\n    \"xrp_ae\",\n    \"xrp_ast\",\n    \"xrp_sngls\",\n    \"xrp_cro\",\n    \"xrp_npxs\",\n    \"omg_etc\",\n    \"omg_xvg\",\n    \"omg_ada\",\n    \"omg_xdn\",\n    \"omg_snt\",\n    \"omg_srn\",\n    \"omg_eng\",\n    \"omg_ukg\",\n    \"omg_up\",\n    \"omg_nav\",\n    \"omg_rdd\",\n    \"omg_vee\",\n    \"omg_bcpt\",\n    \"omg_adx\",\n    \"omg_adt\",\n    \"omg_vtc\",\n    \"omg_iota\",\n    \"omg_mer\",\n    \"omg_xel\",\n    \"omg_qrl\",\n    \"omg_iop\",\n    \"omg_rads\",\n    \"omg_sls\",\n    \"omg_snm\",\n    \"omg_pivx\",\n    \"omg_cnd\",\n    \"omg_meme\",\n    \"omg_fct\",\n    \"omg_nano\",\n    \"omg_rvr\",\n    \"omg_aeon\",\n    \"omg_ok\",\n    \"omg_flo\",\n    \"omg_mue\",\n    \"omg_iost\",\n    \"omg_part\",\n    \"omg_mln\",\n    \"omg_pot\",\n    \"omg_ignis\",\n    \"omg_nlg\",\n    \"omg_game\",\n    \"omg_ont\",\n    \"omg_xtz\",\n    \"omg_bqx\",\n    \"omg_cmt\",\n    \"omg_dent\",\n    \"omg_dlt\",\n    \"omg_elf\",\n    \"omg_evx\",\n    \"omg_go\",\n    \"omg_gto\",\n    \"omg_hc\",\n    \"omg_hot\",\n    \"omg_icx\",\n    \"omg_iotx\",\n    \"omg_key\",\n    \"omg_loom\",\n    \"omg_mft\",\n    \"omg_rvn\",\n    \"omg_ong\",\n    \"omg_rdn\",\n    \"omg_poe\",\n    \"omg_bnbmainnet\",\n    \"omg_mtl\",\n    \"omg_rfr\",\n    \"omg_zil\",\n    \"omg_storm\",\n    \"omg_gbyte\",\n    \"omg_steem\",\n    \"omg_lbc\",\n    \"omg_sbd\",\n    \"omg_exp\",\n    \"omg_ae\",\n    \"omg_ast\",\n    \"omg_sngls\",\n    \"omg_cro\",\n    \"omg_npxs\",\n    \"dgb_etc\",\n    \"dgb_ada\",\n    \"dgb_xdn\",\n    \"dgb_snt\",\n    \"dgb_srn\",\n    \"dgb_eng\",\n    \"dgb_ukg\",\n    \"dgb_up\",\n    \"dgb_nav\",\n    \"dgb_rdd\",\n    \"dgb_vee\",\n    \"dgb_bcpt\",\n    \"dgb_adx\",\n    \"dgb_adt\",\n    \"dgb_vtc\",\n    \"dgb_mer\",\n    \"dgb_xel\",\n    \"dgb_qrl\",\n    \"dgb_iop\",\n    \"dgb_rads\",\n    \"dgb_sls\",\n    \"dgb_cnd\",\n    \"dgb_meme\",\n    \"dgb_fct\",\n    \"dgb_rvr\",\n    \"dgb_aeon\",\n    \"dgb_ok\",\n    \"dgb_flo\",\n    \"dgb_mue\",\n    \"dgb_iost\",\n    \"dgb_part\",\n    \"dgb_mln\",\n    \"dgb_pot\",\n    \"dgb_ignis\",\n    \"dgb_nlg\",\n    \"dgb_game\",\n    \"dgb_dent\",\n    \"dgb_elf\",\n    \"dgb_go\",\n    \"dgb_iotx\",\n    \"dgb_loom\",\n    \"dgb_mft\",\n    \"dgb_rvn\",\n    \"dgb_mtl\",\n    \"dgb_rfr\",\n    \"dgb_storm\",\n    \"dgb_gbyte\",\n    \"dgb_steem\",\n    \"dgb_lbc\",\n    \"dgb_sbd\",\n    \"dgb_exp\",\n    \"dgb_cro\",\n    \"dgb_npxs\",\n    \"lsk_etc\",\n    \"lsk_xvg\",\n    \"lsk_ada\",\n    \"lsk_xdn\",\n    \"lsk_snt\",\n    \"lsk_srn\",\n    \"lsk_eng\",\n    \"lsk_ukg\",\n    \"lsk_up\",\n    \"lsk_nav\",\n    \"lsk_rdd\",\n    \"lsk_vee\",\n    \"lsk_bcpt\",\n    \"lsk_adx\",\n    \"lsk_adt\",\n    \"lsk_vtc\",\n    \"lsk_iota\",\n    \"lsk_mer\",\n    \"lsk_xel\",\n    \"lsk_qrl\",\n    \"lsk_iop\",\n    \"lsk_rads\",\n    \"lsk_sls\",\n    \"lsk_snm\",\n    \"lsk_pivx\",\n    \"lsk_cnd\",\n    \"lsk_meme\",\n    \"lsk_fct\",\n    \"lsk_nano\",\n    \"lsk_rvr\",\n    \"lsk_aeon\",\n    \"lsk_ok\",\n    \"lsk_flo\",\n    \"lsk_mue\",\n    \"lsk_iost\",\n    \"lsk_part\",\n    \"lsk_mln\",\n    \"lsk_pot\",\n    \"lsk_ignis\",\n    \"lsk_nlg\",\n    \"lsk_game\",\n    \"lsk_ont\",\n    \"lsk_bqx\",\n    \"lsk_cmt\",\n    \"lsk_dent\",\n    \"lsk_dlt\",\n    \"lsk_elf\",\n    \"lsk_evx\",\n    \"lsk_go\",\n    \"lsk_gto\",\n    \"lsk_hc\",\n    \"lsk_hot\",\n    \"lsk_icx\",\n    \"lsk_iotx\",\n    \"lsk_key\",\n    \"lsk_loom\",\n    \"lsk_mft\",\n    \"lsk_rvn\",\n    \"lsk_ong\",\n    \"lsk_rdn\",\n    \"lsk_poe\",\n    \"lsk_bnbmainnet\",\n    \"lsk_mtl\",\n    \"lsk_rfr\",\n    \"lsk_zil\",\n    \"lsk_storm\",\n    \"lsk_gbyte\",\n    \"lsk_steem\",\n    \"lsk_lbc\",\n    \"lsk_sbd\",\n    \"lsk_exp\",\n    \"lsk_ae\",\n    \"lsk_ast\",\n    \"lsk_sngls\",\n    \"lsk_cro\",\n    \"lsk_npxs\",\n    \"dcr_etc\",\n    \"dcr_xvg\",\n    \"dcr_ada\",\n    \"dcr_xdn\",\n    \"dcr_snt\",\n    \"dcr_srn\",\n    \"dcr_eng\",\n    \"dcr_ukg\",\n    \"dcr_up\",\n    \"dcr_nav\",\n    \"dcr_rdd\",\n    \"dcr_vee\",\n    \"dcr_bcpt\",\n    \"dcr_adx\",\n    \"dcr_adt\",\n    \"dcr_vtc\",\n    \"dcr_iota\",\n    \"dcr_mer\",\n    \"dcr_xel\",\n    \"dcr_qrl\",\n    \"dcr_iop\",\n    \"dcr_rads\",\n    \"dcr_sls\",\n    \"dcr_snm\",\n    \"dcr_pivx\",\n    \"dcr_cnd\",\n    \"dcr_meme\",\n    \"dcr_fct\",\n    \"dcr_nano\",\n    \"dcr_rvr\",\n    \"dcr_aeon\",\n    \"dcr_ok\",\n    \"dcr_flo\",\n    \"dcr_mue\",\n    \"dcr_iost\",\n    \"dcr_part\",\n    \"dcr_mln\",\n    \"dcr_pot\",\n    \"dcr_ignis\",\n    \"dcr_nlg\",\n    \"dcr_game\",\n    \"dcr_ont\",\n    \"dcr_bqx\",\n    \"dcr_cmt\",\n    \"dcr_dent\",\n    \"dcr_dlt\",\n    \"dcr_elf\",\n    \"dcr_evx\",\n    \"dcr_go\",\n    \"dcr_gto\",\n    \"dcr_hc\",\n    \"dcr_hot\",\n    \"dcr_icx\",\n    \"dcr_iotx\",\n    \"dcr_key\",\n    \"dcr_loom\",\n    \"dcr_mft\",\n    \"dcr_rvn\",\n    \"dcr_ong\",\n    \"dcr_rdn\",\n    \"dcr_poe\",\n    \"dcr_bnbmainnet\",\n    \"dcr_mtl\",\n    \"dcr_rfr\",\n    \"dcr_zil\",\n    \"dcr_storm\",\n    \"dcr_gbyte\",\n    \"dcr_steem\",\n    \"dcr_lbc\",\n    \"dcr_sbd\",\n    \"dcr_exp\",\n    \"dcr_ae\",\n    \"dcr_ast\",\n    \"dcr_sngls\",\n    \"dcr_cro\",\n    \"dcr_npxs\",\n    \"doge_etc\",\n    \"doge_xvg\",\n    \"doge_ada\",\n    \"doge_xdn\",\n    \"doge_snt\",\n    \"doge_srn\",\n    \"doge_eng\",\n    \"doge_ukg\",\n    \"doge_up\",\n    \"doge_nav\",\n    \"doge_rdd\",\n    \"doge_vee\",\n    \"doge_bcpt\",\n    \"doge_adx\",\n    \"doge_adt\",\n    \"doge_vtc\",\n    \"doge_iota\",\n    \"doge_mer\",\n    \"doge_xel\",\n    \"doge_qrl\",\n    \"doge_iop\",\n    \"doge_rads\",\n    \"doge_sls\",\n    \"doge_snm\",\n    \"doge_pivx\",\n    \"doge_cnd\",\n    \"doge_meme\",\n    \"doge_fct\",\n    \"doge_nano\",\n    \"doge_rvr\",\n    \"doge_aeon\",\n    \"doge_ok\",\n    \"doge_flo\",\n    \"doge_mue\",\n    \"doge_iost\",\n    \"doge_part\",\n    \"doge_mln\",\n    \"doge_pot\",\n    \"doge_ignis\",\n    \"doge_nlg\",\n    \"doge_game\",\n    \"doge_ont\",\n    \"doge_bqx\",\n    \"doge_cmt\",\n    \"doge_dent\",\n    \"doge_dlt\",\n    \"doge_elf\",\n    \"doge_evx\",\n    \"doge_go\",\n    \"doge_gto\",\n    \"doge_hc\",\n    \"doge_hot\",\n    \"doge_icx\",\n    \"doge_iotx\",\n    \"doge_key\",\n    \"doge_loom\",\n    \"doge_mft\",\n    \"doge_rvn\",\n    \"doge_ong\",\n    \"doge_rdn\",\n    \"doge_poe\",\n    \"doge_bnbmainnet\",\n    \"doge_mtl\",\n    \"doge_rfr\",\n    \"doge_zil\",\n    \"doge_storm\",\n    \"doge_gbyte\",\n    \"doge_steem\",\n    \"doge_lbc\",\n    \"doge_sbd\",\n    \"doge_exp\",\n    \"doge_ae\",\n    \"doge_ast\",\n    \"doge_sngls\",\n    \"doge_cro\",\n    \"doge_npxs\",\n    \"trx_etc\",\n    \"trx_xvg\",\n    \"trx_ada\",\n    \"trx_xdn\",\n    \"trx_snt\",\n    \"trx_srn\",\n    \"trx_eng\",\n    \"trx_ukg\",\n    \"trx_up\",\n    \"trx_nav\",\n    \"trx_rdd\",\n    \"trx_vee\",\n    \"trx_bcpt\",\n    \"trx_adx\",\n    \"trx_adt\",\n    \"trx_vtc\",\n    \"trx_iota\",\n    \"trx_mer\",\n    \"trx_xel\",\n    \"trx_qrl\",\n    \"trx_iop\",\n    \"trx_rads\",\n    \"trx_sls\",\n    \"trx_snm\",\n    \"trx_pivx\",\n    \"trx_cnd\",\n    \"trx_meme\",\n    \"trx_fct\",\n    \"trx_nano\",\n    \"trx_rvr\",\n    \"trx_aeon\",\n    \"trx_ok\",\n    \"trx_flo\",\n    \"trx_mue\",\n    \"trx_iost\",\n    \"trx_part\",\n    \"trx_mln\",\n    \"trx_pot\",\n    \"trx_ignis\",\n    \"trx_nlg\",\n    \"trx_game\",\n    \"trx_ont\",\n    \"trx_bqx\",\n    \"trx_cmt\",\n    \"trx_dent\",\n    \"trx_dlt\",\n    \"trx_elf\",\n    \"trx_evx\",\n    \"trx_go\",\n    \"trx_gto\",\n    \"trx_hc\",\n    \"trx_hot\",\n    \"trx_icx\",\n    \"trx_iotx\",\n    \"trx_key\",\n    \"trx_loom\",\n    \"trx_mft\",\n    \"trx_rvn\",\n    \"trx_ong\",\n    \"trx_rdn\",\n    \"trx_poe\",\n    \"trx_bnbmainnet\",\n    \"trx_mtl\",\n    \"trx_rfr\",\n    \"trx_zil\",\n    \"trx_storm\",\n    \"trx_gbyte\",\n    \"trx_steem\",\n    \"trx_lbc\",\n    \"trx_sbd\",\n    \"trx_exp\",\n    \"trx_ae\",\n    \"trx_ast\",\n    \"trx_sngls\",\n    \"trx_cro\",\n    \"trx_npxs\",\n    \"kmd_etc\",\n    \"kmd_xvg\",\n    \"kmd_ada\",\n    \"kmd_xdn\",\n    \"kmd_snt\",\n    \"kmd_srn\",\n    \"kmd_eng\",\n    \"kmd_ukg\",\n    \"kmd_up\",\n    \"kmd_nav\",\n    \"kmd_rdd\",\n    \"kmd_vee\",\n    \"kmd_bcpt\",\n    \"kmd_adx\",\n    \"kmd_adt\",\n    \"kmd_vtc\",\n    \"kmd_iota\",\n    \"kmd_mer\",\n    \"kmd_xel\",\n    \"kmd_qrl\",\n    \"kmd_iop\",\n    \"kmd_rads\",\n    \"kmd_sls\",\n    \"kmd_snm\",\n    \"kmd_pivx\",\n    \"kmd_cnd\",\n    \"kmd_meme\",\n    \"kmd_fct\",\n    \"kmd_nano\",\n    \"kmd_rvr\",\n    \"kmd_aeon\",\n    \"kmd_ok\",\n    \"kmd_flo\",\n    \"kmd_mue\",\n    \"kmd_iost\",\n    \"kmd_part\",\n    \"kmd_mln\",\n    \"kmd_pot\",\n    \"kmd_ignis\",\n    \"kmd_nlg\",\n    \"kmd_game\",\n    \"kmd_ont\",\n    \"kmd_bqx\",\n    \"kmd_cmt\",\n    \"kmd_dent\",\n    \"kmd_dlt\",\n    \"kmd_elf\",\n    \"kmd_evx\",\n    \"kmd_go\",\n    \"kmd_gto\",\n    \"kmd_hc\",\n    \"kmd_hot\",\n    \"kmd_icx\",\n    \"kmd_iotx\",\n    \"kmd_key\",\n    \"kmd_loom\",\n    \"kmd_mft\",\n    \"kmd_rvn\",\n    \"kmd_ong\",\n    \"kmd_rdn\",\n    \"kmd_poe\",\n    \"kmd_bnbmainnet\",\n    \"kmd_mtl\",\n    \"kmd_rfr\",\n    \"kmd_zil\",\n    \"kmd_storm\",\n    \"kmd_gbyte\",\n    \"kmd_steem\",\n    \"kmd_lbc\",\n    \"kmd_sbd\",\n    \"kmd_exp\",\n    \"kmd_ae\",\n    \"kmd_ast\",\n    \"kmd_sngls\",\n    \"kmd_cro\",\n    \"kmd_npxs\",\n    \"gno_etc\",\n    \"gno_ada\",\n    \"gno_xdn\",\n    \"gno_snt\",\n    \"gno_srn\",\n    \"gno_eng\",\n    \"gno_ukg\",\n    \"gno_up\",\n    \"gno_nav\",\n    \"gno_rdd\",\n    \"gno_vee\",\n    \"gno_bcpt\",\n    \"gno_adx\",\n    \"gno_adt\",\n    \"gno_vtc\",\n    \"gno_mer\",\n    \"gno_xel\",\n    \"gno_qrl\",\n    \"gno_iop\",\n    \"gno_rads\",\n    \"gno_sls\",\n    \"gno_cnd\",\n    \"gno_meme\",\n    \"gno_fct\",\n    \"gno_rvr\",\n    \"gno_aeon\",\n    \"gno_ok\",\n    \"gno_flo\",\n    \"gno_mue\",\n    \"gno_iost\",\n    \"gno_part\",\n    \"gno_mln\",\n    \"gno_pot\",\n    \"gno_ignis\",\n    \"gno_nlg\",\n    \"gno_game\",\n    \"gno_dent\",\n    \"gno_elf\",\n    \"gno_go\",\n    \"gno_iotx\",\n    \"gno_loom\",\n    \"gno_mft\",\n    \"gno_rvn\",\n    \"gno_mtl\",\n    \"gno_rfr\",\n    \"gno_storm\",\n    \"gno_gbyte\",\n    \"gno_steem\",\n    \"gno_lbc\",\n    \"gno_sbd\",\n    \"gno_exp\",\n    \"gno_cro\",\n    \"gno_npxs\",\n    \"bat_etc\",\n    \"bat_xvg\",\n    \"bat_ada\",\n    \"bat_xdn\",\n    \"bat_snt\",\n    \"bat_srn\",\n    \"bat_eng\",\n    \"bat_ukg\",\n    \"bat_up\",\n    \"bat_nav\",\n    \"bat_rdd\",\n    \"bat_vee\",\n    \"bat_bcpt\",\n    \"bat_adx\",\n    \"bat_adt\",\n    \"bat_vtc\",\n    \"bat_iota\",\n    \"bat_mer\",\n    \"bat_xel\",\n    \"bat_qrl\",\n    \"bat_iop\",\n    \"bat_rads\",\n    \"bat_sls\",\n    \"bat_snm\",\n    \"bat_pivx\",\n    \"bat_cnd\",\n    \"bat_meme\",\n    \"bat_fct\",\n    \"bat_nano\",\n    \"bat_rvr\",\n    \"bat_aeon\",\n    \"bat_ok\",\n    \"bat_flo\",\n    \"bat_mue\",\n    \"bat_iost\",\n    \"bat_part\",\n    \"bat_mln\",\n    \"bat_pot\",\n    \"bat_ignis\",\n    \"bat_nlg\",\n    \"bat_game\",\n    \"bat_ont\",\n    \"bat_bqx\",\n    \"bat_cmt\",\n    \"bat_dent\",\n    \"bat_dlt\",\n    \"bat_elf\",\n    \"bat_evx\",\n    \"bat_go\",\n    \"bat_gto\",\n    \"bat_hc\",\n    \"bat_hot\",\n    \"bat_icx\",\n    \"bat_iotx\",\n    \"bat_key\",\n    \"bat_loom\",\n    \"bat_mft\",\n    \"bat_rvn\",\n    \"bat_ong\",\n    \"bat_rdn\",\n    \"bat_poe\",\n    \"bat_bnbmainnet\",\n    \"bat_mtl\",\n    \"bat_rfr\",\n    \"bat_zil\",\n    \"bat_storm\",\n    \"bat_gbyte\",\n    \"bat_steem\",\n    \"bat_lbc\",\n    \"bat_sbd\",\n    \"bat_exp\",\n    \"bat_ae\",\n    \"bat_ast\",\n    \"bat_sngls\",\n    \"bat_cro\",\n    \"bat_npxs\",\n    \"eos_etc\",\n    \"eos_xvg\",\n    \"eos_snt\",\n    \"eos_eng\",\n    \"eos_nav\",\n    \"eos_adx\",\n    \"eos_iota\",\n    \"eos_snm\",\n    \"eos_pivx\",\n    \"eos_cnd\",\n    \"eos_nano\",\n    \"eos_iost\",\n    \"eos_ont\",\n    \"eos_xtz\",\n    \"eos_bqx\",\n    \"eos_cmt\",\n    \"eos_dent\",\n    \"eos_dlt\",\n    \"eos_elf\",\n    \"eos_evx\",\n    \"eos_go\",\n    \"eos_gto\",\n    \"eos_hc\",\n    \"eos_hot\",\n    \"eos_icx\",\n    \"eos_iotx\",\n    \"eos_key\",\n    \"eos_loom\",\n    \"eos_mft\",\n    \"eos_ong\",\n    \"eos_rdn\",\n    \"eos_poe\",\n    \"eos_bnbmainnet\",\n    \"eos_mtl\",\n    \"eos_zil\",\n    \"eos_storm\",\n    \"eos_ae\",\n    \"eos_ast\",\n    \"eos_sngls\",\n    \"eos_npxs\",\n    \"snm_btg\",\n    \"snm_eth\",\n    \"snm_xmr\",\n    \"snm_btc\",\n    \"snm_zec\",\n    \"snm_etc\",\n    \"snm_xvg\",\n    \"snm_ltc\",\n    \"snm_bch\",\n    \"snm_qtum\",\n    \"snm_dash\",\n    \"snm_xlm\",\n    \"snm_xrp\",\n    \"snm_xem\",\n    \"snm_omg\",\n    \"snm_ardr\",\n    \"snm_powr\",\n    \"snm_cvc\",\n    \"snm_gnt\",\n    \"snm_storj\",\n    \"snm_snt\",\n    \"snm_zrx\",\n    \"snm_lsk\",\n    \"snm_eng\",\n    \"snm_dcr\",\n    \"snm_doge\",\n    \"snm_trx\",\n    \"snm_kmd\",\n    \"snm_lrc\",\n    \"snm_nav\",\n    \"snm_dnt\",\n    \"snm_adx\",\n    \"snm_rep\",\n    \"snm_bnt\",\n    \"snm_bat\",\n    \"snm_rlc\",\n    \"snm_brd\",\n    \"snm_eos\",\n    \"snm_iota\",\n    \"snm_mana\",\n    \"snm_ark\",\n    \"snm_waves\",\n    \"snm_pivx\",\n    \"snm_cnd\",\n    \"snm_xzc\",\n    \"snm_nano\",\n    \"snm_tusd\",\n    \"snm_vet\",\n    \"snm_zen\",\n    \"snm_grs\",\n    \"snm_fun\",\n    \"snm_dgd\",\n    \"snm_neo\",\n    \"snm_aion\",\n    \"snm_gas\",\n    \"snm_pax\",\n    \"snm_usdc\",\n    \"snm_iost\",\n    \"snm_ont\",\n    \"snm_bqx\",\n    \"snm_cmt\",\n    \"snm_dent\",\n    \"snm_dlt\",\n    \"snm_elf\",\n    \"snm_evx\",\n    \"snm_go\",\n    \"snm_gto\",\n    \"snm_hc\",\n    \"snm_hot\",\n    \"snm_icx\",\n    \"snm_iotx\",\n    \"snm_key\",\n    \"snm_knc\",\n    \"snm_link\",\n    \"snm_loom\",\n    \"snm_mft\",\n    \"snm_btt\",\n    \"snm_fet\",\n    \"snm_ong\",\n    \"snm_enj\",\n    \"snm_poly\",\n    \"snm_rdn\",\n    \"snm_poe\",\n    \"snm_strat\",\n    \"snm_bnbmainnet\",\n    \"snm_mtl\",\n    \"snm_zil\",\n    \"snm_storm\",\n    \"snm_vib\",\n    \"snm_rcn\",\n    \"snm_ae\",\n    \"snm_ast\",\n    \"snm_bcd\",\n    \"snm_ppt\",\n    \"snm_sngls\",\n    \"snm_wtc\",\n    \"snm_usdt\",\n    \"snm_atom\",\n    \"snm_npxs\",\n    \"bnb_btg\",\n    \"bnb_eth\",\n    \"bnb_xmr\",\n    \"bnb_btc\",\n    \"bnb_zec\",\n    \"bnb_etc\",\n    \"bnb_xvg\",\n    \"bnb_ltc\",\n    \"bnb_bch\",\n    \"bnb_qtum\",\n    \"bnb_dash\",\n    \"bnb_xlm\",\n    \"bnb_xrp\",\n    \"bnb_xem\",\n    \"bnb_omg\",\n    \"bnb_ardr\",\n    \"bnb_powr\",\n    \"bnb_cvc\",\n    \"bnb_gnt\",\n    \"bnb_storj\",\n    \"bnb_snt\",\n    \"bnb_zrx\",\n    \"bnb_lsk\",\n    \"bnb_eng\",\n    \"bnb_dcr\",\n    \"bnb_doge\",\n    \"bnb_trx\",\n    \"bnb_kmd\",\n    \"bnb_lrc\",\n    \"bnb_nav\",\n    \"bnb_dnt\",\n    \"bnb_adx\",\n    \"bnb_rep\",\n    \"bnb_bnt\",\n    \"bnb_bat\",\n    \"bnb_rlc\",\n    \"bnb_brd\",\n    \"bnb_eos\",\n    \"bnb_iota\",\n    \"bnb_mana\",\n    \"bnb_ark\",\n    \"bnb_snm\",\n    \"bnb_waves\",\n    \"bnb_pivx\",\n    \"bnb_cnd\",\n    \"bnb_xzc\",\n    \"bnb_nano\",\n    \"bnb_tusd\",\n    \"bnb_vet\",\n    \"bnb_zen\",\n    \"bnb_grs\",\n    \"bnb_fun\",\n    \"bnb_dgd\",\n    \"bnb_neo\",\n    \"bnb_aion\",\n    \"bnb_gas\",\n    \"bnb_pax\",\n    \"bnb_usdc\",\n    \"bnb_iost\",\n    \"bnb_ont\",\n    \"bnb_bqx\",\n    \"bnb_cmt\",\n    \"bnb_dent\",\n    \"bnb_dlt\",\n    \"bnb_elf\",\n    \"bnb_evx\",\n    \"bnb_go\",\n    \"bnb_gto\",\n    \"bnb_hc\",\n    \"bnb_hot\",\n    \"bnb_icx\",\n    \"bnb_iotx\",\n    \"bnb_key\",\n    \"bnb_knc\",\n    \"bnb_link\",\n    \"bnb_loom\",\n    \"bnb_mft\",\n    \"bnb_btt\",\n    \"bnb_fet\",\n    \"bnb_ong\",\n    \"bnb_enj\",\n    \"bnb_poly\",\n    \"bnb_rdn\",\n    \"bnb_poe\",\n    \"bnb_strat\",\n    \"bnb_bnbmainnet\",\n    \"bnb_mtl\",\n    \"bnb_zil\",\n    \"bnb_storm\",\n    \"bnb_vib\",\n    \"bnb_rcn\",\n    \"bnb_ae\",\n    \"bnb_ast\",\n    \"bnb_bcd\",\n    \"bnb_ppt\",\n    \"bnb_sngls\",\n    \"bnb_wtc\",\n    \"bnb_usdt\",\n    \"bnb_atom\",\n    \"bnb_npxs\",\n    \"xzc_etc\",\n    \"xzc_xvg\",\n    \"xzc_ada\",\n    \"xzc_xdn\",\n    \"xzc_snt\",\n    \"xzc_srn\",\n    \"xzc_eng\",\n    \"xzc_ukg\",\n    \"xzc_up\",\n    \"xzc_nav\",\n    \"xzc_rdd\",\n    \"xzc_vee\",\n    \"xzc_bcpt\",\n    \"xzc_adx\",\n    \"xzc_adt\",\n    \"xzc_vtc\",\n    \"xzc_iota\",\n    \"xzc_mer\",\n    \"xzc_xel\",\n    \"xzc_qrl\",\n    \"xzc_iop\",\n    \"xzc_rads\",\n    \"xzc_sls\",\n    \"xzc_snm\",\n    \"xzc_pivx\",\n    \"xzc_cnd\",\n    \"xzc_meme\",\n    \"xzc_fct\",\n    \"xzc_nano\",\n    \"xzc_rvr\",\n    \"xzc_aeon\",\n    \"xzc_ok\",\n    \"xzc_flo\",\n    \"xzc_mue\",\n    \"xzc_iost\",\n    \"xzc_part\",\n    \"xzc_mln\",\n    \"xzc_pot\",\n    \"xzc_ignis\",\n    \"xzc_nlg\",\n    \"xzc_game\",\n    \"xzc_ont\",\n    \"xzc_bqx\",\n    \"xzc_cmt\",\n    \"xzc_dent\",\n    \"xzc_dlt\",\n    \"xzc_elf\",\n    \"xzc_evx\",\n    \"xzc_go\",\n    \"xzc_gto\",\n    \"xzc_hc\",\n    \"xzc_hot\",\n    \"xzc_icx\",\n    \"xzc_iotx\",\n    \"xzc_key\",\n    \"xzc_loom\",\n    \"xzc_mft\",\n    \"xzc_rvn\",\n    \"xzc_ong\",\n    \"xzc_rdn\",\n    \"xzc_poe\",\n    \"xzc_bnbmainnet\",\n    \"xzc_mtl\",\n    \"xzc_rfr\",\n    \"xzc_zil\",\n    \"xzc_storm\",\n    \"xzc_gbyte\",\n    \"xzc_steem\",\n    \"xzc_lbc\",\n    \"xzc_sbd\",\n    \"xzc_exp\",\n    \"xzc_ae\",\n    \"xzc_ast\",\n    \"xzc_sngls\",\n    \"xzc_cro\",\n    \"xzc_npxs\",\n    \"tusd_etc\",\n    \"tusd_xvg\",\n    \"tusd_snt\",\n    \"tusd_eng\",\n    \"tusd_nav\",\n    \"tusd_adx\",\n    \"tusd_iota\",\n    \"tusd_snm\",\n    \"tusd_pivx\",\n    \"tusd_cnd\",\n    \"tusd_nano\",\n    \"tusd_iost\",\n    \"tusd_ont\",\n    \"tusd_bqx\",\n    \"tusd_cmt\",\n    \"tusd_dent\",\n    \"tusd_dlt\",\n    \"tusd_elf\",\n    \"tusd_evx\",\n    \"tusd_go\",\n    \"tusd_gto\",\n    \"tusd_hc\",\n    \"tusd_hot\",\n    \"tusd_icx\",\n    \"tusd_iotx\",\n    \"tusd_key\",\n    \"tusd_loom\",\n    \"tusd_mft\",\n    \"tusd_ong\",\n    \"tusd_rdn\",\n    \"tusd_poe\",\n    \"tusd_bnbmainnet\",\n    \"tusd_mtl\",\n    \"tusd_zil\",\n    \"tusd_storm\",\n    \"tusd_ae\",\n    \"tusd_ast\",\n    \"tusd_sngls\",\n    \"tusd_npxs\",\n    \"zen_etc\",\n    \"zen_xvg\",\n    \"zen_snt\",\n    \"zen_eng\",\n    \"zen_nav\",\n    \"zen_adx\",\n    \"zen_iota\",\n    \"zen_snm\",\n    \"zen_pivx\",\n    \"zen_cnd\",\n    \"zen_nano\",\n    \"zen_iost\",\n    \"zen_ont\",\n    \"zen_bqx\",\n    \"zen_cmt\",\n    \"zen_dent\",\n    \"zen_dlt\",\n    \"zen_elf\",\n    \"zen_evx\",\n    \"zen_go\",\n    \"zen_gto\",\n    \"zen_hc\",\n    \"zen_hot\",\n    \"zen_icx\",\n    \"zen_iotx\",\n    \"zen_key\",\n    \"zen_loom\",\n    \"zen_mft\",\n    \"zen_ong\",\n    \"zen_rdn\",\n    \"zen_poe\",\n    \"zen_bnbmainnet\",\n    \"zen_mtl\",\n    \"zen_zil\",\n    \"zen_storm\",\n    \"zen_ae\",\n    \"zen_ast\",\n    \"zen_sngls\",\n    \"zen_npxs\",\n    \"fun_etc\",\n    \"fun_xvg\",\n    \"fun_snt\",\n    \"fun_eng\",\n    \"fun_nav\",\n    \"fun_adx\",\n    \"fun_iota\",\n    \"fun_snm\",\n    \"fun_pivx\",\n    \"fun_cnd\",\n    \"fun_nano\",\n    \"fun_iost\",\n    \"fun_ont\",\n    \"fun_bqx\",\n    \"fun_cmt\",\n    \"fun_dent\",\n    \"fun_dlt\",\n    \"fun_elf\",\n    \"fun_evx\",\n    \"fun_go\",\n    \"fun_gto\",\n    \"fun_hc\",\n    \"fun_hot\",\n    \"fun_icx\",\n    \"fun_iotx\",\n    \"fun_key\",\n    \"fun_loom\",\n    \"fun_mft\",\n    \"fun_ong\",\n    \"fun_rdn\",\n    \"fun_poe\",\n    \"fun_bnbmainnet\",\n    \"fun_mtl\",\n    \"fun_zil\",\n    \"fun_storm\",\n    \"fun_ae\",\n    \"fun_ast\",\n    \"fun_sngls\",\n    \"fun_npxs\",\n    \"dgd_etc\",\n    \"dgd_xvg\",\n    \"dgd_snt\",\n    \"dgd_eng\",\n    \"dgd_nav\",\n    \"dgd_adx\",\n    \"dgd_iota\",\n    \"dgd_snm\",\n    \"dgd_pivx\",\n    \"dgd_cnd\",\n    \"dgd_nano\",\n    \"dgd_iost\",\n    \"dgd_ont\",\n    \"dgd_bqx\",\n    \"dgd_cmt\",\n    \"dgd_dent\",\n    \"dgd_dlt\",\n    \"dgd_elf\",\n    \"dgd_evx\",\n    \"dgd_go\",\n    \"dgd_gto\",\n    \"dgd_hc\",\n    \"dgd_hot\",\n    \"dgd_icx\",\n    \"dgd_iotx\",\n    \"dgd_key\",\n    \"dgd_loom\",\n    \"dgd_mft\",\n    \"dgd_ong\",\n    \"dgd_rdn\",\n    \"dgd_poe\",\n    \"dgd_bnbmainnet\",\n    \"dgd_mtl\",\n    \"dgd_zil\",\n    \"dgd_storm\",\n    \"dgd_ae\",\n    \"dgd_ast\",\n    \"dgd_sngls\",\n    \"dgd_npxs\",\n    \"neo_etc\",\n    \"neo_xvg\",\n    \"neo_snt\",\n    \"neo_eng\",\n    \"neo_nav\",\n    \"neo_adx\",\n    \"neo_iota\",\n    \"neo_snm\",\n    \"neo_pivx\",\n    \"neo_cnd\",\n    \"neo_nano\",\n    \"neo_iost\",\n    \"neo_ont\",\n    \"neo_bqx\",\n    \"neo_cmt\",\n    \"neo_dent\",\n    \"neo_dlt\",\n    \"neo_elf\",\n    \"neo_evx\",\n    \"neo_go\",\n    \"neo_gto\",\n    \"neo_hc\",\n    \"neo_hot\",\n    \"neo_icx\",\n    \"neo_iotx\",\n    \"neo_key\",\n    \"neo_loom\",\n    \"neo_mft\",\n    \"neo_ong\",\n    \"neo_rdn\",\n    \"neo_poe\",\n    \"neo_bnbmainnet\",\n    \"neo_mtl\",\n    \"neo_zil\",\n    \"neo_storm\",\n    \"neo_ae\",\n    \"neo_ast\",\n    \"neo_sngls\",\n    \"neo_npxs\",\n    \"gas_etc\",\n    \"gas_xvg\",\n    \"gas_snt\",\n    \"gas_eng\",\n    \"gas_nav\",\n    \"gas_adx\",\n    \"gas_iota\",\n    \"gas_snm\",\n    \"gas_pivx\",\n    \"gas_cnd\",\n    \"gas_nano\",\n    \"gas_iost\",\n    \"gas_ont\",\n    \"gas_bqx\",\n    \"gas_cmt\",\n    \"gas_dent\",\n    \"gas_dlt\",\n    \"gas_elf\",\n    \"gas_evx\",\n    \"gas_go\",\n    \"gas_gto\",\n    \"gas_hc\",\n    \"gas_hot\",\n    \"gas_icx\",\n    \"gas_iotx\",\n    \"gas_key\",\n    \"gas_loom\",\n    \"gas_mft\",\n    \"gas_ong\",\n    \"gas_rdn\",\n    \"gas_poe\",\n    \"gas_bnbmainnet\",\n    \"gas_mtl\",\n    \"gas_zil\",\n    \"gas_storm\",\n    \"gas_ae\",\n    \"gas_ast\",\n    \"gas_sngls\",\n    \"gas_npxs\",\n    \"pax_etc\",\n    \"pax_xvg\",\n    \"pax_ada\",\n    \"pax_xdn\",\n    \"pax_snt\",\n    \"pax_srn\",\n    \"pax_eng\",\n    \"pax_ukg\",\n    \"pax_up\",\n    \"pax_nav\",\n    \"pax_rdd\",\n    \"pax_vee\",\n    \"pax_bcpt\",\n    \"pax_adx\",\n    \"pax_adt\",\n    \"pax_vtc\",\n    \"pax_iota\",\n    \"pax_mer\",\n    \"pax_xel\",\n    \"pax_qrl\",\n    \"pax_iop\",\n    \"pax_rads\",\n    \"pax_sls\",\n    \"pax_snm\",\n    \"pax_pivx\",\n    \"pax_cnd\",\n    \"pax_meme\",\n    \"pax_fct\",\n    \"pax_nano\",\n    \"pax_rvr\",\n    \"pax_aeon\",\n    \"pax_ok\",\n    \"pax_flo\",\n    \"pax_mue\",\n    \"pax_iost\",\n    \"pax_part\",\n    \"pax_mln\",\n    \"pax_pot\",\n    \"pax_ignis\",\n    \"pax_nlg\",\n    \"pax_game\",\n    \"pax_ont\",\n    \"pax_bqx\",\n    \"pax_cmt\",\n    \"pax_dent\",\n    \"pax_dlt\",\n    \"pax_elf\",\n    \"pax_evx\",\n    \"pax_go\",\n    \"pax_gto\",\n    \"pax_hc\",\n    \"pax_hot\",\n    \"pax_icx\",\n    \"pax_iotx\",\n    \"pax_key\",\n    \"pax_loom\",\n    \"pax_mft\",\n    \"pax_rvn\",\n    \"pax_ong\",\n    \"pax_rdn\",\n    \"pax_poe\",\n    \"pax_bnbmainnet\",\n    \"pax_mtl\",\n    \"pax_rfr\",\n    \"pax_zil\",\n    \"pax_storm\",\n    \"pax_gbyte\",\n    \"pax_steem\",\n    \"pax_lbc\",\n    \"pax_sbd\",\n    \"pax_exp\",\n    \"pax_ae\",\n    \"pax_ast\",\n    \"pax_sngls\",\n    \"pax_cro\",\n    \"pax_npxs\",\n    \"bsv_etc\",\n    \"bsv_ada\",\n    \"bsv_xdn\",\n    \"bsv_snt\",\n    \"bsv_srn\",\n    \"bsv_eng\",\n    \"bsv_ukg\",\n    \"bsv_up\",\n    \"bsv_nav\",\n    \"bsv_rdd\",\n    \"bsv_vee\",\n    \"bsv_bcpt\",\n    \"bsv_adx\",\n    \"bsv_adt\",\n    \"bsv_vtc\",\n    \"bsv_mer\",\n    \"bsv_xel\",\n    \"bsv_qrl\",\n    \"bsv_iop\",\n    \"bsv_rads\",\n    \"bsv_sls\",\n    \"bsv_cnd\",\n    \"bsv_meme\",\n    \"bsv_fct\",\n    \"bsv_rvr\",\n    \"bsv_aeon\",\n    \"bsv_ok\",\n    \"bsv_flo\",\n    \"bsv_mue\",\n    \"bsv_iost\",\n    \"bsv_part\",\n    \"bsv_mln\",\n    \"bsv_pot\",\n    \"bsv_ignis\",\n    \"bsv_nlg\",\n    \"bsv_game\",\n    \"bsv_dent\",\n    \"bsv_elf\",\n    \"bsv_go\",\n    \"bsv_iotx\",\n    \"bsv_loom\",\n    \"bsv_mft\",\n    \"bsv_rvn\",\n    \"bsv_mtl\",\n    \"bsv_rfr\",\n    \"bsv_storm\",\n    \"bsv_gbyte\",\n    \"bsv_steem\",\n    \"bsv_lbc\",\n    \"bsv_sbd\",\n    \"bsv_exp\",\n    \"bsv_cro\",\n    \"bsv_npxs\",\n    \"usdc_etc\",\n    \"usdc_xvg\",\n    \"usdc_snt\",\n    \"usdc_eng\",\n    \"usdc_nav\",\n    \"usdc_adx\",\n    \"usdc_iota\",\n    \"usdc_snm\",\n    \"usdc_pivx\",\n    \"usdc_cnd\",\n    \"usdc_nano\",\n    \"usdc_iost\",\n    \"usdc_ont\",\n    \"usdc_bqx\",\n    \"usdc_cmt\",\n    \"usdc_dent\",\n    \"usdc_dlt\",\n    \"usdc_elf\",\n    \"usdc_evx\",\n    \"usdc_go\",\n    \"usdc_gto\",\n    \"usdc_hc\",\n    \"usdc_hot\",\n    \"usdc_icx\",\n    \"usdc_iotx\",\n    \"usdc_key\",\n    \"usdc_loom\",\n    \"usdc_mft\",\n    \"usdc_ong\",\n    \"usdc_rdn\",\n    \"usdc_poe\",\n    \"usdc_bnbmainnet\",\n    \"usdc_mtl\",\n    \"usdc_zil\",\n    \"usdc_storm\",\n    \"usdc_ae\",\n    \"usdc_ast\",\n    \"usdc_sngls\",\n    \"usdc_npxs\",\n    \"xtz_eth\",\n    \"xtz_xmr\",\n    \"xtz_btc\",\n    \"xtz_ltc\",\n    \"xtz_omg\",\n    \"xtz_eos\",\n    \"btt_etc\",\n    \"btt_xvg\",\n    \"btt_ada\",\n    \"btt_xdn\",\n    \"btt_snt\",\n    \"btt_srn\",\n    \"btt_eng\",\n    \"btt_ukg\",\n    \"btt_up\",\n    \"btt_nav\",\n    \"btt_rdd\",\n    \"btt_vee\",\n    \"btt_bcpt\",\n    \"btt_adx\",\n    \"btt_adt\",\n    \"btt_vtc\",\n    \"btt_iota\",\n    \"btt_mer\",\n    \"btt_xel\",\n    \"btt_qrl\",\n    \"btt_iop\",\n    \"btt_rads\",\n    \"btt_sls\",\n    \"btt_snm\",\n    \"btt_pivx\",\n    \"btt_cnd\",\n    \"btt_meme\",\n    \"btt_fct\",\n    \"btt_nano\",\n    \"btt_rvr\",\n    \"btt_aeon\",\n    \"btt_ok\",\n    \"btt_flo\",\n    \"btt_mue\",\n    \"btt_iost\",\n    \"btt_part\",\n    \"btt_mln\",\n    \"btt_pot\",\n    \"btt_ignis\",\n    \"btt_nlg\",\n    \"btt_game\",\n    \"btt_ont\",\n    \"btt_bqx\",\n    \"btt_cmt\",\n    \"btt_dent\",\n    \"btt_dlt\",\n    \"btt_elf\",\n    \"btt_evx\",\n    \"btt_go\",\n    \"btt_gto\",\n    \"btt_hc\",\n    \"btt_hot\",\n    \"btt_icx\",\n    \"btt_iotx\",\n    \"btt_key\",\n    \"btt_loom\",\n    \"btt_mft\",\n    \"btt_rvn\",\n    \"btt_ong\",\n    \"btt_rdn\",\n    \"btt_poe\",\n    \"btt_bnbmainnet\",\n    \"btt_mtl\",\n    \"btt_rfr\",\n    \"btt_zil\",\n    \"btt_storm\",\n    \"btt_gbyte\",\n    \"btt_steem\",\n    \"btt_lbc\",\n    \"btt_sbd\",\n    \"btt_exp\",\n    \"btt_ae\",\n    \"btt_ast\",\n    \"btt_sngls\",\n    \"btt_cro\",\n    \"btt_npxs\",\n    \"rvn_eth\",\n    \"rvn_btc\",\n    \"rvn_zec\",\n    \"rvn_etc\",\n    \"rvn_ada\",\n    \"rvn_ltc\",\n    \"rvn_bch\",\n    \"rvn_qtum\",\n    \"rvn_dash\",\n    \"rvn_xlm\",\n    \"rvn_xrp\",\n    \"rvn_xem\",\n    \"rvn_omg\",\n    \"rvn_xdn\",\n    \"rvn_dgb\",\n    \"rvn_nxt\",\n    \"rvn_ardr\",\n    \"rvn_powr\",\n    \"rvn_cvc\",\n    \"rvn_gnt\",\n    \"rvn_storj\",\n    \"rvn_snt\",\n    \"rvn_zrx\",\n    \"rvn_lsk\",\n    \"rvn_srn\",\n    \"rvn_eng\",\n    \"rvn_dcr\",\n    \"rvn_doge\",\n    \"rvn_trx\",\n    \"rvn_kmd\",\n    \"rvn_ukg\",\n    \"rvn_up\",\n    \"rvn_lrc\",\n    \"rvn_nav\",\n    \"rvn_rdd\",\n    \"rvn_vee\",\n    \"rvn_bcpt\",\n    \"rvn_dnt\",\n    \"rvn_adx\",\n    \"rvn_adt\",\n    \"rvn_rep\",\n    \"rvn_bnt\",\n    \"rvn_gno\",\n    \"rvn_bat\",\n    \"rvn_vtc\",\n    \"rvn_gup\",\n    \"rvn_rlc\",\n    \"rvn_mer\",\n    \"rvn_mana\",\n    \"rvn_xel\",\n    \"rvn_qrl\",\n    \"rvn_hmq\",\n    \"rvn_ark\",\n    \"rvn_iop\",\n    \"rvn_rads\",\n    \"rvn_sls\",\n    \"rvn_waves\",\n    \"rvn_cnd\",\n    \"rvn_xzc\",\n    \"rvn_meme\",\n    \"rvn_fct\",\n    \"rvn_rvr\",\n    \"rvn_aeon\",\n    \"rvn_ok\",\n    \"rvn_flo\",\n    \"rvn_mue\",\n    \"rvn_grs\",\n    \"rvn_pax\",\n    \"rvn_bsv\",\n    \"rvn_iost\",\n    \"rvn_part\",\n    \"rvn_mln\",\n    \"rvn_pot\",\n    \"rvn_ignis\",\n    \"rvn_nlg\",\n    \"rvn_edg\",\n    \"rvn_ptoy\",\n    \"rvn_ant\",\n    \"rvn_nmr\",\n    \"rvn_game\",\n    \"rvn_pay\",\n    \"rvn_dent\",\n    \"rvn_elf\",\n    \"rvn_go\",\n    \"rvn_iotx\",\n    \"rvn_loom\",\n    \"rvn_mft\",\n    \"rvn_btt\",\n    \"rvn_fet\",\n    \"rvn_enj\",\n    \"rvn_poly\",\n    \"rvn_strat\",\n    \"rvn_mtl\",\n    \"rvn_rfr\",\n    \"rvn_storm\",\n    \"rvn_pma\",\n    \"rvn_gbyte\",\n    \"rvn_vib\",\n    \"rvn_ngc\",\n    \"rvn_steem\",\n    \"rvn_bkx\",\n    \"rvn_rcn\",\n    \"rvn_lbc\",\n    \"rvn_sbd\",\n    \"rvn_exp\",\n    \"rvn_swt\",\n    \"rvn_amp\",\n    \"rvn_atom\",\n    \"rvn_cro\",\n    \"rvn_npxs\",\n    \"enj_etc\",\n    \"enj_xvg\",\n    \"enj_ada\",\n    \"enj_xdn\",\n    \"enj_snt\",\n    \"enj_srn\",\n    \"enj_eng\",\n    \"enj_ukg\",\n    \"enj_up\",\n    \"enj_nav\",\n    \"enj_rdd\",\n    \"enj_vee\",\n    \"enj_bcpt\",\n    \"enj_adx\",\n    \"enj_adt\",\n    \"enj_vtc\",\n    \"enj_iota\",\n    \"enj_mer\",\n    \"enj_xel\",\n    \"enj_qrl\",\n    \"enj_iop\",\n    \"enj_rads\",\n    \"enj_sls\",\n    \"enj_snm\",\n    \"enj_pivx\",\n    \"enj_cnd\",\n    \"enj_meme\",\n    \"enj_fct\",\n    \"enj_nano\",\n    \"enj_rvr\",\n    \"enj_aeon\",\n    \"enj_ok\",\n    \"enj_flo\",\n    \"enj_mue\",\n    \"enj_iost\",\n    \"enj_part\",\n    \"enj_mln\",\n    \"enj_pot\",\n    \"enj_ignis\",\n    \"enj_nlg\",\n    \"enj_game\",\n    \"enj_ont\",\n    \"enj_bqx\",\n    \"enj_cmt\",\n    \"enj_dent\",\n    \"enj_dlt\",\n    \"enj_elf\",\n    \"enj_evx\",\n    \"enj_go\",\n    \"enj_gto\",\n    \"enj_hc\",\n    \"enj_hot\",\n    \"enj_icx\",\n    \"enj_iotx\",\n    \"enj_key\",\n    \"enj_loom\",\n    \"enj_mft\",\n    \"enj_rvn\",\n    \"enj_ong\",\n    \"enj_rdn\",\n    \"enj_poe\",\n    \"enj_bnbmainnet\",\n    \"enj_mtl\",\n    \"enj_rfr\",\n    \"enj_zil\",\n    \"enj_storm\",\n    \"enj_gbyte\",\n    \"enj_steem\",\n    \"enj_lbc\",\n    \"enj_sbd\",\n    \"enj_exp\",\n    \"enj_ae\",\n    \"enj_ast\",\n    \"enj_sngls\",\n    \"enj_cro\",\n    \"enj_npxs\",\n    \"poly_etc\",\n    \"poly_xvg\",\n    \"poly_ada\",\n    \"poly_xdn\",\n    \"poly_snt\",\n    \"poly_srn\",\n    \"poly_eng\",\n    \"poly_ukg\",\n    \"poly_up\",\n    \"poly_nav\",\n    \"poly_rdd\",\n    \"poly_vee\",\n    \"poly_bcpt\",\n    \"poly_adx\",\n    \"poly_adt\",\n    \"poly_vtc\",\n    \"poly_iota\",\n    \"poly_mer\",\n    \"poly_xel\",\n    \"poly_qrl\",\n    \"poly_iop\",\n    \"poly_rads\",\n    \"poly_sls\",\n    \"poly_snm\",\n    \"poly_pivx\",\n    \"poly_cnd\",\n    \"poly_meme\",\n    \"poly_fct\",\n    \"poly_nano\",\n    \"poly_rvr\",\n    \"poly_aeon\",\n    \"poly_ok\",\n    \"poly_flo\",\n    \"poly_mue\",\n    \"poly_iost\",\n    \"poly_part\",\n    \"poly_mln\",\n    \"poly_pot\",\n    \"poly_ignis\",\n    \"poly_nlg\",\n    \"poly_game\",\n    \"poly_ont\",\n    \"poly_bqx\",\n    \"poly_cmt\",\n    \"poly_dent\",\n    \"poly_dlt\",\n    \"poly_elf\",\n    \"poly_evx\",\n    \"poly_go\",\n    \"poly_gto\",\n    \"poly_hc\",\n    \"poly_hot\",\n    \"poly_icx\",\n    \"poly_iotx\",\n    \"poly_key\",\n    \"poly_loom\",\n    \"poly_mft\",\n    \"poly_rvn\",\n    \"poly_ong\",\n    \"poly_rdn\",\n    \"poly_poe\",\n    \"poly_bnbmainnet\",\n    \"poly_mtl\",\n    \"poly_rfr\",\n    \"poly_zil\",\n    \"poly_storm\",\n    \"poly_gbyte\",\n    \"poly_steem\",\n    \"poly_lbc\",\n    \"poly_sbd\",\n    \"poly_exp\",\n    \"poly_ae\",\n    \"poly_ast\",\n    \"poly_sngls\",\n    \"poly_cro\",\n    \"poly_npxs\",\n    \"rdn_btg\",\n    \"rdn_eth\",\n    \"rdn_xmr\",\n    \"rdn_btc\",\n    \"rdn_zec\",\n    \"rdn_etc\",\n    \"rdn_xvg\",\n    \"rdn_ltc\",\n    \"rdn_bch\",\n    \"rdn_qtum\",\n    \"rdn_dash\",\n    \"rdn_xlm\",\n    \"rdn_xrp\",\n    \"rdn_xem\",\n    \"rdn_omg\",\n    \"rdn_ardr\",\n    \"rdn_powr\",\n    \"rdn_cvc\",\n    \"rdn_gnt\",\n    \"rdn_storj\",\n    \"rdn_snt\",\n    \"rdn_zrx\",\n    \"rdn_lsk\",\n    \"rdn_eng\",\n    \"rdn_dcr\",\n    \"rdn_doge\",\n    \"rdn_trx\",\n    \"rdn_kmd\",\n    \"rdn_lrc\",\n    \"rdn_nav\",\n    \"rdn_dnt\",\n    \"rdn_adx\",\n    \"rdn_rep\",\n    \"rdn_bnt\",\n    \"rdn_bat\",\n    \"rdn_rlc\",\n    \"rdn_brd\",\n    \"rdn_eos\",\n    \"rdn_iota\",\n    \"rdn_mana\",\n    \"rdn_ark\",\n    \"rdn_snm\",\n    \"rdn_waves\",\n    \"rdn_pivx\",\n    \"rdn_cnd\",\n    \"rdn_xzc\",\n    \"rdn_nano\",\n    \"rdn_tusd\",\n    \"rdn_vet\",\n    \"rdn_zen\",\n    \"rdn_grs\",\n    \"rdn_fun\",\n    \"rdn_dgd\",\n    \"rdn_neo\",\n    \"rdn_aion\",\n    \"rdn_gas\",\n    \"rdn_pax\",\n    \"rdn_usdc\",\n    \"rdn_iost\",\n    \"rdn_ont\",\n    \"rdn_bqx\",\n    \"rdn_cmt\",\n    \"rdn_dent\",\n    \"rdn_dlt\",\n    \"rdn_elf\",\n    \"rdn_evx\",\n    \"rdn_go\",\n    \"rdn_gto\",\n    \"rdn_hc\",\n    \"rdn_hot\",\n    \"rdn_icx\",\n    \"rdn_iotx\",\n    \"rdn_key\",\n    \"rdn_knc\",\n    \"rdn_link\",\n    \"rdn_loom\",\n    \"rdn_mft\",\n    \"rdn_btt\",\n    \"rdn_fet\",\n    \"rdn_ong\",\n    \"rdn_enj\",\n    \"rdn_poly\",\n    \"rdn_poe\",\n    \"rdn_strat\",\n    \"rdn_bnbmainnet\",\n    \"rdn_mtl\",\n    \"rdn_zil\",\n    \"rdn_storm\",\n    \"rdn_vib\",\n    \"rdn_rcn\",\n    \"rdn_ae\",\n    \"rdn_ast\",\n    \"rdn_bcd\",\n    \"rdn_ppt\",\n    \"rdn_sngls\",\n    \"rdn_wtc\",\n    \"rdn_usdt\",\n    \"rdn_atom\",\n    \"rdn_npxs\",\n    \"poe_btg\",\n    \"poe_eth\",\n    \"poe_xmr\",\n    \"poe_btc\",\n    \"poe_zec\",\n    \"poe_etc\",\n    \"poe_xvg\",\n    \"poe_ltc\",\n    \"poe_bch\",\n    \"poe_qtum\",\n    \"poe_dash\",\n    \"poe_xlm\",\n    \"poe_xrp\",\n    \"poe_xem\",\n    \"poe_omg\",\n    \"poe_ardr\",\n    \"poe_powr\",\n    \"poe_cvc\",\n    \"poe_gnt\",\n    \"poe_storj\",\n    \"poe_snt\",\n    \"poe_zrx\",\n    \"poe_lsk\",\n    \"poe_eng\",\n    \"poe_dcr\",\n    \"poe_doge\",\n    \"poe_trx\",\n    \"poe_kmd\",\n    \"poe_lrc\",\n    \"poe_nav\",\n    \"poe_dnt\",\n    \"poe_adx\",\n    \"poe_rep\",\n    \"poe_bnt\",\n    \"poe_bat\",\n    \"poe_rlc\",\n    \"poe_brd\",\n    \"poe_eos\",\n    \"poe_iota\",\n    \"poe_mana\",\n    \"poe_ark\",\n    \"poe_snm\",\n    \"poe_waves\",\n    \"poe_pivx\",\n    \"poe_cnd\",\n    \"poe_xzc\",\n    \"poe_nano\",\n    \"poe_tusd\",\n    \"poe_vet\",\n    \"poe_zen\",\n    \"poe_grs\",\n    \"poe_fun\",\n    \"poe_dgd\",\n    \"poe_neo\",\n    \"poe_aion\",\n    \"poe_gas\",\n    \"poe_pax\",\n    \"poe_usdc\",\n    \"poe_iost\",\n    \"poe_ont\",\n    \"poe_bqx\",\n    \"poe_cmt\",\n    \"poe_dent\",\n    \"poe_dlt\",\n    \"poe_elf\",\n    \"poe_evx\",\n    \"poe_go\",\n    \"poe_gto\",\n    \"poe_hc\",\n    \"poe_hot\",\n    \"poe_icx\",\n    \"poe_iotx\",\n    \"poe_key\",\n    \"poe_knc\",\n    \"poe_link\",\n    \"poe_loom\",\n    \"poe_mft\",\n    \"poe_btt\",\n    \"poe_fet\",\n    \"poe_ong\",\n    \"poe_enj\",\n    \"poe_poly\",\n    \"poe_rdn\",\n    \"poe_strat\",\n    \"poe_bnbmainnet\",\n    \"poe_mtl\",\n    \"poe_zil\",\n    \"poe_storm\",\n    \"poe_vib\",\n    \"poe_rcn\",\n    \"poe_ae\",\n    \"poe_ast\",\n    \"poe_bcd\",\n    \"poe_ppt\",\n    \"poe_sngls\",\n    \"poe_wtc\",\n    \"poe_usdt\",\n    \"poe_atom\",\n    \"poe_npxs\",\n    \"bnbmainnet_btg\",\n    \"bnbmainnet_eth\",\n    \"bnbmainnet_xmr\",\n    \"bnbmainnet_btc\",\n    \"bnbmainnet_zec\",\n    \"bnbmainnet_etc\",\n    \"bnbmainnet_xvg\",\n    \"bnbmainnet_ltc\",\n    \"bnbmainnet_bch\",\n    \"bnbmainnet_qtum\",\n    \"bnbmainnet_dash\",\n    \"bnbmainnet_xlm\",\n    \"bnbmainnet_xrp\",\n    \"bnbmainnet_xem\",\n    \"bnbmainnet_omg\",\n    \"bnbmainnet_ardr\",\n    \"bnbmainnet_powr\",\n    \"bnbmainnet_cvc\",\n    \"bnbmainnet_gnt\",\n    \"bnbmainnet_storj\",\n    \"bnbmainnet_snt\",\n    \"bnbmainnet_zrx\",\n    \"bnbmainnet_lsk\",\n    \"bnbmainnet_eng\",\n    \"bnbmainnet_dcr\",\n    \"bnbmainnet_doge\",\n    \"bnbmainnet_trx\",\n    \"bnbmainnet_kmd\",\n    \"bnbmainnet_lrc\",\n    \"bnbmainnet_nav\",\n    \"bnbmainnet_dnt\",\n    \"bnbmainnet_adx\",\n    \"bnbmainnet_rep\",\n    \"bnbmainnet_bnt\",\n    \"bnbmainnet_bat\",\n    \"bnbmainnet_rlc\",\n    \"bnbmainnet_brd\",\n    \"bnbmainnet_eos\",\n    \"bnbmainnet_iota\",\n    \"bnbmainnet_mana\",\n    \"bnbmainnet_ark\",\n    \"bnbmainnet_snm\",\n    \"bnbmainnet_waves\",\n    \"bnbmainnet_pivx\",\n    \"bnbmainnet_cnd\",\n    \"bnbmainnet_xzc\",\n    \"bnbmainnet_nano\",\n    \"bnbmainnet_tusd\",\n    \"bnbmainnet_vet\",\n    \"bnbmainnet_zen\",\n    \"bnbmainnet_grs\",\n    \"bnbmainnet_fun\",\n    \"bnbmainnet_dgd\",\n    \"bnbmainnet_neo\",\n    \"bnbmainnet_aion\",\n    \"bnbmainnet_gas\",\n    \"bnbmainnet_pax\",\n    \"bnbmainnet_usdc\",\n    \"bnbmainnet_iost\",\n    \"bnbmainnet_ont\",\n    \"bnbmainnet_bqx\",\n    \"bnbmainnet_cmt\",\n    \"bnbmainnet_dent\",\n    \"bnbmainnet_dlt\",\n    \"bnbmainnet_elf\",\n    \"bnbmainnet_evx\",\n    \"bnbmainnet_go\",\n    \"bnbmainnet_gto\",\n    \"bnbmainnet_hc\",\n    \"bnbmainnet_hot\",\n    \"bnbmainnet_icx\",\n    \"bnbmainnet_iotx\",\n    \"bnbmainnet_key\",\n    \"bnbmainnet_knc\",\n    \"bnbmainnet_link\",\n    \"bnbmainnet_loom\",\n    \"bnbmainnet_mft\",\n    \"bnbmainnet_btt\",\n    \"bnbmainnet_fet\",\n    \"bnbmainnet_ong\",\n    \"bnbmainnet_enj\",\n    \"bnbmainnet_poly\",\n    \"bnbmainnet_rdn\",\n    \"bnbmainnet_poe\",\n    \"bnbmainnet_strat\",\n    \"bnbmainnet_mtl\",\n    \"bnbmainnet_zil\",\n    \"bnbmainnet_storm\",\n    \"bnbmainnet_vib\",\n    \"bnbmainnet_rcn\",\n    \"bnbmainnet_ae\",\n    \"bnbmainnet_ast\",\n    \"bnbmainnet_bcd\",\n    \"bnbmainnet_ppt\",\n    \"bnbmainnet_sngls\",\n    \"bnbmainnet_wtc\",\n    \"bnbmainnet_usdt\",\n    \"bnbmainnet_atom\",\n    \"bnbmainnet_npxs\",\n    \"usdt_etc\",\n    \"usdt_xvg\",\n    \"usdt_snt\",\n    \"usdt_eng\",\n    \"usdt_nav\",\n    \"usdt_adx\",\n    \"usdt_iota\",\n    \"usdt_snm\",\n    \"usdt_pivx\",\n    \"usdt_cnd\",\n    \"usdt_nano\",\n    \"usdt_iost\",\n    \"usdt_ont\",\n    \"usdt_bqx\",\n    \"usdt_cmt\",\n    \"usdt_dent\",\n    \"usdt_dlt\",\n    \"usdt_elf\",\n    \"usdt_evx\",\n    \"usdt_go\",\n    \"usdt_gto\",\n    \"usdt_hc\",\n    \"usdt_hot\",\n    \"usdt_icx\",\n    \"usdt_iotx\",\n    \"usdt_key\",\n    \"usdt_loom\",\n    \"usdt_mft\",\n    \"usdt_ong\",\n    \"usdt_rdn\",\n    \"usdt_poe\",\n    \"usdt_bnbmainnet\",\n    \"usdt_mtl\",\n    \"usdt_zil\",\n    \"usdt_storm\",\n    \"usdt_ae\",\n    \"usdt_ast\",\n    \"usdt_sngls\",\n    \"usdt_npxs\",\n    \"atom_etc\",\n    \"atom_xvg\",\n    \"atom_ada\",\n    \"atom_xdn\",\n    \"atom_snt\",\n    \"atom_srn\",\n    \"atom_eng\",\n    \"atom_ukg\",\n    \"atom_up\",\n    \"atom_nav\",\n    \"atom_rdd\",\n    \"atom_vee\",\n    \"atom_bcpt\",\n    \"atom_adx\",\n    \"atom_adt\",\n    \"atom_vtc\",\n    \"atom_iota\",\n    \"atom_mer\",\n    \"atom_xel\",\n    \"atom_qrl\",\n    \"atom_iop\",\n    \"atom_rads\",\n    \"atom_sls\",\n    \"atom_snm\",\n    \"atom_pivx\",\n    \"atom_cnd\",\n    \"atom_meme\",\n    \"atom_fct\",\n    \"atom_nano\",\n    \"atom_rvr\",\n    \"atom_aeon\",\n    \"atom_ok\",\n    \"atom_flo\",\n    \"atom_mue\",\n    \"atom_iost\",\n    \"atom_part\",\n    \"atom_mln\",\n    \"atom_pot\",\n    \"atom_ignis\",\n    \"atom_nlg\",\n    \"atom_game\",\n    \"atom_ont\",\n    \"atom_bqx\",\n    \"atom_cmt\",\n    \"atom_dent\",\n    \"atom_dlt\",\n    \"atom_elf\",\n    \"atom_evx\",\n    \"atom_go\",\n    \"atom_gto\",\n    \"atom_hc\",\n    \"atom_hot\",\n    \"atom_icx\",\n    \"atom_iotx\",\n    \"atom_key\",\n    \"atom_loom\",\n    \"atom_mft\",\n    \"atom_rvn\",\n    \"atom_ong\",\n    \"atom_rdn\",\n    \"atom_poe\",\n    \"atom_bnbmainnet\",\n    \"atom_mtl\",\n    \"atom_rfr\",\n    \"atom_zil\",\n    \"atom_storm\",\n    \"atom_gbyte\",\n    \"atom_steem\",\n    \"atom_lbc\",\n    \"atom_sbd\",\n    \"atom_exp\",\n    \"atom_ae\",\n    \"atom_ast\",\n    \"atom_sngls\",\n    \"atom_cro\",\n    \"atom_npxs\",\n    \"usdterc20_btg\",\n    \"usdterc20_eth\",\n    \"usdterc20_xmr\",\n    \"usdterc20_btc\",\n    \"usdterc20_zec\",\n    \"usdterc20_etc\",\n    \"usdterc20_xvg\",\n    \"usdterc20_ltc\",\n    \"usdterc20_bch\",\n    \"usdterc20_qtum\",\n    \"usdterc20_dash\",\n    \"usdterc20_xlm\",\n    \"usdterc20_xrp\",\n    \"usdterc20_xem\",\n    \"usdterc20_omg\",\n    \"usdterc20_ardr\",\n    \"usdterc20_powr\",\n    \"usdterc20_cvc\",\n    \"usdterc20_gnt\",\n    \"usdterc20_storj\",\n    \"usdterc20_snt\",\n    \"usdterc20_zrx\",\n    \"usdterc20_lsk\",\n    \"usdterc20_eng\",\n    \"usdterc20_dcr\",\n    \"usdterc20_doge\",\n    \"usdterc20_trx\",\n    \"usdterc20_kmd\",\n    \"usdterc20_lrc\",\n    \"usdterc20_nav\",\n    \"usdterc20_dnt\",\n    \"usdterc20_adx\",\n    \"usdterc20_rep\",\n    \"usdterc20_bnt\",\n    \"usdterc20_bat\",\n    \"usdterc20_rlc\",\n    \"usdterc20_brd\",\n    \"usdterc20_eos\",\n    \"usdterc20_iota\",\n    \"usdterc20_mana\",\n    \"usdterc20_ark\",\n    \"usdterc20_snm\",\n    \"usdterc20_waves\",\n    \"usdterc20_pivx\",\n    \"usdterc20_cnd\",\n    \"usdterc20_xzc\",\n    \"usdterc20_nano\",\n    \"usdterc20_tusd\",\n    \"usdterc20_vet\",\n    \"usdterc20_zen\",\n    \"usdterc20_grs\",\n    \"usdterc20_fun\",\n    \"usdterc20_dgd\",\n    \"usdterc20_neo\",\n    \"usdterc20_aion\",\n    \"usdterc20_gas\",\n    \"usdterc20_pax\",\n    \"usdterc20_usdc\",\n    \"usdterc20_iost\",\n    \"usdterc20_ont\",\n    \"usdterc20_bqx\",\n    \"usdterc20_cmt\",\n    \"usdterc20_dent\",\n    \"usdterc20_dlt\",\n    \"usdterc20_elf\",\n    \"usdterc20_evx\",\n    \"usdterc20_go\",\n    \"usdterc20_gto\",\n    \"usdterc20_hc\",\n    \"usdterc20_hot\",\n    \"usdterc20_icx\",\n    \"usdterc20_iotx\",\n    \"usdterc20_key\",\n    \"usdterc20_knc\",\n    \"usdterc20_link\",\n    \"usdterc20_loom\",\n    \"usdterc20_mft\",\n    \"usdterc20_btt\",\n    \"usdterc20_fet\",\n    \"usdterc20_ong\",\n    \"usdterc20_enj\",\n    \"usdterc20_poly\",\n    \"usdterc20_rdn\",\n    \"usdterc20_poe\",\n    \"usdterc20_strat\",\n    \"usdterc20_bnbmainnet\",\n    \"usdterc20_mtl\",\n    \"usdterc20_zil\",\n    \"usdterc20_storm\",\n    \"usdterc20_vib\",\n    \"usdterc20_rcn\",\n    \"usdterc20_ae\",\n    \"usdterc20_ast\",\n    \"usdterc20_bcd\",\n    \"usdterc20_ppt\",\n    \"usdterc20_sngls\",\n    \"usdterc20_wtc\",\n    \"usdterc20_usdt\",\n    \"usdterc20_atom\",\n    \"usdterc20_npxs\",\n    \"cro_eth\",\n    \"cro_btc\",\n    \"cro_zec\",\n    \"cro_etc\",\n    \"cro_ada\",\n    \"cro_ltc\",\n    \"cro_bch\",\n    \"cro_qtum\",\n    \"cro_dash\",\n    \"cro_xlm\",\n    \"cro_xrp\",\n    \"cro_xem\",\n    \"cro_omg\",\n    \"cro_xdn\",\n    \"cro_dgb\",\n    \"cro_nxt\",\n    \"cro_ardr\",\n    \"cro_powr\",\n    \"cro_cvc\",\n    \"cro_gnt\",\n    \"cro_storj\",\n    \"cro_snt\",\n    \"cro_zrx\",\n    \"cro_lsk\",\n    \"cro_srn\",\n    \"cro_eng\",\n    \"cro_dcr\",\n    \"cro_doge\",\n    \"cro_trx\",\n    \"cro_kmd\",\n    \"cro_ukg\",\n    \"cro_up\",\n    \"cro_lrc\",\n    \"cro_nav\",\n    \"cro_rdd\",\n    \"cro_vee\",\n    \"cro_bcpt\",\n    \"cro_dnt\",\n    \"cro_adx\",\n    \"cro_adt\",\n    \"cro_rep\",\n    \"cro_bnt\",\n    \"cro_gno\",\n    \"cro_bat\",\n    \"cro_vtc\",\n    \"cro_gup\",\n    \"cro_rlc\",\n    \"cro_mer\",\n    \"cro_mana\",\n    \"cro_xel\",\n    \"cro_qrl\",\n    \"cro_hmq\",\n    \"cro_ark\",\n    \"cro_iop\",\n    \"cro_rads\",\n    \"cro_sls\",\n    \"cro_waves\",\n    \"cro_cnd\",\n    \"cro_xzc\",\n    \"cro_meme\",\n    \"cro_fct\",\n    \"cro_rvr\",\n    \"cro_aeon\",\n    \"cro_ok\",\n    \"cro_flo\",\n    \"cro_mue\",\n    \"cro_grs\",\n    \"cro_pax\",\n    \"cro_bsv\",\n    \"cro_iost\",\n    \"cro_part\",\n    \"cro_mln\",\n    \"cro_pot\",\n    \"cro_ignis\",\n    \"cro_nlg\",\n    \"cro_edg\",\n    \"cro_ptoy\",\n    \"cro_ant\",\n    \"cro_nmr\",\n    \"cro_game\",\n    \"cro_pay\",\n    \"cro_dent\",\n    \"cro_elf\",\n    \"cro_go\",\n    \"cro_iotx\",\n    \"cro_loom\",\n    \"cro_mft\",\n    \"cro_btt\",\n    \"cro_rvn\",\n    \"cro_fet\",\n    \"cro_enj\",\n    \"cro_poly\",\n    \"cro_strat\",\n    \"cro_mtl\",\n    \"cro_rfr\",\n    \"cro_storm\",\n    \"cro_pma\",\n    \"cro_gbyte\",\n    \"cro_vib\",\n    \"cro_ngc\",\n    \"cro_steem\",\n    \"cro_bkx\",\n    \"cro_rcn\",\n    \"cro_lbc\",\n    \"cro_sbd\",\n    \"cro_exp\",\n    \"cro_swt\",\n    \"cro_amp\",\n    \"cro_atom\",\n    \"cro_npxs\",\n    \"npxs_btg\",\n    \"npxs_eth\",\n    \"npxs_xmr\",\n    \"npxs_btc\",\n    \"npxs_zec\",\n    \"npxs_etc\",\n    \"npxs_xvg\",\n    \"npxs_ada\",\n    \"npxs_ltc\",\n    \"npxs_bch\",\n    \"npxs_qtum\",\n    \"npxs_dash\",\n    \"npxs_xlm\",\n    \"npxs_xrp\",\n    \"npxs_xem\",\n    \"npxs_omg\",\n    \"npxs_xdn\",\n    \"npxs_dgb\",\n    \"npxs_nxt\",\n    \"npxs_ardr\",\n    \"npxs_powr\",\n    \"npxs_cvc\",\n    \"npxs_gnt\",\n    \"npxs_storj\",\n    \"npxs_snt\",\n    \"npxs_zrx\",\n    \"npxs_lsk\",\n    \"npxs_srn\",\n    \"npxs_eng\",\n    \"npxs_dcr\",\n    \"npxs_doge\",\n    \"npxs_trx\",\n    \"npxs_kmd\",\n    \"npxs_ukg\",\n    \"npxs_up\",\n    \"npxs_lrc\",\n    \"npxs_nav\",\n    \"npxs_rdd\",\n    \"npxs_vee\",\n    \"npxs_bcpt\",\n    \"npxs_dnt\",\n    \"npxs_adx\",\n    \"npxs_adt\",\n    \"npxs_rep\",\n    \"npxs_bnt\",\n    \"npxs_gno\",\n    \"npxs_bat\",\n    \"npxs_vtc\",\n    \"npxs_gup\",\n    \"npxs_rlc\",\n    \"npxs_brd\",\n    \"npxs_eos\",\n    \"npxs_iota\",\n    \"npxs_mer\",\n    \"npxs_mana\",\n    \"npxs_xel\",\n    \"npxs_qrl\",\n    \"npxs_hmq\",\n    \"npxs_ark\",\n    \"npxs_iop\",\n    \"npxs_rads\",\n    \"npxs_sls\",\n    \"npxs_snm\",\n    \"npxs_waves\",\n    \"npxs_pivx\",\n    \"npxs_cnd\",\n    \"npxs_xzc\",\n    \"npxs_meme\",\n    \"npxs_fct\",\n    \"npxs_nano\",\n    \"npxs_rvr\",\n    \"npxs_aeon\",\n    \"npxs_ok\",\n    \"npxs_flo\",\n    \"npxs_mue\",\n    \"npxs_tusd\",\n    \"npxs_vet\",\n    \"npxs_zen\",\n    \"npxs_grs\",\n    \"npxs_fun\",\n    \"npxs_dgd\",\n    \"npxs_neo\",\n    \"npxs_aion\",\n    \"npxs_gas\",\n    \"npxs_pax\",\n    \"npxs_bsv\",\n    \"npxs_usdc\",\n    \"npxs_iost\",\n    \"npxs_part\",\n    \"npxs_mln\",\n    \"npxs_pot\",\n    \"npxs_ignis\",\n    \"npxs_nlg\",\n    \"npxs_edg\",\n    \"npxs_ptoy\",\n    \"npxs_ant\",\n    \"npxs_nmr\",\n    \"npxs_game\",\n    \"npxs_pay\",\n    \"npxs_ont\",\n    \"npxs_bqx\",\n    \"npxs_cmt\",\n    \"npxs_dent\",\n    \"npxs_dlt\",\n    \"npxs_elf\",\n    \"npxs_evx\",\n    \"npxs_go\",\n    \"npxs_gto\",\n    \"npxs_hc\",\n    \"npxs_hot\",\n    \"npxs_icx\",\n    \"npxs_iotx\",\n    \"npxs_key\",\n    \"npxs_knc\",\n    \"npxs_link\",\n    \"npxs_loom\",\n    \"npxs_mft\",\n    \"npxs_btt\",\n    \"npxs_rvn\",\n    \"npxs_fet\",\n    \"npxs_ong\",\n    \"npxs_enj\",\n    \"npxs_poly\",\n    \"npxs_rdn\",\n    \"npxs_poe\",\n    \"npxs_strat\",\n    \"npxs_bnbmainnet\",\n    \"npxs_mtl\",\n    \"npxs_rfr\",\n    \"npxs_zil\",\n    \"npxs_storm\",\n    \"npxs_pma\",\n    \"npxs_gbyte\",\n    \"npxs_vib\",\n    \"npxs_ngc\",\n    \"npxs_steem\",\n    \"npxs_bkx\",\n    \"npxs_rcn\",\n    \"npxs_lbc\",\n    \"npxs_sbd\",\n    \"npxs_exp\",\n    \"npxs_swt\",\n    \"npxs_amp\",\n    \"npxs_ae\",\n    \"npxs_ast\",\n    \"npxs_bcd\",\n    \"npxs_ppt\",\n    \"npxs_sngls\",\n    \"npxs_wtc\",\n    \"npxs_usdt\",\n    \"npxs_atom\",\n    \"npxs_cro\"\n]"}],"_postman_id":"516f24de-abd6-4510-ab43-fbd275549399"},{"name":"Minimal exchange amount","id":"6f50a577-8558-4f58-b90c-85dfaab42c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/min-amount/:from_to?api_key=your_api_key","description":"<p>The API endpoint returns minimal payment amount required to make an exchange. If you try to exchange less, the transaction will most likely fail.</p>\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v1","min-amount",":from_to"],"host":["api","changenow","io"],"query":[{"key":"api_key","value":"your_api_key"}],"variable":[{"description":{"content":"<p>Underscrore separated pair of tickers</p>\n","type":"text/plain"},"type":"string","value":"btc_eth","key":"from_to"}]}},"response":[{"id":"1b3cc989-6572-4c42-b5a0-a5eb14d760ca","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/min-amount/:from_to?api_key=XXX","protocol":"https","host":["api","changenow","io"],"path":["v1","min-amount",":from_to"],"query":[{"key":"api_key","value":"XXX"}],"variable":[{"key":"from_to","value":"btc_eth","description":"Underscrore separated pair of tickers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:50:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf3752ef32dffb-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"minAmount\": 0.002645\n}"},{"id":"ca6d381b-03c5-4f1d-83c9-c2d575537aed","name":"Bad request (pair is inactive)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/min-amount/:from_to?api_key=XXX","protocol":"https","host":["api","changenow","io"],"path":["v1","min-amount",":from_to"],"query":[{"key":"api_key","value":"XXX"}],"variable":[{"key":"from_to","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Sep 2019 21:41:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5102a5fe68f971f7-AMS"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"pair_is_inactive\"\n}"}],"_postman_id":"6f50a577-8558-4f58-b90c-85dfaab42c81"},{"name":"Exchange range","id":"6080e014-2419-4637-8efc-0058fb6e03e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/exchange-range/:from_to?api_key=your_api_key","description":"<p><b>New!</b></p>\n<p>The API endpoint returns minimal payment amount and maximum payment amount required to make an exchange. If you try to exchange less than minimum or more than maximum, the transaction will most likely fail. Any pair of assets has minimum amount and some of pairs have maximum amount.</p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table>\n    <tr>\n        <td><b>Name</b></td>\n        <td><b>Type</b></td>\n        <td><b>Description</b></td>\n    </tr>\n    <tr>\n        <td><b><i>minAmount</i></b></td>\n        <td><i>Number</i></td>\n        <td>Minimal payment amount</td>\n    </tr>\n    <tr>\n        <td><b><i>maxAmount</i></b></td>\n        <td><i>Number|null</i></td>\n        <td>Maximum payment amount. Could be null.</td>\n    </tr>\n</table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v1","exchange-range",":from_to"],"host":["api","changenow","io"],"query":[{"key":"api_key","value":"your_api_key"}],"variable":[{"id":"5ac86b3a-87fa-42a8-98f3-29681f49d11a","description":{"content":"<p>(Required) Underscore separated pair of tickers</p>\n","type":"text/plain"},"type":"string","value":"btc_eth","key":"from_to"}]}},"response":[{"id":"7b689915-6b4a-409d-b3f1-41ea93b34102","name":"Bad Request (Not valid params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-range/:from_to?api_key=XXX","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-range",":from_to"],"query":[{"key":"api_key","value":"XXX"}],"variable":[{"key":"from_to","description":"(Required) Underscore separated pair of tickers","value":"thet_btc"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Currency thet is not supported\"\n}"},{"id":"fbdc0fa2-0d2d-48a5-899b-6333bde1e27a","name":"Succesfull response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-range/:from_to?api_key=XXX","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-range",":from_to"],"query":[{"key":"api_key","value":"XXX"}],"variable":[{"key":"from_to","value":"btc_eth","description":"(Required) Underscore separated pair of tickers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"minAmount\": 0.0002625,\n \"maxAmount\": null\n}"}],"_postman_id":"6080e014-2419-4637-8efc-0058fb6e03e3"}],"id":"98cad6ec-901f-4ad6-a47e-b09671de26fa","description":"<p>You can integrate the standard flow using methods presented below.</p>\n<ul>\n    <li>Estimated exchange amount</li>\n    <li>Create transaction</li>\n    <li>List of available currencies (this method is described in <a href=\"#f5216aba-6a44-49eb-a075-ad4435aa40db\">common section</a>)</li>\n    <li>List of available currencies for a specific currency (this method is described in <a href=\"#b33e78a4-51db-42ef-ae85-dffd6dc3ed00\">common section</a>)</li>\n    <li>List of all available pairs</li>\n    <li>Minimal exchange amount</li>\n    <li>List of transactions (this method is described in <a href=\"#d4d5a53e-f92a-4113-b0d9-e9d097e080b8\">common section</a>)</li>\n    <li>Transaction status (this method is described in <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">common section</a>)</li>\n</ul>","event":[{"listen":"prerequest","script":{"id":"801a4835-b813-4c6f-9ead-0b7e5fccd113","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"18ba7399-6d11-4d4d-8b26-c04024931e8c","type":"text/javascript","exec":[""]}}],"_postman_id":"98cad6ec-901f-4ad6-a47e-b09671de26fa"},{"name":"Fixed-Rate Flow","item":[{"name":"List of available fixed-rate markets","id":"e81140f2-f341-41d4-8f91-94eee733fdd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/market-info/fixed-rate/:api_key","description":"<p>This API endpoint returns the list of all the pairs available on a fixed-rate flow. Some currencies get enabled or disabled from time to time and the market info gets updates, so make sure to refresh the list occasionally. One time per minute is sufficient. </p>\n<h3>Successful response:</h3>\n<p>The response contains an array of objects with currency information.</p>\n\n<h5>Successful response fields</h5>\n\n<table>\n    <tr>\n        <td><b>Name</b></td>\n        <td><b>Type</b></td>\n        <td><b>Description</b></td>\n    </tr>\n    <tr>\n        <td><b><i>from</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency ticker</td>\n    </tr>\n    <tr>\n        <td><b><i>to</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency ticker</td>\n    </tr>\n    <tr>\n        <td><b><i>min</i></b></td>\n        <td><i>Number</i></td>\n        <td>Minimal limit for exchange</td>\n    </tr>\n    <tr>\n        <td><b><i>max</i></b></td>\n        <td><i>Number</i></td>\n        <td>Maximum limit for exchange</td>\n    </tr>\n    <tr>\n        <td><b><i>rate</i></b></td>\n        <td><i>Number</i></td>\n        <td>Exchange rate.\n        Formula for calculating the estimated amount is given below</td>\n    </tr>\n    <tr>\n        <td><b><i>minerFee</i></b></td>\n        <td><i>Number</i></td>\n        <td>Network fee for transferring funds between wallets, it should be deducted from the result.                  \n        Formula for calculating the estimated amount is given below</td>\n    </tr>\n</table>\n\n<ul>\n<li><p>Formula for the estimated amount</p> \n<pre><code>estimatedAmount = (rate * amount) - networkFee</code></pre></li>\n</ul>\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v1","market-info","fixed-rate",":api_key"],"host":["api","changenow","io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Partner public API key</p>\n","type":"text/plain"},"type":"string","value":"your_api_key","key":"api_key"}]}},"response":[{"id":"6023339a-a25b-462a-ba33-9fe269b5bea6","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/market-info/fixed-rate/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","market-info","fixed-rate",":api_key"],"variable":[{"key":"api_key","value":"changenow","description":"Partner public api key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 13:49:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf8e801a71c2bd-FRA"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"from\": \"eth\",\n        \"to\": \"xmr\",\n        \"min\": 0.1364731,\n        \"max\": 45.4784256,\n        \"rate\": 2.6001385,\n        \"minerFee\": 0.0014198\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"btc\",\n        \"min\": 0.1364731,\n        \"max\": 68.2118263,\n        \"rate\": 0.0215819,\n        \"minerFee\": 0.0000534\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"zec\",\n        \"min\": 0.1364731,\n        \"max\": 68.2118263,\n        \"rate\": 3.0521061,\n        \"minerFee\": 0.0005629\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"ltc\",\n        \"min\": 0.1364731,\n        \"max\": 68.2118263,\n        \"rate\": 2.2690374,\n        \"minerFee\": 0.00117\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"bch\",\n        \"min\": 0.1364731,\n        \"max\": 68.2118263,\n        \"rate\": 0.6679341,\n        \"minerFee\": 0.0002578\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"dash\",\n        \"min\": 0.1364731,\n        \"max\": 68.2118263,\n        \"rate\": 1.9437736,\n        \"minerFee\": 0.0004139\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"xlm\",\n        \"min\": 0.1364731,\n        \"max\": 36.3840961,\n        \"rate\": 2447.9938052,\n        \"minerFee\": 0.395586\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"xrp\",\n        \"min\": 0.1364731,\n        \"max\": 36.3840961,\n        \"rate\": 664.2128575,\n        \"minerFee\": 0.2072445\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"omg\",\n        \"min\": 0.1364731,\n        \"max\": 18.1933831,\n        \"rate\": 133.0885762,\n        \"minerFee\": 0.0214886\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"trx\",\n        \"min\": 0.1364731,\n        \"max\": 36.3840961,\n        \"rate\": 9293.2540336,\n        \"minerFee\": 1.6004986\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"eos\",\n        \"min\": 0.1364731,\n        \"max\": 36.3840961,\n        \"rate\": 48.9674071,\n        \"minerFee\": 0.0079063\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"tusd\",\n        \"min\": 0.1364731,\n        \"max\": 36.3840961,\n        \"rate\": 205.2437638,\n        \"minerFee\": 0.0331389\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"fun\",\n        \"min\": 0.1364731,\n        \"max\": 18.1933831,\n        \"rate\": 69549.514058,\n        \"minerFee\": 11.229538\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"dgd\",\n        \"min\": 0.1364731,\n        \"max\": 36.3840961,\n        \"rate\": 10.807478,\n        \"minerFee\": 0.0017449\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"neo\",\n        \"min\": 0.1364731,\n        \"max\": 31.8365684,\n        \"rate\": 17.7096382,\n        \"minerFee\": 0.0029327\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"pax\",\n        \"min\": 0.1364731,\n        \"max\": 36.3840961,\n        \"rate\": 205.5069975,\n        \"minerFee\": 0.0331813\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"xtz\",\n        \"min\": 0.1364318,\n        \"max\": 22.7331338,\n        \"rate\": 190.9719446,\n        \"minerFee\": 0.037735\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 0.1364731,\n        \"max\": 68.2118263,\n        \"rate\": 7.5947917,\n        \"minerFee\": 0.0016262\n    },\n    {\n        \"from\": \"eth\",\n        \"to\": \"usdterc20\",\n        \"min\": 0.1364731,\n        \"max\": 36.3840961,\n        \"rate\": 206.2822082,\n        \"minerFee\": 0.0333072\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"eth\",\n        \"min\": 0.3617945,\n        \"max\": 120.3730412,\n        \"rate\": 0.3697611,\n        \"minerFee\": 0.0005352\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"btc\",\n        \"min\": 0.3617945,\n        \"max\": 120.3730412,\n        \"rate\": 0.0081365,\n        \"minerFee\": 0.0000582\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"zec\",\n        \"min\": 0.3617945,\n        \"max\": 120.3730412,\n        \"rate\": 1.1506715,\n        \"minerFee\": 0.0012431\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"ltc\",\n        \"min\": 0.3617945,\n        \"max\": 120.3730412,\n        \"rate\": 0.8554475,\n        \"minerFee\": 0.0016808\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"bch\",\n        \"min\": 0.3617945,\n        \"max\": 120.3730412,\n        \"rate\": 0.2518171,\n        \"minerFee\": 0.0004066\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"dash\",\n        \"min\": 0.3617945,\n        \"max\": 120.3730412,\n        \"rate\": 0.7328203,\n        \"minerFee\": 0.0008472\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"xlm\",\n        \"min\": 0.3617945,\n        \"max\": 96.3201248,\n        \"rate\": 922.8199605,\n        \"minerFee\": 0.9414772\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"xrp\",\n        \"min\": 0.3617945,\n        \"max\": 96.3201248,\n        \"rate\": 250.4142168,\n        \"minerFee\": 0.3552372\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"omg\",\n        \"min\": 0.3617945,\n        \"max\": 48.1914451,\n        \"rate\": 50.1755893,\n        \"minerFee\": 0.0511419\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"trx\",\n        \"min\": 0.3617945,\n        \"max\": 96.3201248,\n        \"rate\": 3503.6402931,\n        \"minerFee\": 3.6711206\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"eos\",\n        \"min\": 0.3617945,\n        \"max\": 96.3201248,\n        \"rate\": 18.4611525,\n        \"minerFee\": 0.0188167\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"tusd\",\n        \"min\": 0.3617945,\n        \"max\": 96.3201248,\n        \"rate\": 77.3787435,\n        \"minerFee\": 0.0788692\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"fun\",\n        \"min\": 0.3617945,\n        \"max\": 48.1914451,\n        \"rate\": 26220.7918712,\n        \"minerFee\": 26.7258064\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"dgd\",\n        \"min\": 0.3617945,\n        \"max\": 96.3201248,\n        \"rate\": 4.0745174,\n        \"minerFee\": 0.0041528\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"neo\",\n        \"min\": 0.3617945,\n        \"max\": 84.2931974,\n        \"rate\": 6.6766927,\n        \"minerFee\": 0.0069797\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"pax\",\n        \"min\": 0.3617945,\n        \"max\": 96.3201248,\n        \"rate\": 77.477985,\n        \"minerFee\": 0.0789702\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"xtz\",\n        \"min\": 0.3617857,\n        \"max\": 60.253157,\n        \"rate\": 71.8660051,\n        \"minerFee\": 0.0827726\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 0.3617945,\n        \"max\": 120.3730412,\n        \"rate\": 2.8633047,\n        \"minerFee\": 0.0033184\n    },\n    {\n        \"from\": \"xmr\",\n        \"to\": \"usdterc20\",\n        \"min\": 0.3617945,\n        \"max\": 96.3201248,\n        \"rate\": 77.7702464,\n        \"minerFee\": 0.0792698\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"eth\",\n        \"min\": 0.003,\n        \"max\": 1.5,\n        \"rate\": 44.6749166,\n        \"minerFee\": 0.0024329\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"xmr\",\n        \"min\": 0.003,\n        \"max\": 1,\n        \"rate\": 118.4378832,\n        \"minerFee\": 0.0070299\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"zec\",\n        \"min\": 0.003,\n        \"max\": 1.5,\n        \"rate\": 139.025271,\n        \"minerFee\": 0.0071501\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"ltc\",\n        \"min\": 0.003,\n        \"max\": 1.5,\n        \"rate\": 103.3560264,\n        \"minerFee\": 0.0061157\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"bch\",\n        \"min\": 0.003,\n        \"max\": 1.5,\n        \"rate\": 30.4248016,\n        \"minerFee\": 0.0016989\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"dash\",\n        \"min\": 0.003,\n        \"max\": 1.5,\n        \"rate\": 88.5400495,\n        \"minerFee\": 0.0046097\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"xlm\",\n        \"min\": 0.003,\n        \"max\": 0.8,\n        \"rate\": 111528.5479682,\n        \"minerFee\": 5.6818181\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"xrp\",\n        \"min\": 0.003,\n        \"max\": 0.8,\n        \"rate\": 30255.2966726,\n        \"minerFee\": 1.6403573\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"omg\",\n        \"min\": 0.003,\n        \"max\": 0.4,\n        \"rate\": 6062.2649997,\n        \"minerFee\": 0.3086419\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"trx\",\n        \"min\": 0.003,\n        \"max\": 0.8,\n        \"rate\": 423313.3318964,\n        \"minerFee\": 21.6517241\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"eos\",\n        \"min\": 0.003,\n        \"max\": 0.8,\n        \"rate\": 2230.4949577,\n        \"minerFee\": 0.1135589\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"tusd\",\n        \"min\": 0.003,\n        \"max\": 0.8,\n        \"rate\": 9348.9773541,\n        \"minerFee\": 0.475976\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"fun\",\n        \"min\": 0.003,\n        \"max\": 0.4,\n        \"rate\": 3168022.3548384,\n        \"minerFee\": 161.2903225\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"dgd\",\n        \"min\": 0.003,\n        \"max\": 0.8,\n        \"rate\": 492.2870642,\n        \"minerFee\": 0.0250752\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"neo\",\n        \"min\": 0.003,\n        \"max\": 0.7,\n        \"rate\": 806.6847147,\n        \"minerFee\": 0.0421229\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"pax\",\n        \"min\": 0.003,\n        \"max\": 0.8,\n        \"rate\": 9360.9678114,\n        \"minerFee\": 0.4765855\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"xtz\",\n        \"min\": 0.003,\n        \"max\": 0.5,\n        \"rate\": 8680.9375291,\n        \"minerFee\": 0.474704\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 0.003,\n        \"max\": 1.5,\n        \"rate\": 345.9473494,\n        \"minerFee\": 0.018013\n    },\n    {\n        \"from\": \"btc\",\n        \"to\": \"usdterc20\",\n        \"min\": 0.003,\n        \"max\": 0.8,\n        \"rate\": 9396.279119,\n        \"minerFee\": 0.478394\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"eth\",\n        \"min\": 0.4247945,\n        \"max\": 212.0808995,\n        \"rate\": 0.3147977,\n        \"minerFee\": 0.0001808\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"xmr\",\n        \"min\": 0.4247945,\n        \"max\": 141.4450764,\n        \"rate\": 0.8345618,\n        \"minerFee\": 0.0010595\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"btc\",\n        \"min\": 0.4247945,\n        \"max\": 212.0808995,\n        \"rate\": 0.0069271,\n        \"minerFee\": 0.0000504\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"ltc\",\n        \"min\": 0.4247945,\n        \"max\": 212.0808995,\n        \"rate\": 0.7282888,\n        \"minerFee\": 0.0008525\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"bch\",\n        \"min\": 0.4247945,\n        \"max\": 212.0808995,\n        \"rate\": 0.2143856,\n        \"minerFee\": 0.0001652\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"dash\",\n        \"min\": 0.4247945,\n        \"max\": 169.7061992,\n        \"rate\": 0.6238899,\n        \"minerFee\": 0.0001445\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"xlm\",\n        \"min\": 0.4247945,\n        \"max\": 113.1776952,\n        \"rate\": 785.3439968,\n        \"minerFee\": 0.0561193\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"xrp\",\n        \"min\": 0.4247945,\n        \"max\": 113.1776952,\n        \"rate\": 213.1912141,\n        \"minerFee\": 0.1152141\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"omg\",\n        \"min\": 0.4247945,\n        \"max\": 56.6051726,\n        \"rate\": 42.7172025,\n        \"minerFee\": 0.0030484\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"trx\",\n        \"min\": 0.4247945,\n        \"max\": 113.1776952,\n        \"rate\": 2982.8391426,\n        \"minerFee\": 0.3128663\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"eos\",\n        \"min\": 0.4247945,\n        \"max\": 113.1776952,\n        \"rate\": 15.7169811,\n        \"minerFee\": 0.0011216\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"tusd\",\n        \"min\": 0.4247945,\n        \"max\": 113.1776952,\n        \"rate\": 65.8767241,\n        \"minerFee\": 0.0047012\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"fun\",\n        \"min\": 0.4247945,\n        \"max\": 56.6051726,\n        \"rate\": 22323.183261,\n        \"minerFee\": 1.5930645\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"dgd\",\n        \"min\": 0.4247945,\n        \"max\": 113.1776952,\n        \"rate\": 3.468859,\n        \"minerFee\": 0.0002475\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"neo\",\n        \"min\": 0.4247945,\n        \"max\": 99.0398758,\n        \"rate\": 5.6842309,\n        \"minerFee\": 0.000416\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"pax\",\n        \"min\": 0.4247945,\n        \"max\": 113.1776952,\n        \"rate\": 65.9612138,\n        \"minerFee\": 0.0047072\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"xtz\",\n        \"min\": 0.4243401,\n        \"max\": 70.7130268,\n        \"rate\": 61.2023705,\n        \"minerFee\": 0.0096387\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 0.4247945,\n        \"max\": 169.7061992,\n        \"rate\": 2.4376868,\n        \"minerFee\": 0.0005739\n    },\n    {\n        \"from\": \"zec\",\n        \"to\": \"usdterc20\",\n        \"min\": 0.4247945,\n        \"max\": 113.1776952,\n        \"rate\": 66.2100319,\n        \"minerFee\": 0.004725\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"eth\",\n        \"min\": 0.3189337,\n        \"max\": 159.3800467,\n        \"rate\": 0.4154187,\n        \"minerFee\": 0.0005006\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"xmr\",\n        \"min\": 0.3189337,\n        \"max\": 106.2721143,\n        \"rate\": 1.1013185,\n        \"minerFee\": 0.0019071\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"btc\",\n        \"min\": 0.3189337,\n        \"max\": 159.3800467,\n        \"rate\": 0.0091412,\n        \"minerFee\": 0.0000575\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"zec\",\n        \"min\": 0.3189337,\n        \"max\": 159.3800467,\n        \"rate\": 1.2927546,\n        \"minerFee\": 0.0011351\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"bch\",\n        \"min\": 0.3189337,\n        \"max\": 159.3800467,\n        \"rate\": 0.2829111,\n        \"minerFee\": 0.000383\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"dash\",\n        \"min\": 0.3189337,\n        \"max\": 159.3800467,\n        \"rate\": 0.8233077,\n        \"minerFee\": 0.0007784\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"xlm\",\n        \"min\": 0.3189337,\n        \"max\": 85.0226455,\n        \"rate\": 1036.490981,\n        \"minerFee\": 0.8548181\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"xrp\",\n        \"min\": 0.3189337,\n        \"max\": 85.0226455,\n        \"rate\": 281.3349809,\n        \"minerFee\": 0.3317436\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"omg\",\n        \"min\": 0.3191489,\n        \"max\": 42.5522731,\n        \"rate\": 56.4178411,\n        \"minerFee\": 0.0463753\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"trx\",\n        \"min\": 0.3189337,\n        \"max\": 85.0226455,\n        \"rate\": 3936.2644318,\n        \"minerFee\": 3.3424137\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"eos\",\n        \"min\": 0.3189337,\n        \"max\": 85.0226455,\n        \"rate\": 20.7407074,\n        \"minerFee\": 0.0170847\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"tusd\",\n        \"min\": 0.3189337,\n        \"max\": 85.0226455,\n        \"rate\": 86.9333523,\n        \"minerFee\": 0.0716096\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"fun\",\n        \"min\": 0.3189337,\n        \"max\": 42.515347,\n        \"rate\": 29458.4951026,\n        \"minerFee\": 24.2658064\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"dgd\",\n        \"min\": 0.3189337,\n        \"max\": 85.0226455,\n        \"rate\": 4.5776318,\n        \"minerFee\": 0.0037706\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"neo\",\n        \"min\": 0.3189337,\n        \"max\": 74.397679,\n        \"rate\": 7.5011205,\n        \"minerFee\": 0.0063373\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"pax\",\n        \"min\": 0.3189337,\n        \"max\": 85.0226455,\n        \"rate\": 87.044848,\n        \"minerFee\": 0.0717013\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"xtz\",\n        \"min\": 0.3188877,\n        \"max\": 53.1365478,\n        \"rate\": 80.8484011,\n        \"minerFee\": 0.0756991\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 0.3189337,\n        \"max\": 159.3800467,\n        \"rate\": 3.2168612,\n        \"minerFee\": 0.0030498\n    },\n    {\n        \"from\": \"ltc\",\n        \"to\": \"usdterc20\",\n        \"min\": 0.3189337,\n        \"max\": 85.0226455,\n        \"rate\": 87.3731974,\n        \"minerFee\": 0.0719734\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"eth\",\n        \"min\": 0.0929396,\n        \"max\": 46.4357114,\n        \"rate\": 1.4399933,\n        \"minerFee\": 0.0003785\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"xmr\",\n        \"min\": 0.0929396,\n        \"max\": 30.9640225,\n        \"rate\": 3.817573,\n        \"minerFee\": 0.0015836\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"btc\",\n        \"min\": 0.0929396,\n        \"max\": 46.4357114,\n        \"rate\": 0.031687,\n        \"minerFee\": 0.0000548\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"zec\",\n        \"min\": 0.0929396,\n        \"max\": 46.4357114,\n        \"rate\": 4.4811604,\n        \"minerFee\": 0.0007553\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"ltc\",\n        \"min\": 0.0929396,\n        \"max\": 46.4357114,\n        \"rate\": 3.331444,\n        \"minerFee\": 0.0013145\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"dash\",\n        \"min\": 0.0929396,\n        \"max\": 46.4357114,\n        \"rate\": 2.8538857,\n        \"minerFee\": 0.0005365\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"xlm\",\n        \"min\": 0.0929396,\n        \"max\": 24.7741561,\n        \"rate\": 3594.0111306,\n        \"minerFee\": 0.5499715\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"xrp\",\n        \"min\": 0.0929396,\n        \"max\": 24.7741561,\n        \"rate\": 975.2099828,\n        \"minerFee\": 0.2490988\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"omg\",\n        \"min\": 0.0929396,\n        \"max\": 12.3904814,\n        \"rate\": 195.4031854,\n        \"minerFee\": 0.0298749\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"trx\",\n        \"min\": 0.0929396,\n        \"max\": 24.7741561,\n        \"rate\": 13644.5327771,\n        \"minerFee\": 2.1860991\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"eos\",\n        \"min\": 0.0929396,\n        \"max\": 24.7741561,\n        \"rate\": 71.8948808,\n        \"minerFee\": 0.0109919\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"tusd\",\n        \"min\": 0.0929396,\n        \"max\": 24.7741561,\n        \"rate\": 301.3428076,\n        \"minerFee\": 0.046072\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"fun\",\n        \"min\": 0.0929396,\n        \"max\": 12.3904814,\n        \"rate\": 102113.922719,\n        \"minerFee\": 15.6120967\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"dgd\",\n        \"min\": 0.0929396,\n        \"max\": 24.7741561,\n        \"rate\": 15.8677462,\n        \"minerFee\": 0.0024259\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"neo\",\n        \"min\": 0.0929396,\n        \"max\": 21.6787884,\n        \"rate\": 26.0016285,\n        \"minerFee\": 0.0040772\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"pax\",\n        \"min\": 0.0929396,\n        \"max\": 24.7741561,\n        \"rate\": 301.7292924,\n        \"minerFee\": 0.046131\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 0.0929396,\n        \"max\": 46.4357114,\n        \"rate\": 11.1508181,\n        \"minerFee\": 0.0021048\n    },\n    {\n        \"from\": \"bch\",\n        \"to\": \"usdterc20\",\n        \"min\": 0.0929396,\n        \"max\": 24.7741561,\n        \"rate\": 302.8674715,\n        \"minerFee\": 0.0463061\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"eth\",\n        \"min\": 0.2705871,\n        \"max\": 134.827663,\n        \"rate\": 0.4941743,\n        \"minerFee\": 0.0002088\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"xmr\",\n        \"min\": 0.2705871,\n        \"max\": 89.9767732,\n        \"rate\": 1.310108,\n        \"minerFee\": 0.0011336\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"btc\",\n        \"min\": 0.2705871,\n        \"max\": 134.827663,\n        \"rate\": 0.0108742,\n        \"minerFee\": 0.0000511\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"zec\",\n        \"min\": 0.2705871,\n        \"max\": 107.9263054,\n        \"rate\": 1.537837,\n        \"minerFee\": 0.0002268\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"ltc\",\n        \"min\": 0.2705871,\n        \"max\": 134.827663,\n        \"rate\": 1.1432791,\n        \"minerFee\": 0.0009177\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"bch\",\n        \"min\": 0.2705871,\n        \"max\": 134.827663,\n        \"rate\": 0.3365458,\n        \"minerFee\": 0.0001843\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"xlm\",\n        \"min\": 0.2705871,\n        \"max\": 72.0008609,\n        \"rate\": 1232.0464245,\n        \"minerFee\": 0.1258977\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"xrp\",\n        \"min\": 0.2705871,\n        \"max\": 72.0008609,\n        \"rate\": 334.6708581,\n        \"minerFee\": 0.1341312\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"omg\",\n        \"min\": 0.2705871,\n        \"max\": 36.0226534,\n        \"rate\": 67.0581237,\n        \"minerFee\": 0.0068388\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"trx\",\n        \"min\": 0.2705871,\n        \"max\": 72.0008609,\n        \"rate\": 4682.5069206,\n        \"minerFee\": 0.5775431\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"eos\",\n        \"min\": 0.2705871,\n        \"max\": 72.0008609,\n        \"rate\": 24.6727596,\n        \"minerFee\": 0.0025162\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"tusd\",\n        \"min\": 0.2705871,\n        \"max\": 72.0008609,\n        \"rate\": 103.4142982,\n        \"minerFee\": 0.0105466\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"fun\",\n        \"min\": 0.2705871,\n        \"max\": 36.0226534,\n        \"rate\": 35043.2775999,\n        \"minerFee\": 3.5738709\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"dgd\",\n        \"min\": 0.2705871,\n        \"max\": 72.0008609,\n        \"rate\": 5.4454691,\n        \"minerFee\": 0.0005553\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"neo\",\n        \"min\": 0.2705871,\n        \"max\": 63.0129048,\n        \"rate\": 8.9231934,\n        \"minerFee\": 0.0009333\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"pax\",\n        \"min\": 0.2705871,\n        \"max\": 72.0008609,\n        \"rate\": 103.5469314,\n        \"minerFee\": 0.0105601\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 0.2705871,\n        \"max\": 107.9263054,\n        \"rate\": 3.8267184,\n        \"minerFee\": 0.0007902\n    },\n    {\n        \"from\": \"dash\",\n        \"to\": \"usdterc20\",\n        \"min\": 0.2705871,\n        \"max\": 72.0008609,\n        \"rate\": 103.9375299,\n        \"minerFee\": 0.0106002\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"eth\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0003916,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"xmr\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0010368,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"btc\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0000086,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"zec\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0012182,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"ltc\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.000906,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"bch\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0002666,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"dash\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.000775,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"xrp\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.2651883,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"omg\",\n        \"min\": 340.9090909,\n        \"max\": 45447.2939841,\n        \"rate\": 0.0531073,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"trx\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 3.7117588,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"eos\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0195517,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"tusd\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0819221,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"fun\",\n        \"min\": 340.9090909,\n        \"max\": 45447.2939841,\n        \"rate\": 27.7783242,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"dgd\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0042689,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"neo\",\n        \"min\": 340.9090909,\n        \"max\": 79499.5073779,\n        \"rate\": 0.0070674,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"pax\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0820802,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"xtz\",\n        \"min\": 340.9090909,\n        \"max\": 56699.2992452,\n        \"rate\": 0.0744967,\n        \"minerFee\": 0.005\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0030332,\n        \"minerFee\": 0.0004\n    },\n    {\n        \"from\": \"xlm\",\n        \"to\": \"usdterc20\",\n        \"min\": 340.9090909,\n        \"max\": 90850.2451759,\n        \"rate\": 0.0823685,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"eth\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0014482,\n        \"minerFee\": 0.000306\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"xmr\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0038394,\n        \"minerFee\": 0.0013913\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"btc\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0000318,\n        \"minerFee\": 0.0000532\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"zec\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0045068,\n        \"minerFee\": 0.0005295\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"ltc\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0033505,\n        \"minerFee\": 0.0011449\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"bch\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0009862,\n        \"minerFee\": 0.0002505\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"dash\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0028702,\n        \"minerFee\": 0.0003926\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"xlm\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 3.6148434,\n        \"minerFee\": 0.36875\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"omg\",\n        \"min\": 92.4214417,\n        \"max\": 12320.3421619,\n        \"rate\": 0.1965235,\n        \"minerFee\": 0.0200308\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"trx\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 13.7227673,\n        \"minerFee\": 1.4987068\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"eos\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0723071,\n        \"minerFee\": 0.0073699\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"tusd\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.3030706,\n        \"minerFee\": 0.0308908\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"fun\",\n        \"min\": 92.4214417,\n        \"max\": 12320.3421619,\n        \"rate\": 102.6994201,\n        \"minerFee\": 10.4677419\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"dgd\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0159587,\n        \"minerFee\": 0.0016265\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"neo\",\n        \"min\": 92.4214417,\n        \"max\": 21557.5329433,\n        \"rate\": 0.0261507,\n        \"minerFee\": 0.0027337\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"pax\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.3034593,\n        \"minerFee\": 0.0309303\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"xtz\",\n        \"min\": 92.4214417,\n        \"max\": 15403.573629,\n        \"rate\": 0.2816964,\n        \"minerFee\": 0.0354837\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.0112147,\n        \"minerFee\": 0.001543\n    },\n    {\n        \"from\": \"xrp\",\n        \"to\": \"usdterc20\",\n        \"min\": 92.4214417,\n        \"max\": 24636.3506773,\n        \"rate\": 0.304604,\n        \"minerFee\": 0.0310477\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"eth\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0071854,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"xmr\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0190494,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"btc\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0001581,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"zec\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0223606,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"ltc\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0166693,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"bch\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0048934,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"dash\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0142407,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"xlm\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 17.9313423,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"xrp\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 4.8662267,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"trx\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 68.0852247,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"eos\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.3587502,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"tusd\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 1.5036786,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"fun\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 509.5410369,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"dgd\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0791791,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"neo\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.1297462,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"pax\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 1.5056071,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"xtz\",\n        \"min\": 18.5597624,\n        \"max\": 2471.447621,\n        \"rate\": 1.3993496,\n        \"minerFee\": 0.005\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 0.0556417,\n        \"minerFee\": 0.0004\n    },\n    {\n        \"from\": \"omg\",\n        \"to\": \"usdterc20\",\n        \"min\": 18.5185185,\n        \"max\": 2469.1358024,\n        \"rate\": 1.5112866,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"eth\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.000103,\n        \"minerFee\": 0.0001689\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"xmr\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0002733,\n        \"minerFee\": 0.0010278\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"btc\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0000022,\n        \"minerFee\": 0.0000502\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"zec\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0003208,\n        \"minerFee\": 0.0001027\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"ltc\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0002385,\n        \"minerFee\": 0.0008245\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"bch\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0000702,\n        \"minerFee\": 0.0001571\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"dash\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0002043,\n        \"minerFee\": 0.0001208\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"xlm\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.2573735,\n        \"minerFee\": 0.02625\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"xrp\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0698197,\n        \"minerFee\": 0.1071164\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"omg\",\n        \"min\": 1293.1034482,\n        \"max\": 172413.7931034,\n        \"rate\": 0.0139898,\n        \"minerFee\": 0.0014259\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"eos\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0051472,\n        \"minerFee\": 0.0005246\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"tusd\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0215745,\n        \"minerFee\": 0.002199\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"fun\",\n        \"min\": 1293.1034482,\n        \"max\": 172413.7931034,\n        \"rate\": 7.3108061,\n        \"minerFee\": 0.7451612\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"dgd\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.001136,\n        \"minerFee\": 0.0001157\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"neo\",\n        \"min\": 1293.1034482,\n        \"max\": 301724.137931,\n        \"rate\": 0.0018615,\n        \"minerFee\": 0.0001946\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"pax\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0216021,\n        \"minerFee\": 0.0022018\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0007983,\n        \"minerFee\": 0.0004813\n    },\n    {\n        \"from\": \"trx\",\n        \"to\": \"usdterc20\",\n        \"min\": 1293.1034482,\n        \"max\": 344827.5862068,\n        \"rate\": 0.0216836,\n        \"minerFee\": 0.0022101\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"eth\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.0196372,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"xmr\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.0520604,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"btc\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.0004321,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"zec\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.0611098,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"ltc\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.0454311,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"bch\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.0133735,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"dash\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.0389186,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"xlm\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 49.0008025,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"xrp\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 13.2990048,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"omg\",\n        \"min\": 6.8135362,\n        \"max\": 908.3254483,\n        \"rate\": 2.6647265,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"trx\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 186.0714217,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"tusd\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 4.1094323,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"fun\",\n        \"min\": 6.8135362,\n        \"max\": 908.3254483,\n        \"rate\": 1392.5345109,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"dgd\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.2163895,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"neo\",\n        \"min\": 6.8135362,\n        \"max\": 1589.3697162,\n        \"rate\": 0.3545859,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"pax\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 4.1147028,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"xtz\",\n        \"min\": 6.8144648,\n        \"max\": 1135.3313158,\n        \"rate\": 3.8190048,\n        \"minerFee\": 0.005\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 0.1520644,\n        \"minerFee\": 0.0004\n    },\n    {\n        \"from\": \"eos\",\n        \"to\": \"usdterc20\",\n        \"min\": 6.8135362,\n        \"max\": 1816.3844721,\n        \"rate\": 4.1302243,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"eth\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.0046825,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"xmr\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.0124139,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"btc\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.000103,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"zec\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.0145718,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"ltc\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.0108331,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"bch\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.0031889,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"dash\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.0092802,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"xlm\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 11.688834,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"xrp\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 3.1711828,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"omg\",\n        \"min\": 28.5585419,\n        \"max\": 3806.8696215,\n        \"rate\": 0.635411,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"trx\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 44.3692223,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"eos\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.2337874,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"fun\",\n        \"min\": 28.5585419,\n        \"max\": 3806.8696215,\n        \"rate\": 332.0535352,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"dgd\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.051571,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"neo\",\n        \"min\": 28.5585419,\n        \"max\": 6659.8006142,\n        \"rate\": 0.0845519,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"pax\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.9811617,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.0362601,\n        \"minerFee\": 0.0004\n    },\n    {\n        \"from\": \"tusd\",\n        \"to\": \"usdterc20\",\n        \"min\": 28.5585419,\n        \"max\": 7610.6676142,\n        \"rate\": 0.9848629,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"eth\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0000133,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"xmr\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0000354,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"btc\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 2e-7,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"zec\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0000416,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"ltc\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0000309,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"bch\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0000091,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"dash\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0000265,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"xlm\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0334256,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"xrp\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0090675,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"omg\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0018168,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"trx\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.1268668,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"eos\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0006684,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"tusd\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0028018,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"dgd\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0001475,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"neo\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0002417,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"pax\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0028054,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.0001036,\n        \"minerFee\": 0.0004\n    },\n    {\n        \"from\": \"fun\",\n        \"to\": \"usdterc20\",\n        \"min\": 9677.4193548,\n        \"max\": 1290322.5806451,\n        \"rate\": 0.002816,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"eth\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 0.0884922,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"xmr\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 0.2346021,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"btc\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 0.0019472,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"zec\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 0.2753819,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"ltc\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 0.2047279,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"bch\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 0.0602655,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"dash\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 0.1753809,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"xlm\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 220.1989769,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"xrp\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 59.9297878,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"omg\",\n        \"min\": 1.5045135,\n        \"max\": 199.4087032,\n        \"rate\": 12.0081537,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"trx\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 838.5003936,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"eos\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 4.4181715,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"tusd\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 18.518484,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"fun\",\n        \"min\": 1.5045135,\n        \"max\": 199.4087032,\n        \"rate\": 6275.2287521,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"neo\",\n        \"min\": 1.5045135,\n        \"max\": 347.3036885,\n        \"rate\": 1.5978836,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"pax\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 18.5422347,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 0.6852536,\n        \"minerFee\": 0.0004\n    },\n    {\n        \"from\": \"dgd\",\n        \"to\": \"usdterc20\",\n        \"min\": 1.5045135,\n        \"max\": 396.5890507,\n        \"rate\": 18.6121797,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"eth\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.051569,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"xmr\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.1367149,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"btc\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.0011347,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"zec\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.1604794,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"ltc\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.1193057,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"bch\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.0351198,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"dash\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.1022034,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"xlm\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 128.6617354,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"xrp\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 34.9242374,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"omg\",\n        \"min\": 3,\n        \"max\": 336,\n        \"rate\": 6.9977823,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"trx\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 488.6382536,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"eos\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 2.5747007,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"tusd\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 10.791694,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"fun\",\n        \"min\": 3,\n        \"max\": 336,\n        \"rate\": 3656.9056404,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"dgd\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.5682563,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"pax\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 10.8055348,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 0.3993333,\n        \"minerFee\": 0.0004\n    },\n    {\n        \"from\": \"neo\",\n        \"to\": \"usdterc20\",\n        \"min\": 3,\n        \"max\": 589,\n        \"rate\": 10.8462953,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"eth\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0046789,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"xmr\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0124044,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"btc\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0001029,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"zec\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0145606,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"ltc\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0108248,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"bch\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0031864,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"dash\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0092731,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"xlm\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 11.6804888,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"xrp\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 3.1687498,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"omg\",\n        \"min\": 28.5951299,\n        \"max\": 3812.684,\n        \"rate\": 0.6349235,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"trx\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 44.3351815,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"eos\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.233608,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"tusd\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.9791532,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"fun\",\n        \"min\": 28.5951299,\n        \"max\": 3812.684,\n        \"rate\": 331.7987781,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"dgd\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0515314,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"neo\",\n        \"min\": 28.5951299,\n        \"max\": 6672.1969999,\n        \"rate\": 0.084487,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.0362323,\n        \"minerFee\": 0.0004\n    },\n    {\n        \"from\": \"pax\",\n        \"to\": \"usdterc20\",\n        \"min\": 28.5951299,\n        \"max\": 7625.368,\n        \"rate\": 0.9841072,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"eth\",\n        \"min\": 28.1822451,\n        \"max\": 4671.0109489,\n        \"rate\": 0.0044446,\n        \"minerFee\": 0.0001824\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"xmr\",\n        \"min\": 28.1822451,\n        \"max\": 4671.0109489,\n        \"rate\": 0.0117945,\n        \"minerFee\": 0.0010638\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"btc\",\n        \"min\": 28.1822451,\n        \"max\": 4671.0109489,\n        \"rate\": 0.0000978,\n        \"minerFee\": 0.0000505\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"zec\",\n        \"min\": 28.1822451,\n        \"max\": 4671.0109489,\n        \"rate\": 0.0138339,\n        \"minerFee\": 0.0001448\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"ltc\",\n        \"min\": 28.1822451,\n        \"max\": 4671.0109489,\n        \"rate\": 0.0102921,\n        \"minerFee\": 0.0008562\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"xlm\",\n        \"min\": 28.1822451,\n        \"max\": 4671.0109489,\n        \"rate\": 11.058624,\n        \"minerFee\": 0.0601477\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"xrp\",\n        \"min\": 28.1822451,\n        \"max\": 4671.0109489,\n        \"rate\": 3.0130515,\n        \"minerFee\": 0.1163062\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"omg\",\n        \"min\": 28.1822451,\n        \"max\": 3738.5230712,\n        \"rate\": 0.6050555,\n        \"minerFee\": 0.0032745\n    },\n    {\n        \"from\": \"xtz\",\n        \"to\": \"eos\",\n        \"min\": 28.1822451,\n        \"max\": 4671.0109489,\n        \"rate\": 0.2221598,\n        \"minerFee\": 0.0012022\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"eth\",\n        \"min\": 1.0567845,\n        \"max\": 528.3047864,\n        \"rate\": 0.1266337,\n        \"minerFee\": 0.00021\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"xmr\",\n        \"min\": 1.0567845,\n        \"max\": 352.2290677,\n        \"rate\": 0.3357192,\n        \"minerFee\": 0.0011368\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"btc\",\n        \"min\": 1.0567845,\n        \"max\": 528.3047864,\n        \"rate\": 0.0027865,\n        \"minerFee\": 0.0000511\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"zec\",\n        \"min\": 1.0567845,\n        \"max\": 422.6689648,\n        \"rate\": 0.3940754,\n        \"minerFee\": 0.0002307\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"ltc\",\n        \"min\": 1.0567845,\n        \"max\": 528.3047864,\n        \"rate\": 0.2929688,\n        \"minerFee\": 0.0009206\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"bch\",\n        \"min\": 1.0567845,\n        \"max\": 528.3047864,\n        \"rate\": 0.0862409,\n        \"minerFee\": 0.0001851\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"dash\",\n        \"min\": 1.0567845,\n        \"max\": 422.6689648,\n        \"rate\": 0.2509721,\n        \"minerFee\": 0.0002023\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"xlm\",\n        \"min\": 1.0567845,\n        \"max\": 281.7891705,\n        \"rate\": 316.0503454,\n        \"minerFee\": 0.1289727\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"xrp\",\n        \"min\": 1.0567845,\n        \"max\": 281.7891705,\n        \"rate\": 85.7604464,\n        \"minerFee\": 0.1349648\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"omg\",\n        \"min\": 1.0567845,\n        \"max\": 140.8961789,\n        \"rate\": 17.1838524,\n        \"minerFee\": 0.0070059\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"trx\",\n        \"min\": 1.0567845,\n        \"max\": 281.7891705,\n        \"rate\": 1199.9069363,\n        \"minerFee\": 0.5892068\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"eos\",\n        \"min\": 1.0567845,\n        \"max\": 281.7891705,\n        \"rate\": 6.3224712,\n        \"minerFee\": 0.0025776\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"tusd\",\n        \"min\": 1.0567845,\n        \"max\": 281.7891705,\n        \"rate\": 26.5002349,\n        \"minerFee\": 0.0108042\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"fun\",\n        \"min\": 1.0567845,\n        \"max\": 140.8961789,\n        \"rate\": 8979.948685,\n        \"minerFee\": 3.6611612\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"dgd\",\n        \"min\": 1.0567845,\n        \"max\": 281.7891705,\n        \"rate\": 1.3954174,\n        \"minerFee\": 0.0005689\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"neo\",\n        \"min\": 1.0567845,\n        \"max\": 246.5671898,\n        \"rate\": 2.286596,\n        \"minerFee\": 0.0009561\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"pax\",\n        \"min\": 1.0567845,\n        \"max\": 281.7891705,\n        \"rate\": 26.5342226,\n        \"minerFee\": 0.0108181\n    },\n    {\n        \"from\": \"bnbmainnet\",\n        \"to\": \"usdterc20\",\n        \"min\": 1.0567845,\n        \"max\": 281.7891705,\n        \"rate\": 26.6343146,\n        \"minerFee\": 0.0108591\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"eth\",\n        \"min\": 28.7036399,\n        \"max\": 14347.306489,\n        \"rate\": 0.0046639,\n        \"minerFee\": 0.0025353\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"xmr\",\n        \"min\": 28.7036399,\n        \"max\": 9565.2882863,\n        \"rate\": 0.0123645,\n        \"minerFee\": 0.0073013\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"btc\",\n        \"min\": 28.7036399,\n        \"max\": 14347.306489,\n        \"rate\": 0.0001026,\n        \"minerFee\": 0.0001022\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"zec\",\n        \"min\": 28.7036399,\n        \"max\": 11478.1569018,\n        \"rate\": 0.0145138,\n        \"minerFee\": 0.0074688\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"ltc\",\n        \"min\": 28.7036399,\n        \"max\": 14347.306489,\n        \"rate\": 0.01079,\n        \"minerFee\": 0.006355\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"bch\",\n        \"min\": 28.7036399,\n        \"max\": 14347.306489,\n        \"rate\": 0.0031762,\n        \"minerFee\": 0.0017687\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"dash\",\n        \"min\": 28.7036399,\n        \"max\": 11478.1569018,\n        \"rate\": 0.0092433,\n        \"minerFee\": 0.0048128\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"xlm\",\n        \"min\": 28.7036399,\n        \"max\": 7652.3622863,\n        \"rate\": 11.6432613,\n        \"minerFee\": 5.937598\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"xrp\",\n        \"min\": 28.7036399,\n        \"max\": 7652.3622863,\n        \"rate\": 3.1585657,\n        \"minerFee\": 1.7097\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"omg\",\n        \"min\": 28.7036399,\n        \"max\": 3826.4261862,\n        \"rate\": 0.6328829,\n        \"minerFee\": 0.3225361\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"trx\",\n        \"min\": 28.7036399,\n        \"max\": 7652.3622863,\n        \"rate\": 44.1926922,\n        \"minerFee\": 22.6219235\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"eos\",\n        \"min\": 28.7036399,\n        \"max\": 7652.3622863,\n        \"rate\": 0.2328572,\n        \"minerFee\": 0.118671\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"tusd\",\n        \"min\": 28.7036399,\n        \"max\": 7652.3622863,\n        \"rate\": 0.9760062,\n        \"minerFee\": 0.4974031\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"fun\",\n        \"min\": 28.7036399,\n        \"max\": 3826.4261862,\n        \"rate\": 330.7324067,\n        \"minerFee\": 168.5511698\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"dgd\",\n        \"min\": 28.7036399,\n        \"max\": 7652.3622863,\n        \"rate\": 0.0513658,\n        \"minerFee\": 0.0261909\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"neo\",\n        \"min\": 28.7036399,\n        \"max\": 6695.8992863,\n        \"rate\": 0.0842155,\n        \"minerFee\": 0.0440192\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"pax\",\n        \"min\": 28.7036399,\n        \"max\": 7652.3622863,\n        \"rate\": 0.977258,\n        \"minerFee\": 0.49804\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 28.7036399,\n        \"max\": 11478.1569018,\n        \"rate\": 0.0361159,\n        \"minerFee\": 0.0188059\n    },\n    {\n        \"from\": \"usdt\",\n        \"to\": \"usdterc20\",\n        \"min\": 28.7036399,\n        \"max\": 7652.3622863,\n        \"rate\": 0.9809444,\n        \"minerFee\": 0.4999299\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"eth\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.004664,\n        \"minerFee\": 0.0001584\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"xmr\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.0123649,\n        \"minerFee\": 0.001\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"btc\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.0001026,\n        \"minerFee\": 0.00005\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"zec\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.0145142,\n        \"minerFee\": 0.00007\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"ltc\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.0107903,\n        \"minerFee\": 0.0008\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"bch\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.0031763,\n        \"minerFee\": 0.00015\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"dash\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.0092435,\n        \"minerFee\": 0.0001\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"xlm\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 11.6417835,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"xrp\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 3.1586582,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"omg\",\n        \"min\": 28.7034356,\n        \"max\": 3826.383335,\n        \"rate\": 0.6329015,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"trx\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 44.1939854,\n        \"minerFee\": 0.1\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"eos\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.232864,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"tusd\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.9760348,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"fun\",\n        \"min\": 28.7034356,\n        \"max\": 3826.383335,\n        \"rate\": 330.7420844,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"dgd\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.0513673,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"neo\",\n        \"min\": 28.7034356,\n        \"max\": 6695.7621966,\n        \"rate\": 0.084218,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"pax\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.9772866,\n        \"minerFee\": 0\n    },\n    {\n        \"from\": \"usdterc20\",\n        \"to\": \"bnbmainnet\",\n        \"min\": 28.7034356,\n        \"max\": 7652.1491966,\n        \"rate\": 0.0361169,\n        \"minerFee\": 0.0004\n    }\n]"},{"id":"60dd4fce-b4f9-4c9f-afc6-a504221cec48","name":"Bad request (user not found)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/market-info/fixed-rate/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","market-info","fixed-rate",":api_key"],"variable":[{"key":"api_key","value":"not_valid_api_key","description":"Partner public api key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 13:50:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf8fe56bd8c2bd-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"user_not_found\"\n}"}],"_postman_id":"e81140f2-f341-41d4-8f91-94eee733fdd2"},{"name":"Estimated fixed-rate exchange amount","id":"b61164cf-a1bd-4448-9cd1-62f6252b8d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/exchange-amount/fixed-rate/:send_amount/:from_to?api_key=your_api_key&useRateId=true","description":"<p>This API endpoint returns fixed-rate estimated exchange amount of coins to be received upon exchange.</p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><b>Name</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td><i><b>estimatedAmount</b></i></td><td><i>Number</i></td><td>Estimated exchange amount<br />Сalculated based on the formula below<br /></td></tr><tr><td><i><b>networkFee</b></i></td><td><i>Number</i></td><td>Network fee for transferring funds between wallets, it should be deducted from the result.<br />Formula for calculating the estimated amount is given below</td></tr><tr><td><i><b>transactionSpeedForecast</b></i></td><td><i>String</i></td><td>Dash-separated min and max estimated time in minutes</td></tr><tr><td><i><b>warningMessage</b></i></td><td><i>String || null</i></td><td>Some warnings like warnings that transactions on this network take longer or that the currency has moved to another network</td></tr><tr><td><i><b>rateId</b></i></td><td><i>String</i></td><td>(Optional) Use rateId for fixed-rate flow. If this field is true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Current estimated amount would be valid until time in field \"validUntil\"</td></tr><tr><td><i><b>validUntil</b></i></td><td><i>String</i></td><td>Date and time of transaction validity</td></tr></tbody></table>\n\n<ul>\n<li><p>estimatedAmount = (rate \\\\* amount) - networkFee</p></li>\n</ul>\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v1","exchange-amount","fixed-rate",":send_amount",":from_to"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Partner public API key</p>\n","type":"text/plain"},"key":"api_key","value":"your_api_key"},{"description":{"content":"<p>(Optional) Use rateId for fixed-rate flow. If this field is true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Current estimated amount would be valid until time in field \"validUntil\"</p>\n","type":"text/plain"},"key":"useRateId","value":"true"},{"disabled":true,"description":{"content":"<p>(Optional) Use this flag if you would like to get an estimate for the balance import (without withdrawal fee)</p>\n","type":"text/plain"},"key":"isTopUp","value":""}],"variable":[{"description":{"content":"<p>Amount of funds you want to exchange (example: 1.314452)</p>\n","type":"text/plain"},"type":"string","value":"0.1","key":"send_amount"},{"description":{"content":"<p>Underscore separated pair of tickers</p>\n","type":"text/plain"},"type":"string","value":"btc_eth","key":"from_to"}]}},"response":[{"id":"d06ac3fd-591d-43e2-85ad-624571df26fb","name":"Bad request (amount less than minimum)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-amount/fixed-rate/:send_amount/:from_to?api_key=your_api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-amount","fixed-rate",":send_amount",":from_to"],"query":[{"key":"api_key","value":"your_api_key","description":"(Required) Partner public api key"}],"variable":[{"description":"Amount of funds you want to exchange (example: 1.314452)","key":"send_amount","value":"0.00000000000000000001"},{"description":"Underscore separated pair of tickers","key":"from_to","value":"btc_eth"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Sep 2019 21:46:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5102ad0ef8d371f7-AMS"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"out_of_range\",\n    \"message\": \"Check market-info API method to get available exchange amount range\"\n}"},{"id":"ff004283-2db4-4fbe-a152-f569b5baba9b","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-amount/fixed-rate/:send_amount/:from_to?api_key=changenow","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-amount","fixed-rate",":send_amount",":from_to"],"query":[{"key":"api_key","value":"changenow","description":"(Required) Partner public api key"}],"variable":[{"key":"send_amount","value":"1.314452","description":"Amount of funds you want to exchange (example: 1.314452)"},{"key":"from_to","value":"btc_eth","description":"Underscore separated pair of tickers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 16:19:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fe06a60dad5dfc3-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimatedAmount\": 0.03962647,\n    \"networkFee\": 0.0005605,\n    \"transactionSpeedForecast\": \"10-60\",\n    \"warningMessage\": null,\n    \"rateId\": \"c3mDvf1JcFeMzwfRHXAYzaQbbclXXF6Y\",\n    \"validUntil\": \"2023-11-08T15:44:11.519Z\"\n}"}],"_postman_id":"b61164cf-a1bd-4448-9cd1-62f6252b8d8c"},{"name":"Estimated fixed-rate exchange amount reverse","id":"ef213b82-c9ff-497a-baac-587deda872a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/exchange-deposit/fixed-rate/:send_amount/:from_to?api_key=your_api_key&useRateId=true","description":"<p>This API endpoint returns fixed-rate estimated exchange amount of coins to be received upon exchange.</p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><b>Name</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td><i><b>estimatedDeposit</b></i></td><td><i>Number</i></td><td>Estimated exchange amount<br />Сalculated based on the formula below<br /></td></tr><tr><td><i><b>rateId</b></i></td><td><i>String</i></td><td>(Optional) Use rateId for fixed-rate flow. If this field is true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Current estimated amount would be valid until time in field \"validUntil\"</td></tr><tr><td><i><b>validUntil</b></i></td><td><i>String</i></td><td>Date and time of transaction validity</td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v1","exchange-deposit","fixed-rate",":send_amount",":from_to"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Partner public API key</p>\n","type":"text/plain"},"key":"api_key","value":"your_api_key"},{"description":{"content":"<p>(Optional) Use rateId for fixed-rate flow. If this field is true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Current estimated amount would be valid until time in field \"validUntil\"</p>\n","type":"text/plain"},"key":"useRateId","value":"true"},{"disabled":true,"description":{"content":"<p>(Optional) Use this flag if you would like to get an estimate for the balance import (without withdrawal fee)</p>\n","type":"text/plain"},"key":"isTopUp","value":""}],"variable":[{"description":{"content":"<p>Amount of funds you want to exchange (example: 1.314452)</p>\n","type":"text/plain"},"type":"string","value":"0.1","key":"send_amount"},{"description":{"content":"<p>Underscore separated pair of tickers</p>\n","type":"text/plain"},"type":"string","value":"btc_eth","key":"from_to"}]}},"response":[{"id":"fe5c8bcc-32a0-4b37-9f1c-71d47895e503","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-deposit/fixed-rate/:send_amount/:from_to?api_key=your_api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-deposit","fixed-rate",":send_amount",":from_to"],"query":[{"key":"api_key","value":"your_api_key","description":"(Required) Partner public api key"}],"variable":[{"key":"send_amount","value":"1.314452","description":"Amount of funds you want to exchange (example: 1.314452)"},{"key":"from_to","value":"btc_eth","description":"Underscore separated pair of tickers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 16:19:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fe06a60dad5dfc3-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimatedDeposit\": 0.27207313,\n    \"rateId\": \"c3mDvf1JcFeMzwfR1lqZDPKMo8otSEck\",\n    \"validUntil\": \"2023-11-08T15:44:41.912Z\"\n}"},{"id":"006f1820-ca98-4d92-a585-133761282e20","name":"Bad request (amount less than minimum)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-deposit/fixed-rate/:send_amount/:from_to?api_key=your_api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-deposit","fixed-rate",":send_amount",":from_to"],"query":[{"key":"api_key","value":"your_api_key","description":"(Required) Partner public api key"}],"variable":[{"description":"Amount of funds you want to exchange (example: 1.314452)","key":"send_amount","value":"0.01"},{"description":"Underscore separated pair of tickers","key":"from_to","value":"btc_eth"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Sep 2019 21:46:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5102ad0ef8d371f7-AMS"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"out_of_range\",\n    \"message\": \"Check market-info API method to get available exchange amount range\",\n    \"range\": {\n        \"max\": 5867.91503,\n        \"min\": 61.866933\n    }\n}"}],"_postman_id":"ef213b82-c9ff-497a-baac-587deda872a1"},{"name":"Exchange range fixed-rate","id":"1e733922-b16a-46fc-b785-e4f73a51068f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v1/exchange-range/fixed-rate/:from_to?api_key=your_api_key&useRateId=true","description":"<p><b>New!</b></p>\n<p>The API endpoint returns minimal payment amount and maximum payment amount required to make an exchange. If you try to exchange less than minimum or more than maximum, the transaction will most likely fail. Any pair of assets has minimum amount and some of pairs have maximum amount.</p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table>\n    <tr>\n        <td><b>Name</b></td>\n        <td><b>Type</b></td>\n        <td><b>Description</b></td>\n    </tr>\n    <tr>\n        <td><b><i>minAmount</i></b></td>\n        <td><i>Number</i></td>\n        <td>Minimal payment amount</td>\n    </tr>\n    <tr>\n        <td><b><i>maxAmount</i></b></td>\n        <td><i>Number|null</i></td>\n        <td>Maximum payment amount. Could be null.</td>\n    </tr>\n</table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v1","exchange-range","fixed-rate",":from_to"],"host":["api","changenow","io"],"query":[{"key":"api_key","value":"your_api_key"},{"description":{"content":"<p>(Optional) Use rateId for fixed-rate flow. If this field is true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Current estimated amount would be valid until time in field \"validUntil\"</p>\n","type":"text/plain"},"key":"useRateId","value":"true"}],"variable":[{"id":"5ac86b3a-87fa-42a8-98f3-29681f49d11a","description":{"content":"<p>(Required) Underscore separated pair of tickers</p>\n","type":"text/plain"},"type":"string","value":"btc_eth","key":"from_to"}]}},"response":[{"id":"3c744de4-b4a8-446b-97d2-6cecbf0a8193","name":"Bad Request (Not valid params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-range/:from_to?api_key=XXX","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-range",":from_to"],"query":[{"key":"api_key","value":"XXX"}],"variable":[{"key":"from_to","description":"(Required) Underscore separated pair of tickers","value":"thet_btc"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Currency thet is not supported\"\n}"},{"id":"0fd87ff0-99f1-4df7-96e6-acb917edf6b9","name":"Succesfull response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v1/exchange-range/:from_to?api_key=XXX","protocol":"https","host":["api","changenow","io"],"path":["v1","exchange-range",":from_to"],"query":[{"key":"api_key","value":"XXX"}],"variable":[{"key":"from_to","value":"btc_eth","description":"(Required) Underscore separated pair of tickers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"minAmount\": 0.0002625,\n \"maxAmount\": null\n}"}],"_postman_id":"1e733922-b16a-46fc-b785-e4f73a51068f"},{"name":"Create fixed-rate exchange","id":"91302b9f-eb2d-4b71-a11f-825d63939f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-forwarded-for","value":"0.0.0.0","description":"<p>User's IP address</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"btc\", \n    \"to\": \"eth\", \n    \"amount\": \"0.003\", \n    \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\" \n}"},"url":"https://api.changenow.io/v1/transactions/fixed-rate/:api_key","description":"<p>The API endpoint creates a transaction, generates an address for sending funds and returns transaction attributes.</p>\n<p><strong>Note:</strong> we also give the opportunity to transfer additional fields in the \"Create fixed-rate exchange\" method, which we return in the <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">\"Transaction status\"</a> method. Аdditional fields that can be transferred include:</p>\n<ul>\n<li><p>userId — a personal and permanent identifier under which information is stored in the database;</p>\n</li>\n<li><p>payload — object that can contain up to 5 arbitrary fields up to 64 characters long;</p>\n</li>\n</ul>\n<p>If you would like to enable these fields, please contact us at</p>\n<p><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<p>with the subject line \"Special partner fields\".</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an object with transaction information.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>id</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>You can use it to get transaction status at the<a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The wallet address that will recieve the exchanged funds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID that you send when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund Extra ID (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraIdName</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Field name currency Extra ID (e.g. Memo, Extra ID)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>validUntil</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time of transaction validity</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>rateId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>(Required) Use rateId for fixed-rate flow. Set it to value that you got from previous method for estimated amount to freeze estimated amount.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>\n\n<p>In this method you need to send the request body as JSON.</p>\n<p>This is an example of what json request should look like</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"from\": \"btc\",\n     \"to\": \"xlm\",\n     \"address\": \"GAM6Y7R5LKBYOC5VCF3L3B24EMM2IA5S7KTWTR65G65N7BJQRV32OGFB\",\n     \"amount\": \"12.0645\",\n     \"extraId\": \"123456789\",\n     \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n     \"refundExtraId\": \"\",\n     \"userId\": \"\",\n     \"payload\": \"\",\n     \"contactEmail\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["v1","transactions","fixed-rate",":api_key"],"host":["api","changenow","io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Partner public API key</p>\n","type":"text/plain"},"type":"string","value":"your_api_key","key":"api_key"}]}},"response":[{"id":"42d3bcfb-e6c3-4c83-8eb4-d81c9789fa4a","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"from\": \"btc\",\n     \"to\": \"eth\",\n     \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n     \"amount\": \"1.12345\",\n     \"extraId\": \"\",\n     \"userId\": \"\",\n     \"contactEmail\": \"\",\n     \"refundAddress\": \"\",\n     \"refundExtraId\": \"\",\n    \"rateId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/fixed-rate/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions","fixed-rate",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"Your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:41:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"513993dbd869c447-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"payinAddress\": \"33eFX2jfeWbXMSmRe9ewUUTrmSVSxZi5cj\",\n    \"payoutAddress\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n    \"payoutExtraId\": \"\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"eth\",\n    \"refundAddress\": \"\",\n    \"refundExtraId\": \"\",\n    \"validUntil\": \"2019-09-09T14:01:04.921Z\",\n    \"id\": \"a5c73e2603f40d\",\n    \"amount\": 62.9737711\n}"},{"id":"4bc1bb69-adc8-4384-9466-cc860745bee5","name":"Bad request (amount greater than the maximum)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"from\": \"btc\",\n     \"to\": \"xlm\",\n     \"address\": \"GAM6Y7R5LKBYOC5VCF3L3B24EMM2IA5S7KTWTR65G65N7BJQRV32OGFB\",\n     \"amount\": \"123456789\",\n     \"extraId\": \"123456789\",\n     \"userId\": \"\",\n     \"contactEmail\": \"\",\n     \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n     \"refundExtraId\": \"\",\n     \"rateId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/fixed-rate/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions","fixed-rate",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"Your API key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:43:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"513997cccfd0c447-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"out_of_range\",\n    \"message\": \"Check market-info API method to get available exchange amount range\"\n}"},{"id":"ba246170-9462-4a6d-a1f6-561998a9c81c","name":"Successful response (all parameters are used)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"from\": \"btc\",\n     \"to\": \"xlm\",\n     \"address\": \"GAM6Y7R5LKBYOC5VCF3L3B24EMM2IA5S7KTWTR65G65N7BJQRV32OGFB\",\n     \"amount\": \"0.12345\",\n     \"extraId\": \"123456789\",\n     \"userId\": \"\",\n     \"contactEmail\": \"\",\n     \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n     \"refundExtraId\": \"\",\n    \"rateId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/fixed-rate/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions","fixed-rate",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"Your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:42:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5139967b4f9ec447-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"payinAddress\": \"3GVvNwbpnz87ru6pY2daMgUrtGiX681EUn\",\n    \"payoutAddress\": \"GAM6Y7R5LKBYOC5VCF3L3B24EMM2IA5S7KTWTR65G65N7BJQRV32OGFB\",\n    \"payoutExtraId\": \"123456789\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"xlm\",\n    \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n    \"refundExtraId\": \"\",\n    \"validUntil\": \"2019-09-09T14:02:52.326Z\",\n    \"id\": \"aae4b687c8b466\",\n    \"amount\": 20695.9485729,\n    \"payoutExtraIdName\": \"Memo\"\n}"}],"_postman_id":"91302b9f-eb2d-4b71-a11f-825d63939f5f"},{"name":"Create reverse fixed-rate exchange","id":"43bbadea-cca1-43b0-a381-200049b3804f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-forwarded-for","value":"0.0.0.0","description":"<p>User's IP address</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"btc\", \n    \"to\": \"eth\", \n    \"result\": \"0.003\", \n    \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\" \n}"},"url":"https://api.changenow.io/v1/transactions/fixed-rate/from-result/:api_key","description":"<p>The API endpoint creates a transaction, generates an address for sending funds and returns transaction attributes.</p>\n<p><strong>Note:</strong> we also give the opportunity to transfer additional fields in the \"Create fixed-rate exchange\" method, which we return in the <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">\"Transaction status\"</a> method. Аdditional fields that can be transferred include:</p>\n<ul>\n<li><p>userId —a personal and permanent identifier under which information is stored in the database;</p>\n</li>\n<li><p>payload — object that can contain up to 5 arbitrary fields up to 64 characters long;</p>\n</li>\n</ul>\n<p>If you would like to enable these fields, please contact us at <a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a> with the subject line \"Special partner fields\".</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an object with transaction information.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>id</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>You can use it to get transaction status at the<a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The wallet address that will recieve the exchanged funds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID that you send when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>result</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund Extra ID (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraIdName</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Field name currency Extra ID (e.g. Memo, Extra ID)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>validUntil</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time of transaction validity</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>rateId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>(Required) Use rateId for fixed-rate flow. Set it to value that you got from previous method for estimated amount to freeze estimated amount.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>\n\n<p>In this method you need to send the request body as JSON.</p>\n<p>This is an example of what json request should look like</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"from\": \"btc\",\n     \"to\": \"xlm\",\n     \"address\": \"GAM6Y7R5LKBYOC5VCF3L3B24EMM2IA5S7KTWTR65G65N7BJQRV32OGFB\",\n     \"amount\": \"12.0645\",\n     \"extraId\": \"123456789\",\n     \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n     \"refundExtraId\": \"\",\n     \"userId\": \"\",\n     \"payload\": \"\",\n     \"contactEmail\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["v1","transactions","fixed-rate","from-result",":api_key"],"host":["api","changenow","io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Partner public API key</p>\n","type":"text/plain"},"type":"string","value":"your_api_key","key":"api_key"}]}},"response":[{"id":"3352a76a-6d96-40b9-8eb1-eee1ce79843f","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"from\": \"btc\",\n     \"to\": \"eth\",\n     \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n     \"result\": \"1.12345\",\n     \"extraId\": \"\",\n     \"userId\": \"\",\n     \"contactEmail\": \"\",\n     \"refundAddress\": \"\",\n     \"refundExtraId\": \"\",\n     \"rateId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/fixed-rate/from-result/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions","fixed-rate","from-result",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"Your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:41:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"513993dbd869c447-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"payinAddress\": \"33eFX2jfeWbXMSmRe9ewUUTrmSVSxZi5cj\",\n    \"payoutAddress\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n    \"payoutExtraId\": \"\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"eth\",\n    \"refundAddress\": \"\",\n    \"refundExtraId\": \"\",\n    \"validUntil\": \"2019-09-09T14:01:04.921Z\",\n    \"id\": \"a5c73e2603f40d\",\n    \"amount\": 62.9737711\n}"},{"id":"56571247-f600-4a41-a12e-c7c63332343f","name":"Successful response (all parameters are used)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"from\": \"btc\",\n     \"to\": \"xlm\",\n     \"address\": \"GAM6Y7R5LKBYOC5VCF3L3B24EMM2IA5S7KTWTR65G65N7BJQRV32OGFB\",\n     \"result\": \"0.12345\",\n     \"extraId\": \"123456789\",\n     \"userId\": \"\",\n     \"contactEmail\": \"\",\n     \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n     \"refundExtraId\": \"\",\n     \"rateId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/fixed-rate/from-result/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions","fixed-rate","from-result",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"Your API key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:42:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5139967b4f9ec447-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"payinAddress\": \"3GVvNwbpnz87ru6pY2daMgUrtGiX681EUn\",\n    \"payoutAddress\": \"GAM6Y7R5LKBYOC5VCF3L3B24EMM2IA5S7KTWTR65G65N7BJQRV32OGFB\",\n    \"payoutExtraId\": \"123456789\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"xlm\",\n    \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n    \"refundExtraId\": \"\",\n    \"validUntil\": \"2019-09-09T14:02:52.326Z\",\n    \"id\": \"aae4b687c8b466\",\n    \"amount\": 20695.9485729,\n    \"payoutExtraIdName\": \"Memo\"\n}"},{"id":"da330266-c2cf-40bb-92d5-fb16e809d7a4","name":"Bad request (amount greater than the maximum)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"from\": \"btc\",\n     \"to\": \"xlm\",\n     \"address\": \"GAM6Y7R5LKBYOC5VCF3L3B24EMM2IA5S7KTWTR65G65N7BJQRV32OGFB\",\n     \"result\": \"123456789\",\n     \"extraId\": \"123456789\",\n     \"userId\": \"\",\n     \"contactEmail\": \"\",\n     \"refundAddress\": \"1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB\",\n     \"refundExtraId\": \"\",\n     \"rateId\": \"\"\n}"},"url":{"raw":"https://api.changenow.io/v1/transactions/fixed-rate/from-result/:api_key","protocol":"https","host":["api","changenow","io"],"path":["v1","transactions","fixed-rate","from-result",":api_key"],"variable":[{"key":"api_key","value":"XXX","description":"Your API key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2019 13:43:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"513997cccfd0c447-LED"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"out_of_range\",\n    \"message\": \"Check market-info API method to get available exchange amount range\"\n}"}],"_postman_id":"43bbadea-cca1-43b0-a381-200049b3804f"}],"id":"bc23ba67-040b-49bc-aead-86a63ed681bb","description":"<p>You can now integrate the fixed-rate exchange flow, which allows you to show your users the exact amount they will receive, before the exchange starts. The flow includes the same easy steps as the standard flow. The only difference is that the user should send the money for exchange within a certain timeframe. Otherwise the deal is off. You can integrate a fixed-rate flow using methods presented below. </p>\n<ul>\n    <li>List of available fixed-rate markets</li>\n    <li>Estimated fixed-rate exchange amount</li>\n    <li>Create fixed-rate transaction</li>\n    <li>List of transactions (this method is described in <a href=\"#d4d5a53e-f92a-4113-b0d9-e9d097e080b8\">common section</a>)</li>\n    <li>Transaction status (this method is described in <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">common section</a>)</li>\n</ul>","event":[{"listen":"prerequest","script":{"id":"3d142ff7-d526-4874-ba5c-93f4f9449bb2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"26f4e506-1200-4237-842f-ace76c70f651","type":"text/javascript","exec":[""]}}],"_postman_id":"bc23ba67-040b-49bc-aead-86a63ed681bb"}],"id":"c03811a8-f998-451a-b93c-b8025fd49776","_postman_id":"c03811a8-f998-451a-b93c-b8025fd49776","description":""},{"name":"API v2","item":[{"name":"Exchange Actions","item":[{"name":"Get available actions","id":"77c0844a-1158-4447-a282-51031ad23d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Your API key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/actions?id=104305fa95353d","description":"<p>The API endpoint to get possible actions that can be applied to your exchange</p>\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h3 id=\"successful-response\">SUCCESSFUL RESPONSE</h3>\n<p>The response contains an object with an information about available actions</p>\n<h4 id=\"successful-response-fields\">SUCCESSFUL RESPONSE FIELDS</h4>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Description</th></tr><tr><td><div><b>available</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates if an exchange can be pushed or refunded</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>amount</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount that can be refunded</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>address</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address if specified when creating an exchange via ChangeNOW API</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>additionalAddressList</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>A list of initial addresses</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>currentEstimate</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Current estimate for a pair</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find examples of errors in the Example request block (use the drop-down list).</p>\n<h3 id=\"request-parameters\">Request Parameters:</h3>\n","urlObject":{"protocol":"https","path":["v2","exchange","actions"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Transaction ID from Create transaction request</p>\n","type":"text/plain"},"key":"id","value":"104305fa95353d"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"93e1aa20-77b5-4ebb-9fc5-e411b16d45f8","name":"200 | Get actions","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=54b1bfb3dc2320","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"54b1bfb3dc2320"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Mar 2021 13:22:42 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08b8c0834900002488ea87f000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"max_age\":604800,\"group\":\"cf-nel\",\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=Gf6PMH8SBTKETDfCy9LJ6mcOHFIoGA7wYDroCI%2B%2BbeVzAhzydOExF3BDmN9T3PDEUXJ5qiJOziI4IYtY92bq9z89eftg8KavNynS6PSx75QY\"}]}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62d49d18787e2488-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"refund\": {\n        \"available\": true,\n        \"amount\": \"0.00012294\",\n        \"address\": {\n            \"address\": \"33ybgTeATi1DMoWic8X7wqjZvAuw6fQEuL\",\n            \"extraId\": null\n        },\n        \"additionalAddressList\": [\n            \"0x40FBAC48435dE25FFFC1FCeFA5A5a054FC9b7E56\"\n        ]\n    },\n    \"continue\": {\n        \"available\": true,\n        \"currentEstimate\": \"0.0277754\"\n    }\n}"},{"id":"9d0e1603-19d0-4127-bbf1-6b8d48eca24c","name":"400 | Invalid exchange id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=invalid_id","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"invalid_id"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"invalid id\"\n}"},{"id":"a96f94a6-3b6f-4de0-8a31-d8b1aef9da9f","name":"404 | Non-existing exchange id","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0882398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0882398314f6"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_found\",\n    \"message\": \"Exchange not found\"\n}"},{"id":"1deee953-c6aa-47b9-8201-6d9e667ddb1b","name":"200 | Get actions for a fihished exchange","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0772398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0772398314f6"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"refund\": {\n        \"available\": false,\n        \"amount\": \"0\",\n        \"address\": {\n            \"address\": null,\n            \"extraId\": null\n        },\n        \"additionalAddressList\": []\n    },\n    \"continue\": {\n        \"available\": false,\n        \"currentEstimate\": \"0\"\n    }\n}"},{"id":"fda961c8-7160-4e61-8ca3-405be3b74084","name":"200 | Get actions - deviance_error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0772398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0772398314f6"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"deviance_error\",\n        \"message\": \"Deviance from Original Estimate is too High\"\n    },\n    \"refund\": {\n        \"available\": true,\n        \"amount\": \"45.00000000\",\n        \"address\": {\n            \"address\": null,\n            \"extraId\": null\n        },\n        \"additionalAddressList\": [\n            \"GCCYO7B2LS3NFFHIELVQR64ATGYT5NOYPIHNM43AQWY3CSD2INN3APD6\"\n        ]\n    },\n    \"continue\": {\n        \"available\": true,\n        \"currentEstimate\": 0.00025507\n    }\n}"},{"id":"71e1e6ec-220f-43fb-ae3a-282adb10c3a2","name":"200 | Get actions - deposit_deviance_error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0772398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0772398314f6"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"deposit_deviance_error\",\n        \"message\": \"Deposit Deviance is too High\"\n    },\n    \"refund\": {\n        \"available\": true,\n        \"amount\": \"45.00000000\",\n        \"address\": {\n            \"address\": null,\n            \"extraId\": null\n        },\n        \"additionalAddressList\": [\n            \"GCCYO7B2LS3NFFHIELVQR64ATGYT5NOYPIHNM43AQWY3CSD2INN3APD6\"\n        ]\n    },\n    \"continue\": {\n        \"available\": true,\n        \"currentEstimate\": 0.00025507\n    }\n}"},{"id":"7d823296-0cfe-4874-b154-8d158b6c4722","name":"200 | Get actions - outdated_error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0772398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0772398314f6"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"outdated_error\",\n        \"message\": \"Outdated Rate Id\"\n    },\n    \"refund\": {\n        \"available\": true,\n        \"amount\": \"45.00000000\",\n        \"address\": {\n            \"address\": null,\n            \"extraId\": null\n        },\n        \"additionalAddressList\": [\n            \"GCCYO7B2LS3NFFHIELVQR64ATGYT5NOYPIHNM43AQWY3CSD2INN3APD6\"\n        ]\n    },\n    \"continue\": {\n        \"available\": true,\n        \"currentEstimate\": 0.00025507\n    }\n}"},{"id":"523d0b06-34f5-47f8-8db8-b3d879c47e47","name":"200 | Get actions - exchange_error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0772398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0772398314f6"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"exchange_error\",\n        \"message\": \"Failed during exchange\"\n    },\n    \"refund\": {\n        \"available\": true,\n        \"amount\": \"45.00000000\",\n        \"address\": {\n            \"address\": null,\n            \"extraId\": null\n        },\n        \"additionalAddressList\": [\n            \"GCCYO7B2LS3NFFHIELVQR64ATGYT5NOYPIHNM43AQWY3CSD2INN3APD6\"\n        ]\n    },\n    \"continue\": {\n        \"available\": true,\n        \"currentEstimate\": 0.00025507\n    }\n}"},{"id":"93580860-e34e-4c19-83e2-8d7d33efda81","name":"200 | Get actions - deposit_error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0772398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0772398314f6"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"deposit_error\",\n        \"message\": \"Deposit received with another currency\"\n    },\n    \"refund\": {\n        \"available\": true,\n        \"amount\": \"45.00000000\",\n        \"address\": {\n            \"address\": null,\n            \"extraId\": null\n        },\n        \"additionalAddressList\": [\n            \"GCCYO7B2LS3NFFHIELVQR64ATGYT5NOYPIHNM43AQWY3CSD2INN3APD6\"\n        ]\n    },\n    \"continue\": {\n        \"available\": true,\n        \"currentEstimate\": 0.00025507\n    }\n}"}],"_postman_id":"77c0844a-1158-4447-a282-51031ad23d1f"},{"name":"Continue  exchange","id":"d3171c4f-cd49-499b-86f3-2aad683556ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Your API key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/continue","description":"<p>This API endpoint continues an exchange that can be pushed</p>\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h3 id=\"successful-response\">SUCCESSFUL RESPONSE</h3>\n<p>The response contains an object with request status</p>\n<h4 id=\"successful-response-fields\">SUCCESSFUL RESPONSE FIELDS</h4>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Description</th></tr><tr><td><div><i><b>result</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates if an exchange is pushed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The amount of exchange with which it was continued</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>currency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Currency of сontinued exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>network</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of continued exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find examples of errors in the Example request block (use the drop-down list).</p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS:</h3>\n","urlObject":{"protocol":"https","path":["v2","exchange","continue"],"host":["api","changenow","io"],"query":[],"variable":[]}},"response":[{"id":"87921a33-aa3f-4619-8fba-1ebf7e7f36c5","name":"200 | Continue exchange","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"54b1bfb3dc2320\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/continue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Mar 2021 13:21:58 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08b8bfd64100002488123e6000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"max_age\":604800,\"group\":\"cf-nel\",\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=yeW54a%2BCo9dIU2zPnJB56p93i%2Fuxt%2BIBsO7lU8Y2BxhXlmQ86Sl4ARfUg075ATDjWnkNQwiaj%2FmZw2bFVnpzjrB3o5pyBV79TGPPKDGY3lcY\"}]}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62d49c039bbf2488-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"result\": true,\n        \"data\": {\n            \"estimate\": {\n                \"amount\": 48.46847508,\n                \"currency\": \"trx\",\n                \"network\": \"trx\"\n            }\n        }\n    }\n} "},{"id":"ecdd759a-3040-47b0-b4b4-4b1f050c5642","name":"400 | Push unavailable","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ba4327eb4fdfd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/continue"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 16:37:33 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"cf_ob_info=502:62ddf7e2ae0b4ece:FRA; path=/; expires=Wed, 10-Mar-21 16:38:03 GMT"},{"key":"Set-Cookie","value":"cf_use_ob=443; path=/; expires=Wed, 10-Mar-21 16:38:03 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Cache-Control","value":"private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:01 GMT"},{"key":"CF-RAY","value":"62ddf7e2ae0b4ece-FRA"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_available\",\n    \"message\": \"Continue not available for exchange 7ba4327eb4fdfd\"\n}"},{"id":"9df00392-4aae-483e-a8e0-80ebb8a1e44a","name":"404 | Exchange not found","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ba4327eb4fdfd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/continue"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 18:33:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08bf039b400000d70d968d1000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=UoP5P8MxqO77NAWy%2F6BdINKpKQRuK5ADQp26ghv4dlo2apPZVZhZf3qNrjg9x2TivpvqIUJ05eMxQt3bPCGEsIH1f2nUvUjCboz%2FjsDTflo7\"}]}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62dea20b9bfad70d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_found\",\n    \"message\": \"Exchange not found\"\n}"}],"_postman_id":"d3171c4f-cd49-499b-86f3-2aad683556ff"},{"name":"Refund exchange","id":"3037dd25-5f5f-497f-b394-fa2f1a370d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Your api key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"string\",\n    \"address\": \"string\",\n    \"extraId\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/refund","description":"<p>The API endpoint for refunding your deposit to the refund or original address</p>\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h3 id=\"successful-response\">SUCCESSFUL RESPONSE</h3>\n<p>The response contains an object with request status</p>\n<h4 id=\"successful-response-fields\">SUCCESSFUL RESPONSE FIELDS</h4>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Description</th></tr><tr><td><div><i><b>result</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates if an exchange is refunded</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find examples of errors in the Example request block (use the drop-down list).</p>\n<h4 id=\"request-parameters\">REQUEST PARAMETERS:</h4>\n","urlObject":{"protocol":"https","path":["v2","exchange","refund"],"host":["api","changenow","io"],"query":[],"variable":[]}},"response":[{"id":"71c3fbfc-8997-41a3-bb6f-e28909d8bb29","name":"200 | Refund","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"54b1bfb3dc2320\",\n    \"address\": \"33ybgTeATi1DMoWic8X7wqjZvAuw6fQEuL\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/exchange/refund","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","refund"],"query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Mar 2021 13:22:29 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08b8c04eb50000248803ac9000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"max_age\":604800,\"group\":\"cf-nel\",\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=uRmrT4wZN3VYKhrAILCHpehDfl8%2FdpOaBkvIA4IbQupydeAehSdhTmxegv58WuZWTKB9MPgLYIMWTD4fTppnkdjokXTojvwbl%2FT05b6wrvpd\"}]}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62d49cc45dbf2488-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true\n}"},{"id":"02ebf639-f44f-4b69-a092-3ad6681f181c","name":"400 | Refund unavailable","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ba4327eb4fdfd\",\n    \"address\": \"THy6JTNy1aBgY52wKFCvAM4YXRxgzFwCaK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/refund"},"status":"Bad request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 16:37:45 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"cf_ob_info=502:62ddf82effb64ece:FRA; path=/; expires=Wed, 10-Mar-21 16:38:15 GMT"},{"key":"Set-Cookie","value":"cf_use_ob=443; path=/; expires=Wed, 10-Mar-21 16:38:15 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Cache-Control","value":"private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:01 GMT"},{"key":"CF-RAY","value":"62ddf82effb64ece-FRA"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_available\",\n    \"message\": \"Refund not available for exchange 7ba4327eb4fdfd\"\n}"},{"id":"aa1f89c8-9c55-4db5-bc16-f37c6550fcbd","name":"400 | Refund address doesn't match address from the exchange","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"ae76ee9fde3848\",\n    \"address\": \"THy6JTNy1aBgY52wKFCvAM4YXRxgzFwCaK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 18:36:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08bf06725c0000d70dd91ab000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=1ZgQJoLdJ%2FWT9aEPuX0MTDJnQHXXBfQtMUb7WlOWgnjrldCk3KpPlMbaGX8rle7%2B4t9bjQCg0JkUInN6ttuJYISYNNB4cnHLTd5R9r7tP3na\"}]}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62dea696f973d70d-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Refund address does not matched with exchange refund data\"\n}"},{"id":"f2d9fe60-0aad-45a2-99a5-3edcc07a6448","name":"404 | Exchange not found","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ba4327eb4fdfd\",\n    \"address\": \"THy6JTNy1aBgY52wKFCvAM4YXRxgzFwCaK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/refund"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 18:31:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08bf01f7980000d70db699d000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=Iy5rTqgNXLstL9%2BUIEG%2FJV%2FYMCdTWL8sz%2F8aLI9PfjyaL8Hik9lzTSF%2BSzcUgmm0sudfTZiB3hC8U22fzKn3LQBUfJd9mUyzZttuvz2JG6rm\"}]}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62de9f6c2875d70d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_found\",\n    \"message\": \"Exchange not found\"\n}"}],"_postman_id":"3037dd25-5f5f-497f-b394-fa2f1a370d56"}],"id":"3965b7bb-8a48-45c5-8178-4f2c87be47e1","description":"<p>This feature allows users to send and refund transactions that are pending due to unexpected fluctuations in the exchange rate, when deposits are sent to the wrong network, when in fixed-rate exchanges, the deposit is more or less than expected, or when the deposit in a fixed-rate exchange was sent later</p>\n<p>Access to these endpoints you can receive upon dedicated request to <a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n","_postman_id":"3965b7bb-8a48-45c5-8178-4f2c87be47e1"},{"name":"Private Transfers","item":[{"name":"Estimated private transfer amount","id":"081ac97e-c4a4-40a0-a95c-bd13ceef52b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.changenow.io/v2/private-transfer/estimated-amount?currency=eth&network=eth&toAmount=10&userId=123-abc","description":"<p>This API endpoint returns estimated amount for the private transfer and some additional fields. Accepts to currency, currency's network and amount you want to transfer.</p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>currency</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to transfer</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>network</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to transfer</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>rateId</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>RateId is needed for creating private transfer. Current estimated amount would be valid until time in field \"validUntil\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>validUntil</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time before estimated amount would be freezed. Estimated amount would be valid until this date and time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>warningMessage</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String || null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Some warnings like warnings that transactions on this network take longer or that the currency has moved to another network</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>fromAmount</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount you need to send to finish private transfer</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>toAmount</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transfer amount of Currency</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>","urlObject":{"protocol":"https","path":["v2","private-transfer","estimated-amount"],"host":["api","changenow","io"],"query":[{"key":"currency","value":"eth"},{"key":"network","value":"eth"},{"key":"toAmount","value":"10"},{"description":{"content":"<p>A personal identifier under which information is stored in the database\n(If you would like to enable this field, please contact us at <a href=\"mailto:partners@changenow.io\">partners@changenow.io</a> with the subject line \"Special partner fields\")</p>\n","type":"text/plain"},"key":"userId","value":"123-abc"}],"variable":[]}},"response":[{"id":"19c6f23c-afb9-401b-9548-c4f1d1c8f889","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.changenow.io/v2/private-transfer/estimated-amount?currency=eth&network=eth&toAmount=10","protocol":"https","host":["api","changenow","io"],"path":["v2","private-transfer","estimated-amount"],"query":[{"key":"currency","value":"eth"},{"key":"network","value":"eth"},{"key":"toAmount","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"date","value":"Mon, 23 Mar 2026 10:28:36 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"server","value":"cloudflare"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"x-xss-protection","value":"1; mode=block, 1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload, max-age=63072000; includeSubDomains"},{"key":"access-control-allow-methods","value":"GET"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"x-frame-options","value":"DENY"},{"key":"referrer-policy","value":"same-origin"},{"key":"content-encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"speculation-rules","value":"\"/cdn-cgi/speculation\""},{"key":"cf-ray","value":"9e0cc00e3ff23604-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"eth\",\n    \"network\": \"eth\",\n    \"fromAmount\": \"10.10113071\",\n    \"toAmount\": \"10\",\n    \"rateId\": \"li4duKUWmknPeBchMALAl/VqwVujiyLCtwnyLOHbHayKzjfMhO4oH/LhKUQld/iB3cwk4h8hhEM1mViro0p3gd+zhKVQ/CVSx5Z6zOMp415ie79hye0BbhKa+GhRYcfFBINBl3WbLRxlZ8YuklJXCytDpOdNifBjTBGVbljKGQ=\",\n    \"validUntil\": \"2026-03-23T10:30:36.779Z\",\n    \"warningMessage\": null\n}"},{"id":"84d71cae-1c67-4928-a6b9-d143118026ad","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","disabled":true},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.changenow.io/v2/private-transfer/estimated-amount?currency=eth&network=eth&toAmount=10&userId=123-abc","protocol":"https","host":["api","changenow","io"],"path":["v2","private-transfer","estimated-amount"],"query":[{"key":"currency","value":"eth"},{"key":"network","value":"eth"},{"key":"toAmount","value":"10"},{"key":"userId","value":"123-abc","description":"A personal identifier under which information is stored in the database\n(If you would like to enable this field, please contact us at partners@changenow.io with the subject line \"Special partner fields\")"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":":status","value":401},{"key":"date","value":"Mon, 23 Mar 2026 10:53:02 GMT"},{"key":"content-type","value":"text/plain; charset=utf-8"},{"key":"content-length","value":"12"},{"key":"server","value":"cloudflare"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload, max-age=63072000; includeSubDomains"},{"key":"access-control-allow-methods","value":"GET"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"vary","value":"Origin"},{"key":"x-frame-options","value":"DENY"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"speculation-rules","value":"\"/cdn-cgi/speculation\""},{"key":"cf-ray","value":"9e0ce3d968b50efe-FRA"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"081ac97e-c4a4-40a0-a95c-bd13ceef52b8"},{"name":"Create private transfer","event":[{"listen":"prerequest","script":{"id":"aeaa1270-2e82-420f-b768-b52f475ada24","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f2220ef5-8f85-4538-937f-f4dfb4f70f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your_api_key"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.changenow.io/v2/private-transfer","description":"<p>The API endpoint creates a private transfer, generates an address for sending funds and returns private transfer attributes.</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an object with private transfer information.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>id</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>You can use it to get private transfer status at the <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>fromAmount</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount of currency you need to send</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>toAmount</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount of currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>payinAddress</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a private transfer</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>payoutAddress</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The wallet address that will recieve the transferred funds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>payinExtraId</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a private transfer</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>payoutExtraId</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID that you send when creating a transaction (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>currency</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to transfer</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>network</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to transfer</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>refundAddress</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i>refundExtraId</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund Extra ID (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>\n\n<p>In this method you need to send the request body as JSON.</p>\n<p>This is an example of what json request should look like</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"currency\": \"usdt\",\n    \"network\": \"eth\",\n    \"toAmount\": \"10\",\n    \"address\": \"0xD1220A0cf47c7B9Be7A2E6BA89F429762e7b9aDb\",\n    \"extraId\": \"\",\n    \"refundAddress\": \"\",\n    \"refundExtraId\": \"\",\n    \"rateId\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["v2","private-transfer"],"host":["api","changenow","io"],"query":[],"variable":[]}},"response":[{"id":"120881ab-7b52-4541-af51-6210ffdd69df","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your_api_key"},{"key":"Content-Type","value":"application/json"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"currency\": \"eth\",\n    \"network\": \"eth\", \n    \"toAmount\": \"10\",\n    \"address\": \"0xd0c9cab0a10a7fbb6f52a92c6120bdbb54372501\",\n    \"rateId\": \"{{rateId}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/private-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"date","value":"Mon, 23 Mar 2026 10:54:24 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"server","value":"cloudflare"},{"key":"x-xss-protection","value":"1; mode=block, 1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload, max-age=63072000; includeSubDomains"},{"key":"access-control-allow-methods","value":"GET"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"vary","value":"Origin"},{"key":"x-frame-options","value":"DENY"},{"key":"referrer-policy","value":"same-origin"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"content-encoding","value":"br"},{"key":"cf-ray","value":"9e0ce5da8b883722-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"366e345a27d6a1\",\n    \"currency\": \"eth\",\n    \"network\": \"eth\",\n    \"fromAmount\": \"10.10113071\",\n    \"toAmount\": \"10\",\n    \"payinAddress\": \"0x5a96bFF5F7E6822F0f81a7100F6D98A486ff6537\",\n    \"payoutAddress\": \"0xd0c9cab0a10a7fbb6f52a92c6120bdbb54372501\"\n}"},{"id":"d6e7a81d-5c8e-4af2-9728-c6b5aad34872","name":"Bad request with invalid address","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your_api_key"},{"key":"Content-Type","value":"application/json"},{"key":"x-forwarded-for","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency\": \"eth\",\n    \"network\": \"eth\", \n    \"toAmount\": \"10\",\n    \"address\": \"bc1qz8tqex5fv4eh5534hqg5cf9v8wxz9ksxheqdwn\",\n    \"rateId\": \"{{rateId}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/private-transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":":status","value":400},{"key":"date","value":"Mon, 23 Mar 2026 11:03:43 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"102"},{"key":"server","value":"cloudflare"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload, max-age=63072000; includeSubDomains"},{"key":"access-control-allow-methods","value":"GET"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"vary","value":"Origin"},{"key":"x-frame-options","value":"DENY"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"cf-ray","value":"9e0cf37efb329b77-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"BAD_PARAMS\",\n    \"message\": \"bc1qz8tqex5fv4eh5534hqg5cf9v8wxz9ksxheqdwn is not valid ETH address\"\n}"}],"_postman_id":"f2220ef5-8f85-4538-937f-f4dfb4f70f77"}],"id":"d64c6c24-a150-4cc4-996a-cd7cdb7f3ba4","description":"<p>Private Transfers allow sending cryptocurrency to a recipient without exposing your wallet or transaction history. Transactions are processed through private routing, preventing direct on-chain linkage between sender and recipient.</p>\n<p>This is a <strong>single-asset transfer flow</strong>, where the user specifies only the asset and the desired recipient amount. The system calculates the required input amount and locks the parameters using a <code>rateId</code>.</p>\n<hr />\n<h2 id=\"how-it-works\">How it works</h2>\n<p>The private transfer flow consists of three required steps:</p>\n<hr />\n<h3 id=\"1-get-estimated-amount-rateid\">1. Get estimated amount (<code>rateId</code>)</h3>\n<p>You must first request an estimate.</p>\n<ul>\n<li><p>You specify:</p>\n<ul>\n<li><p><code>currency</code></p>\n</li>\n<li><p><code>network</code></p>\n</li>\n<li><p><code>toAmount</code> (amount the recipient should receive)</p>\n</li>\n</ul>\n</li>\n<li><p>The API returns:</p>\n<ul>\n<li><p><code>fromAmount</code> — amount you need to send</p>\n</li>\n<li><p><code>toAmount</code> — expected transfer amount</p>\n</li>\n<li><p><code>rateId</code> — <strong>required for private transfer creation</strong></p>\n</li>\n<li><p><code>validUntil</code> — quote expiration time</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>rateId</code> represents a fixed set of parameters for the private transfer and must be used in the next step.</p>\n<hr />\n<h3 id=\"2-create-a-private-transfer\">2. Create a private transfer</h3>\n<p>You must create the private transfer using the values received from the estimate.</p>\n<ul>\n<li><p>Required:</p>\n<ul>\n<li><p><code>rateId</code></p>\n</li>\n<li><p><code>toAmount</code> (must match estimate)</p>\n</li>\n<li><p><code>currency</code>, <code>network</code></p>\n</li>\n<li><p>recipient <code>address</code></p>\n</li>\n</ul>\n</li>\n<li><p>Important:</p>\n<ul>\n<li><p><code>fromAmount</code> is implicitly tied to the <code>rateId</code></p>\n</li>\n<li><p>parameters must correspond to the estimation response</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>In response, you receive:</p>\n<ul>\n<li><p><code>payinAddress</code> — address to send funds to</p>\n</li>\n<li><p><code>fromAmount</code> — required amount to send</p>\n</li>\n<li><p><code>toAmount</code> — expected payout</p>\n</li>\n<li><p>transfer <code>id</code> — You can use it to get privete transfer status at the <a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a></p>\n</li>\n</ul>\n<hr />\n<h3 id=\"3-send-funds\">3. Send funds</h3>\n<ul>\n<li><p>You send the <strong>exact</strong> <strong><code>fromAmount</code></strong> <strong>received from the estimate</strong> to the <code>payinAddress</code></p>\n</li>\n<li><p>After network confirmation:</p>\n<ul>\n<li><p>the private transfer is processed through private routing</p>\n</li>\n<li><p>sender and recipient are not directly linked on-chain</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"4-delivery\">4. Delivery</h3>\n<ul>\n<li><p>Funds are delivered to the recipient address</p>\n</li>\n<li><p>No additional actions are required</p>\n</li>\n<li><p>The transaction appears as a standard incoming transfer</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"key-specifics\">Key specifics</h2>\n<ul>\n<li><p><strong>Single-asset flow</strong></p>\n<p>  No asset conversion — same currency in and out</p>\n</li>\n<li><p><strong>Rate locking via</strong> <strong><code>rateId</code></strong></p>\n<p>  All private transfer parameters are fixed at the estimation step</p>\n</li>\n<li><p><strong>Deterministic execution</strong><br />  <code>estimate → rateId → create → send → payout</code></p>\n</li>\n<li><p><strong>Privacy by design</strong></p>\n<p>  No direct sender-to-recipient traceability</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"important-notes\">Important notes</h2>\n<ul>\n<li><p><code>rateId</code> is <strong>mandatory</strong> and must come from the estimation step</p>\n</li>\n<li><p>The transfer must be created using the same parameters as the estimate</p>\n</li>\n<li><p>The user must send the exact <code>fromAmount</code> returned by the API</p>\n</li>\n<li><p>The quote is valid only until <code>validUntil</code></p>\n</li>\n</ul>\n<h2 id=\"consistency--rounding-behavior\"><strong>Consistency &amp; Rounding Behavior</strong></h2>\n<p><em>The API guarantees consistency between the estimation and private transfer creation steps when using the provided rateId. However, due to asset precision and internal processing rules, some rounding may be applied.</em></p>\n<p><strong>Amount precision</strong></p>\n<ul>\n<li><p>The API returns amounts with up to 8 decimal places</p>\n</li>\n<li><p>Different assets may support different levels of precision depending on their underlying network</p>\n</li>\n</ul>\n<p><strong>Rounding</strong></p>\n<ul>\n<li><p>During processing, amounts may be rounded to match supported precision</p>\n</li>\n<li><p>Rounding is applied according to internal rules required for transaction execution</p>\n</li>\n</ul>\n<p><strong>Important considerations</strong></p>\n<ul>\n<li><p>The fromAmount returned by the estimation endpoint should be treated as the source of truth for the required payment</p>\n</li>\n<li><p>The toAmount returned by the API represents the expected transfer amount, but the final delivered amount may slightly differ due to rounding</p>\n</li>\n</ul>\n<p><strong>Best practices</strong></p>\n<ul>\n<li><p>Always use the rateId from the estimation step</p>\n</li>\n<li><p>Always send the exact fromAmount provided by the API</p>\n</li>\n<li><p>Avoid modifying amounts between estimation and transfer creation</p>\n</li>\n</ul>\n","_postman_id":"d64c6c24-a150-4cc4-996a-cd7cdb7f3ba4"},{"name":"List of available currencies","id":"3f2b4bf2-dcb0-4130-b84b-cac71073874d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your-api-key","description":"<p>(Required for fixed-rate) Partner's api key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/currencies?active=&flow=standard&buy=&sell=","description":"<p>This API endpoint returns the list of available currencies.</p>\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h3>Successful response:</h3>\n\n<p>The response contains an array of objects with currency information.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>ticker</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The currency’s ticker symbol (e.g., BTC, ETH, USDT)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>name</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The full name of the currency (e.g., Bitcoin, Ethereum)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>image</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL of the currency’s logo</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>hasExternalId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the deposit address requires an Extra ID (memo, tag, etc.)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>isExtraIdSupported</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the payout address supports using an Extra ID (memo, tag, etc.)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>isFiat</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency is a fiat currency (e.g., EUR, USD)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>featured</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency is featured or popular</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>isStable</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency is a stablecoin (e.g., USDT, USDC)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>supportsFixedRate</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency supports fixed-rate exchange flows</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>network</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The network on which the currency operates.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>tokenContract</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The smart contract address for a token, or null if the currency is not a token</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>buy</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency is available for purchase</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>sell</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>If true, the currency is available for sale</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>legacyTicker</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>A legacy format that includes both the currency ticker and network details</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","exchange","currencies"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Optional) Set true to return only active currencies</p>\n","type":"text/plain"},"key":"active","value":""},{"description":{"content":"<p>(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard</p>\n","type":"text/plain"},"key":"flow","value":"standard"},{"description":{"content":"<p>(Optional) If this field is true, only currencies available for buy are returned.</p>\n","type":"text/plain"},"key":"buy","value":""},{"description":{"content":"<p>(Optional) If this field is true, only currencies available for sell are returned.</p>\n","type":"text/plain"},"key":"sell","value":""}],"variable":[]}},"response":[{"id":"46e7520d-365f-41cc-8ab4-13e8939d4425","name":"Successfull response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/currencies?active=&flow=standard&buy=&sell=","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","currencies"],"query":[{"key":"active","value":"","description":"(Optional) Set true to return only active currencies"},{"key":"flow","value":"standard","description":"(Optional) Enum: [\"standard\", \"fixed-rate\"]. Default value is standard"},{"key":"buy","value":"","description":"(Optional) If this field is true, only currencies available for buy are returned."},{"key":"sell","value":"","description":"(Optional) If this field is true, only currencies available for sell are returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 22:26:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"063c1db8590000c438e30b0000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=Hamsiymvl9eQZ%2B2DvVxw1llxQn3TDHRGvw803qoWcaa7wDHjITa6UdLc3vrjwlg%2FGM8d2Mcr4JdLjQhEcWC4MeCq3wxV2QaxlX3Ga5ra3JoN\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ed9ff06fef8c438-LED"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ticker\": \"btc\",\n        \"name\": \"Bitcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/btc_1_527dc9ec3c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"btc\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"btc\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum\",\n        \"image\": \"https://content-api.changenow.io/uploads/eth_f4ebb54ec0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eth\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethbsc_ef444521c5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2170ed0880ac9a755fd29b2688956bd959f933f8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ethbsc\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum (Arbitrum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/etharbitrum_796401be67.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"etharb\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethop_044f371b26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ethop\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum (ZkSync Era)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethzksync_f642b927a7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"zksync\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zksync\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethbase_42ce14857a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ethbase\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum (Starknet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethstrk_1770a3b4b9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"strk\",\n        \"tokenContract\": \"0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"ethstrk\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum (Linea)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethlna_cf1f5f841a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"lna\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ethlna\"\n    },\n    {\n        \"ticker\": \"eth\",\n        \"name\": \"Ethereum (Manta)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethmanta_e791e34150.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"manta\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"ethmanta\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdterc20_5ae21618aa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xdAC17F958D2ee523a2206206994597C13D831ec7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdterc20\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (TRC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdttrc20_87164a7b35.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdttrc20\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtbsc_b8f3d8f316.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x55d398326f99059fF775485246999027B3197955\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtbsc\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (SOL)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtsol_4f6a1c5208.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtsol\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtmatic_7f0d789259.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xc2132d05d31c914a87c6611c10748aeb04b58e8f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtmatic\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (Algorand)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtalgo_9042fee6bf.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"network\": \"algo\",\n        \"tokenContract\": \"312769\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"usdtalgo\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtarc20_3350fa2c36.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtarc20\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtarb_86018e11fd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtarb\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtop_32489c0777.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtop\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether USD (TON)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtton_33f08c4c55.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtton\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether USD (CELO)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtcelo_28297240e2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"celo\",\n        \"tokenContract\": \"0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtcelo\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (opBNB)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtopbnb_6a4efbead1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"opbnb\",\n        \"tokenContract\": \"0x9e5AAC1Ba1a2e6aEd6b32689DFcF62A509Ca96f3\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"usdtopbnb\"\n    },\n    {\n        \"ticker\": \"xrp\",\n        \"name\": \"Ripple\",\n        \"image\": \"https://content-api.changenow.io/uploads/xrp_3b5212fd4a.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xrp\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xrp\"\n    },\n    {\n        \"ticker\": \"xrp\",\n        \"name\": \"XRP (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xrpbsc_3413718d2a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xrpbsc\"\n    },\n    {\n        \"ticker\": \"bnb\",\n        \"name\": \"BNB Smart Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/bnbbsc_331e969a6b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bnbbsc\"\n    },\n    {\n        \"ticker\": \"bnb\",\n        \"name\": \"opBNB (Optimistic Rollup)\",\n        \"image\": \"https://content-api.changenow.io/uploads/opbnb_ad222bd7a1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"opbnb\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"opbnb\"\n    },\n    {\n        \"ticker\": \"sol\",\n        \"name\": \"Solana\",\n        \"image\": \"https://content-api.changenow.io/uploads/sol_3b3f795997.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sol\"\n    },\n    {\n        \"ticker\": \"sol\",\n        \"name\": \"Solana (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/solbsc_0dd217d4e4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x570A5D26f7765Ecb712C0924E4De545B89fD43dF\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"solbsc\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcerc20_acd5759c8c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdc\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcmatic_e5834ebb53.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x3c499c542cef5e3811e1192ce70d8cc03d5c3359\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcmatic\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (SOL)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcsol_9415198300.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcsol\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcbsc_397b9c0f7d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcbsc\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (Tron)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdctrc20_d13d6907e1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"usdctrc20\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (Algorand)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcalgo_57babaf6fa.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"algo\",\n        \"tokenContract\": \"31566704\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcalgo\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcavaxc_3eb967bc2f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcarc20\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdc_op_9a609bcec7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x0b2c639c533813f4aa9d7837caf62653d097ff85\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcop\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcarb_3c8a537dd2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0xaf88d065e77c8cC2239327C5EDb3A432268e5831\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcarb\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdc_e4bd7ca486.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcbase\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (CELO)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdccelo_ace084b4c7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"celo\",\n        \"tokenContract\": \"0xcebA9300f2b948710d2653dD7B07f33A8B32118C\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"usdccelo\"\n    },\n    {\n        \"ticker\": \"ada\",\n        \"name\": \"Cardano\",\n        \"image\": \"https://content-api.changenow.io/uploads/ada_fb42809541.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ada\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ada\"\n    },\n    {\n        \"ticker\": \"doge\",\n        \"name\": \"Dogecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/doge_a0321dc732.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"doge\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"doge\"\n    },\n    {\n        \"ticker\": \"doge\",\n        \"name\": \"Dogecoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dogebsc_1cc6b6693b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xbA2aE424d960c26247Dd6c32edC70B295c744C43\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dogebsc\"\n    },\n    {\n        \"ticker\": \"trx\",\n        \"name\": \"TRON\",\n        \"image\": \"https://content-api.changenow.io/uploads/trx_f14430166e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trx\"\n    },\n    {\n        \"ticker\": \"trx\",\n        \"name\": \"TRON (Binance Smart Chain) (NEW)\",\n        \"image\": \"https://content-api.changenow.io/uploads/trxbsc_d74369155b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trxbsc\"\n    },\n    {\n        \"ticker\": \"leo\",\n        \"name\": \"UNUS SED LEO\",\n        \"image\": \"https://content-api.changenow.io/uploads/leo_a3fdb2fc75.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"leo\"\n    },\n    {\n        \"ticker\": \"link\",\n        \"name\": \"Chainlink\",\n        \"image\": \"https://content-api.changenow.io/uploads/linkerc20_06ed7be828.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x514910771af9ca656af840dff83e8264ecf986ca\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"link\"\n    },\n    {\n        \"ticker\": \"link\",\n        \"name\": \"Chainlink\",\n        \"image\": \"https://content-api.changenow.io/uploads/linkbsc_f067335661.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"linkbsc\"\n    },\n    {\n        \"ticker\": \"link\",\n        \"name\": \"Chainlink (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/linkarb_fcc62da56e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0xf97f4df75117a78c1A5a0DBb814Af92458539FB4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"linkarb\"\n    },\n    {\n        \"ticker\": \"link\",\n        \"name\": \"Chainlink (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/linkmatic_0616a81d47.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"linkmatic\"\n    },\n    {\n        \"ticker\": \"xlm\",\n        \"name\": \"Stellar\",\n        \"image\": \"https://content-api.changenow.io/uploads/xlm_8ef7a0cde8.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xlm\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xlm\"\n    },\n    {\n        \"ticker\": \"hbar\",\n        \"name\": \"Hedera Hashgraph\",\n        \"image\": \"https://content-api.changenow.io/uploads/hbar_7a8aadc6c5.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"hbar\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hbar\"\n    },\n    {\n        \"ticker\": \"avax\",\n        \"name\": \"Avalanche\",\n        \"image\": \"https://content-api.changenow.io/uploads/avaxs_470dc56248.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xchain\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"avax\"\n    },\n    {\n        \"ticker\": \"avax\",\n        \"name\": \"Avalanche (C-Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/avaxs_4e906c3ad4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"cchain\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"avaxc\"\n    },\n    {\n        \"ticker\": \"avax\",\n        \"name\": \"Avalanche (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/avaxbsc_f5cb22f8c1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1ce0c2827e2ef14d5c4f29a091d735a204794041\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"avaxbsc\"\n    },\n    {\n        \"ticker\": \"shib\",\n        \"name\": \"SHIBA INU\",\n        \"image\": \"https://content-api.changenow.io/uploads/shiberc20_d8f268e7aa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"shib\"\n    },\n    {\n        \"ticker\": \"shib\",\n        \"name\": \"SHIBA INU\",\n        \"image\": \"https://content-api.changenow.io/uploads/shibbsc_acef8c245a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2859e4544C4bB03966803b044A93563Bd2D0DD4D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"shibbsc\"\n    },\n    {\n        \"ticker\": \"sui\",\n        \"name\": \"Sui\",\n        \"image\": \"https://content-api.changenow.io/uploads/sui_6d4e2efb11.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sui\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sui\"\n    },\n    {\n        \"ticker\": \"ton\",\n        \"name\": \"Toncoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/ton_e0f171f660.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ton\"\n    },\n    {\n        \"ticker\": \"ton\",\n        \"name\": \"Toncoin (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/toncoin_e7a04b03b5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"toncoin\"\n    },\n    {\n        \"ticker\": \"ton\",\n        \"name\": \"Toncoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tonbsc_788efca86d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x76A797A59Ba2C17726896976B7B3747BfD1d220f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tonbsc\"\n    },\n    {\n        \"ticker\": \"ltc\",\n        \"name\": \"Litecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/ltc_a399d6378f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ltc\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ltc\"\n    },\n    {\n        \"ticker\": \"ltc\",\n        \"name\": \"Litecoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ltcbsc_3378073341.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4338665cbb7b2485a8855a139b75d5e34ab0db94\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ltcbsc\"\n    },\n    {\n        \"ticker\": \"bch\",\n        \"name\": \"Bitcoin Cash\",\n        \"image\": \"https://content-api.changenow.io/uploads/bch_231c3ebd60.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bch\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bch\"\n    },\n    {\n        \"ticker\": \"bch\",\n        \"name\": \"Bitcoin Cash (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bchbsc_004fb68378.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bchbsc\"\n    },\n    {\n        \"ticker\": \"dot\",\n        \"name\": \"Polkadot\",\n        \"image\": \"https://content-api.changenow.io/uploads/dot_c006c687e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"dot\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dot\"\n    },\n    {\n        \"ticker\": \"dot\",\n        \"name\": \"Polkadot (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dotbsc_1e8ea13631.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x7083609fce4d1d8dc0c979aab8c869ea2c873402\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dotbsc\"\n    },\n    {\n        \"ticker\": \"om\",\n        \"name\": \"MANTRA DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/om_cc9b08f45f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3593d125a4f7849a1b059e64f4517a86dd60c95d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"om\"\n    },\n    {\n        \"ticker\": \"om\",\n        \"name\": \"MANTRA (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ombsc_eabc23ead6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ombsc\"\n    },\n    {\n        \"ticker\": \"usde\",\n        \"name\": \"Ethena USDe\",\n        \"image\": \"https://content-api.changenow.io/uploads/usde_5a5d207a70.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4c9edd5852cd905f086c759e8383e09bff1e68b3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usde\"\n    },\n    {\n        \"ticker\": \"dai\",\n        \"name\": \"Dai\",\n        \"image\": \"https://content-api.changenow.io/uploads/dai_5315155551.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6b175474e89094c44da98b954eedeac495271d0f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dai\"\n    },\n    {\n        \"ticker\": \"dai\",\n        \"name\": \"Dai (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/daibsc_9cc7dd8c68.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"daibsc\"\n    },\n    {\n        \"ticker\": \"dai\",\n        \"name\": \"DAI\",\n        \"image\": \"https://content-api.changenow.io/uploads/daimatic_ba4302583e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"daimatic\"\n    },\n    {\n        \"ticker\": \"dai\",\n        \"name\": \"Dai (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/daiarb_99c098d102.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"daiarb\"\n    },\n    {\n        \"ticker\": \"dai\",\n        \"name\": \"Dai (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/daiop_b95c699c18.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"daiop\"\n    },\n    {\n        \"ticker\": \"bgb\",\n        \"name\": \"Bitget Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/bgb_c37385d1dc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x54D2252757e1672EEaD234D27B1270728fF90581\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bgb\"\n    },\n    {\n        \"ticker\": \"xmr\",\n        \"name\": \"Monero\",\n        \"image\": \"https://content-api.changenow.io/uploads/xmr_f7131e8067.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xmr\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xmr\"\n    },\n    {\n        \"ticker\": \"uni\",\n        \"name\": \"Uniswap\",\n        \"image\": \"https://content-api.changenow.io/uploads/uni_e7f3b91b33.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uni\"\n    },\n    {\n        \"ticker\": \"uni\",\n        \"name\": \"Uniswap (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/unibsc_d4626cf059.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xBf5140A22578168FD562DCcF235E5D43A02ce9B1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"unibsc\"\n    },\n    {\n        \"ticker\": \"uni\",\n        \"name\": \"Uniswap (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/uniarb_c3e7133409.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uniarb\"\n    },\n    {\n        \"ticker\": \"near\",\n        \"name\": \"NEAR Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/NEAR_ac5539b7ca.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"near\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"near\"\n    },\n    {\n        \"ticker\": \"near\",\n        \"name\": \"NEAR Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/NEAR_ac5539b7ca.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1fa4a73a3f0133f0025378af00236f3abdee5d63\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nearbsc\"\n    },\n    {\n        \"ticker\": \"apt\",\n        \"name\": \"Aptos\",\n        \"image\": \"https://content-api.changenow.io/uploads/apt_5edc55405a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"apt\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"apt\"\n    },\n    {\n        \"ticker\": \"pepe\",\n        \"name\": \"Pepe\",\n        \"image\": \"https://content-api.changenow.io/uploads/pepe_ebbbab2660.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6982508145454Ce325dDbE47a25d4ec3d2311933\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pepe\"\n    },\n    {\n        \"ticker\": \"okb\",\n        \"name\": \"OKB\",\n        \"image\": \"https://content-api.changenow.io/uploads/okb_958a4b81be.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x75231f58b43240c9718dd58b4967c5114342a86c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"okb\"\n    },\n    {\n        \"ticker\": \"etc\",\n        \"name\": \"Ethereum Classic\",\n        \"image\": \"https://content-api.changenow.io/uploads/etc_42cb359a77.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"etc\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"etc\"\n    },\n    {\n        \"ticker\": \"etc\",\n        \"name\": \"Ethereum Classic (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/etcbsc_fc39c9439f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3d6545b08693dae087e957cb1180ee38b9e3c25e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"etcbsc\"\n    },\n    {\n        \"ticker\": \"ondo\",\n        \"name\": \"Ondo\",\n        \"image\": \"https://content-api.changenow.io/uploads/ondo_6f08986e47.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ondo\"\n    },\n    {\n        \"ticker\": \"aave\",\n        \"name\": \"Aave\",\n        \"image\": \"https://content-api.changenow.io/uploads/aave_10a92c0ead.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aave\"\n    },\n    {\n        \"ticker\": \"aave\",\n        \"name\": \"Aave (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/aavebsc_22ca53dbce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xfb6115445Bff7b52FeB98650C87f44907E58f802\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aavebsc\"\n    },\n    {\n        \"ticker\": \"mnt\",\n        \"name\": \"Mantle (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mnterc20_0546d306d6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3c3a81e81dc49A522A592e7622A7E711c06bf354\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mnterc20\"\n    },\n    {\n        \"ticker\": \"mnt\",\n        \"name\": \"Mantle\",\n        \"image\": \"https://content-api.changenow.io/uploads/mntmain_3949eba65d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mnt\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mntmainnet\"\n    },\n    {\n        \"ticker\": \"trump\",\n        \"name\": \"OFFICIAL TRUMP\",\n        \"image\": \"https://content-api.changenow.io/uploads/trump_d9a23ee4d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trump\"\n    },\n    {\n        \"ticker\": \"cro\",\n        \"name\": \"Cronos (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cro_0f05c4ad63.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cro\"\n    },\n    {\n        \"ticker\": \"cro\",\n        \"name\": \"Cronos\",\n        \"image\": \"https://content-api.changenow.io/uploads/cromainnet_b4b416d65f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"cro\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"cromainnet\"\n    },\n    {\n        \"ticker\": \"cro\",\n        \"name\": \"Cronos (EVM)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cromainnet_b4b416d65f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"croevm\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"croevm\"\n    },\n    {\n        \"ticker\": \"vet\",\n        \"name\": \"VeChain\",\n        \"image\": \"https://content-api.changenow.io/uploads/vet1_578f357f67.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"vet\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vet\"\n    },\n    {\n        \"ticker\": \"vet\",\n        \"name\": \"VeChain (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/vetbsc_ffc204e3ba.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vetbsc\"\n    },\n    {\n        \"ticker\": \"fdusd\",\n        \"name\": \"First Digital USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/fdusderc20_9b2b0d6467.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fdusderc20\"\n    },\n    {\n        \"ticker\": \"fdusd\",\n        \"name\": \"First Digital USD (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fdusdbsc_8455915567.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fdusdbsc\"\n    },\n    {\n        \"ticker\": \"tia\",\n        \"name\": \"Celestia\",\n        \"image\": \"https://content-api.changenow.io/uploads/tia_4ed44a458a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"tia\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tia\"\n    },\n    {\n        \"ticker\": \"kas\",\n        \"name\": \"Kaspa\",\n        \"image\": \"https://content-api.changenow.io/uploads/kaspa_3a12c134af.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"kas\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kas\"\n    },\n    {\n        \"ticker\": \"fil\",\n        \"name\": \"Filecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/fil_a886ca5eb6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"fil\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fil\"\n    },\n    {\n        \"ticker\": \"fil\",\n        \"name\": \"Filecoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/filbsc_37a280a34a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0d8ce2a99bb6e3b7db580ed848240e4a0f9ae153\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"filbsc\"\n    },\n    {\n        \"ticker\": \"gt\",\n        \"name\": \"Gatechain Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/gt_c902e10f8c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe66747a101bff2dba3697199dcce5b743b454759\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gt\"\n    },\n    {\n        \"ticker\": \"algo\",\n        \"name\": \"Algorand\",\n        \"image\": \"https://content-api.changenow.io/uploads/algo_5f31b4a13e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"algo\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"algo\"\n    },\n    {\n        \"ticker\": \"atom\",\n        \"name\": \"Cosmos\",\n        \"image\": \"https://content-api.changenow.io/uploads/atom_4177c38aa8.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"atom\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"atom\"\n    },\n    {\n        \"ticker\": \"atom\",\n        \"name\": \"Cosmos (Binance Smart Chain)\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0eb3a705fc54725037cc9e008bdede697f62f335\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"atombsc\"\n    },\n    {\n        \"ticker\": \"render\",\n        \"name\": \"Render\",\n        \"image\": \"https://content-api.changenow.io/uploads/rndr_e801f311ad.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"rndrizKT3MK1iimdxRdWabcF7Zg7AR5T4nud4EkHBof\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"render\"\n    },\n    {\n        \"ticker\": \"arb\",\n        \"name\": \"Arbitrum\",\n        \"image\": \"https://content-api.changenow.io/uploads/arb_b711c7cb0b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x912CE59144191C1204E64559FE8253a0e49E6548\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arb\"\n    },\n    {\n        \"ticker\": \"s\",\n        \"name\": \"Sonic (ex. FTM)\",\n        \"image\": \"https://content-api.changenow.io/uploads/S_bdfff1dc73.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sonic\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"s\"\n    },\n    {\n        \"ticker\": \"dexe\",\n        \"name\": \"DeXe\",\n        \"image\": \"https://content-api.changenow.io/uploads/dexe_ae9f352de7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dexe\"\n    },\n    {\n        \"ticker\": \"op\",\n        \"name\": \"Optimism\",\n        \"image\": \"https://content-api.changenow.io/uploads/op_e3944c4cf9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x4200000000000000000000000000000000000042\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"op\"\n    },\n    {\n        \"ticker\": \"jup\",\n        \"name\": \"Jupiter\",\n        \"image\": \"https://content-api.changenow.io/uploads/jup_43e5b05f42.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jup\"\n    },\n    {\n        \"ticker\": \"kcs\",\n        \"name\": \"KuCoin Token (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/kcs_f986dc3bf1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf34960d9d60be18cC1D5Afc1A6F012A723a28811\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kcserc20\"\n    },\n    {\n        \"ticker\": \"fet\",\n        \"name\": \"Fetch\",\n        \"image\": \"https://content-api.changenow.io/uploads/fet_6a5c979796.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fet\"\n    },\n    {\n        \"ticker\": \"fet\",\n        \"name\": \"Fetch (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fetbsc_250bc1b6f0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x031b41e504677879370e9dbcf937283a8691fa7f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fetbsc\"\n    },\n    {\n        \"ticker\": \"fet\",\n        \"name\": \"Fetch (Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fet_8fc380eb45.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"fet\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fetmainnet\"\n    },\n    {\n        \"ticker\": \"ena\",\n        \"name\": \"Ethena\",\n        \"image\": \"https://content-api.changenow.io/uploads/ena_2e136f6ec7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x57e114B691Db790C35207b2e685D4A43181e6061\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ena\"\n    },\n    {\n        \"ticker\": \"move\",\n        \"name\": \"Movement\",\n        \"image\": \"https://content-api.changenow.io/uploads/move_f4e51c3b1a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3073f7aAA4DB83f95e9FFf17424F71D4751a3073\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"move\"\n    },\n    {\n        \"ticker\": \"xdc\",\n        \"name\": \"XDC Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/xdc_be2291d191.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xdc\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xdc\"\n    },\n    {\n        \"ticker\": \"mkr\",\n        \"name\": \"Maker\",\n        \"image\": \"https://content-api.changenow.io/uploads/mkr_0e541117cb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mkr\"\n    },\n    {\n        \"ticker\": \"mkr\",\n        \"name\": \"Maker (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mkrbsc_cf0f219239.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5f0da599bb2cccfcf6fdfd7d81743b6020864350\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mkrbsc\"\n    },\n    {\n        \"ticker\": \"stx\",\n        \"name\": \"Stacks\",\n        \"image\": \"https://content-api.changenow.io/uploads/stx_96aa456f0a.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"stx\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stx\"\n    },\n    {\n        \"ticker\": \"inj\",\n        \"name\": \"Injective Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/inj_34bc873730.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa2B726B1145A4773F68593CF171187d8EBe4d495\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"inj\"\n    },\n    {\n        \"ticker\": \"inj\",\n        \"name\": \"Injective (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/injerc20_6b9bbcb8c6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"injerc20\"\n    },\n    {\n        \"ticker\": \"inj\",\n        \"name\": \"Injective (Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/injmainnet_c155cd4e32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"inj\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"injmainnet\"\n    },\n    {\n        \"ticker\": \"wld\",\n        \"name\": \"Worldcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/wlderc20_e7b52c5a30.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x163f8C2467924be0ae7B5347228CABF260318753\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wlderc20\"\n    },\n    {\n        \"ticker\": \"wld\",\n        \"name\": \"Worldcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/wldop_706614f87e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wldop\"\n    },\n    {\n        \"ticker\": \"sei\",\n        \"name\": \"Sei\",\n        \"image\": \"https://content-api.changenow.io/uploads/sei_fda6fbd2c1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sei\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sei\"\n    },\n    {\n        \"ticker\": \"imx\",\n        \"name\": \"Immutable X\",\n        \"image\": \"https://content-api.changenow.io/uploads/imx_ef1a66c21c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf57e7e7c23978c3caec3c3548e3d615c346e79ff\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"imx\"\n    },\n    {\n        \"ticker\": \"qnt\",\n        \"name\": \"Quant\",\n        \"image\": \"https://content-api.changenow.io/uploads/qnt_cde332236b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4a220e6096b25eadb88358cb44068a3248254675\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"qnt\"\n    },\n    {\n        \"ticker\": \"flr\",\n        \"name\": \"Flare\",\n        \"image\": \"https://content-api.changenow.io/uploads/flr_1f417fd49f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"flr\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"flr\"\n    },\n    {\n        \"ticker\": \"theta\",\n        \"name\": \"THETA\",\n        \"image\": \"https://content-api.changenow.io/uploads/theta_aa6e032c6b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"theta\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"theta\"\n    },\n    {\n        \"ticker\": \"grt\",\n        \"name\": \"The Graph\",\n        \"image\": \"https://content-api.changenow.io/uploads/grteth_53f20b36f1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc944e90c64b2c07662a292be6244bdf05cda44a7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"grt\"\n    },\n    {\n        \"ticker\": \"grt\",\n        \"name\": \"The Graph (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/grtarb_c4b68b1ab1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x9623063377AD1B27544C965cCd7342f7EA7e88C7\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"grtarb\"\n    },\n    {\n        \"ticker\": \"grt\",\n        \"name\": \"The Graph (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/grtmatic_bd4d7b6bc8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x5fe2b58c013d7601147dcdd68c143a77499f5531\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"grtmatic\"\n    },\n    {\n        \"ticker\": \"bonk\",\n        \"name\": \"Bonk\",\n        \"image\": \"https://content-api.changenow.io/uploads/bonksol_92b1158255.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bonk\"\n    },\n    {\n        \"ticker\": \"bonk\",\n        \"name\": \"Bonk (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bonkbsc_8f3846879e.png\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xA697e272a73744b343528C3Bc4702F2565b2F422\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bonkbsc\"\n    },\n    {\n        \"ticker\": \"ldo\",\n        \"name\": \"Lido DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/ldo_392cce7fe7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5a98fcbea516cf06857215779fd812ca3bef1b32\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ldo\"\n    },\n    {\n        \"ticker\": \"ldo\",\n        \"name\": \"Lido DAO (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ldoarb_1a42065f4d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ldoarb\"\n    },\n    {\n        \"ticker\": \"eos\",\n        \"name\": \"EOS (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/eosbsc_f766b7e89b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x56b6fb708fc5732dec1afc8d8556423a2edccbd6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eosbsc\"\n    },\n    {\n        \"ticker\": \"pyusd\",\n        \"name\": \"PayPal USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyusd_54389e967f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6c3ea9036406852006290770BEdFcAbA0e23A0e8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pyusd\"\n    },\n    {\n        \"ticker\": \"xaut\",\n        \"name\": \"Tether Gold\",\n        \"image\": \"https://content-api.changenow.io/uploads/xaut_d02e413ebc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x68749665FF8D2d112Fa859AA293F07A622782F38\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xaut\"\n    },\n    {\n        \"ticker\": \"gala\",\n        \"name\": \"Gala (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/galaerc20_066c79f731.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd1d2Eb1B1e90B638588728b4130137D262C87cae\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"galaerc20\"\n    },\n    {\n        \"ticker\": \"xtz\",\n        \"name\": \"Tezos\",\n        \"image\": \"https://content-api.changenow.io/uploads/xtz_6b1354206a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xtz\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xtz\"\n    },\n    {\n        \"ticker\": \"xtz\",\n        \"name\": \"Tezos (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xtz_6b1354206a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x16939ef78684453bfdfb47825f8a5f714f12623a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xtzbsc\"\n    },\n    {\n        \"ticker\": \"nexo\",\n        \"name\": \"Nexo\",\n        \"image\": \"https://content-api.changenow.io/uploads/nexoerc20_d07d93c84c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nexo\"\n    },\n    {\n        \"ticker\": \"nexo\",\n        \"name\": \"Nexo (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/nexopolygon_507d898876.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x41b3966b4ff7b427969ddf5da3627d6aeae9a48e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nexomatic\"\n    },\n    {\n        \"ticker\": \"sand\",\n        \"name\": \"The Sandbox\",\n        \"image\": \"https://content-api.changenow.io/uploads/sand_0c047a7e71.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3845badAde8e6dFF049820680d1F14bD3903a5d0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sand\"\n    },\n    {\n        \"ticker\": \"sand\",\n        \"name\": \"The Sandbox (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sandmatic_7880e53702.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sandmatic\"\n    },\n    {\n        \"ticker\": \"sand\",\n        \"name\": \"The Sandbox (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sandbsc_516f1b6405.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x67b725d7e342d7b611fa85e859df9697d9378b2e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sandbsc\"\n    },\n    {\n        \"ticker\": \"bttc\",\n        \"name\": \"BitTorrent-NEW (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bttc_6bdb83820e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x352Cb5E19b12FC216548a2677bD0fce83BaE434B\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bttcbsc\"\n    },\n    {\n        \"ticker\": \"bttc\",\n        \"name\": \"BitTorrent-New (TRC 20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bttc_6bdb83820e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bttc\"\n    },\n    {\n        \"ticker\": \"bttc\",\n        \"name\": \"BitTorrent-New (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bttcerc20_526378bdb5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc669928185dbce49d2230cc9b0979be6dc797957\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bttcerc20\"\n    },\n    {\n        \"ticker\": \"bsv\",\n        \"name\": \"Bitcoin SV\",\n        \"image\": \"https://content-api.changenow.io/uploads/bsv_f6a9343cec.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsv\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": false,\n        \"legacyTicker\": \"bsv\"\n    },\n    {\n        \"ticker\": \"jto\",\n        \"name\": \"JITO\",\n        \"image\": \"https://content-api.changenow.io/uploads/jto_8d4b89c923.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jto\"\n    },\n    {\n        \"ticker\": \"iota\",\n        \"name\": \"IOTA\",\n        \"image\": \"https://content-api.changenow.io/uploads/iota_78940791b6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"iota\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"iota\"\n    },\n    {\n        \"ticker\": \"iota\",\n        \"name\": \"Iota (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/iotabsc_d31201e79b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd944f1d1e9d5f9bb90b62f9d45e447d989580782\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"iotabep20\"\n    },\n    {\n        \"ticker\": \"jasmy\",\n        \"name\": \"JasmyCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/jasmy_bf9af8de09.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jasmy\"\n    },\n    {\n        \"ticker\": \"kaia\",\n        \"name\": \"Kaia\",\n        \"image\": \"https://content-api.changenow.io/uploads/kaia_7fb4421b9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"kaia\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kaia\"\n    },\n    {\n        \"ticker\": \"bera\",\n        \"name\": \"Berachain\",\n        \"image\": \"https://content-api.changenow.io/uploads/bera_77711c6bf6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bera\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bera\"\n    },\n    {\n        \"ticker\": \"paxg\",\n        \"name\": \"PAX Gold\",\n        \"image\": \"https://content-api.changenow.io/uploads/paxg_991142cc73.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x45804880de22913dafe09f4980848ece6ecbaf78\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"paxg\"\n    },\n    {\n        \"ticker\": \"flow\",\n        \"name\": \"Flow (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/flowbsc_fcb4281bfa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"flowbsc\"\n    },\n    {\n        \"ticker\": \"ens\",\n        \"name\": \"Ethereum Name Service\",\n        \"image\": \"https://content-api.changenow.io/uploads/ens_f219405366.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ens\"\n    },\n    {\n        \"ticker\": \"floki\",\n        \"name\": \"Floki Inu (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/flokibsc_85d911df5f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xfb5b838b6cfeedc2873ab27866079ac55363d37e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"flokibsc\"\n    },\n    {\n        \"ticker\": \"floki\",\n        \"name\": \"Floki Inu (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/floki_b807826113.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xcf0c122c6b73ff809c693db761e7baebe62b6a2e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"floki\"\n    },\n    {\n        \"ticker\": \"neo\",\n        \"name\": \"Neo\",\n        \"image\": \"https://content-api.changenow.io/uploads/neo_90d5506b9b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"neo\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"neo\"\n    },\n    {\n        \"ticker\": \"mana\",\n        \"name\": \"Decentraland\",\n        \"image\": \"https://content-api.changenow.io/uploads/mana_186491bdbc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0f5d2fb29fb7d3cfee444a200298f468908cc942\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mana\"\n    },\n    {\n        \"ticker\": \"mana\",\n        \"name\": \"Decentraland (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/manabsc_1f2abc3e20.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"manabsc\"\n    },\n    {\n        \"ticker\": \"pyth\",\n        \"name\": \"Pyth Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyth_7e8ece761a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pyth\"\n    },\n    {\n        \"ticker\": \"crv\",\n        \"name\": \"Curve DAO Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/crv_a5520e508d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xD533a949740bb3306d119CC777fa900bA034cd52\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"crv\"\n    },\n    {\n        \"ticker\": \"crv\",\n        \"name\": \"Curve DAO Token (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/crvmatic_46e36a9d1f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x172370d5Cd63279eFa6d502DAB29171933a610AF\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"crvmatic\"\n    },\n    {\n        \"ticker\": \"crv\",\n        \"name\": \"Curve DAO Token (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/crvarb_2d8bd6bbce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"crvarb\"\n    },\n    {\n        \"ticker\": \"hnt\",\n        \"name\": \"Helium\",\n        \"image\": \"https://content-api.changenow.io/uploads/HNT_ecdd4e088e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"hntyVP6YFm1Hg25TN9WGLqM12b8TQmcknKrdu1oxWux\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hntsol\"\n    },\n    {\n        \"ticker\": \"axs\",\n        \"name\": \"Axie Infinity\",\n        \"image\": \"https://content-api.changenow.io/uploads/axs_e4497d9093.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xbb0e17ef65f82ab018d8edd776e8dd940327b28b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"axs\"\n    },\n    {\n        \"ticker\": \"axs\",\n        \"name\": \"Axie Infinity (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/axsbsc_247100cfe8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x715d400f88c167884bbcc41c5fea407ed4d2f8a0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"axsbsc\"\n    },\n    {\n        \"ticker\": \"kava\",\n        \"name\": \"Kava\",\n        \"image\": \"https://content-api.changenow.io/uploads/kava_cbc6a0656c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"kava\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kava\"\n    },\n    {\n        \"ticker\": \"zec\",\n        \"name\": \"Zcash\",\n        \"image\": \"https://content-api.changenow.io/uploads/zec_12159711c3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"zec\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zec\"\n    },\n    {\n        \"ticker\": \"zec\",\n        \"name\": \"Zcash (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zecbsc_03eb607170.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1ba42e5193dfa8b03d15dd1b86a3113bbbef8eeb\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"zecbsc\"\n    },\n    {\n        \"ticker\": \"egld\",\n        \"name\": \"MultiversX\",\n        \"image\": \"https://content-api.changenow.io/uploads/egld_c2f2b274c8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"egld\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"egld\"\n    },\n    {\n        \"ticker\": \"egld\",\n        \"name\": \"MultiversX (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/egldbsc_05457dd124.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xbf7c81fff98bbe61b40ed186e4afd6ddd01337fe\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"egldbsc\"\n    },\n    {\n        \"ticker\": \"tusd\",\n        \"name\": \"TrueUSD\",\n        \"image\": \"https://content-api.changenow.io/uploads/tusderc20_cc288eb697.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0000000000085d4780b73119b644ae5ecd22b376\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tusd\"\n    },\n    {\n        \"ticker\": \"tusd\",\n        \"name\": \"TrueUSD (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tusdbsc_e2b5bdce24.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tusdbsc\"\n    },\n    {\n        \"ticker\": \"tusd\",\n        \"name\": \"TrueUSD (Tron)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tusdtrx_5269327514.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tusdtrc20\"\n    },\n    {\n        \"ticker\": \"tusd\",\n        \"name\": \"TrueUSD (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tusdavaxc_3628dec3e5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"tusdarc20\"\n    },\n    {\n        \"ticker\": \"wif\",\n        \"name\": \"dogwifhat\",\n        \"image\": \"https://content-api.changenow.io/uploads/wif_0d1d530071.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wif\"\n    },\n    {\n        \"ticker\": \"strk\",\n        \"name\": \"Starknet\",\n        \"image\": \"https://content-api.changenow.io/uploads/strk_f9e6c1516f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"strk\",\n        \"tokenContract\": \"0x04718f5a0Fc34cC1AF16A1cdee98fFB20C31f5cD61D6Ab07201858f4287c938D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"strkmainnet\"\n    },\n    {\n        \"ticker\": \"cake\",\n        \"name\": \"PancakeSwap (BSC)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cake_f187e84208.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cake\"\n    },\n    {\n        \"ticker\": \"ray\",\n        \"name\": \"Raydium (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ray_0c135b87c0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"raysol\"\n    },\n    {\n        \"ticker\": \"nft\",\n        \"name\": \"APENFT (Tron)\",\n        \"image\": \"https://content-api.changenow.io/uploads/nftbsc_d22a65eaa5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"nfttrc20\"\n    },\n    {\n        \"ticker\": \"ftt\",\n        \"name\": \"FTX Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/ftt_0432f19be0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ftt\"\n    },\n    {\n        \"ticker\": \"xcn\",\n        \"name\": \"Onyxcoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xcnbsc_17ee797ea0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xcnbsc\"\n    },\n    {\n        \"ticker\": \"xcn\",\n        \"name\": \"Onyxcoin (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xcn_5ca9190ea8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xcnerc20\"\n    },\n    {\n        \"ticker\": \"xcn\",\n        \"name\": \"Onyxcoin (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xcn_5ca9190ea8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xcnbase\"\n    },\n    {\n        \"ticker\": \"virtual\",\n        \"name\": \"Virtuals Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/virtual_eth_9d7c7ceb68.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x44ff8620b8cA30902395A7bD3F2407e1A091BF73\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"virtual\"\n    },\n    {\n        \"ticker\": \"virtual\",\n        \"name\": \"Virtuals Protocol (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/virtual_base_5a7836144b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"virtualbase\"\n    },\n    {\n        \"ticker\": \"xec\",\n        \"name\": \"eCash\",\n        \"image\": \"https://content-api.changenow.io/uploads/xec_d4dc9359ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xec\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xec\"\n    },\n    {\n        \"ticker\": \"cfx\",\n        \"name\": \"Conflux\",\n        \"image\": \"https://content-api.changenow.io/uploads/cfxbsc_0198cbf5bd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x045c4324039dA91c52C55DF5D785385Aab073DcF\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cfx\"\n    },\n    {\n        \"ticker\": \"aero\",\n        \"name\": \"Aerodrome Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/aero_e16e924c32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x940181a94A35A4569E4529A3CDfB74e38FD98631\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aero\"\n    },\n    {\n        \"ticker\": \"matic\",\n        \"name\": \"Polygon (Matic)\",\n        \"image\": \"https://content-api.changenow.io/uploads/maticerc20_3ea50caa97.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"matic\"\n    },\n    {\n        \"ticker\": \"matic\",\n        \"name\": \"Polygon (Matic Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/matic_token_f9906e3f5d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"maticmainnet\"\n    },\n    {\n        \"ticker\": \"matic\",\n        \"name\": \"Polygon (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/maticbsc_beaebc6697.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xcc42724c6683b7e57334c4e856f4c9965ed682bd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"maticbsc\"\n    },\n    {\n        \"ticker\": \"chz\",\n        \"name\": \"Chiliz (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/chzeth_ee77c64365.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3506424f91fd33084466f402d5d97f05f8e3b4af\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"chz\"\n    },\n    {\n        \"ticker\": \"chz\",\n        \"name\": \"Chiliz\",\n        \"image\": \"https://content-api.changenow.io/uploads/chzmain_425e5ad57c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"chz\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"chzmainnet\"\n    },\n    {\n        \"ticker\": \"pengu\",\n        \"name\": \"Pudgy Penguins\",\n        \"image\": \"https://content-api.changenow.io/uploads/pengu_cdc71fcbec.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pengu\"\n    },\n    {\n        \"ticker\": \"ape\",\n        \"name\": \"ApeCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/ape_fd3441632d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4d224452801aced8b2f0aebe155379bb5d594381\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ape\"\n    },\n    {\n        \"ticker\": \"ape\",\n        \"name\": \"ApeCoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/apebsc_251e3a40cd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xc762043e211571eb34f1ef377e5e8e76914962f9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"apebsc\"\n    },\n    {\n        \"ticker\": \"melania\",\n        \"name\": \"Official Melania Meme\",\n        \"image\": \"https://content-api.changenow.io/uploads/melania_7bb0ce625f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"FUAfBo2jgks6gB4Z4LfZkqSZgzNucisEHqnNebaRxM1P\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"melania\"\n    },\n    {\n        \"ticker\": \"grass\",\n        \"name\": \"Grass\",\n        \"image\": \"https://content-api.changenow.io/uploads/grass_07d87a23dd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Grass7B4RdKfBCjTKgSqnXkqjwiGvQyFbuSCUJr3XXjs\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"grass\"\n    },\n    {\n        \"ticker\": \"twt\",\n        \"name\": \"TWT\",\n        \"image\": \"https://content-api.changenow.io/uploads/TWT_2adc8d951e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4b0f1812e5df2a09796481ff14017e6005508003\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"twt\"\n    },\n    {\n        \"ticker\": \"comp\",\n        \"name\": \"Compound\",\n        \"image\": \"https://content-api.changenow.io/uploads/comp_85bc45749f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc00e94cb662c3520282e6f5717214004a7f26888\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"comp\"\n    },\n    {\n        \"ticker\": \"comp\",\n        \"name\": \"Compound (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/compbsc_8502e4b1e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"compbsc\"\n    },\n    {\n        \"ticker\": \"kaito\",\n        \"name\": \"KAITO\",\n        \"image\": \"https://content-api.changenow.io/uploads/kaito_54913e4307.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x98d0baa52b2D063E780DE12F615f963Fe8537553\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kaito\"\n    },\n    {\n        \"ticker\": \"pendle\",\n        \"name\": \"Pendle\",\n        \"image\": \"https://content-api.changenow.io/uploads/pendeleth_4d9fa930ce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x808507121B80c02388fAd14726482e061B8da827\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pendle\"\n    },\n    {\n        \"ticker\": \"pendle\",\n        \"name\": \"Pendle (Arbitrum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/pendelarbitrum_2518cd4132.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pendlearb\"\n    },\n    {\n        \"ticker\": \"amp\",\n        \"name\": \"Amp\",\n        \"image\": \"https://content-api.changenow.io/uploads/amp_bfadb9aebc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xff20817765cb7f73d4bde2e66e067e58d11095c2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"amp\"\n    },\n    {\n        \"ticker\": \"waxl\",\n        \"name\": \"Axelar\",\n        \"image\": \"https://content-api.changenow.io/uploads/axlerc20_47b7a68617.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x467719aD09025FcC6cF6F8311755809d45a5E5f3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"axl\"\n    },\n    {\n        \"ticker\": \"axl\",\n        \"name\": \"Axelar (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/axlbsc_c58111767e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"axlbsc\"\n    },\n    {\n        \"ticker\": \"akt\",\n        \"name\": \"Akash Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/akt_c345389157.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"akt\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"akt\"\n    },\n    {\n        \"ticker\": \"lunc\",\n        \"name\": \"Terra Classic\",\n        \"image\": \"https://content-api.changenow.io/uploads/lunc_8d1dd5b681.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"lunc\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lunc\"\n    },\n    {\n        \"ticker\": \"spx\",\n        \"name\": \"SPX6900\",\n        \"image\": \"https://content-api.changenow.io/uploads/spx_8ce9f621b4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xE0f63A424a4439cBE457D80E4f4b51aD25b2c56C\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"spx\"\n    },\n    {\n        \"ticker\": \"gno\",\n        \"name\": \"Gnosis\",\n        \"image\": \"https://content-api.changenow.io/uploads/gno_a941c0053a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6810e776880c02933d47db1b9fc05908e5386b96\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gno\"\n    },\n    {\n        \"ticker\": \"bnx\",\n        \"name\": \"BinaryX (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bnx_31fbfe5620.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bnxbsc\"\n    },\n    {\n        \"ticker\": \"brett\",\n        \"name\": \"Brett (Based)\",\n        \"image\": \"https://content-api.changenow.io/uploads/brett_62e98e9605.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x532f27101965dd16442e59d40670faf5ebb142e4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"brettbase\"\n    },\n    {\n        \"ticker\": \"rsr\",\n        \"name\": \"Reserve Rights\",\n        \"image\": \"https://content-api.changenow.io/uploads/rsr_02eabd98cc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x320623b8e4ff03373931769a31fc52a4e78b5d70\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rsr\"\n    },\n    {\n        \"ticker\": \"morpho\",\n        \"name\": \"Morpho\",\n        \"image\": \"https://content-api.changenow.io/uploads/morpho_820e253bc3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x58D97B57BB95320F9a05dC918Aef65434969c2B2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"morpho\"\n    },\n    {\n        \"ticker\": \"beamx\",\n        \"name\": \"Beam (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/beambsc_52c11afcea.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"beambsc\"\n    },\n    {\n        \"ticker\": \"beamx\",\n        \"name\": \"Beam (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/beamerc20_8563b86c36.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"beamerc20\"\n    },\n    {\n        \"ticker\": \"aioz\",\n        \"name\": \"AIOZ Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/aioz_023bda6ff6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x33d08D8C7a168333a85285a68C0042b39fC3741D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aioz\"\n    },\n    {\n        \"ticker\": \"aiozerc20\",\n        \"name\": \"AIOZ Network (Ethereum)\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x626E8036dEB333b408Be468F951bdB42433cBF18\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"aiozerc20\"\n    },\n    {\n        \"ticker\": \"jst\",\n        \"name\": \"JUST\",\n        \"image\": \"https://content-api.changenow.io/uploads/jst_1292bb4cb8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jst\"\n    },\n    {\n        \"ticker\": \"jst\",\n        \"name\": \"JUST (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/jstbsc_3ce4c004c7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xea998d307aca04d4f0a3b3036aba84ae2e409c0a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jstbsc\"\n    },\n    {\n        \"ticker\": \"glm\",\n        \"name\": \"Golem\",\n        \"image\": \"https://content-api.changenow.io/uploads/glm_a1dec05e6d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"glm\"\n    },\n    {\n        \"ticker\": \"ath\",\n        \"name\": \"Aethir\",\n        \"image\": \"https://content-api.changenow.io/uploads/ath_93db40761c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ath\"\n    },\n    {\n        \"ticker\": \"snx\",\n        \"name\": \"Synthetix Network Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/snxerc20_19ae485296.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"snx\"\n    },\n    {\n        \"ticker\": \"snx\",\n        \"name\": \"Synthetix (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/snxbsc_8dddca07d6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9ac983826058b8a9c7aa1c9171441191232e8404\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"snxbsc\"\n    },\n    {\n        \"ticker\": \"snx\",\n        \"name\": \"Synthetix (Optimism)\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"snxop\"\n    },\n    {\n        \"ticker\": \"dash\",\n        \"name\": \"Dash\",\n        \"image\": \"https://content-api.changenow.io/uploads/dash_e590a664e1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"dash\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dash\"\n    },\n    {\n        \"ticker\": \"1inch\",\n        \"name\": \"1inch Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/1inch_8ec7c90868.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x111111111117dc0aa78b770fa6a738034120c302\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"1inch\"\n    },\n    {\n        \"ticker\": \"1inch\",\n        \"name\": \"1inch Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/1inchbsc_d4cf459d27.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x111111111117dc0aa78b770fa6a738034120c302\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"1inchbsc\"\n    },\n    {\n        \"ticker\": \"sfp\",\n        \"name\": \"SafePal\",\n        \"image\": \"https://content-api.changenow.io/uploads/sfp_2b872b7c7f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd41fdb03ba84762dd66a0af1a6c8540ff1ba5dfb\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sfp\"\n    },\n    {\n        \"ticker\": \"ctc\",\n        \"name\": \"Creditcoin (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ctc_117d17c883.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa3EE21C306A700E682AbCdfe9BaA6A08F3820419\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ctc\"\n    },\n    {\n        \"ticker\": \"eur\",\n        \"name\": \"Euro\",\n        \"image\": \"https://content-api.changenow.io/uploads/eur_2fb3ea3cae.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eur\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"eur\"\n    },\n    {\n        \"ticker\": \"mx\",\n        \"name\": \"MX Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/mx_4e3497f10f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x11eef04c884e24d9b7b4760e7476d06ddf797f36\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mx\"\n    },\n    {\n        \"ticker\": \"eigen\",\n        \"name\": \"EigenLayer\",\n        \"image\": \"https://content-api.changenow.io/uploads/eigen_718c19e1dc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eigen\"\n    },\n    {\n        \"ticker\": \"w\",\n        \"name\": \"Wormhole\",\n        \"image\": \"https://content-api.changenow.io/uploads/wsol_d71261972f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"w\"\n    },\n    {\n        \"ticker\": \"w\",\n        \"name\": \"Wormhole\",\n        \"image\": \"https://content-api.changenow.io/uploads/werc20_f0094c06fc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"werc20\"\n    },\n    {\n        \"ticker\": \"fartcoin\",\n        \"name\": \"Fartcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/fartcoin_440007cf2b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fartcoin\"\n    },\n    {\n        \"ticker\": \"layer\",\n        \"name\": \"Solayer\",\n        \"image\": \"https://content-api.changenow.io/uploads/layer_da3c57fc95.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"LAYER4xPpTCb3QL8S9u41EAhAX7mhBn8Q6xMTwY2Yzc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"layer\"\n    },\n    {\n        \"ticker\": \"zk\",\n        \"name\": \"zkSync\",\n        \"image\": \"https://content-api.changenow.io/uploads/zk_6ef3bc4f08.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"zksync\",\n        \"tokenContract\": \"0x5A7d6b2F92C77FAD6CCaBd7EE0624E64907Eaf3E\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"zk\"\n    },\n    {\n        \"ticker\": \"zil\",\n        \"name\": \"ZIL\",\n        \"image\": \"https://content-api.changenow.io/uploads/zil_8c47267c5d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": true,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"zil\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zil\"\n    },\n    {\n        \"ticker\": \"zil\",\n        \"name\": \"Zilliqa (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zilbsc_a28b9f0271.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zilbsc\"\n    },\n    {\n        \"ticker\": \"blur\",\n        \"name\": \"Blur\",\n        \"image\": \"https://content-api.changenow.io/uploads/blur_9525f8899a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5283d291dbcf85356a21ba090e6db59121208b44\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"blur\"\n    },\n    {\n        \"ticker\": \"bat\",\n        \"name\": \"Basic Attention Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/bat_0f02986b5e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0d8775f648430679a709e98d2b0cb6250d2887ef\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bat\"\n    },\n    {\n        \"ticker\": \"bat\",\n        \"name\": \"Basic Attention Token (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bat_82978b4a66.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x101d82428437127bf1608f699cd651e6abf9766e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"batbsc\"\n    },\n    {\n        \"ticker\": \"not\",\n        \"name\": \"Notcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/not_8516fb9072.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"not\"\n    },\n    {\n        \"ticker\": \"mask\",\n        \"name\": \"Mask Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/mask_83e2803757.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x69af81e73a73b40adf4f3d4223cd9b1ece623074\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mask\"\n    },\n    {\n        \"ticker\": \"mask\",\n        \"name\": \"Mask Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/maskbsc_20090ab461.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"maskbsc\"\n    },\n    {\n        \"ticker\": \"safe\",\n        \"name\": \"Safe\",\n        \"image\": \"https://content-api.changenow.io/uploads/safe_e2706b3d56.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5aFE3855358E112B5647B952709E6165e1c1eEEe\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"safe\"\n    },\n    {\n        \"ticker\": \"super\",\n        \"name\": \"SuperVerse\",\n        \"image\": \"https://content-api.changenow.io/uploads/supererc20_d90fc049fb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"super\"\n    },\n    {\n        \"ticker\": \"vtho\",\n        \"name\": \"VeThor Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/vtho1_d06b2fb523.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"vet\",\n        \"tokenContract\": \"0x0000000000000000000000000000456E65726779\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vtho\"\n    },\n    {\n        \"ticker\": \"zrx\",\n        \"name\": \"0x\",\n        \"image\": \"https://content-api.changenow.io/uploads/zrx_3c56d6d514.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe41d2489571d322189246dafa5ebde1f4699f498\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zrx\"\n    },\n    {\n        \"ticker\": \"id\",\n        \"name\": \"SPACE ID (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/id_843d06931e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2dfF88A56767223A5529eA5960Da7A3F5f766406\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"id\"\n    },\n    {\n        \"ticker\": \"id\",\n        \"name\": \"SPACE ID (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/idbsc_c741c983d7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2dfF88A56767223A5529eA5960Da7A3F5f766406\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"idbsc\"\n    },\n    {\n        \"ticker\": \"ai16z\",\n        \"name\": \"ai16z\",\n        \"image\": \"https://content-api.changenow.io/uploads/ai16z_2263fd01e2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ai16z\"\n    },\n    {\n        \"ticker\": \"lpt\",\n        \"name\": \"Livepeer\",\n        \"image\": \"https://content-api.changenow.io/uploads/lpt_ede7e2ad62.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x58b6a8a3302369daec383334672404ee733ab239\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lpt\"\n    },\n    {\n        \"ticker\": \"trac\",\n        \"name\": \"OriginTrail\",\n        \"image\": \"https://content-api.changenow.io/uploads/trac_3080087a7e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trac\"\n    },\n    {\n        \"ticker\": \"ach\",\n        \"name\": \"ACH\",\n        \"image\": \"https://content-api.changenow.io/uploads/ACH_2992bd0461.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xed04915c23f00a313a544955524eb7dbd823143d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ach\"\n    },\n    {\n        \"ticker\": \"ach\",\n        \"name\": \"Alchemy Pay (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/achbsc_5803d6b744.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xBc7d6B50616989655AfD682fb42743507003056D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"achbsc\"\n    },\n    {\n        \"ticker\": \"babydoge\",\n        \"name\": \"Baby Doge Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/babydoge_e23b3e7454.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xc748673057861a797275cd8a068abb95a902e8de\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"babydoge\"\n    },\n    {\n        \"ticker\": \"osmo\",\n        \"name\": \"Osmosis\",\n        \"image\": \"https://content-api.changenow.io/uploads/osmo_af07dcb23f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"osmo\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"osmo\"\n    },\n    {\n        \"ticker\": \"cvx\",\n        \"name\": \"Convex Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/cvx_6f0c020f95.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cvx\"\n    },\n    {\n        \"ticker\": \"popcat\",\n        \"name\": \"Popcat\",\n        \"image\": \"https://content-api.changenow.io/uploads/popcat_bdedaa59d8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"popcat\"\n    },\n    {\n        \"ticker\": \"hot\",\n        \"name\": \"Holo\",\n        \"image\": \"https://content-api.changenow.io/uploads/hot_698f414f1c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6c6ee5e31d828de241282b9606c8e98ea48526e2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hot\"\n    },\n    {\n        \"ticker\": \"zro\",\n        \"name\": \"LayerZero (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zroerc20_b7e5668ca0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6985884c4392d348587b19cb9eaaf157f13271cd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zroerc20\"\n    },\n    {\n        \"ticker\": \"zro\",\n        \"name\": \"LayerZero (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zroarb_8ee268ebb9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x6985884C4392D348587B19cb9eAAf157F13271cd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zroarb\"\n    },\n    {\n        \"ticker\": \"zro\",\n        \"name\": \"LayerZero (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zrobsc_7446cb6053.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6985884c4392d348587b19cb9eaaf157f13271cd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zrobsc\"\n    },\n    {\n        \"ticker\": \"zro\",\n        \"name\": \"LayerZero (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zro_b18eef77ac.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x6985884C4392D348587B19cb9eAAf157F13271cd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zrobase\"\n    },\n    {\n        \"ticker\": \"dcr\",\n        \"name\": \"Decred\",\n        \"image\": \"https://content-api.changenow.io/uploads/dcr_86b4aa7930.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"dcr\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dcr\"\n    },\n    {\n        \"ticker\": \"elf\",\n        \"name\": \"aelf\",\n        \"image\": \"https://content-api.changenow.io/uploads/elf_d280da86cf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"elf\"\n    },\n    {\n        \"ticker\": \"elf\",\n        \"name\": \"aelf (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/elfbsc_5a2d901729.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"elfbsc\"\n    },\n    {\n        \"ticker\": \"gas\",\n        \"name\": \"Neo Gas\",\n        \"image\": \"https://content-api.changenow.io/uploads/gas_e9ad86b922.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"neo\",\n        \"tokenContract\": \"602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gas\"\n    },\n    {\n        \"ticker\": \"celo\",\n        \"name\": \"Celo\",\n        \"image\": \"https://content-api.changenow.io/uploads/celo_43c31c2a93.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"celo\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"celo\"\n    },\n    {\n        \"ticker\": \"act\",\n        \"name\": \"Act I : The AI Prophecy\",\n        \"image\": \"https://content-api.changenow.io/uploads/act_6341fd54ed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"GJAFwWjJ3vnTsrQVabjBVK2TYB1YtRCQXRDfDgUnpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"actsol\"\n    },\n    {\n        \"ticker\": \"moca\",\n        \"name\": \"Moca Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/moca_20d5394598.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xF944e35f95E819E752f3cCB5Faf40957d311e8c5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"moca\"\n    },\n    {\n        \"ticker\": \"rvn\",\n        \"name\": \"Ravencoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/rvn_f11349146c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"rvn\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rvn\"\n    },\n    {\n        \"ticker\": \"ankr\",\n        \"name\": \"Ankr\",\n        \"image\": \"https://content-api.changenow.io/uploads/ankr_b231d4df94.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8290333cef9e6d528dd5618fb97a76f268f3edd4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ankr\"\n    },\n    {\n        \"ticker\": \"ankr\",\n        \"name\": \"ANKR (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ankr_e70af85ea3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf307910a4c7bbc79691fd374889b36d8531b08e3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ankrbsc\"\n    },\n    {\n        \"ticker\": \"pnut\",\n        \"name\": \"Peanut the Squirrel\",\n        \"image\": \"https://content-api.changenow.io/uploads/pnut_fadca31785.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"2qEHjDLDLbuBgRYvsxhc5D6uDWAivNFZGan56P1tpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pnut\"\n    },\n    {\n        \"ticker\": \"cheems\",\n        \"name\": \"Cheems\",\n        \"image\": \"https://content-api.changenow.io/uploads/cheems_84bc133c4f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0DF0587216a4a1bB7d5082fdc491d93d2dD4B413\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cheems\"\n    },\n    {\n        \"ticker\": \"mog\",\n        \"name\": \"Mog Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/mog_457505a2dd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"mog\"\n    },\n    {\n        \"ticker\": \"mog\",\n        \"name\": \"Mog Coin (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mogbase_ab173e76ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"mogbase\"\n    },\n    {\n        \"ticker\": \"ftn\",\n        \"name\": \"Fasttoken (Bahamut)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ftn_3368e76e27.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ftn\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ftn\"\n    },\n    {\n        \"ticker\": \"dhn\",\n        \"name\": \"Dohrnii\",\n        \"image\": \"https://content-api.changenow.io/uploads/dhn_2c364ae971.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x32462bA310E447eF34FF0D15BCE8613aa8C4A244\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"dhn\"\n    },\n    {\n        \"ticker\": \"tel\",\n        \"name\": \"Telcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/tel_a4faeb5540.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x467Bccd9d29f223BcE8043b84E8C8B282827790F\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"tel\"\n    },\n    {\n        \"ticker\": \"tel\",\n        \"name\": \"Telcoin (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/telmatic_17fde57bd6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"telmatic\"\n    },\n    {\n        \"ticker\": \"white\",\n        \"name\": \"WhiteRock\",\n        \"image\": \"https://content-api.changenow.io/uploads/white_c042777e0d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9cdf242Ef7975D8c68D5C1F5B6905801699b1940\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"white\"\n    },\n    {\n        \"ticker\": \"frax\",\n        \"name\": \"frax\",\n        \"image\": \"https://content-api.changenow.io/uploads/frax_a263442702.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x853d955acef822db058eb8505911ed77f175b99e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"frax\"\n    },\n    {\n        \"ticker\": \"stik\",\n        \"name\": \"Staika\",\n        \"image\": \"https://content-api.changenow.io/uploads/stik_16eb83918a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"8BMzMi2XxZn9afRaMx5Z6fauk9foHXqV5cLTCYWRcVje\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stik\"\n    },\n    {\n        \"ticker\": \"snek\",\n        \"name\": \"Snek\",\n        \"image\": \"https://content-api.changenow.io/uploads/snek_v2_bd9190c83f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ada\",\n        \"tokenContract\": \"279c909f348e533da5808898f87f9a14bb2c3dfbbacccd631d927a3f534e454b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"snek\"\n    },\n    {\n        \"ticker\": \"vvv\",\n        \"name\": \"Venice Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/vvv_644c6cfa86.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vvv\"\n    },\n    {\n        \"ticker\": \"usdd\",\n        \"name\": \"USDD\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdd_37f8aaf9a5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0c10bf8fcb7bf5412187a595ab97a3609160b5c6\",\n        \"buy\": true,\n        \"sell\": false,\n        \"legacyTicker\": \"usdd\"\n    },\n    {\n        \"ticker\": \"usdd\",\n        \"name\": \"USDD (TRC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usddtrc20_73be2a6fcd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"usddtrc20\"\n    },\n    {\n        \"ticker\": \"usdd\",\n        \"name\": \"USDD (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usddbsc_129e4ac68b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd17479997F34dd9156Deef8F95A52D81D265be9c\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"usddbsc\"\n    },\n    {\n        \"ticker\": \"xem\",\n        \"name\": \"NEM\",\n        \"image\": \"https://content-api.changenow.io/uploads/xem_fa2a5623df.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xem\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": false,\n        \"legacyTicker\": \"xem\"\n    },\n    {\n        \"ticker\": \"auction\",\n        \"name\": \"Bounce Governance Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/auction_8c0eb1f8bc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1188d953afc697c031851169eef640f23ac8529c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"auction\"\n    },\n    {\n        \"ticker\": \"auction\",\n        \"name\": \"Bounce Governance Token (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/auction_910e197615.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"auctionerc20\"\n    },\n    {\n        \"ticker\": \"yfi\",\n        \"name\": \"yearn.finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/yfi_7b99a7b444.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"yfi\"\n    },\n    {\n        \"ticker\": \"yfi\",\n        \"name\": \"yearn.finance (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/yfibsc_58da6ee322.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x88f1a5ae2a3bf98aeaf342d26b30a79438c9142e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"yfibsc\"\n    },\n    {\n        \"ticker\": \"t\",\n        \"name\": \"Threshold\",\n        \"image\": \"https://content-api.changenow.io/uploads/t_c8649fbc8a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xCdF7028ceAB81fA0C6971208e83fa7872994beE5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"t\"\n    },\n    {\n        \"ticker\": \"waves\",\n        \"name\": \"Waves\",\n        \"image\": \"https://content-api.changenow.io/uploads/waves_c7f60b878c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"waves\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": false,\n        \"legacyTicker\": \"waves\"\n    },\n    {\n        \"ticker\": \"mew\",\n        \"name\": \"cat in a dogs world\",\n        \"image\": \"https://content-api.changenow.io/uploads/mew_6e0bcf0508.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"MEW1gQWJ3nEXg2qgERiKu7FAFj79PHvQVREQUzScPP5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mew\"\n    },\n    {\n        \"ticker\": \"toshi\",\n        \"name\": \"Toshi\",\n        \"image\": \"https://content-api.changenow.io/uploads/toshi_3e8fe54e40.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"toshi\"\n    },\n    {\n        \"ticker\": \"iotx\",\n        \"name\": \"IoTeX\",\n        \"image\": \"https://content-api.changenow.io/uploads/iotx_6fd9131673.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"iotx\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"iotx\"\n    },\n    {\n        \"ticker\": \"iotx\",\n        \"name\": \"IoTeX\",\n        \"image\": \"https://content-api.changenow.io/uploads/iotx_6fd9131673.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9678e42cebeb63f23197d726b29b1cb20d0064e5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"iotxbsc\"\n    },\n    {\n        \"ticker\": \"sushi\",\n        \"name\": \"SushiSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/shushi_7804381157.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6B3595068778DD592e39A122f4f5a5cF09C90fE2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sushi\"\n    },\n    {\n        \"ticker\": \"sushi\",\n        \"name\": \"SushiSwap (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sushibsc_64c5917bbd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x947950BcC74888a40Ffa2593C5798F11Fc9124C4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sushibsc\"\n    },\n    {\n        \"ticker\": \"one\",\n        \"name\": \"Harmony\",\n        \"image\": \"https://content-api.changenow.io/uploads/one_192d27ba69.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"one\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"one\"\n    },\n    {\n        \"ticker\": \"ethfi\",\n        \"name\": \"ether.fi\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethfi_09c17d8e09.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ethfi\"\n    },\n    {\n        \"ticker\": \"sun\",\n        \"name\": \"Sun\",\n        \"image\": \"https://content-api.changenow.io/uploads/sun_cb41379057.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sun\"\n    },\n    {\n        \"ticker\": \"sun\",\n        \"name\": \"Sun (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sunbsc_0034476143.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa1e6c58d503e4eee986167f45a063853cefe08c3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sunbsc\"\n    },\n    {\n        \"ticker\": \"woo\",\n        \"name\": \"WOO Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/woobsc_a2e0b40f2a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4691937a7508860F876c9c0a2a617E7d9E945D4B\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"woobsc\"\n    },\n    {\n        \"ticker\": \"woo\",\n        \"name\": \"WOO Network (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wooeth_3ce3789236.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4691937a7508860F876c9c0a2a617E7d9E945D4B\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"woo\"\n    },\n    {\n        \"ticker\": \"woo\",\n        \"name\": \"WOO Network (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wooarb_99dd880928.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wooarb\"\n    },\n    {\n        \"ticker\": \"zeta\",\n        \"name\": \"ZetaChain\",\n        \"image\": \"https://content-api.changenow.io/uploads/zeta_759adeba3f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"zeta\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"zeta\"\n    },\n    {\n        \"ticker\": \"zeta\",\n        \"name\": \"ZetaChain (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zetaerc20_5a45de9747.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf091867EC603A6628eD83D274E835539D82e9cc8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zetaerc20\"\n    },\n    {\n        \"ticker\": \"turbo\",\n        \"name\": \"Turbo\",\n        \"image\": \"https://content-api.changenow.io/uploads/turbo_73b172c648.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xA35923162C49cF95e6BF26623385eb431ad920D3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"turbo\"\n    },\n    {\n        \"ticker\": \"ethw\",\n        \"name\": \"ETHPoW\",\n        \"image\": \"https://content-api.changenow.io/uploads/ethw_6a0866fa46.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ethw\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ethw\"\n    },\n    {\n        \"ticker\": \"skl\",\n        \"name\": \"SKALE Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/skl_181ebe0868.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"skl\"\n    },\n    {\n        \"ticker\": \"uxlink\",\n        \"name\": \"UXLINK\",\n        \"image\": \"https://content-api.changenow.io/uploads/uxlink_b6ceccbc28.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x1A6B3A62391ECcaaa992ade44cd4AFe6bEC8CfF1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uxlink\"\n    },\n    {\n        \"ticker\": \"drift\",\n        \"name\": \"Drift\",\n        \"image\": \"https://content-api.changenow.io/uploads/drift_67ca30ca79.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"DriFtupJYLTosbwoN8koMbEYSx54aFAVLddWsbksjwg7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"drift\"\n    },\n    {\n        \"ticker\": \"xno\",\n        \"name\": \"Nano\",\n        \"image\": \"https://content-api.changenow.io/uploads/nano_c15628fb77.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"nano\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nano\"\n    },\n    {\n        \"ticker\": \"zen\",\n        \"name\": \"Horizen\",\n        \"image\": \"https://content-api.changenow.io/uploads/zen_b56d8e0458.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"zen\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zen\"\n    },\n    {\n        \"ticker\": \"red\",\n        \"name\": \"RedStone\",\n        \"image\": \"https://content-api.changenow.io/uploads/red_f10b2e45fd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc43C6bfeDA065fE2c4c11765Bf838789bd0BB5dE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"red\"\n    },\n    {\n        \"ticker\": \"me\",\n        \"name\": \"Magic Eden\",\n        \"image\": \"https://content-api.changenow.io/uploads/me_f72ac8d4df.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"MEFNBXixkEbait3xn9bkm8WsJzXtVsaJEn4c8Sam21u\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"me\"\n    },\n    {\n        \"ticker\": \"xyo\",\n        \"name\": \"XYO\",\n        \"image\": \"https://content-api.changenow.io/uploads/xyo_c82ce6b3c8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x55296f69f40ea6d20e478533c15a6b08b654e758\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xyo\"\n    },\n    {\n        \"ticker\": \"dgb\",\n        \"name\": \"DigiByte\",\n        \"image\": \"https://content-api.changenow.io/uploads/dgb_3f8cfbf855.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"dgb\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dgb\"\n    },\n    {\n        \"ticker\": \"lrc\",\n        \"name\": \"Loopring\",\n        \"image\": \"https://content-api.changenow.io/uploads/lrc_71a3056d1a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lrc\"\n    },\n    {\n        \"ticker\": \"lrc\",\n        \"name\": \"Loopring (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/lrcbsc_4b7fd54fd7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x66e4d38b20173F509A1fF5d82866949e4fE898da\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"lrcbsc\"\n    },\n    {\n        \"ticker\": \"hmstr\",\n        \"name\": \"Hamster Kombat\",\n        \"image\": \"https://content-api.changenow.io/uploads/hmstr_6fe2046943.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQAJ8uWd7EBqsmpSWaRdf_I-8R8-XHwh3gsNKhy-UrdrPcUo\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hmstr\"\n    },\n    {\n        \"ticker\": \"gmx\",\n        \"name\": \"GMX (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmx_47b9f90d27.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x62edc0692BD897D2295872a9FFCac5425011c661\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gmx\"\n    },\n    {\n        \"ticker\": \"gmx\",\n        \"name\": \"GMX (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmxarb_c15ddaa6d4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gmxarb\"\n    },\n    {\n        \"ticker\": \"eurc\",\n        \"name\": \"EURC\",\n        \"image\": \"https://content-api.changenow.io/uploads/eurc_f5aeb5c6c5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eurc\"\n    },\n    {\n        \"ticker\": \"dsync\",\n        \"name\": \"Destra Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/dsync_a5cdb8e430.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf94e7d0710709388bCe3161C32B4eEA56d3f91CC\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dsync\"\n    },\n    {\n        \"ticker\": \"gmt\",\n        \"name\": \"stepn\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmt_e27f9f4d21.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gmt\"\n    },\n    {\n        \"ticker\": \"gmt\",\n        \"name\": \"STEPN (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmtsol_49e91c0053.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gmtsol\"\n    },\n    {\n        \"ticker\": \"gmt\",\n        \"name\": \"STEPN (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gmterc20_3ca0bb6657.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe3c408BD53c31C085a1746AF401A4042954ff740\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gmterc20\"\n    },\n    {\n        \"ticker\": \"cspr\",\n        \"name\": \"Casper (Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cspr_6b9596bd3c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"cspr\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cspr\"\n    },\n    {\n        \"ticker\": \"luna\",\n        \"name\": \"Terra\",\n        \"image\": \"https://content-api.changenow.io/uploads/luna_0e3dc817c8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"luna\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"luna\"\n    },\n    {\n        \"ticker\": \"mplx\",\n        \"name\": \"Metaplex\",\n        \"image\": \"https://content-api.changenow.io/uploads/mplx_85100747e6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"METAewgxyPbgwsseH8T16a39CQ5VyVxZi9zXiDPY18m\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mplx\"\n    },\n    {\n        \"ticker\": \"g\",\n        \"name\": \"Gravity\",\n        \"image\": \"https://content-api.changenow.io/uploads/gerc20_d730ed1444.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gerc20\"\n    },\n    {\n        \"ticker\": \"g\",\n        \"name\": \"Gravity (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gbsc_32b74d802e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gbsc\"\n    },\n    {\n        \"ticker\": \"fxs\",\n        \"name\": \"Frax Share\",\n        \"image\": \"https://content-api.changenow.io/uploads/fxs_ba35e050d3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fxs\"\n    },\n    {\n        \"ticker\": \"ont\",\n        \"name\": \"Ontology\",\n        \"image\": \"https://content-api.changenow.io/uploads/ont_6a332b4146.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ont\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ont\"\n    },\n    {\n        \"ticker\": \"ont\",\n        \"name\": \"Ontology\",\n        \"image\": \"https://content-api.changenow.io/uploads/ontbsc_75c7316124.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xfd7b3a77848f1c2d67e05e54d78d174a0c850335\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ontbsc\"\n    },\n    {\n        \"ticker\": \"b3\",\n        \"name\": \"B3\",\n        \"image\": \"https://content-api.changenow.io/uploads/b3_3bf4f393ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xB3B32F9f8827D4634fE7d973Fa1034Ec9fdDB3B3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"b3\"\n    },\n    {\n        \"ticker\": \"sxp\",\n        \"name\": \"Solar Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/sxpmainnet_171965eece.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sxp\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sxpmainnet\"\n    },\n    {\n        \"ticker\": \"polyx\",\n        \"name\": \"Polymesh\",\n        \"image\": \"https://content-api.changenow.io/uploads/polyx_35e8db28de.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"polyx\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"polyx\"\n    },\n    {\n        \"ticker\": \"prime\",\n        \"name\": \"Echelon Prime\",\n        \"image\": \"https://content-api.changenow.io/uploads/primeerc20_409fdb4aed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb23d80f5fefcddaa212212f028021b41ded428cf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"prime\"\n    },\n    {\n        \"ticker\": \"io\",\n        \"name\": \"io.net\",\n        \"image\": \"https://content-api.changenow.io/uploads/io_c969ada05b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"BZLbGTNCSFfoth2GYDtwr7e4imWzpR5jqcUuGEwr646K\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"io\"\n    },\n    {\n        \"ticker\": \"band\",\n        \"name\": \"Band (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/band_aa7a9c52ab.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xba11d00c5f74255f56a5e366f4f77f5a186d7f55\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"band\"\n    },\n    {\n        \"ticker\": \"band\",\n        \"name\": \"Band (Mainnet)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bandmainnet_7bce83c11a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"band\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bandmainnet\"\n    },\n    {\n        \"ticker\": \"band\",\n        \"name\": \"Band Protocol (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bandbsc_a5656f2f66.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bandbsc\"\n    },\n    {\n        \"ticker\": \"arkm\",\n        \"name\": \"Arkham\",\n        \"image\": \"https://content-api.changenow.io/uploads/arkm_310fe1c0c6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6E2a43be0B1d33b726f0CA3b8de60b3482b8b050\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arkm\"\n    },\n    {\n        \"ticker\": \"cow\",\n        \"name\": \"CoW Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/cow_894f8f2a56.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cow\"\n    },\n    {\n        \"ticker\": \"bio\",\n        \"name\": \"Bio Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/bio_cd61a5ea62.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xcb1592591996765Ec0eFc1f92599A19767ee5ffA\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bio\"\n    },\n    {\n        \"ticker\": \"lcx\",\n        \"name\": \"LCX\",\n        \"image\": \"https://content-api.changenow.io/uploads/lcx_f3feaced1e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x037A54AaB062628C9Bbae1FDB1583c195585fe41\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lcx\"\n    },\n    {\n        \"ticker\": \"zig\",\n        \"name\": \"ZIGChain\",\n        \"image\": \"https://content-api.changenow.io/uploads/zig_981f500687.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb2617246d0c6c0087f18703d576831899ca94f01\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zig\"\n    },\n    {\n        \"ticker\": \"storj\",\n        \"name\": \"Storj\",\n        \"image\": \"https://content-api.changenow.io/uploads/storj_90e7d90513.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"storj\"\n    },\n    {\n        \"ticker\": \"giga\",\n        \"name\": \"Gigachad\",\n        \"image\": \"https://content-api.changenow.io/uploads/giga_ba1d39777c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"63LfDmNb3MQ8mw9MtZ2To9bEA2M71kZUUGq5tiJxcqj9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"giga\"\n    },\n    {\n        \"ticker\": \"coti\",\n        \"name\": \"COTI\",\n        \"image\": \"https://content-api.changenow.io/uploads/coti_40a1ded720.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xddb3422497e61e13543bea06989c0789117555c5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"coti\"\n    },\n    {\n        \"ticker\": \"coti\",\n        \"name\": \"COTI (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cotibsc_e3d0119f69.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cotibsc\"\n    },\n    {\n        \"ticker\": \"stpt\",\n        \"name\": \"Standard Tokenization Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/stpt_f6598137db.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xde7d85157d9714eadf595045cc12ca4a5f3e2adb\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stpt\"\n    },\n    {\n        \"ticker\": \"usual\",\n        \"name\": \"Usual\",\n        \"image\": \"https://content-api.changenow.io/uploads/usual_58ff1d01b9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usual\"\n    },\n    {\n        \"ticker\": \"prom\",\n        \"name\": \"Prom\",\n        \"image\": \"https://content-api.changenow.io/uploads/prom_f45884f588.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfc82bb4ba86045Af6F327323a46E80412b91b27d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"prom\"\n    },\n    {\n        \"ticker\": \"prom\",\n        \"name\": \"Prom (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/prombsc_da3961e042.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"prombsc\"\n    },\n    {\n        \"ticker\": \"neiro\",\n        \"name\": \"First Neiro On Ethereum\",\n        \"image\": \"https://content-api.changenow.io/uploads/neiro_3846ef67f3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"neiro\"\n    },\n    {\n        \"ticker\": \"bico\",\n        \"name\": \"bico\",\n        \"image\": \"https://content-api.changenow.io/uploads/bico_aa5bc01802.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf17e65822b568b3903685a7c9f496cf7656cc6c2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bico\"\n    },\n    {\n        \"ticker\": \"fida\",\n        \"name\": \"Bonfida\",\n        \"image\": \"https://content-api.changenow.io/uploads/fida_d776305c63.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fida\"\n    },\n    {\n        \"ticker\": \"audio\",\n        \"name\": \"Audius\",\n        \"image\": \"https://content-api.changenow.io/uploads/audio_c53ec75142.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x18aaa7115705e8be94bffebde57af9bfc265b998\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"audio\"\n    },\n    {\n        \"ticker\": \"rpl\",\n        \"name\": \"Rocket Pool\",\n        \"image\": \"https://content-api.changenow.io/uploads/rpl_a8034e0606.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xD33526068D116cE69F19A9ee46F0bd304F21A51f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rpl\"\n    },\n    {\n        \"ticker\": \"swftc\",\n        \"name\": \"SwftCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/swftc_4b515110b7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"swftc\"\n    },\n    {\n        \"ticker\": \"icx\",\n        \"name\": \"ICON\",\n        \"image\": \"https://content-api.changenow.io/uploads/icx_ab7dd73fea.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"icx\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"icx\"\n    },\n    {\n        \"ticker\": \"aevo\",\n        \"name\": \"AEVO\",\n        \"image\": \"https://content-api.changenow.io/uploads/aevo_56de01acf4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xB528edBef013aff855ac3c50b381f253aF13b997\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aevo\"\n    },\n    {\n        \"ticker\": \"anime\",\n        \"name\": \"Animecoin (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/anime_4366c83a24.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4DC26fC5854e7648a064a4ABD590bBE71724C277\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"animeerc20\"\n    },\n    {\n        \"ticker\": \"anime\",\n        \"name\": \"Animecoin (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/anime_4366c83a24.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x37a645648dF29205C6261289983FB04ECD70b4B3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"animearb\"\n    },\n    {\n        \"ticker\": \"metis\",\n        \"name\": \"MetisDAO (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/metis_033b1c8f73.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9E32b13ce7f2E80A01932B42553652E053D6ed8e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"metiserc20\"\n    },\n    {\n        \"ticker\": \"velo\",\n        \"name\": \"Velo\",\n        \"image\": \"https://content-api.changenow.io/uploads/velo_ce21e10135.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf486ad071f3bEE968384D2E39e2D8aF0fCf6fd46\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"velo\"\n    },\n    {\n        \"ticker\": \"meme\",\n        \"name\": \"Memecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/meme_49a6e6758f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"memecoin\"\n    },\n    {\n        \"ticker\": \"aixbt\",\n        \"name\": \"aixbt by Virtuals\",\n        \"image\": \"https://content-api.changenow.io/uploads/aixbt_869d10468e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aixbt\"\n    },\n    {\n        \"ticker\": \"flux\",\n        \"name\": \"Flux\",\n        \"image\": \"https://content-api.changenow.io/uploads/flux_3105d7b39d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xaff9084f2374585879e8b434c399e29e80cce635\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"flux\"\n    },\n    {\n        \"ticker\": \"flux\",\n        \"name\": \"Flux (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fluxerc20_6d65523b52.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x720CD16b011b987Da3518fbf38c3071d4F0D1495\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fluxerc20\"\n    },\n    {\n        \"ticker\": \"uma\",\n        \"name\": \"UMA\",\n        \"image\": \"https://content-api.changenow.io/uploads/uma_009c3d6ecf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uma\"\n    },\n    {\n        \"ticker\": \"manta\",\n        \"name\": \"Manta Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/manta_c6a8585b7a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"manta\",\n        \"tokenContract\": \"0x95CeF13441Be50d20cA4558CC0a27B601aC544E5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"manta\"\n    },\n    {\n        \"ticker\": \"cvc\",\n        \"name\": \"Civic\",\n        \"image\": \"https://content-api.changenow.io/uploads/cvc_3269edc04e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x41e5560054824ea6b0732e656e3ad64e20e94e45\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cvc\"\n    },\n    {\n        \"ticker\": \"lsk\",\n        \"name\": \"Lisk\",\n        \"image\": \"https://content-api.changenow.io/uploads/lskerc20_5d5a142ec1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6033F7f88332B8db6ad452B7C6D5bB643990aE3f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lskerc20\"\n    },\n    {\n        \"ticker\": \"acx\",\n        \"name\": \"Across Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/acx_76394bf67a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"acx\"\n    },\n    {\n        \"ticker\": \"bome\",\n        \"name\": \"BOOK OF MEME\",\n        \"image\": \"https://content-api.changenow.io/uploads/bome_6f7a13d820.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"ukHH6c7mMyiWCf1b9pnWe25TSpkDDt3H5pQZgZ74J82\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bome\"\n    },\n    {\n        \"ticker\": \"rare\",\n        \"name\": \"SuperRare\",\n        \"image\": \"https://content-api.changenow.io/uploads/rare_12162cdc31.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xba5BDe662c17e2aDFF1075610382B9B691296350\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rare\"\n    },\n    {\n        \"ticker\": \"snt\",\n        \"name\": \"Status\",\n        \"image\": \"https://content-api.changenow.io/uploads/snt_4c94a893dc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x744d70fdbe2ba4cf95131626614a1763df805b9e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"snt\"\n    },\n    {\n        \"ticker\": \"powr\",\n        \"name\": \"Power Ledger\",\n        \"image\": \"https://content-api.changenow.io/uploads/powr_349cfcee9c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x595832f8fc6bf59c85c527fec3740a1b7a361269\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"powr\"\n    },\n    {\n        \"ticker\": \"spell\",\n        \"name\": \"Spell Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/spell_7cd1dc493a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x090185f2135308bad17527004364ebcc2d37e5f6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"spell\"\n    },\n    {\n        \"ticker\": \"alt\",\n        \"name\": \"Altlayer\",\n        \"image\": \"https://content-api.changenow.io/uploads/alt_34b6d6123f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alt\"\n    },\n    {\n        \"ticker\": \"pha\",\n        \"name\": \"Phala Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/pha_1c8415f44f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6c5bA91642F10282b576d91922Ae6448C9d52f4E\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pha\"\n    },\n    {\n        \"ticker\": \"pha\",\n        \"name\": \"Phala Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/phabsc_47f7a8749b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0112e557d400474717056C4e6D40eDD846F38351\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"phabsc\"\n    },\n    {\n        \"ticker\": \"iq\",\n        \"name\": \"Everipedia\",\n        \"image\": \"https://content-api.changenow.io/uploads/iq_eb6a5b8fb2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"iq\"\n    },\n    {\n        \"ticker\": \"tnsr\",\n        \"name\": \"Tensor\",\n        \"image\": \"https://content-api.changenow.io/uploads/tnsr_35032f012a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"TNSRxcUxoT9xBG3de7PiJyTDYu7kskLqcpddxnEJAS6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tnsr\"\n    },\n    {\n        \"ticker\": \"xvs\",\n        \"name\": \"Venus\",\n        \"image\": \"https://content-api.changenow.io/uploads/xvs_288a5b944c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xvs\"\n    },\n    {\n        \"ticker\": \"rlc\",\n        \"name\": \"iExec\",\n        \"image\": \"https://content-api.changenow.io/uploads/rlc_3167c6b2ca.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x607F4C5BB672230e8672085532f7e901544a7375\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rlc\"\n    },\n    {\n        \"ticker\": \"ipmb\",\n        \"name\": \"IPMB Token (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ipmb_6e6cd59028.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xFF22c94FFb6bB5d1DF18bEb5fd1dFE7583D3B214\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"ipmb\"\n    },\n    {\n        \"ticker\": \"df\",\n        \"name\": \"dForce\",\n        \"image\": \"https://content-api.changenow.io/uploads/df_122344b95f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"df\"\n    },\n    {\n        \"ticker\": \"df\",\n        \"name\": \"dForce (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dfbsc_5905896778.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4A9A2b2b04549C3927dd2c9668A5eF3fCA473623\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dfbsc\"\n    },\n    {\n        \"ticker\": \"pond\",\n        \"name\": \"Marlin\",\n        \"image\": \"https://content-api.changenow.io/uploads/pond_8ded1fd2a6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x57b946008913b82e4df85f501cbaed910e58d26c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pond\"\n    },\n    {\n        \"ticker\": \"bal\",\n        \"name\": \"Balancer\",\n        \"image\": \"https://content-api.changenow.io/uploads/bal_bf69a78e02.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xba100000625a3754423978a60c9317c58a424e3d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bal\"\n    },\n    {\n        \"ticker\": \"bal\",\n        \"name\": \"Balancer (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/balbsc_02965276f8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd4ed60d8368a92b5f1ca33af61ef2a94714b2d46\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"balbsc\"\n    },\n    {\n        \"ticker\": \"obt\",\n        \"name\": \"Orbiter Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/obt_7e0a5e4000.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x1CD9a56c8C2eA913c70319A44Da75e99255aa46f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"obt\"\n    },\n    {\n        \"ticker\": \"ygg\",\n        \"name\": \"Yield Guild Games\",\n        \"image\": \"https://content-api.changenow.io/uploads/yggerc20_4e8a6eb0d4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x25f8087ead173b73d6e8b84329989a8eea16cf73\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ygg\"\n    },\n    {\n        \"ticker\": \"ygg\",\n        \"name\": \"Yield Guild Games (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/yggbsc_f2c42ec593.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x13Ab6739368a4e4abf24695bf52959224367391f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"yggbsc\"\n    },\n    {\n        \"ticker\": \"lon\",\n        \"name\": \"Tokenlon Network Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/lon_1735d10287.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0000000000095413afc295d19edeb1ad7b71c952\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lon\"\n    },\n    {\n        \"ticker\": \"ssv\",\n        \"name\": \"ssv.network\",\n        \"image\": \"https://content-api.changenow.io/uploads/ssv_cda3ff57e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9D65fF81a3c488d585bBfb0Bfe3c7707c7917f54\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ssv\"\n    },\n    {\n        \"ticker\": \"req\",\n        \"name\": \"Request\",\n        \"image\": \"https://content-api.changenow.io/uploads/req_a1b154e942.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8f8221afbb33998d8584a2b05749ba73c37a938a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"req\"\n    },\n    {\n        \"ticker\": \"ong\",\n        \"name\": \"Ontology Gas\",\n        \"image\": \"https://content-api.changenow.io/uploads/ong_41127ac05a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ont\",\n        \"tokenContract\": \"0200000000000000000000000000000000000000\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ong\"\n    },\n    {\n        \"ticker\": \"zano\",\n        \"name\": \"Zano\",\n        \"image\": \"https://content-api.changenow.io/uploads/zano_33018e767f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"zano\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"zano\"\n    },\n    {\n        \"ticker\": \"chr\",\n        \"name\": \"Chromia\",\n        \"image\": \"https://content-api.changenow.io/uploads/chr_f214c675d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8a2279d4a90b6fe1c4b30fa660cc9f926797baa2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"chr\"\n    },\n    {\n        \"ticker\": \"chr\",\n        \"name\": \"Chromia (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/chrbsc_a898780967.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"chrbsc\"\n    },\n    {\n        \"ticker\": \"bigtime\",\n        \"name\": \"Big Time\",\n        \"image\": \"https://content-api.changenow.io/uploads/bigtime_732cda2034.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x64Bc2cA1Be492bE7185FAA2c8835d9b824c8a194\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bigtime\"\n    },\n    {\n        \"ticker\": \"zent\",\n        \"name\": \"Zentry\",\n        \"image\": \"https://content-api.changenow.io/uploads/zent_e3485fbc90.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xdBB7a34Bf10169d6d2D0d02A6cbb436cF4381BFa\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zent\"\n    },\n    {\n        \"ticker\": \"stzent\",\n        \"name\": \"stZENT\",\n        \"image\": \"https://content-api.changenow.io/uploads/zent_e3485fbc90.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x996d67AA9b37df96428ad3608cb21352BF1FDB90\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"stzent\"\n    },\n    {\n        \"ticker\": \"orca\",\n        \"name\": \"Orca\",\n        \"image\": \"https://content-api.changenow.io/uploads/orca_ae6da1fa4b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"orca\"\n    },\n    {\n        \"ticker\": \"people\",\n        \"name\": \"ConstitutionDAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/people_303ddd0459.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7A58c0Be72BE218B41C608b7Fe7C5bB630736C71\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"people\"\n    },\n    {\n        \"ticker\": \"people\",\n        \"name\": \"ConstitutionDAO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/people_303ddd0459.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2c44b726adf1963ca47af88b284c06f30380fc78\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"peoplebsc\"\n    },\n    {\n        \"ticker\": \"usdp\",\n        \"name\": \"USDP\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdp_ea8bf14804.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8e870d67f660d95d5be530380d0ec0bd388289e1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdp\"\n    },\n    {\n        \"ticker\": \"dydx\",\n        \"name\": \"DYDX\",\n        \"image\": \"https://content-api.changenow.io/uploads/dydx_dabfa5dff5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x92d6c1e31e14520e676a687f0a93788b716beff5\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"dydx\"\n    },\n    {\n        \"ticker\": \"xvg\",\n        \"name\": \"Verge\",\n        \"image\": \"https://content-api.changenow.io/uploads/xvg_89d55b8564.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"xvg\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xvg\"\n    },\n    {\n        \"ticker\": \"paal\",\n        \"name\": \"PAAL AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/paal_c9bac0ec5b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x14feE680690900BA0ccCfC76AD70Fd1b95D10e16\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"paal\"\n    },\n    {\n        \"ticker\": \"celr\",\n        \"name\": \"Celer Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/celr_ace0d3223f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4f9254c83eb525f9fcf346490bbb3ed28a81c667\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"celr\"\n    },\n    {\n        \"ticker\": \"celr\",\n        \"name\": \"Celer Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/celr_ace0d3223f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"celrbsc\"\n    },\n    {\n        \"ticker\": \"orbs\",\n        \"name\": \"Orbs\",\n        \"image\": \"https://content-api.changenow.io/uploads/orbs_1635682eba.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"orbs\"\n    },\n    {\n        \"ticker\": \"cgpt\",\n        \"name\": \"ChainGPT (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cgpterc20_478c0dc820.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x25931894a86D47441213199621F1F2994e1c39Aa\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cgpt\"\n    },\n    {\n        \"ticker\": \"cgpt\",\n        \"name\": \"ChainGPT (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cgptbsc_66fb8f8ce4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9840652DC04fb9db2C43853633f0F62BE6f00f98\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cgptbsc\"\n    },\n    {\n        \"ticker\": \"ilv\",\n        \"name\": \"Illuvium\",\n        \"image\": \"https://content-api.changenow.io/uploads/ilv_b534cd50e3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x767fe9edc9e0df98e07454847909b5e959d7ca0e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ilv\"\n    },\n    {\n        \"ticker\": \"ilv\",\n        \"name\": \"Illuvium (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ilvbsc_6656978427.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ilvbsc\"\n    },\n    {\n        \"ticker\": \"pundix\",\n        \"name\": \"Pundi X (NEW)\",\n        \"image\": \"https://content-api.changenow.io/uploads/npxs_b57e6826fd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pundix\"\n    },\n    {\n        \"ticker\": \"trb\",\n        \"name\": \"Tellor\",\n        \"image\": \"https://content-api.changenow.io/uploads/trb_ff6b263fa5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trb\"\n    },\n    {\n        \"ticker\": \"agld\",\n        \"name\": \"Adventure Gold\",\n        \"image\": \"https://content-api.changenow.io/uploads/agld_2ecf925b48.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x32353A6C91143bfd6C7d363B546e62a9A2489A20\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"agld\"\n    },\n    {\n        \"ticker\": \"islm\",\n        \"name\": \"Islamic Coin (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/islmerc20_d6e779274b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xF10c41cA085FC8d9326a65408D14Dae28A3E69a5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"islmerc20\"\n    },\n    {\n        \"ticker\": \"elon\",\n        \"name\": \"Dogelon Mars\",\n        \"image\": \"https://content-api.changenow.io/uploads/elon_6f3c698709.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x761d38e5ddf6ccf6cf7c55759d5210750b5d60f3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"elon\"\n    },\n    {\n        \"ticker\": \"shell\",\n        \"name\": \"MyShell (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/shellbsc_75dac0ed0e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf2c88757f8d03634671208935974B60a2a28Bdb3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"shellbsc\"\n    },\n    {\n        \"ticker\": \"shell\",\n        \"name\": \"MyShell (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/shellerc20_14717603a3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf2c88757f8d03634671208935974B60a2a28Bdb3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"shellerc20\"\n    },\n    {\n        \"ticker\": \"dent\",\n        \"name\": \"Dent\",\n        \"image\": \"https://content-api.changenow.io/uploads/dent_43986a17fa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3597bfd533a99c9aa083587b074434e61eb0a258\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dent\"\n    },\n    {\n        \"ticker\": \"taiko\",\n        \"name\": \"Taiko\",\n        \"image\": \"https://content-api.changenow.io/uploads/taiko_d3c2357286.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x10dea67478c5F8C5E2D90e5E9B26dBe60c54d800\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"taiko\"\n    },\n    {\n        \"ticker\": \"pixel\",\n        \"name\": \"Pixels\",\n        \"image\": \"https://content-api.changenow.io/uploads/pixel_5c5b90bf0e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3429d03c6F7521AeC737a0BBF2E5ddcef2C3Ae31\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pixel\"\n    },\n    {\n        \"ticker\": \"oxt\",\n        \"name\": \"Orchid\",\n        \"image\": \"https://content-api.changenow.io/uploads/oxt_3bdfd4779b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4575f41308EC1483f3d399aa9a2826d74Da13Deb\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"oxt\"\n    },\n    {\n        \"ticker\": \"slp\",\n        \"name\": \"Smooth Love Potion\",\n        \"image\": \"https://content-api.changenow.io/uploads/slp_18c92a9e9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"slp\"\n    },\n    {\n        \"ticker\": \"slp\",\n        \"name\": \"Smooth Love Potion (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/slpbsc_4bbf7960e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x070a08BeEF8d36734dD67A491202fF35a6A16d97\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"slpbsc\"\n    },\n    {\n        \"ticker\": \"avl\",\n        \"name\": \"Avalon Labs\",\n        \"image\": \"https://content-api.changenow.io/uploads/avl_2523e72eaa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9BeEE89723cEeC27d7c2834bec6834208FFdc202\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"avl\"\n    },\n    {\n        \"ticker\": \"xai\",\n        \"name\": \"Xai\",\n        \"image\": \"https://content-api.changenow.io/uploads/xai_68bb79e8a7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x4Cb9a7AE498CEDcBb5EAe9f25736aE7d428C9D66\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xai\"\n    },\n    {\n        \"ticker\": \"joe\",\n        \"name\": \"JOE\",\n        \"image\": \"https://content-api.changenow.io/uploads/joe_6a033d2b41.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"joe\"\n    },\n    {\n        \"ticker\": \"zbcn\",\n        \"name\": \"Zebec Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/zbcn_bd061065b7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"ZBCNpuD7YMXzTHB2fhGkGi78MNsHGLRXUhRewNRm9RU\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zbcn\"\n    },\n    {\n        \"ticker\": \"dogs\",\n        \"name\": \"DOGS\",\n        \"image\": \"https://content-api.changenow.io/uploads/dogs_8113a7757d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQCvxJy4eG8hyHBFsZ7eePxrRsUQSFE_jpptRAYBmcG_DOGS\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dogs\"\n    },\n    {\n        \"ticker\": \"nmr\",\n        \"name\": \"Numeraire\",\n        \"image\": \"https://content-api.changenow.io/uploads/nmr_f236939adf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1776e1f26f98b1a5df9cd347953a26dd3cb46671\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nmr\"\n    },\n    {\n        \"ticker\": \"edu\",\n        \"name\": \"Open Campus\",\n        \"image\": \"https://content-api.changenow.io/uploads/edu_4d846df5dc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xBdEAe1cA48894A1759A8374D63925f21f2Ee2639\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"edu\"\n    },\n    {\n        \"ticker\": \"lqty\",\n        \"name\": \"Liquity\",\n        \"image\": \"https://content-api.changenow.io/uploads/lqty_3e9aa9a085.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lqty\"\n    },\n    {\n        \"ticker\": \"clanker\",\n        \"name\": \"tokenbot\",\n        \"image\": \"https://content-api.changenow.io/uploads/clanker_9af63846e4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"clanker\"\n    },\n    {\n        \"ticker\": \"solv\",\n        \"name\": \"Solv Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/solv_81ef1d5a4c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xabE8E5CabE24Cb36df9540088fD7cE1175b9bc52\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"solv\"\n    },\n    {\n        \"ticker\": \"knc\",\n        \"name\": \"Kyber Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/knc_ff4074d7e5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"knc\"\n    },\n    {\n        \"ticker\": \"knc\",\n        \"name\": \"Kyber Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/kncbsc_1923db6b85.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xfe56d5892bdffc7bf58f2e84be1b2c32d21c308b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kncbsc\"\n    },\n    {\n        \"ticker\": \"c98\",\n        \"name\": \"C98\",\n        \"image\": \"https://content-api.changenow.io/uploads/C98_929e650315.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xaec945e04baf28b135fa7c640f624f8d90f1c3a6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"c98\"\n    },\n    {\n        \"ticker\": \"c98\",\n        \"name\": \"Coin98 (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/c98erc20_b01669a4af.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xAE12C5930881c53715B369ceC7606B70d8EB229f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"c98erc20\"\n    },\n    {\n        \"ticker\": \"ark\",\n        \"name\": \"Ark\",\n        \"image\": \"https://content-api.changenow.io/uploads/ark_fd200b9b4a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ark\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": false,\n        \"legacyTicker\": \"ark\"\n    },\n    {\n        \"ticker\": \"gps\",\n        \"name\": \"GoPlus Security\",\n        \"image\": \"https://content-api.changenow.io/uploads/gps_bc0c7e9385.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x0C1dC73159e30c4b06170F2593D3118968a0DCa5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gps\"\n    },\n    {\n        \"ticker\": \"ctsi\",\n        \"name\": \"Cartesi\",\n        \"image\": \"https://content-api.changenow.io/uploads/ctsi_99b5a69af3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x491604c0fdf08347dd1fa4ee062a822a5dd06b5d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ctsi\"\n    },\n    {\n        \"ticker\": \"ctsi\",\n        \"name\": \"Cartesi (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ctsi_327739536b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8dA443F84fEA710266C8eB6bC34B71702d033EF2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ctsibsc\"\n    },\n    {\n        \"ticker\": \"busd\",\n        \"name\": \"Binance USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/busdbsc_321c390762.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xe9e7cea3dedca5984780bafc599bd69add087d56\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"busdbsc\"\n    },\n    {\n        \"ticker\": \"carv\",\n        \"name\": \"CARV\",\n        \"image\": \"https://content-api.changenow.io/uploads/carv_e96756e0c4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xc08Cd26474722cE93F4D0c34D16201461c10AA8C\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"carv\"\n    },\n    {\n        \"ticker\": \"acs\",\n        \"name\": \"Access Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/acs_a2f2dbb1f3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"5MAYDfq5yxtudAhtfyuMBuHZjgAbaS9tbEyEQYAhDS5y\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"acs\"\n    },\n    {\n        \"ticker\": \"zrc\",\n        \"name\": \"Zircuit\",\n        \"image\": \"https://content-api.changenow.io/uploads/zrc_5feebe983b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfd418e42783382E86Ae91e445406600Ba144D162\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zrc\"\n    },\n    {\n        \"ticker\": \"tst\",\n        \"name\": \"Test\",\n        \"image\": \"https://content-api.changenow.io/uploads/tst_1556ce3d1d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x86Bb94DdD16Efc8bc58e6b056e8df71D9e666429\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tst\"\n    },\n    {\n        \"ticker\": \"ufd\",\n        \"name\": \"Unicorn Fart Dust\",\n        \"image\": \"https://content-api.changenow.io/uploads/ufd_4343794e4e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"eL5fUxj2J4CiQsmW85k5FG9DvuQjjUoBHoQBi2Kpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ufd\"\n    },\n    {\n        \"ticker\": \"aurora\",\n        \"name\": \"Aurora\",\n        \"image\": \"https://content-api.changenow.io/uploads/aurora_189c02f346.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xAaAAAA20D9E0e2461697782ef11675f668207961\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aurora\"\n    },\n    {\n        \"ticker\": \"goat\",\n        \"name\": \"Goatseus Maximus\",\n        \"image\": \"https://content-api.changenow.io/uploads/goat_7a06af7a1b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"goat\"\n    },\n    {\n        \"ticker\": \"win\",\n        \"name\": \"WINkLink\",\n        \"image\": \"https://content-api.changenow.io/uploads/win_3a18d6f6b7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xaef0d72a118ce24fee3cd1d43d383897d05b4e99\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"win\"\n    },\n    {\n        \"ticker\": \"win\",\n        \"name\": \"WINkLink (Tron)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wintrc20_17dbb31292.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wintrc20\"\n    },\n    {\n        \"ticker\": \"ai\",\n        \"name\": \"Sleepless AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/ai_f46fc2310c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xBDA011D7F8EC00F66C1923B049B94c67d148d8b2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ai\"\n    },\n    {\n        \"ticker\": \"stmx\",\n        \"name\": \"StormX\",\n        \"image\": \"https://content-api.changenow.io/uploads/stmx_09343a50cc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa62cc35625b0c8dc1faea39d33625bb4c15bd71c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stmx\"\n    },\n    {\n        \"ticker\": \"ban\",\n        \"name\": \"Comedian\",\n        \"image\": \"https://content-api.changenow.io/uploads/ban_3c9cfff303.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"9PR7nCP9DpcUotnDPVLUBUZKu5WAYkwrCUx9wDnSpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ban\"\n    },\n    {\n        \"ticker\": \"alice\",\n        \"name\": \"MyNeighborAlice\",\n        \"image\": \"https://content-api.changenow.io/uploads/alice_02158e5555.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xAC51066d7bEC65Dc4589368da368b212745d63E8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alice\"\n    },\n    {\n        \"ticker\": \"alice\",\n        \"name\": \"MyNeighborAlice (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/alice_b3f45850c4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xAC51066d7bEC65Dc4589368da368b212745d63E8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alicebsc\"\n    },\n    {\n        \"ticker\": \"ctk\",\n        \"name\": \"Shentu (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ctk_6734ec2337.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa8c2b8eec3d368c0253ad3dae65a5f2bbb89c929\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ctk\"\n    },\n    {\n        \"ticker\": \"vanry\",\n        \"name\": \"Vanar Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/vanry_ba49ee5be9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8DE5B80a0C1B02Fe4976851D030B36122dbb8624\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vanry\"\n    },\n    {\n        \"ticker\": \"pyr\",\n        \"name\": \"Vulcan Forged PYR\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyr_595bced066.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x430EF9263E76DAE63c84292C3409D61c598E9682\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pyr\"\n    },\n    {\n        \"ticker\": \"pyr\",\n        \"name\": \"Vulcan Forged PYR (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyrmatic_0d20fa4c52.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x430EF9263E76DAE63c84292C3409D61c598E9682\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pyrmatic\"\n    },\n    {\n        \"ticker\": \"ponke\",\n        \"name\": \"Ponke\",\n        \"image\": \"https://content-api.changenow.io/uploads/ponke_dd6cfd2ad7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ponke\"\n    },\n    {\n        \"ticker\": \"cookie\",\n        \"name\": \"Cookie DAO (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cookie_ee1802f413.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"cookiebase\"\n    },\n    {\n        \"ticker\": \"cookie\",\n        \"name\": \"Cookie DAO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cookie_c8a2fbafe6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cookiebsc\"\n    },\n    {\n        \"ticker\": \"npc\",\n        \"name\": \"Non-Playable Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/npc_6ffc4ebb9c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8ed97a637a790be1feff5e888d43629dc05408f6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"npc\"\n    },\n    {\n        \"ticker\": \"sundog\",\n        \"name\": \"SUNDOG\",\n        \"image\": \"https://content-api.changenow.io/uploads/sundog1724138384192_1_a6b7782715.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TXL6rJbvmjD46zeN1JssfgxvSo99qC8MRT\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sundog\"\n    },\n    {\n        \"ticker\": \"omni\",\n        \"name\": \"Omni Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/omni_d18cc48a0a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x36E66fbBce51e4cD5bd3C62B637Eb411b18949D4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"omni\"\n    },\n    {\n        \"ticker\": \"gusd\",\n        \"name\": \"Gemini Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/gusd_b53a8c10e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gusd\"\n    },\n    {\n        \"ticker\": \"alch\",\n        \"name\": \"Alchemist AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/alch_2dd2317c04.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"HNg5PYJmtqcmzXrv6S9zP1CDKk5BgDuyFBxbvNApump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alch\"\n    },\n    {\n        \"ticker\": \"api3\",\n        \"name\": \"api3\",\n        \"image\": \"https://content-api.changenow.io/uploads/api3_d26304f5eb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0b38210ea11411557c13457D4dA7dC6ea731B88a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"api3\"\n    },\n    {\n        \"ticker\": \"dodo\",\n        \"name\": \"DODO\",\n        \"image\": \"https://content-api.changenow.io/uploads/dodo_52d630d1ab.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dodo\"\n    },\n    {\n        \"ticker\": \"dodo\",\n        \"name\": \"DODO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dodobsc_feb61b2b05.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dodobsc\"\n    },\n    {\n        \"ticker\": \"cat\",\n        \"name\": \"Simon's Cat\",\n        \"image\": \"https://content-api.changenow.io/uploads/cat_4bd1555102.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6894CDe390a3f51155ea41Ed24a33A4827d3063D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cat\"\n    },\n    {\n        \"ticker\": \"loom\",\n        \"name\": \"Loom Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/loom_1_66b08aec33.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x42476F744292107e34519F9c357927074Ea3F75D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"loom\"\n    },\n    {\n        \"ticker\": \"bone\",\n        \"name\": \"Bone ShibaSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/boneerc20_7585c869e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9813037ee2218799597d83D4a5B6F3b6778218d9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bone\"\n    },\n    {\n        \"ticker\": \"qkc\",\n        \"name\": \"QuarkChain\",\n        \"image\": \"https://content-api.changenow.io/uploads/qkc_1cd6629075.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"qkc\"\n    },\n    {\n        \"ticker\": \"lusd\",\n        \"name\": \"Liquity USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/lusd_686fd62a1d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5f98805A4E8be255a32880FDeC7F6728C6568bA0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lusd\"\n    },\n    {\n        \"ticker\": \"cati\",\n        \"name\": \"Catizen\",\n        \"image\": \"https://content-api.changenow.io/uploads/cati_44aba7a394.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQD-cvR0Nz6XAyRBvbhz-abTrRC6sI5tvHvvpeQraV9UAAD7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cati\"\n    },\n    {\n        \"ticker\": \"dia\",\n        \"name\": \"DIA\",\n        \"image\": \"https://content-api.changenow.io/uploads/dia_0bf28a7c03.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dia\"\n    },\n    {\n        \"ticker\": \"dia\",\n        \"name\": \"DIA (Binance Smart Chain)\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"diabsc\"\n    },\n    {\n        \"ticker\": \"swarms\",\n        \"name\": \"Swarms\",\n        \"image\": \"https://content-api.changenow.io/uploads/swarms_6e6753b43d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"74SBV4zDXxTRgv1pEMoECskKBkZHc2yGPnc7GYVepump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"swarms\"\n    },\n    {\n        \"ticker\": \"hifi\",\n        \"name\": \"Hifi Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/hifi_e2a8b31139.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4b9278b94a1112cAD404048903b8d343a810B07e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hifi\"\n    },\n    {\n        \"ticker\": \"qi\",\n        \"name\": \"BENQI\",\n        \"image\": \"https://content-api.changenow.io/uploads/qi_95c8eadc76.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8729438EB15e2C8B576fCc6AeCdA6A148776C0F5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"qi\"\n    },\n    {\n        \"ticker\": \"qi\",\n        \"name\": \"BENQI (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/qiarc20_ea7344b83e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x8729438EB15e2C8B576fCc6AeCdA6A148776C0F5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"qiarc20\"\n    },\n    {\n        \"ticker\": \"cyber\",\n        \"name\": \"CyberConnect\",\n        \"image\": \"https://content-api.changenow.io/uploads/cybererc20_7096fa5129.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x14778860E937f509e651192a90589dE711Fb88a9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cybererc20\"\n    },\n    {\n        \"ticker\": \"cyber\",\n        \"name\": \"CyberConnect (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cyberop_f0350b635c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x14778860E937f509e651192a90589dE711Fb88a9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cyberop\"\n    },\n    {\n        \"ticker\": \"nmt\",\n        \"name\": \"NetMind Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/nmt_ab78a43485.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x03AA6298F1370642642415EDC0db8b957783e8D6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nmt\"\n    },\n    {\n        \"ticker\": \"gns\",\n        \"name\": \"Gains Network (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gnsarbitrum_2e6da48789.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x18c11FD286C5EC11c3b683Caa813B77f5163A122\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gnsarb\"\n    },\n    {\n        \"ticker\": \"gns\",\n        \"name\": \"Gains Network (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gns_03aaaa6fa9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xE5417Af564e4bFDA1c483642db72007871397896\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gns\"\n    },\n    {\n        \"ticker\": \"apex\",\n        \"name\": \"ApeX Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/apex_266254da12.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x52A8845DF664D76C69d2EEa607CD793565aF42B8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"apex\"\n    },\n    {\n        \"ticker\": \"tru\",\n        \"name\": \"TrueFi\",\n        \"image\": \"https://content-api.changenow.io/uploads/tru_16733ca59c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tru\"\n    },\n    {\n        \"ticker\": \"tru\",\n        \"name\": \"TrueFi (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/trubsc_06cc723fb9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xb4FCDcB8A0b29247466720Ff81587D1A6f4FC4D7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trubsc\"\n    },\n    {\n        \"ticker\": \"tai\",\n        \"name\": \"TARS AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/tai_2f8d6415af.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Hax9LTgsQkze1YFychnBLtFH8gYbQKtKfWKKg2SP6gdD\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tai\"\n    },\n    {\n        \"ticker\": \"bel\",\n        \"name\": \"Bella Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/bel_444a8e0ca4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa91ac63d040deb1b7a5e4d4134ad23eb0ba07e14\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bel\"\n    },\n    {\n        \"ticker\": \"bel\",\n        \"name\": \"Bella Protocol (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/belbsc_804f2aa487.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8443f091997f06a61670b735ed92734f5628692f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"belbsc\"\n    },\n    {\n        \"ticker\": \"bnt\",\n        \"name\": \"BancorNetworkToken\",\n        \"image\": \"https://content-api.changenow.io/uploads/bnt_668164407d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bnt\"\n    },\n    {\n        \"ticker\": \"bnt\",\n        \"name\": \"Bancor (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bntbsc_fd4c50e7a4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xA069008A669e2Af00a86673D9D584cfb524A42Cc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bntbsc\"\n    },\n    {\n        \"ticker\": \"rad\",\n        \"name\": \"Radicle\",\n        \"image\": \"https://content-api.changenow.io/uploads/rad_1e11ef6c2e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rad\"\n    },\n    {\n        \"ticker\": \"dusk\",\n        \"name\": \"Dusk Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/dusk_f4bbf31d03.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x940a2db1b7008b6c776d4faaca729d6d4a4aa551\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dusk\"\n    },\n    {\n        \"ticker\": \"dusk\",\n        \"name\": \"Dusk Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/duskbsc_bc301e72a8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"duskbsc\"\n    },\n    {\n        \"ticker\": \"degen\",\n        \"name\": \"Degen\",\n        \"image\": \"https://content-api.changenow.io/uploads/degen_9cbc3d5dcb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"degen\"\n    },\n    {\n        \"ticker\": \"rez\",\n        \"name\": \"Renzo\",\n        \"image\": \"https://content-api.changenow.io/uploads/rez_60e402b8c4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3B50805453023a91a8bf641e279401a0b23FA6F9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rez\"\n    },\n    {\n        \"ticker\": \"portal\",\n        \"name\": \"Portal\",\n        \"image\": \"https://content-api.changenow.io/uploads/portal_3a29bc41e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1Bbe973BeF3a977Fc51CbED703E8ffDEfE001Fed\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"portal\"\n    },\n    {\n        \"ticker\": \"high\",\n        \"name\": \"Highstreet\",\n        \"image\": \"https://content-api.changenow.io/uploads/high_d9579d8ee2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x71Ab77b7dbB4fa7e017BC15090b2163221420282\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"high\"\n    },\n    {\n        \"ticker\": \"high\",\n        \"name\": \"Highstreet (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/highbsc_83c1e5d404.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"highbsc\"\n    },\n    {\n        \"ticker\": \"apu\",\n        \"name\": \"Apu Apustaja\",\n        \"image\": \"https://content-api.changenow.io/uploads/apu_0eab1792f5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x594DaaD7D77592a2b97b725A7AD59D7E188b5bFa\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"apu\"\n    },\n    {\n        \"ticker\": \"coreum\",\n        \"name\": \"coreum\",\n        \"image\": \"https://content-api.changenow.io/uploads/coreum_72a2aa03cf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"coreum\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"coreum\"\n    },\n    {\n        \"ticker\": \"aitech\",\n        \"name\": \"Solidus Ai Tech\",\n        \"image\": \"https://content-api.changenow.io/uploads/aitech_72a888c1b4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aitech\"\n    },\n    {\n        \"ticker\": \"pepecoin\",\n        \"name\": \"PepeCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/pepecoin_c31a7403ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xA9E8aCf069C58aEc8825542845Fd754e41a9489A\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pepecoin\"\n    },\n    {\n        \"ticker\": \"ogn\",\n        \"name\": \"Origin Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/ogn_18f82180dd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8207c1ffc5b6804f6024322ccf34f29c3541ae26\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ogn\"\n    },\n    {\n        \"ticker\": \"griffain\",\n        \"name\": \"GRIFFAIN\",\n        \"image\": \"https://content-api.changenow.io/uploads/griffain_3877946d32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"KENJSUYLASHUMfHyy5o4Hp2FdNqZg1AsUPhfH2kYvEP\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"griffain\"\n    },\n    {\n        \"ticker\": \"broccoli\",\n        \"name\": \"CZ'S Dog\",\n        \"image\": \"https://content-api.changenow.io/uploads/broccoli_ad4763f981.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6d5AD1592ed9D6D1dF9b93c793AB759573Ed6714\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"broccoli\"\n    },\n    {\n        \"ticker\": \"alu\",\n        \"name\": \"Altura\",\n        \"image\": \"https://content-api.changenow.io/uploads/alu_03d503d66a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8263CD1601FE73C066bf49cc09841f35348e3be0\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"alu\"\n    },\n    {\n        \"ticker\": \"bfc\",\n        \"name\": \"Bifrost\",\n        \"image\": \"https://content-api.changenow.io/uploads/bfc_e4772af8b8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bfc\"\n    },\n    {\n        \"ticker\": \"arpa\",\n        \"name\": \"ARPA Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/arpa_bca9c1443c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xba50933c268f567bdc86e1ac131be072c6b0b71a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arpa\"\n    },\n    {\n        \"ticker\": \"arpa\",\n        \"name\": \"ARPA (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/arpabsc_9c49c49401.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arpabsc\"\n    },\n    {\n        \"ticker\": \"uqc\",\n        \"name\": \"Uquid Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/uqc_f5f027c918.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uqc\"\n    },\n    {\n        \"ticker\": \"sfund\",\n        \"name\": \"Seedify.Fund\",\n        \"image\": \"https://content-api.changenow.io/uploads/sfund_aa68876296.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x477bc8d23c634c154061869478bce96be6045d12\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sfund\"\n    },\n    {\n        \"ticker\": \"stg\",\n        \"name\": \"Stargate Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/stg_5bbf7f3a26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stg\"\n    },\n    {\n        \"ticker\": \"stg\",\n        \"name\": \"Stargate Finance (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/stgbsc_a1d6572cc6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xB0D502E938ed5f4df2E681fE6E419ff29631d62b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stgbsc\"\n    },\n    {\n        \"ticker\": \"stg\",\n        \"name\": \"Stargate Finance (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/stgmatic_dd8b3b606c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stgmatic\"\n    },\n    {\n        \"ticker\": \"stg\",\n        \"name\": \"Stargate Finance (AVAX C-CHAIN)\",\n        \"image\": \"https://content-api.changenow.io/uploads/stgarc20_1d94cddca3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stgarc20\"\n    },\n    {\n        \"ticker\": \"andy\",\n        \"name\": \"ANDY (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/andy_35adeb8cd5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x68BbEd6A47194EFf1CF514B50Ea91895597fc91E\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"andyerc20\"\n    },\n    {\n        \"ticker\": \"fort\",\n        \"name\": \"Forta\",\n        \"image\": \"https://content-api.changenow.io/uploads/fort_8a65a02664.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fort\"\n    },\n    {\n        \"ticker\": \"tlos\",\n        \"name\": \"Telos (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tlosbsc_bd8b894734.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xb6c53431608e626ac81a9776ac3e999c5556717c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tlos\"\n    },\n    {\n        \"ticker\": \"tlos\",\n        \"name\": \"Telos (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tloserc20_06c4176f65.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7825e833d495f3d1c28872415a4aee339d26ac88\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"tloserc20\"\n    },\n    {\n        \"ticker\": \"magic\",\n        \"name\": \"MAGIC (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/magicarb_9d95177d14.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x539bdE0d7Dbd336b79148AA742883198BBF60342\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"magicarb\"\n    },\n    {\n        \"ticker\": \"ali\",\n        \"name\": \"Artificial Liquid Intelligence (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/alierc20_b4ff44eb37.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6B0b3a982b4634aC68dD83a4DBF02311cE324181\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"alierc20\"\n    },\n    {\n        \"ticker\": \"ava\",\n        \"name\": \"AVAOLD (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/avaerc20_826a7e6ae7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x442b153f6f61c0c99a33aa4170dcb31e1abda1d0\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"avaerc20\"\n    },\n    {\n        \"ticker\": \"ava\",\n        \"name\": \"AVAOLD (BEP20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/avabsc_8fa0c2bb47.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x13616f44ba82d63c8c0dc3ff843d36a8ec1c05a9\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"avabsc\"\n    },\n    {\n        \"ticker\": \"ava2\",\n        \"name\": \"AVA (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ava2erc20_99182c9fcb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ava2erc20\"\n    },\n    {\n        \"ticker\": \"ava2\",\n        \"name\": \"AVA (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ava2bsc_bfa0d7e4ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd9483EA7214FCfd89B4Fb8f513B544920E315A52\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ava2bsc\"\n    },\n    {\n        \"ticker\": \"moodeng\",\n        \"name\": \"Moo Deng (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/moodengsol_76ba64359b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"ED5nyyWEzpPPiWimP8vYm7sD7TD3LAt3Q3gRTWHzPJBY\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"moodengsol\"\n    },\n    {\n        \"ticker\": \"nos\",\n        \"name\": \"Nosana\",\n        \"image\": \"https://content-api.changenow.io/uploads/nos_af5639b960.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"nosXBVoaCTtYdLvKY6Csb4AC8JCdQKKAaWYtx2ZMoo7\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"nos\"\n    },\n    {\n        \"ticker\": \"dego\",\n        \"name\": \"Dego Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/dego_af5798ec9d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3Da932456D082CBa208FEB0B096d49b202Bf89c8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dego\"\n    },\n    {\n        \"ticker\": \"dego\",\n        \"name\": \"Dego Finance (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/degobsc_d0aa5ad769.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3Da932456D082CBa208FEB0B096d49b202Bf89c8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"degobsc\"\n    },\n    {\n        \"ticker\": \"eurt\",\n        \"name\": \"EURO Tether\",\n        \"image\": \"https://content-api.changenow.io/uploads/eurt_af53c050f9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xC581b735A1688071A1746c968e0798D642EDE491\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eurt\"\n    },\n    {\n        \"ticker\": \"saga\",\n        \"name\": \"Saga\",\n        \"image\": \"https://content-api.changenow.io/uploads/saga_c56e09008a.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"saga\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"saga\"\n    },\n    {\n        \"ticker\": \"dpi\",\n        \"name\": \"DeFi Pulse Index\",\n        \"image\": \"https://content-api.changenow.io/uploads/dpi_bf31adf17c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dpi\"\n    },\n    {\n        \"ticker\": \"forth\",\n        \"name\": \"Ampleforth Governance Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/forth_de4a14fa7e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x77FbA179C79De5B7653F68b5039Af940AdA60ce0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"forth\"\n    },\n    {\n        \"ticker\": \"naka\",\n        \"name\": \"Nakamoto Games\",\n        \"image\": \"https://content-api.changenow.io/uploads/naka_6c039bc14d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x311434160D7537be358930def317AfB606C0D737\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"naka\"\n    },\n    {\n        \"ticker\": \"sys\",\n        \"name\": \"Syscoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/sys_7905a1acfa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sys\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"sys\"\n    },\n    {\n        \"ticker\": \"sys\",\n        \"name\": \"Syscoin EVM\",\n        \"image\": \"https://content-api.changenow.io/uploads/sys_7905a1acfa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sysevm\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sysevm\"\n    },\n    {\n        \"ticker\": \"torn\",\n        \"name\": \"Tornado Cash\",\n        \"image\": \"https://content-api.changenow.io/uploads/torn_a4951a2b05.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x77777FeDdddFfC19Ff86DB637967013e6C6A116C\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"torn\"\n    },\n    {\n        \"ticker\": \"ern\",\n        \"name\": \"Ethernity\",\n        \"image\": \"https://content-api.changenow.io/uploads/ern_3fdfb468b2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xBBc2AE13b23d715c30720F079fcd9B4a74093505\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ern\"\n    },\n    {\n        \"ticker\": \"bake\",\n        \"name\": \"BakeryToken\",\n        \"image\": \"https://content-api.changenow.io/uploads/bake_8409d14528.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bake\"\n    },\n    {\n        \"ticker\": \"dar\",\n        \"name\": \"Mines of Dalarnia\",\n        \"image\": \"https://content-api.changenow.io/uploads/darbsc_b20588d821.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x23ce9e926048273ef83be0a3a8ba9cb6d45cd978\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"darbsc\"\n    },\n    {\n        \"ticker\": \"dar\",\n        \"name\": \"Mines of Dalarnia (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/darerc20_4ca94318ae.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x081131434f93063751813C619Ecca9C4dC7862a3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"darerc20\"\n    },\n    {\n        \"ticker\": \"d\",\n        \"name\": \"DAR Open Network (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/darerc20_4ca94318ae.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x33b481CbBF3c24f2B3184Ee7Cb02dAAD1C4F49A8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"derc20\"\n    },\n    {\n        \"ticker\": \"d\",\n        \"name\": \"DAR Open Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/darbsc_b20588d821.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8fB238058E71f828F505582E65b1D14f8cf52067\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dbsc\"\n    },\n    {\n        \"ticker\": \"badger\",\n        \"name\": \"Badger DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/badger_3852772a1a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3472a5a71965499acd81997a54bba8d852c6e53d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"badger\"\n    },\n    {\n        \"ticker\": \"ace\",\n        \"name\": \"Fusionist\",\n        \"image\": \"https://content-api.changenow.io/uploads/acebsc_20b7142315.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xc27A719105A987b4c34116223CAE8bd8F4B5def4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"acebsc\"\n    },\n    {\n        \"ticker\": \"mav\",\n        \"name\": \"Maverick Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/mav_16636615bb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7448c7456a97769F6cD04F1E83A4a23cCdC46aBD\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mav\"\n    },\n    {\n        \"ticker\": \"hft\",\n        \"name\": \"Hashflow (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hft_d654a4a14b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb3999F658C0391d94A37f7FF328F3feC942BcADC\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hft\"\n    },\n    {\n        \"ticker\": \"hft\",\n        \"name\": \"Hashflow (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hftbsc_aaec7d5e9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x44Ec807ce2F4a6F2737A92e985f318d035883e47\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hftbsc\"\n    },\n    {\n        \"ticker\": \"ela\",\n        \"name\": \"Elastos (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/elaerc20_c3caf89454.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe6fd75ff38Adca4B97FBCD938c86b98772431867\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"elaerc20\"\n    },\n    {\n        \"ticker\": \"ski\",\n        \"name\": \"Ski Mask Dog\",\n        \"image\": \"https://content-api.changenow.io/uploads/ski_41272fab94.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x768BE13e1680b5ebE0024C42c896E3dB59ec0149\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ski\"\n    },\n    {\n        \"ticker\": \"euri\",\n        \"name\": \"Eurite (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/eurierc20_d41b907198.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9d1a7a3191102e9f900faa10540837ba84dcbae7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eurierc20\"\n    },\n    {\n        \"ticker\": \"euri\",\n        \"name\": \"Eurite (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/euribsc_88fd0514f8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9d1A7A3191102e9F900Faa10540837ba84dCBAE7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"euribsc\"\n    },\n    {\n        \"ticker\": \"sweat\",\n        \"name\": \"Sweat Economy\",\n        \"image\": \"https://content-api.changenow.io/uploads/sweat_3a119e0bad.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xB4b9DC1C77bdbb135eA907fd5a08094d98883A35\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sweat\"\n    },\n    {\n        \"ticker\": \"mbox\",\n        \"name\": \"MBOX\",\n        \"image\": \"https://content-api.changenow.io/uploads/mbox_5d7156eea2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3203c9e46ca618c8c1ce5dc67e7e9d75f5da2377\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mbox\"\n    },\n    {\n        \"ticker\": \"cusd\",\n        \"name\": \"Celo Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/cusd_38858d36e1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"network\": \"celo\",\n        \"tokenContract\": \"0x765de816845861e75a25fca122bb6898b8b1282a\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"cusd\"\n    },\n    {\n        \"ticker\": \"prq\",\n        \"name\": \"PARSIQ\",\n        \"image\": \"https://content-api.changenow.io/uploads/prq_d5793a27c3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x362bc847A3a9637d3af6624EeC853618a43ed7D2\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"prq\"\n    },\n    {\n        \"ticker\": \"alpha\",\n        \"name\": \"Alpha Venture DAO (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/alpha_1c95b177c0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa1faa113cbE53436Df28FF0aEe54275c13B40975\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alpha\"\n    },\n    {\n        \"ticker\": \"alpha\",\n        \"name\": \"Alpha Venture DAO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/alphabsc_d530cbcd8c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa1faa113cbe53436df28ff0aee54275c13b40975\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alphabsc\"\n    },\n    {\n        \"ticker\": \"raca\",\n        \"name\": \"RACA\",\n        \"image\": \"https://content-api.changenow.io/uploads/raca_f35f915142.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x12BB890508c125661E03b09EC06E404bc9289040\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"raca\"\n    },\n    {\n        \"ticker\": \"raca\",\n        \"name\": \"RadioCaca\",\n        \"image\": \"https://content-api.changenow.io/uploads/racaerc20_f54a214893.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x12BB890508c125661E03b09EC06E404bc9289040\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"racaerc20\"\n    },\n    {\n        \"ticker\": \"lista\",\n        \"name\": \"Lista DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/lista_44dbe9cfcc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lista\"\n    },\n    {\n        \"ticker\": \"gods\",\n        \"name\": \"Gods Unchained\",\n        \"image\": \"https://content-api.changenow.io/uploads/gods_cf1d38248e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xccc8cb5229b0ac8069c51fd58367fd1e622afd97\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gods\"\n    },\n    {\n        \"ticker\": \"mobile\",\n        \"name\": \"Helium Mobile\",\n        \"image\": \"https://content-api.changenow.io/uploads/mobile_d556edd931.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"mb1eu7TzEc71KxDpsmsKoucSSuuoGLv1drys1oP2jh6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mobile\"\n    },\n    {\n        \"ticker\": \"dep\",\n        \"name\": \"DEAPcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/dep_3fe19b4f42.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1a3496c18d558bd9c6c8f609e1b129f67ab08163\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"dep\"\n    },\n    {\n        \"ticker\": \"dep\",\n        \"name\": \"DEAPcoin (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/depbsc_b48670fb63.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xcaF5191fc480F43e4DF80106c7695ECA56E48B18\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"depbsc\"\n    },\n    {\n        \"ticker\": \"alph\",\n        \"name\": \"Alephium\",\n        \"image\": \"https://content-api.changenow.io/uploads/alph_06737c5e89.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"alph\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"alph\"\n    },\n    {\n        \"ticker\": \"f\",\n        \"name\": \"SynFutures (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fbase_39abeb08af.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x2C24497D4086490e7EaD87CC12597fb50c2E6eD6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fbase\"\n    },\n    {\n        \"ticker\": \"the\",\n        \"name\": \"THENA\",\n        \"image\": \"https://content-api.changenow.io/uploads/the_ca5bf59090.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xF4C8E32EaDEC4BFe97E0F595AdD0f4450a863a11\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"the\"\n    },\n    {\n        \"ticker\": \"nfp\",\n        \"name\": \"NFPrompt\",\n        \"image\": \"https://content-api.changenow.io/uploads/nfp_9b51bd5ee5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x551897f8203bd131b350601D3aC0679Ba0Fc0136\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nfp\"\n    },\n    {\n        \"ticker\": \"strk\",\n        \"name\": \"Strike\",\n        \"image\": \"https://content-api.changenow.io/uploads/strk_3008ea4627.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x74232704659ef37c08995e386A2E26cc27a8d7B1\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"strk\"\n    },\n    {\n        \"ticker\": \"tko\",\n        \"name\": \"Toko Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/tko_b67bb8a5a5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9f589e3eabe42ebc94a44727b3f3531c0c877809\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tko\"\n    },\n    {\n        \"ticker\": \"syn\",\n        \"name\": \"Synapse (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/synerc20_f7cad9d5f8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0f2D719407FdBeFF09D87557AbB7232601FD9F29\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"synerc20\"\n    },\n    {\n        \"ticker\": \"aergo\",\n        \"name\": \"Aergo\",\n        \"image\": \"https://content-api.changenow.io/uploads/aergo_a50eca95d9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x91af0fbb28aba7e31403cb457106ce79397fd4e6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aergo\"\n    },\n    {\n        \"ticker\": \"gtc\",\n        \"name\": \"Gitcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/gtc_f5cc37fc1a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gtc\"\n    },\n    {\n        \"ticker\": \"tt\",\n        \"name\": \"ThunderCore (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ttbsc_256f6e18a1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x990E7154bB999FAa9b2fa5Ed29E822703311eA85\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"ttbsc\"\n    },\n    {\n        \"ticker\": \"tt\",\n        \"name\": \"ThunderCore (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tt_c259285709.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1E053D89E08c24aA2CE5C5B4206744Dc2D7BD8F5\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"tt\"\n    },\n    {\n        \"ticker\": \"uds\",\n        \"name\": \"Undeads Games\",\n        \"image\": \"https://content-api.changenow.io/uploads/uds_0a6b6585e5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x712bd4Beb54C6B958267d9dB0259abdBb0BFF606\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uds\"\n    },\n    {\n        \"ticker\": \"seraph\",\n        \"name\": \"Seraph\",\n        \"image\": \"https://content-api.changenow.io/uploads/seraph_13248991a8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd6B48CCF41a62EB3891e58D0F006B19B01d50cCa\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"seraph\"\n    },\n    {\n        \"ticker\": \"tlm\",\n        \"name\": \"TLM\",\n        \"image\": \"https://content-api.changenow.io/uploads/tlm_99b6fc09f5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2222227e22102fe3322098e4cbfe18cfebd57c95\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tlm\"\n    },\n    {\n        \"ticker\": \"tlm\",\n        \"name\": \"Alien Worlds (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tlmerc20_43ee8de6fe.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x888888848B652B3E3a0f34c96E00EEC0F3a23F72\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tlmerc20\"\n    },\n    {\n        \"ticker\": \"ata\",\n        \"name\": \"Automata Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/ata_92127959c6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa2120b9e674d3fc3875f415a7df52e382f141225\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ata\"\n    },\n    {\n        \"ticker\": \"ata\",\n        \"name\": \"Automata Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/atabsc_e7426a381a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xA2120b9e674d3fC3875f415A7DF52e382F141225\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"atabsc\"\n    },\n    {\n        \"ticker\": \"clv\",\n        \"name\": \"CLV\",\n        \"image\": \"https://content-api.changenow.io/uploads/clvbsc_d757b3cdb8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x09e889bb4d5b474f561db0491c38702f367a4e4d\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"clv\"\n    },\n    {\n        \"ticker\": \"clv\",\n        \"name\": \"CLV (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/clvbsc_d757b3cdb8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x80C62FE4487E1351b47Ba49809EBD60ED085bf52\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"clverc20\"\n    },\n    {\n        \"ticker\": \"hunt\",\n        \"name\": \"HUNT\",\n        \"image\": \"https://content-api.changenow.io/uploads/hunt_1616dc3c3c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hunt\"\n    },\n    {\n        \"ticker\": \"hook\",\n        \"name\": \"Hooked Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/hook_ec39fb1319.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hook\"\n    },\n    {\n        \"ticker\": \"lever\",\n        \"name\": \"LeverFi (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/lever_4ec643f4a1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4B5f49487ea7B3609b1aD05459BE420548789f1f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lever\"\n    },\n    {\n        \"ticker\": \"phb\",\n        \"name\": \"Phoenix (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/phb_4cd8062f75.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0409633A72D846fc5BBe2f98D88564D35987904D\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"phbbsc\"\n    },\n    {\n        \"ticker\": \"vine\",\n        \"name\": \"Vine Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/vine_c272143e51.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"6AJcP7wuLwmRYLBNbi825wgguaPsWzPBEHcHndpRpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vine\"\n    },\n    {\n        \"ticker\": \"order\",\n        \"name\": \"Orderly Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/order_f054b3dbed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xABD4C63d2616A5201454168269031355f4764337\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"order\"\n    },\n    {\n        \"ticker\": \"bmt\",\n        \"name\": \"Bubblemaps\",\n        \"image\": \"https://content-api.changenow.io/uploads/bmp_8f3496eb9d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"FQgtfugBdpFN7PZ6NdPrZpVLDBrPGxXesi4gVu3vErhY\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bmt\"\n    },\n    {\n        \"ticker\": \"neiroeth\",\n        \"name\": \"Neiro Ethereum\",\n        \"image\": \"https://content-api.changenow.io/uploads/neiroerc20_801dffceba.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xEE2a03Aa6Dacf51C18679C516ad5283d8E7C2637\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"neiroerc20\"\n    },\n    {\n        \"ticker\": \"wolf\",\n        \"name\": \"Landwolf (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wolf_6fee4052ea.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x67466be17df832165f8c80a5a120ccc652bd7e69\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wolferc20\"\n    },\n    {\n        \"ticker\": \"png\",\n        \"name\": \"Pangolin\",\n        \"image\": \"https://content-api.changenow.io/uploads/png_a58c03cf9f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x60781c2586d68229fde47564546784ab3faca982\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"png\"\n    },\n    {\n        \"ticker\": \"zerebro\",\n        \"name\": \"Zerebro\",\n        \"image\": \"https://content-api.changenow.io/uploads/zerebro_4c58549e93.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"8x5VqbHA8D7NkD52uNuS5nnt3PwA8pLD34ymskeSo2Wn\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zerebro\"\n    },\n    {\n        \"ticker\": \"aqt\",\n        \"name\": \"Alpha Quark Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/aqt_0935710dad.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2a9bDCFF37aB68B95A53435ADFd8892e86084F93\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"aqt\"\n    },\n    {\n        \"ticker\": \"slerf\",\n        \"name\": \"SLERF\",\n        \"image\": \"https://content-api.changenow.io/uploads/slerf_86b4d1f5e6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"7BgBvyjrZX1YKz4oh9mjb8ZScatkkwb8DzFx7LoiVkM3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"slerf\"\n    },\n    {\n        \"ticker\": \"dbr\",\n        \"name\": \"deBridge\",\n        \"image\": \"https://content-api.changenow.io/uploads/dbr_3c92c0185f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"DBRiDgJAMsM95moTzJs7M9LnkGErpbv9v6CUR1DXnUu5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dbr\"\n    },\n    {\n        \"ticker\": \"rdnt\",\n        \"name\": \"Radiant Capital\",\n        \"image\": \"https://content-api.changenow.io/uploads/rdntbsc_8163a78957.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF\",\n        \"buy\": true,\n        \"sell\": false,\n        \"legacyTicker\": \"rdnt\"\n    },\n    {\n        \"ticker\": \"rdnt\",\n        \"name\": \"Radiant Capital (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rdnterc20_71ca353a6d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x137dDB47Ee24EaA998a535Ab00378d6BFa84F893\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rdnterc20\"\n    },\n    {\n        \"ticker\": \"rdnt\",\n        \"name\": \"Radiant Capital (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rdntarb_620bc32b0b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x3082CC23568eA640225c2467653dB90e9250AaA0\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"rdntarb\"\n    },\n    {\n        \"ticker\": \"rdnt\",\n        \"name\": \"Radiant Capital (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rdnt_cd285340ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xd722E55C1d9D9fA0021A5215Cbb904b92B3dC5d4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rdntbase\"\n    },\n    {\n        \"ticker\": \"x\",\n        \"name\": \"X Empire\",\n        \"image\": \"https://content-api.changenow.io/uploads/x_fb35101fbf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQB4zZusHsbU2vVTPqjhlokIOoiZhEdCMT703CWEzhTOo__X\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"x\"\n    },\n    {\n        \"ticker\": \"omg\",\n        \"name\": \"OMG Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/omg_d1c0098f6f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd26114cd6EE289AccF82350c8d8487fedB8A0C07\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"omg\"\n    },\n    {\n        \"ticker\": \"why\",\n        \"name\": \"WHY\",\n        \"image\": \"https://content-api.changenow.io/uploads/why_b0ee2f6275.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9eC02756A559700d8D9e79ECe56809f7bcC5dC27\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"why\"\n    },\n    {\n        \"ticker\": \"brise\",\n        \"name\": \"Bitrise Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/brisebsc_4a2e5bac36.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8fff93e810a2edaafc326edee51071da9d398e83\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"brise\"\n    },\n    {\n        \"ticker\": \"brise\",\n        \"name\": \"Bitgert\",\n        \"image\": \"https://content-api.changenow.io/uploads/brisemainnet_a38a78e67e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"brise\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"brisemainnet\"\n    },\n    {\n        \"ticker\": \"lto\",\n        \"name\": \"LTO Network (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ltoerc20_83f40172b9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lto\"\n    },\n    {\n        \"ticker\": \"lto\",\n        \"name\": \"LTO Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ltobsc_57aa0d2d81.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x857B222Fc79e1cBBf8Ca5f78CB133d1b7CF34BBd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ltobsc\"\n    },\n    {\n        \"ticker\": \"chillguy\",\n        \"name\": \"Just a chill guy\",\n        \"image\": \"https://content-api.changenow.io/uploads/chillguy_698fc9a251.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Df6yfrKC8kZE3KNkrHERKzAetSxbrWeniQfyJY4Jpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"chillguy\"\n    },\n    {\n        \"ticker\": \"mln\",\n        \"name\": \"Enzyme\",\n        \"image\": \"https://content-api.changenow.io/uploads/mln_996db737c9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xec67005c4e498ec7f55e092bd1d35cbc47c91892\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mln\"\n    },\n    {\n        \"ticker\": \"prcl\",\n        \"name\": \"Parcl\",\n        \"image\": \"https://content-api.changenow.io/uploads/prcl_b47af582d2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"4LLbsb5ReP3yEtYzmXewyGjcir5uXtKFURtaEUVC2AHs\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"prcl\"\n    },\n    {\n        \"ticker\": \"utk\",\n        \"name\": \"Utrust\",\n        \"image\": \"https://content-api.changenow.io/uploads/utk_73afb18f10.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"utk\"\n    },\n    {\n        \"ticker\": \"rss3\",\n        \"name\": \"RSS3\",\n        \"image\": \"https://content-api.changenow.io/uploads/rss3_4b0aef67ba.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc98D64DA73a6616c42117b582e832812e7B8D57F\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"rss3\"\n    },\n    {\n        \"ticker\": \"lmwr\",\n        \"name\": \"LimeWire Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/lmwr_d4d38ef508.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x628A3b2E302C7e896AcC432D2d0dD22B6cb9bc88\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lmwr\"\n    },\n    {\n        \"ticker\": \"idex\",\n        \"name\": \"IDEX\",\n        \"image\": \"https://content-api.changenow.io/uploads/idex_72ad526634.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"idex\"\n    },\n    {\n        \"ticker\": \"vr\",\n        \"name\": \"Victoria VR\",\n        \"image\": \"https://content-api.changenow.io/uploads/vr_3f3d09855b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7d5121505149065b562C789A0145eD750e6E8cdD\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vr\"\n    },\n    {\n        \"ticker\": \"arrr\",\n        \"name\": \"Pirate Chain (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/arrr_ce43b3eb5c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xCDAF240C90F989847c56aC9Dee754F76F41c5833\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arrr\"\n    },\n    {\n        \"ticker\": \"gst\",\n        \"name\": \"Green Satoshi Token (SOL)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gstsol_f01c63256a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gstsol\"\n    },\n    {\n        \"ticker\": \"ice\",\n        \"name\": \"Ice Open Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ice_1_57121f770a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xc335Df7C25b72eEC661d5Aa32a7c2B7b2a1D1874\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"icebsc\"\n    },\n    {\n        \"ticker\": \"spec\",\n        \"name\": \"Spectral\",\n        \"image\": \"https://content-api.changenow.io/uploads/spec_b831fa86d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xAdF7C35560035944e805D98fF17d58CDe2449389\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"spec\"\n    },\n    {\n        \"ticker\": \"dao\",\n        \"name\": \"DAO Maker\",\n        \"image\": \"https://content-api.changenow.io/uploads/dao_0d595720c2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0f51bb10119727a7e5ea3538074fb341f56b09ad\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dao\"\n    },\n    {\n        \"ticker\": \"alcx\",\n        \"name\": \"Alchemix\",\n        \"image\": \"https://content-api.changenow.io/uploads/alcx_f64427a7b4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xdbdb4d16eda451d0503b854cf79d55697f90c8df\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alcx\"\n    },\n    {\n        \"ticker\": \"susd\",\n        \"name\": \"SUSD\",\n        \"image\": \"https://content-api.changenow.io/uploads/susdeth_cec1026432.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x57Ab1ec28D129707052df4dF418D58a2D46d5f51\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"susd\"\n    },\n    {\n        \"ticker\": \"daddy\",\n        \"name\": \"Daddy Tate\",\n        \"image\": \"https://content-api.changenow.io/uploads/daddy_9a84aae10c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"4Cnk9EPnW5ixfLZatCPJjDB1PUtcRpVVgTQukm9epump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"daddy\"\n    },\n    {\n        \"ticker\": \"pros\",\n        \"name\": \"Prosper (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/pros_46868ca5ed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x915424ac489433130d92b04096f3b96c82e92a9d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"prosbsc\"\n    },\n    {\n        \"ticker\": \"swell\",\n        \"name\": \"Swell Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/swell_28f1c4518f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0a6E7Ba5042B38349e437ec6Db6214AEC7B35676\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"swell\"\n    },\n    {\n        \"ticker\": \"rari\",\n        \"name\": \"Rarible\",\n        \"image\": \"https://content-api.changenow.io/uploads/rari_c969b4dec9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfca59cd816ab1ead66534d82bc21e7515ce441cf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rari\"\n    },\n    {\n        \"ticker\": \"atlas\",\n        \"name\": \"Star Atlas\",\n        \"image\": \"https://content-api.changenow.io/uploads/atlas_afa4d4ef64.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"atlas\"\n    },\n    {\n        \"ticker\": \"perp\",\n        \"name\": \"Perpetual Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/perp_4d7a61eb5c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xbC396689893D065F41bc2C6EcbeE5e0085233447\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"perp\"\n    },\n    {\n        \"ticker\": \"perp\",\n        \"name\": \"Perpetual Protocol (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/perpbsc_628dccf017.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4e7f408be2d4e9d60f49a64b89bb619c84c7c6f5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"perpbsc\"\n    },\n    {\n        \"ticker\": \"ladys\",\n        \"name\": \"Milady\",\n        \"image\": \"https://content-api.changenow.io/uploads/ladys_e5dba5a655.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x12970E6868f88f6557B76120662c1B3E50A646bf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ladys\"\n    },\n    {\n        \"ticker\": \"pols\",\n        \"name\": \"Polkastarter\",\n        \"image\": \"https://content-api.changenow.io/uploads/polserc20_d3bc957208.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x83e6f1e41cdd28eaceb20cb649155049fac3d5aa\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pols\"\n    },\n    {\n        \"ticker\": \"pols\",\n        \"name\": \"Polkastarter (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/polsbsc_d47ae0b13d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x7e624FA0E1c4AbFD309cC15719b7E2580887f570\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"polsbsc\"\n    },\n    {\n        \"ticker\": \"kmd\",\n        \"name\": \"Komodo\",\n        \"image\": \"https://content-api.changenow.io/uploads/kmd_b36fad8567.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"kmd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"kmd\"\n    },\n    {\n        \"ticker\": \"kmd\",\n        \"name\": \"Komodo (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/kmdbsc_08227e825d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kmdbsc\"\n    },\n    {\n        \"ticker\": \"puffer\",\n        \"name\": \"Puffer\",\n        \"image\": \"https://content-api.changenow.io/uploads/puffer_7172faa4be.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4d1C297d39C5c1277964D0E3f8Aa901493664530\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"puffer\"\n    },\n    {\n        \"ticker\": \"fun\",\n        \"name\": \"FunFair\",\n        \"image\": \"https://content-api.changenow.io/uploads/fun_d11e9b007f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fun\"\n    },\n    {\n        \"ticker\": \"loka\",\n        \"name\": \"League of Kingdoms Arena\",\n        \"image\": \"https://content-api.changenow.io/uploads/loka_6c268b6ccf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x61e90a50137e1f645c9ef4a0d3a4f01477738406\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"loka\"\n    },\n    {\n        \"ticker\": \"data\",\n        \"name\": \"Streamr (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/data_ab30760e92.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8f693ca8D21b157107184d29D398A8D082b38b76\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"data\"\n    },\n    {\n        \"ticker\": \"data\",\n        \"name\": \"Streamr (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/databsc_11f72f896d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0864c156b3C5F69824564dEC60c629aE6401bf2a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"databsc\"\n    },\n    {\n        \"ticker\": \"ghst\",\n        \"name\": \"Aavegotchi\",\n        \"image\": \"https://content-api.changenow.io/uploads/ghst_0f0baa693e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3F382DbD960E3a9bbCeaE22651E88158d2791550\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ghst\"\n    },\n    {\n        \"ticker\": \"ghst\",\n        \"name\": \"Aavegotchi (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ghstmatic_8d3fa7a9d3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x385eeac5cb85a38a9a07a70c73e0a3271cfb54a7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ghstmatic\"\n    },\n    {\n        \"ticker\": \"fox\",\n        \"name\": \"Shapeshift FOX Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/fox_e4e244e3a3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc770eefad204b5180df6a14ee197d99d808ee52d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fox\"\n    },\n    {\n        \"ticker\": \"quick\",\n        \"name\": \"Quickswap New\",\n        \"image\": \"https://content-api.changenow.io/uploads/quick_0f5945ea54.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xB5C064F955D8e7F38fE0460C556a72987494eE17\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"quickmatic\"\n    },\n    {\n        \"ticker\": \"quick\",\n        \"name\": \"QuickSwap New\",\n        \"image\": \"https://content-api.changenow.io/uploads/quickerc20_fcf2574138.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd2bA23dE8a19316A638dc1e7a9ADdA1d74233368\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"quick2erc20\"\n    },\n    {\n        \"ticker\": \"mdt\",\n        \"name\": \"Measurable Data Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/mdt_e7aa02d5ad.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x814e0908b12a99fecf5bc101bb5d0b8b5cdf7d26\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mdt\"\n    },\n    {\n        \"ticker\": \"mdt\",\n        \"name\": \"Measurable Data Token (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mdtbsc_88dbb27d4a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x668DB7aa38eaC6B40c9D13dBE61361DC4c4611d1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mdtbsc\"\n    },\n    {\n        \"ticker\": \"hard\",\n        \"name\": \"Kava Lend (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hardbsc_42d3855823.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf79037f6f6be66832de4e7516be52826bc3cbcc4\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"hardbsc\"\n    },\n    {\n        \"ticker\": \"klv\",\n        \"name\": \"Klever (TRC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/klv_f9ec0ffcfb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"klv\"\n    },\n    {\n        \"ticker\": \"klv\",\n        \"name\": \"Klever\",\n        \"image\": \"https://content-api.changenow.io/uploads/klv_f9ec0ffcfb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"klv\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"klvmainnet\"\n    },\n    {\n        \"ticker\": \"ol\",\n        \"name\": \"Open Loot\",\n        \"image\": \"https://content-api.changenow.io/uploads/ol_1ca0628143.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1F57da732A77636D913C9a75d685B26CC85DCC3A\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ol\"\n    },\n    {\n        \"ticker\": \"cos\",\n        \"name\": \"Contentos (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cos_9f49e8188a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cos\"\n    },\n    {\n        \"ticker\": \"koma\",\n        \"name\": \"Koma Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/koma_dc5ae83394.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd5eaAaC47bD1993d661bc087E15dfb079a7f3C19\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"koma\"\n    },\n    {\n        \"ticker\": \"fis\",\n        \"name\": \"StaFi\",\n        \"image\": \"https://content-api.changenow.io/uploads/fis_aa39540f89.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fis\"\n    },\n    {\n        \"ticker\": \"ant\",\n        \"name\": \"Aragon\",\n        \"image\": \"https://content-api.changenow.io/uploads/ant_59b9c96b32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa117000000f279D81A1D3cc75430fAA017FA5A2e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ant\"\n    },\n    {\n        \"ticker\": \"bsw\",\n        \"name\": \"Biswap\",\n        \"image\": \"https://content-api.changenow.io/uploads/bsw_41d446080a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x965f527d9159dce6288a2219db51fc6eef120dd1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bsw\"\n    },\n    {\n        \"ticker\": \"uos\",\n        \"name\": \"Ultra\",\n        \"image\": \"https://content-api.changenow.io/uploads/uos_a403f13572.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uos\"\n    },\n    {\n        \"ticker\": \"boba\",\n        \"name\": \"Boba Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/boba_59f841cfb6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"boba\"\n    },\n    {\n        \"ticker\": \"farm\",\n        \"name\": \"Harvest Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/farmerc20_c216e4b852.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa0246c9032bC3A600820415aE600c6388619A14D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"farm\"\n    },\n    {\n        \"ticker\": \"blz\",\n        \"name\": \"Bluzelle\",\n        \"image\": \"https://content-api.changenow.io/uploads/blz_1977ed2bc5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5732046a883704404f284ce41ffadd5b007fd668\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"blz\"\n    },\n    {\n        \"ticker\": \"pippin\",\n        \"name\": \"pippin\",\n        \"image\": \"https://content-api.changenow.io/uploads/pippin_5fa21c3c10.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pippin\"\n    },\n    {\n        \"ticker\": \"beta\",\n        \"name\": \"Beta Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/beta_0d71545b99.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xBe1a001FE942f96Eea22bA08783140B9Dcc09D28\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"beta\"\n    },\n    {\n        \"ticker\": \"beta\",\n        \"name\": \"Beta Finance (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/beta_bda43d7316.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xBe1a001FE942f96Eea22bA08783140B9Dcc09D28\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"betabsc\"\n    },\n    {\n        \"ticker\": \"chess\",\n        \"name\": \"Tranchess\",\n        \"image\": \"https://content-api.changenow.io/uploads/chess_ef36751b89.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"chess\"\n    },\n    {\n        \"ticker\": \"diam\",\n        \"name\": \"DIAM\",\n        \"image\": \"https://content-api.changenow.io/uploads/diam_9bfd77bf36.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1FA0f5ed24a1a2b43741E88F8FEc19633e67082B\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"diam\"\n    },\n    {\n        \"ticker\": \"firo\",\n        \"name\": \"Firo\",\n        \"image\": \"https://content-api.changenow.io/uploads/firo_19ed343de5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"firo\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"firo\"\n    },\n    {\n        \"ticker\": \"firo\",\n        \"name\": \"Firo (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/firobsc_899194465e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"firobsc\"\n    },\n    {\n        \"ticker\": \"wojak\",\n        \"name\": \"Wojak\",\n        \"image\": \"https://content-api.changenow.io/uploads/wajak_0675bc02ce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5026F006B85729a8b14553FAE6af249aD16c9aaB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wojak\"\n    },\n    {\n        \"ticker\": \"voxel\",\n        \"name\": \"Voxies\",\n        \"image\": \"https://content-api.changenow.io/uploads/voxel_b062059a9b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xd0258a3fd00f38aa8090dfee343f10a9d4d30d3f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"voxel\"\n    },\n    {\n        \"ticker\": \"kishu\",\n        \"name\": \"Kishu Inu (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/kishu_78a838095e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xA2b4C0Af19cC16a6CfAcCe81F192B024d625817D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kishu\"\n    },\n    {\n        \"ticker\": \"santos\",\n        \"name\": \"Santos FC Fan Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/santos_e8c48984f9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xA64455a4553C9034236734FadDAddbb64aCE4Cc7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"santos\"\n    },\n    {\n        \"ticker\": \"lrds\",\n        \"name\": \"BLOCKLORDS\",\n        \"image\": \"https://content-api.changenow.io/uploads/lrds_62cb715c28.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"10xd0a6053f087E87a25dC60701ba6E663b1a548E85\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lrds\"\n    },\n    {\n        \"ticker\": \"boson\",\n        \"name\": \"Boson Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/boson_ec0c842e48.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xC477D038d5420C6A9e0b031712f61c5120090de9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"boson\"\n    },\n    {\n        \"ticker\": \"myro\",\n        \"name\": \"Myro\",\n        \"image\": \"https://content-api.changenow.io/uploads/myro_1e0a40d1e1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"HhJpBhRRn4g56VsyLuT8DL5Bv31HkXqsrahTTUCZeZg4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"myro\"\n    },\n    {\n        \"ticker\": \"looks\",\n        \"name\": \"LooksRare\",\n        \"image\": \"https://content-api.changenow.io/uploads/looks_7c24228e3d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf4d2888d29D722226FafA5d9B24F9164c092421E\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"looks\"\n    },\n    {\n        \"ticker\": \"cswap\",\n        \"name\": \"ChainSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/cswap_d27fd5f94d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xae41b275aaAF484b541A5881a2dDED9515184CCA\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cswap\"\n    },\n    {\n        \"ticker\": \"adx\",\n        \"name\": \"Ambire AdEx\",\n        \"image\": \"https://content-api.changenow.io/uploads/adxerc20_7fb1f4427c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xADE00C28244d5CE17D72E40330B1c318cD12B7c3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"adx\"\n    },\n    {\n        \"ticker\": \"adx\",\n        \"name\": \"Ambire AdEx (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/adxbsc_0d76f9450a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"adxbsc\"\n    },\n    {\n        \"ticker\": \"hez\",\n        \"name\": \"Hermez Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/hez_514f32dd28.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xeef9f339514298c6a857efcfc1a762af84438dee\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hez\"\n    },\n    {\n        \"ticker\": \"wen\",\n        \"name\": \"Wen\",\n        \"image\": \"https://content-api.changenow.io/uploads/wen_1be8ac4a15.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"WENWENvqqNya429ubCdR81ZmD69brwQaaBYY6p3LCpk\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wen\"\n    },\n    {\n        \"ticker\": \"gafi\",\n        \"name\": \"GameFi.org\",\n        \"image\": \"https://content-api.changenow.io/uploads/gafi_1538b27523.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x89Af13A10b32F1b2f8d1588f93027F69B6F4E27e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gafi\"\n    },\n    {\n        \"ticker\": \"root\",\n        \"name\": \"The Root Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/root_3a2079b77e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa3d4BEe77B05d4a0C943877558Ce21A763C4fa29\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"root\"\n    },\n    {\n        \"ticker\": \"opul\",\n        \"name\": \"Opulous (Algorand)\",\n        \"image\": \"https://content-api.changenow.io/uploads/opulalgo_3b789dd0f9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"algo\",\n        \"tokenContract\": \"287867876\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"opulalgo\"\n    },\n    {\n        \"ticker\": \"opul\",\n        \"name\": \"Opulous\",\n        \"image\": \"https://content-api.changenow.io/uploads/opul_6143f67444.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x80D55c03180349Fff4a229102F62328220A96444\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"opul\"\n    },\n    {\n        \"ticker\": \"bifi\",\n        \"name\": \"Beefy (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bifierc20_236c20b8bd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xB1F1ee126e9c96231Cc3d3fAD7C08b4cf873b1f1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bifierc20\"\n    },\n    {\n        \"ticker\": \"copi\",\n        \"name\": \"Cornucopias\",\n        \"image\": \"https://content-api.changenow.io/uploads/copi_c414cb870c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xfea292e5ea4510881bdb840e3cec63abd43f936f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"copi\"\n    },\n    {\n        \"ticker\": \"moodeng\",\n        \"name\": \"MOO DENG\",\n        \"image\": \"https://content-api.changenow.io/uploads/moodengerc20_b2d44111ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x28561B8A2360F463011c16b6Cc0B0cbEF8dbBcad\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"moodeng\"\n    },\n    {\n        \"ticker\": \"pivx\",\n        \"name\": \"PIVX\",\n        \"image\": \"https://content-api.changenow.io/uploads/pivx_073b4ab24a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"pivx\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"pivx\"\n    },\n    {\n        \"ticker\": \"quack\",\n        \"name\": \"RichQuack\",\n        \"image\": \"https://content-api.changenow.io/uploads/quack_0281432d26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xD74b782E05AA25c50e7330Af541d46E18f36661C\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"quack\"\n    },\n    {\n        \"ticker\": \"lina\",\n        \"name\": \"Linear Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/lina_fd12939e6c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x762539b45A1dCcE3D36d080F74d1AED37844b878\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lina\"\n    },\n    {\n        \"ticker\": \"lina\",\n        \"name\": \"Linear Finance (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/linaerc20_7fb2325c58.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3E9BC21C9b189C09dF3eF1B824798658d5011937\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"linaerc20\"\n    },\n    {\n        \"ticker\": \"troy\",\n        \"name\": \"TROY\",\n        \"image\": \"https://content-api.changenow.io/uploads/troy_f9e9d6b158.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6d41F64C567acbF36f88763306fF6fB50fF61458\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"troy\"\n    },\n    {\n        \"ticker\": \"doge\",\n        \"name\": \"Department Of Government Efficiency\",\n        \"image\": \"https://content-api.changenow.io/uploads/dogeerc20_129096d8bb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1121AcC14c63f3C872BFcA497d10926A6098AAc5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dogeerc20\"\n    },\n    {\n        \"ticker\": \"token\",\n        \"name\": \"TokenFi (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tokenbsc_d8e8619e12.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4507cEf57C46789eF8d1a19EA45f4216bae2B528\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tokenbsc\"\n    },\n    {\n        \"ticker\": \"token\",\n        \"name\": \"TokenFi (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/token_bb0a8558d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4507cEf57C46789eF8d1a19EA45f4216bae2B528\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tokenerc20\"\n    },\n    {\n        \"ticker\": \"kekius\",\n        \"name\": \"Kekius Maximus\",\n        \"image\": \"https://content-api.changenow.io/uploads/kekius_9f5586ab78.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x26E550AC11B26f78A04489d5F20f24E3559f7Dd9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kekius\"\n    },\n    {\n        \"ticker\": \"vinu\",\n        \"name\": \"Vita Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/vinu_ff6a829d2b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xAFCdd4f666c84Fed1d8BD825aA762e3714F652c9\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"vinu\"\n    },\n    {\n        \"ticker\": \"leash\",\n        \"name\": \"LEASH\",\n        \"image\": \"https://content-api.changenow.io/uploads/leash_c9a0da12e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x27c70cd1946795b66be9d954418546998b546634\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"leash\"\n    },\n    {\n        \"ticker\": \"ceek\",\n        \"name\": \"CEEK VR\",\n        \"image\": \"https://content-api.changenow.io/uploads/ceek_ca981d6345.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xe0f94ac5462997d2bc57287ac3a3ae4c31345d66\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ceek\"\n    },\n    {\n        \"ticker\": \"ceek\",\n        \"name\": \"CEEK VR (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ceekerc20_460825c603.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb056c38f6b7Dc4064367403E26424CD2c60655e1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ceekerc20\"\n    },\n    {\n        \"ticker\": \"combo\",\n        \"name\": \"COMBO\",\n        \"image\": \"https://content-api.changenow.io/uploads/combo_08f7c5ff77.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc03fBF20A586fa89C2a5f6F941458E1Fbc40c661\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"combo\"\n    },\n    {\n        \"ticker\": \"max\",\n        \"name\": \"Matr1x (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/maxerc20_0f8827361c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb7109df1a93f8fe2b8162c6207c9b846c1c68090\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"maxerc20\"\n    },\n    {\n        \"ticker\": \"max\",\n        \"name\": \"Matr1x (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/maxpolygon_d187d76076.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xbEd0B9240bdbcC8e33f66d2ca650A5Ef60a5bAb0\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"maxmatic\"\n    },\n    {\n        \"ticker\": \"lock\",\n        \"name\": \"Houdini Swap\",\n        \"image\": \"https://content-api.changenow.io/uploads/lock_480fbe8c9d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x922D8563631B03C2c4cf817f4d18f6883AbA0109\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"lock\"\n    },\n    {\n        \"ticker\": \"shiro\",\n        \"name\": \"Shiro Neko\",\n        \"image\": \"https://content-api.changenow.io/uploads/shiro_8542450758.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb0AC2b5a73da0e67A8e5489Ba922B3f8d582e058\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"shiro\"\n    },\n    {\n        \"ticker\": \"0\",\n        \"name\": \"Volt Inu V2 (ERC20)\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"volterc20\"\n    },\n    {\n        \"ticker\": \"volt\",\n        \"name\": \"Volt Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/volterc20_e918bf6361.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7f792db54B0e580Cdc755178443f0430Cf799aCa\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"voltv3erc20\"\n    },\n    {\n        \"ticker\": \"volt\",\n        \"name\": \"Volt Inu\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x7f792db54B0e580Cdc755178443f0430Cf799aCa\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"voltv3\"\n    },\n    {\n        \"ticker\": \"wocta\",\n        \"name\": \"wOCTA\",\n        \"image\": \"https://content-api.changenow.io/uploads/octa_ea43589586.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfA704148D516b209D52C2D75f239274C8f8EAF1A\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wocta\"\n    },\n    {\n        \"ticker\": \"eps\",\n        \"name\": \"Ellipsis\",\n        \"image\": \"https://content-api.changenow.io/uploads/eps_9dfc3bdb6b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xA7f552078dcC247C2684336020c03648500C6d9F\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eps\"\n    },\n    {\n        \"ticker\": \"vlx\",\n        \"name\": \"Velas (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/vlx_8f48356825.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xe9c803f48dffe50180bd5b01dc04da939e3445fc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vlxbsc\"\n    },\n    {\n        \"ticker\": \"alpaca\",\n        \"name\": \"ALPACA\",\n        \"image\": \"https://content-api.changenow.io/uploads/ALPACA_afde270fcf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8f0528ce5ef7b51152a59745befdd91d97091d2f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alpaca\"\n    },\n    {\n        \"ticker\": \"mode\",\n        \"name\": \"Mode\",\n        \"image\": \"https://content-api.changenow.io/uploads/mode_e56ab81852.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mode\",\n        \"tokenContract\": \"0xDfc7C877a950e49D2610114102175A06C2e3167a\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mode\"\n    },\n    {\n        \"ticker\": \"sidus\",\n        \"name\": \"Sidus (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sidus_f040e426a3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x549020a9Cb845220D66d3E9c6D9F9eF61C981102\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"siduserc20\"\n    },\n    {\n        \"ticker\": \"synt\",\n        \"name\": \"Synternet\",\n        \"image\": \"https://content-api.changenow.io/uploads/synt_0aa3027abe.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xDA987c655ebC38C801DB64A8608bc1AA56Cd9a31\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"synt\"\n    },\n    {\n        \"ticker\": \"gems\",\n        \"name\": \"Gems\",\n        \"image\": \"https://content-api.changenow.io/uploads/gems_8bd1d5ae35.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3010ccb5419F1EF26D40a7cd3F0d707a0fa127Dc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gems\"\n    },\n    {\n        \"ticker\": \"lazio\",\n        \"name\": \"S.S. Lazio Fan Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/lazio_dfd67036ff.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x77d547256a2cd95f32f67ae0313e450ac200648d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lazio\"\n    },\n    {\n        \"ticker\": \"cream\",\n        \"name\": \"Cream Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/cream_2d709de525.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2ba592F78dB6436527729929AAf6c908497cB200\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cream\"\n    },\n    {\n        \"ticker\": \"cream\",\n        \"name\": \"Cream Finance (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/creambsc_aba37ee04c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"creambsc\"\n    },\n    {\n        \"ticker\": \"usdj\",\n        \"name\": \"USDJ\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdj_1108badd98.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdj\"\n    },\n    {\n        \"ticker\": \"pnk\",\n        \"name\": \"Kleros\",\n        \"image\": \"https://content-api.changenow.io/uploads/pnk_0bf0320a94.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x93ed3fbe21207ec2e8f2d3c3de6e058cb73bc04d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pnk\"\n    },\n    {\n        \"ticker\": \"nc\",\n        \"name\": \"Nodecoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/nc_4289586710.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"B89Hd5Juz7JP2dxCZXFJWk4tMTcbw7feDhuWGb3kq5qE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nc\"\n    },\n    {\n        \"ticker\": \"nibi\",\n        \"name\": \"Nibiru Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/nibi_9b5fd296f4.svg\",\n        \"hasExternalId\": true,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"nibi\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"nibi\"\n    },\n    {\n        \"ticker\": \"reef\",\n        \"name\": \"Reef\",\n        \"image\": \"https://content-api.changenow.io/uploads/reef_d01cb313c2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfe3e6a25e6b192a42a44ecddcd13796471735acf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"reef\"\n    },\n    {\n        \"ticker\": \"reef\",\n        \"name\": \"Reef (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/reefbsc_22aceb4784.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"reefbsc\"\n    },\n    {\n        \"ticker\": \"gme\",\n        \"name\": \"GameStop\",\n        \"image\": \"https://content-api.changenow.io/uploads/gme_9db14b576e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gme\"\n    },\n    {\n        \"ticker\": \"ren\",\n        \"name\": \"Ren\",\n        \"image\": \"https://content-api.changenow.io/uploads/ren_7cb694f686.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x408e41876cccdc0f92210600ef50372656052a38\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ren\"\n    },\n    {\n        \"ticker\": \"major\",\n        \"name\": \"Major\",\n        \"image\": \"https://content-api.changenow.io/uploads/major_cbfa342b01.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQCuPm01HldiduQ55xaBF_1kaW_WAUy5DHey8suqzU_MAJOR\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"major\"\n    },\n    {\n        \"ticker\": \"porto\",\n        \"name\": \"FC Porto Fan Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/porto_fb67550163.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x49f2145d6366099e13B10FbF80646C0F377eE7f6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"porto\"\n    },\n    {\n        \"ticker\": \"cell\",\n        \"name\": \"Cellframe\",\n        \"image\": \"https://content-api.changenow.io/uploads/cell_caf853e17a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x26c8afbbfe1ebaca03c2bb082e69d0476bffe099\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"cell\"\n    },\n    {\n        \"ticker\": \"tet\",\n        \"name\": \"Tectum\",\n        \"image\": \"https://content-api.changenow.io/uploads/tet_d3be503861.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x68A47Fe1CF42eBa4a030a10CD4D6a1031Ca3CA0a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tet\"\n    },\n    {\n        \"ticker\": \"pit\",\n        \"name\": \"Pitbull\",\n        \"image\": \"https://content-api.changenow.io/uploads/pit_475b5d9f47.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pit\"\n    },\n    {\n        \"ticker\": \"peipei\",\n        \"name\": \"PeiPei (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/peipei_ea2214a524.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"peipei\"\n    },\n    {\n        \"ticker\": \"yfii\",\n        \"name\": \"YFII.finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/yfii_835d788f06.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"yfii\"\n    },\n    {\n        \"ticker\": \"alpine\",\n        \"name\": \"Alpine F1 Team Fan Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/alpine_966f7676fb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alpine\"\n    },\n    {\n        \"ticker\": \"vidt\",\n        \"name\": \"VIDT DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/vidt_756f3bcc33.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3be7bf1a5f23bd8336787d0289b70602f1940875\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vidt\"\n    },\n    {\n        \"ticker\": \"time\",\n        \"name\": \"Chrono.tech (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/time_b7bafca019.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3b198e26E473b8faB2085b37978e36c9DE5D7f68\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"timebsc\"\n    },\n    {\n        \"ticker\": \"time\",\n        \"name\": \"Chrono.tech (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/timeerc20_1dcae802cc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x485d17A6f1B8780392d53D64751824253011A260\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"timeerc20\"\n    },\n    {\n        \"ticker\": \"lingo\",\n        \"name\": \"Lingo\",\n        \"image\": \"https://content-api.changenow.io/uploads/lingo_0cccc33272.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xfb42Da273158B0F642F59F2Ba7cc1d5457481677\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lingo\"\n    },\n    {\n        \"ticker\": \"vib\",\n        \"name\": \"Viberate\",\n        \"image\": \"https://content-api.changenow.io/uploads/vib_9f41826ac5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2c974b2d0ba1716e644c1fc59982a89ddd2ff724\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vib\"\n    },\n    {\n        \"ticker\": \"zypto\",\n        \"name\": \"Zypto\",\n        \"image\": \"https://content-api.changenow.io/uploads/zypto_fd62c0d9f5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7A65CB87F596Caf31a4932f074c59c0592bE77D7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zypto\"\n    },\n    {\n        \"ticker\": \"flock\",\n        \"name\": \"FLock.io\",\n        \"image\": \"https://content-api.changenow.io/uploads/flock_24eab9bc13.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x5aB3D4c385B400F3aBB49e80DE2fAF6a88A7B691\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"flock\"\n    },\n    {\n        \"ticker\": \"gtai\",\n        \"name\": \"GT Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/gtai_2c71073938.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x003d87d02A2A01E9E8a20f507C83E15DD83A33d1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gtai\"\n    },\n    {\n        \"ticker\": \"uft\",\n        \"name\": \"UniLend\",\n        \"image\": \"https://content-api.changenow.io/uploads/uft_cf3b40935d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uft\"\n    },\n    {\n        \"ticker\": \"uft\",\n        \"name\": \"UniLend (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/uftmatic_7eaaffde58.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x5B4CF2C120A9702225814E18543ee658c5f8631e\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"uftmatic\"\n    },\n    {\n        \"ticker\": \"bad\",\n        \"name\": \"Bad Idea AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/bad_798964361c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x32b86b99441480a7E5BD3A26c124ec2373e3F015\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bad\"\n    },\n    {\n        \"ticker\": \"burger\",\n        \"name\": \"BurgerCities\",\n        \"image\": \"https://content-api.changenow.io/uploads/burger_fae7e29d02.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"burger\"\n    },\n    {\n        \"ticker\": \"rep\",\n        \"name\": \"Augur\",\n        \"image\": \"https://content-api.changenow.io/uploads/rep_19d2b237c9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x221657776846890989a759ba2973e427dff5c9bb\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"rep\"\n    },\n    {\n        \"ticker\": \"blok\",\n        \"name\": \"Bloktopia (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/blok_05c536d5a6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xA0d96fD642156FC7E964949642257b3572f10cD6\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"blok\"\n    },\n    {\n        \"ticker\": \"blok\",\n        \"name\": \"Bloktopia (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/blokmatic_9bc17dd8b5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x229b1b6C23ff8953D663C4cBB519717e323a0a84\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"blokmatic\"\n    },\n    {\n        \"ticker\": \"ast\",\n        \"name\": \"AirSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/ast_f333d77eab.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x27054b13b1b798b345b591a4d22e6562d47ea75a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ast\"\n    },\n    {\n        \"ticker\": \"sps\",\n        \"name\": \"Splintershards\",\n        \"image\": \"https://content-api.changenow.io/uploads/sps_c4d4b91e35.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1633b7157e7638c4d6593436111bf125ee74703f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sps\"\n    },\n    {\n        \"ticker\": \"buzz\",\n        \"name\": \"Hive AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/buzz_74bbabf6da.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"9DHe3pycTuymFk4H4bbPoAJ4hQrr2kaLDF6J6aAKpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"buzz\"\n    },\n    {\n        \"ticker\": \"vista\",\n        \"name\": \"Ethervista\",\n        \"image\": \"https://content-api.changenow.io/uploads/vista_438acef1b0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xC9bCa88B04581699fAb5aa276CCafF7Df957cbbf\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"vista\"\n    },\n    {\n        \"ticker\": \"efi\",\n        \"name\": \"Efinity Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/efi_3515d43e96.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x656C00e1BcD96f256F224AD9112FF426Ef053733\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"efi\"\n    },\n    {\n        \"ticker\": \"ousd\",\n        \"name\": \"Origin Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/ousd_14fc6fbfda.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"ousd\"\n    },\n    {\n        \"ticker\": \"vxv\",\n        \"name\": \"Vectorspace AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/vxv_1453b1383a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7D29A64504629172a429e64183D6673b9dAcbFCe\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"vxv\"\n    },\n    {\n        \"ticker\": \"now\",\n        \"name\": \"NOW Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/now_1_2fe6d0bd61.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe9a95d175a5f4c9369f3b74222402eb1b837693b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"now\"\n    },\n    {\n        \"ticker\": \"now\",\n        \"name\": \"ChangeNOW Token (BEP-20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/nowbsc_153131924f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x02533c1e9AbBAfE5816ed8B27c0D22a8731075E0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nowbsc\"\n    },\n    {\n        \"ticker\": \"paw\",\n        \"name\": \"Paw (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/paw_c03018d9cd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc11158c5dA9db1D553ED28f0C2BA1CbEDD42CFcb\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"pawerc20\"\n    },\n    {\n        \"ticker\": \"adp\",\n        \"name\": \"Adappter Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/adp_d04c9d2ade.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc314b0E758D5FF74f63e307A86EbfE183C95767b\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"adp\"\n    },\n    {\n        \"ticker\": \"luce\",\n        \"name\": \"LUCE\",\n        \"image\": \"https://content-api.changenow.io/uploads/luce_dc692bbe37.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CBdCxKo9QavR9hfShgpEBG3zekorAeD7W1jfq2o3pump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"luce\"\n    },\n    {\n        \"ticker\": \"ufo\",\n        \"name\": \"UFO Gaming\",\n        \"image\": \"https://content-api.changenow.io/uploads/ufo_1a1a66bdeb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ufo\"\n    },\n    {\n        \"ticker\": \"lnq\",\n        \"name\": \"LinqAI\",\n        \"image\": \"https://content-api.changenow.io/uploads/lnq_2ae4f6076a.png\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xD4F4D0a10BcaE123bB6655E8Fe93a30d01eEbD04\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lnq\"\n    },\n    {\n        \"ticker\": \"kendu\",\n        \"name\": \"Kendu Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/kendu_728f049b5d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xaa95f26e30001251fb905d264Aa7b00eE9dF6C18\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kendu\"\n    },\n    {\n        \"ticker\": \"clear\",\n        \"name\": \"Everclear (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/clear_8118f3fb3c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"clearerc20\"\n    },\n    {\n        \"ticker\": \"usdr\",\n        \"name\": \"StablR USD\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7B43E3875440B44613DC3bC08E7763e6Da63C8f8\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"usdr\"\n    },\n    {\n        \"ticker\": \"rly\",\n        \"name\": \"Rally\",\n        \"image\": \"https://content-api.changenow.io/uploads/rly_4e55aa2a6e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rly\"\n    },\n    {\n        \"ticker\": \"deai\",\n        \"name\": \"Zero1 Labs\",\n        \"image\": \"https://content-api.changenow.io/uploads/deai_614e4590d4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1495bc9e44Af1F8BCB62278D2bEC4540cF0C05ea\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"deai\"\n    },\n    {\n        \"ticker\": \"jellyjelly\",\n        \"name\": \"Jelly-My-Jelly\",\n        \"image\": \"https://content-api.changenow.io/uploads/Frame_195_4a268cacc5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"FeR8VBqNRSUD5NtXAj2n3j1dAHkZHfyDktKuLXD4pump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jellyjelly\"\n    },\n    {\n        \"ticker\": \"pandora\",\n        \"name\": \"Pandora\",\n        \"image\": \"https://content-api.changenow.io/uploads/pandora_7bdec8a9e2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9E9FbDE7C7a83c43913BddC8779158F1368F0413\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pandora\"\n    },\n    {\n        \"ticker\": \"epic\",\n        \"name\": \"EpicCash\",\n        \"image\": \"https://content-api.changenow.io/uploads/epic_5f6c9c1d99.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"epic\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"epic\"\n    },\n    {\n        \"ticker\": \"dfi\",\n        \"name\": \"DeFiChain (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dfi_557e687d7a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x361C60b7c2828fCAb80988d00D1D542c83387b50\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"dfibsc\"\n    },\n    {\n        \"ticker\": \"dfi\",\n        \"name\": \"DeFiChain\",\n        \"image\": \"https://content-api.changenow.io/uploads/dfi_71c27b03b0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8fc8f8269ebca376d046ce292dc7eac40c8d358a\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"dfi\"\n    },\n    {\n        \"ticker\": \"swch\",\n        \"name\": \"SwissCheese\",\n        \"image\": \"https://content-api.changenow.io/uploads/swch_25b6576866.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x3ce1327867077B551ae9A6987bF10C9fd08edCE1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"swch\"\n    },\n    {\n        \"ticker\": \"mnw\",\n        \"name\": \"Morpheus.Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/mnw_ef5132de78.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mnw\"\n    },\n    {\n        \"ticker\": \"divi\",\n        \"name\": \"Divi\",\n        \"image\": \"https://content-api.changenow.io/uploads/divi_78a5e9e0c7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"divi\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"divi\"\n    },\n    {\n        \"ticker\": \"divi\",\n        \"name\": \"DIVI\",\n        \"image\": \"https://content-api.changenow.io/uploads/divierc20_68f2c2cbbf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x246908BfF0b1ba6ECaDCF57fb94F6AE2FcD43a77\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"divierc20\"\n    },\n    {\n        \"ticker\": \"arty\",\n        \"name\": \"Artyfact\",\n        \"image\": \"https://content-api.changenow.io/uploads/arty_10b970af34.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x617Cab4aAae1f8dfb3eE138698330776a1e1b324\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arty\"\n    },\n    {\n        \"ticker\": \"cult\",\n        \"name\": \"Cult DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/cult_8070a5acd4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf0f9d895aca5c8678f706fb8216fa22957685a13\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cult\"\n    },\n    {\n        \"ticker\": \"arc\",\n        \"name\": \"ARC\",\n        \"image\": \"https://content-api.changenow.io/uploads/arc_88615651cc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xC82E3dB60A52CF7529253b4eC688f631aad9e7c2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arc\"\n    },\n    {\n        \"ticker\": \"akuma\",\n        \"name\": \"Akuma Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/akuma_06888718c3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x2F20Cf3466f80A5f7f532fCa553c8cbc9727FEf6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"akuma\"\n    },\n    {\n        \"ticker\": \"big\",\n        \"name\": \"BIG\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x2d0aFed89a6D6A100273Db377dBA7a32C739E314\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"big\"\n    },\n    {\n        \"ticker\": \"mother\",\n        \"name\": \"Mother Iggy\",\n        \"image\": \"https://content-api.changenow.io/uploads/mother_196f03a7b3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"3S8qX1MsMqRbiwKg2cQyx7nis1oHMgaCuc9c4VfvVdPN\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mother\"\n    },\n    {\n        \"ticker\": \"starl\",\n        \"name\": \"Starlink\",\n        \"image\": \"https://content-api.changenow.io/uploads/starl_c6366e8e9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"starl\"\n    },\n    {\n        \"ticker\": \"ese\",\n        \"name\": \"Eesee\",\n        \"image\": \"https://content-api.changenow.io/uploads/ese_7dddf4dc4a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x908dDb096BFb3AcB19e2280aAD858186ea4935C4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ese\"\n    },\n    {\n        \"ticker\": \"tomi\",\n        \"name\": \"tomiNet\",\n        \"image\": \"https://content-api.changenow.io/uploads/tomierc20_a1ac4294b0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4385328cc4D643Ca98DfEA734360C0F596C83449\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tomierc20\"\n    },\n    {\n        \"ticker\": \"srm\",\n        \"name\": \"Serum\",\n        \"image\": \"https://content-api.changenow.io/uploads/srm_aa1bb7def5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x476c5E26a75bd202a9683ffD34359C0CC15be0fF\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"srm\"\n    },\n    {\n        \"ticker\": \"srm\",\n        \"name\": \"Serum (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/srmsol_867f117ef1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"srmsol\"\n    },\n    {\n        \"ticker\": \"beam\",\n        \"name\": \"Beam\",\n        \"image\": \"https://content-api.changenow.io/uploads/beam_a189518e22.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"beam\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"beam\"\n    },\n    {\n        \"ticker\": \"open\",\n        \"name\": \"Open Custody Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/open_ed4216d11c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4123a133ae3c521fd134d7b13a2dec35b56c2463\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"openerc20\"\n    },\n    {\n        \"ticker\": \"kp3r\",\n        \"name\": \"Keep3rV1\",\n        \"image\": \"https://content-api.changenow.io/uploads/kp3r_ee533dc91b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kp3r\"\n    },\n    {\n        \"ticker\": \"raincoin\",\n        \"name\": \"Rain Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/rain_e9c88ceb5f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x8E677CA17065eD74675BC27bCaBadB7Eef10A292\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"raincoin\"\n    },\n    {\n        \"ticker\": \"fuse\",\n        \"name\": \"Fuse Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/fuse_5a99af0979.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x970b9bb2c0444f5e81e9d0efb84c8ccdcdcaf84d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fuse\"\n    },\n    {\n        \"ticker\": \"poolx\",\n        \"name\": \"Poolz Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/poolx_dcaf9213f8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xbAeA9aBA1454DF334943951d51116aE342eAB255\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"poolx\"\n    },\n    {\n        \"ticker\": \"fitfi\",\n        \"name\": \"Step App (AVAXC)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fitfi_a16ee02884.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"avaxc\",\n        \"tokenContract\": \"0x714f020C54cc9D104B6F4f6998C63ce2a31D1888\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fitfi\"\n    },\n    {\n        \"ticker\": \"bob\",\n        \"name\": \"BOB\",\n        \"image\": \"https://content-api.changenow.io/uploads/bob_e061f222d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7D8146cf21e8D7cbe46054e01588207b51198729\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"boberc20\"\n    },\n    {\n        \"ticker\": \"muse\",\n        \"name\": \"Muse\",\n        \"image\": \"https://content-api.changenow.io/uploads/muse_39f69263d0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb6ca7399b4f9ca56fc27cbff44f4d2e4eef1fc81\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"muse\"\n    },\n    {\n        \"ticker\": \"fred\",\n        \"name\": \"First Convicted Raccon Fred\",\n        \"image\": \"https://content-api.changenow.io/uploads/fred_43bd59d04a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CNvitvFnSM5ed6K28RUNSaAjqqz5tX1rA5HgaBN9pump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fred\"\n    },\n    {\n        \"ticker\": \"nwc\",\n        \"name\": \"Newscrypto\",\n        \"image\": \"https://content-api.changenow.io/uploads/NWC_Newscrypto_b89908ac40.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x968f6f898a6df937fc1859b323ac2f14643e3fed\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nwc\"\n    },\n    {\n        \"ticker\": \"cel\",\n        \"name\": \"Celsius\",\n        \"image\": \"https://content-api.changenow.io/uploads/cel_219f8a1490.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cel\"\n    },\n    {\n        \"ticker\": \"shr\",\n        \"name\": \"ShareToken\",\n        \"image\": \"https://content-api.changenow.io/uploads/shr_4a42d9179f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd98f75b1a3261dab9eed4956c93f33749027a964\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"shr\"\n    },\n    {\n        \"ticker\": \"trvl\",\n        \"name\": \"Dtravel\",\n        \"image\": \"https://content-api.changenow.io/uploads/trvl_bbf1c0e981.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd47bdf574b4f76210ed503e0efe81b58aa061f3d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trvl\"\n    },\n    {\n        \"ticker\": \"trvl\",\n        \"name\": \"Dtravel (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/trvlbsc_e61c3e8a20.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"trvlbsc\"\n    },\n    {\n        \"ticker\": \"mv\",\n        \"name\": \"GensoKishi Metaverse\",\n        \"image\": \"https://content-api.changenow.io/uploads/mv_8dd3b2df3b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xA3c322Ad15218fBFAEd26bA7f616249f7705D945\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mv\"\n    },\n    {\n        \"ticker\": \"netvr\",\n        \"name\": \"Netvrk (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ntvrk_be5a91cf19.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x52498F8d9791736f1D6398fE95ba3BD868114d10\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"netvr\"\n    },\n    {\n        \"ticker\": \"akita\",\n        \"name\": \"Akita Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/akita_9d1d3e01f1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3301ee63fb29f863f2333bd4466acb46cd8323e6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"akita\"\n    },\n    {\n        \"ticker\": \"hoge\",\n        \"name\": \"Hoge Finance (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hoge_aceba7733d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfad45e47083e4607302aa43c65fb3106f1cd7607\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hoge\"\n    },\n    {\n        \"ticker\": \"vgx\",\n        \"name\": \"Voyager Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/vgx_4c53537163.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vgx\"\n    },\n    {\n        \"ticker\": \"mstr\",\n        \"name\": \"MSTR2100\",\n        \"image\": \"https://content-api.changenow.io/uploads/mstr_3e15ab8ba6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x42069026EAC8Eee0Fd9b5f7aDFa4f6E6D69a2B39\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mstr\"\n    },\n    {\n        \"ticker\": \"dop\",\n        \"name\": \"Data Ownership Protocol (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/dop_36a7132eb3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x97A9a15168C22B3C137E6381037E1499C8ad0978\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"doperc20\"\n    },\n    {\n        \"ticker\": \"radar\",\n        \"name\": \"DappRadar\",\n        \"image\": \"https://content-api.changenow.io/uploads/radar_2546892de1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"radar\"\n    },\n    {\n        \"ticker\": \"soon\",\n        \"name\": \"TON Station\",\n        \"image\": \"https://content-api.changenow.io/uploads/soon_394132f194.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQCwe0g3cEFhsz4VK5nrtOZBkFeSISxhCVUqvON7Im__SOON\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"soon\"\n    },\n    {\n        \"ticker\": \"psps\",\n        \"name\": \"BobaCat\",\n        \"image\": \"https://content-api.changenow.io/uploads/psps_59317f61d3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x03049b395147713ae53C0617093675B4b86dDE78\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"psps\"\n    },\n    {\n        \"ticker\": \"rwa\",\n        \"name\": \"RWA Inc\",\n        \"image\": \"https://content-api.changenow.io/uploads/rwa_47e5367acf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xE2B1dc2D4A3b4E59FDF0c47B71A7A86391a8B35a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rwa\"\n    },\n    {\n        \"ticker\": \"dobo\",\n        \"name\": \"Dogebonk\",\n        \"image\": \"https://content-api.changenow.io/uploads/dobo_a1a6d2e9d9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xae2df9f730c54400934c06a17462c41c08a06ed8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dobo\"\n    },\n    {\n        \"ticker\": \"mint\",\n        \"name\": \"Mint Club\",\n        \"image\": \"https://content-api.changenow.io/uploads/mint_e1c685dbcc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1f3Af095CDa17d63cad238358837321e95FC5915\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mint\"\n    },\n    {\n        \"ticker\": \"rise\",\n        \"name\": \"EverRise\",\n        \"image\": \"https://content-api.changenow.io/uploads/rise_6ba0f4384b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xC17c30e98541188614dF99239cABD40280810cA3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rise\"\n    },\n    {\n        \"ticker\": \"tsuka\",\n        \"name\": \"Dejitaru Tsuka\",\n        \"image\": \"https://content-api.changenow.io/uploads/tsuka_a025131246.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc5fB36dd2fb59d3B98dEfF88425a3F425Ee469eD\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"tsuka\"\n    },\n    {\n        \"ticker\": \"unibot\",\n        \"name\": \"UniBot\",\n        \"image\": \"https://content-api.changenow.io/uploads/unibot_4a30e557e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf819d9Cb1c2A819Fd991781A822dE3ca8607c3C9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"unibot\"\n    },\n    {\n        \"ticker\": \"unfi\",\n        \"name\": \"Unifi Protocol DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/unfi_899722e61a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x441761326490cacf7af299725b6292597ee822c2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"unfi\"\n    },\n    {\n        \"ticker\": \"unfi\",\n        \"name\": \"Unifi Protocol DAO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/unfibsc_cc7233c1e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"unfibsc\"\n    },\n    {\n        \"ticker\": \"happy\",\n        \"name\": \"Happy Cat\",\n        \"image\": \"https://content-api.changenow.io/uploads/happy_df5924a585.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"HAPPYwgFcjEJDzRtfWE6tiHE9zGdzpNky2FvjPHsvvGZ\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"happy\"\n    },\n    {\n        \"ticker\": \"caps\",\n        \"name\": \"CAPS\",\n        \"image\": \"https://content-api.changenow.io/uploads/CAPS_d3723432bd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xffba7529ac181c2ee1844548e6d7061c9a597df4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"caps\"\n    },\n    {\n        \"ticker\": \"hapi\",\n        \"name\": \"HAPI Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/hapi_2d14f4f6aa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xD9c2D319Cd7e6177336b0a9c93c21cb48d84Fb54\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hapi\"\n    },\n    {\n        \"ticker\": \"gari\",\n        \"name\": \"Gari Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/gari_566636d1cb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gari\"\n    },\n    {\n        \"ticker\": \"ctrl\",\n        \"name\": \"Ctrl Wallet\",\n        \"image\": \"https://content-api.changenow.io/uploads/ctrl_1c83e5c7e5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe50E009Ddb1A4d8Ec668EAc9D8b2dF1F96348707\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"ctrl\"\n    },\n    {\n        \"ticker\": \"shrub\",\n        \"name\": \"Shrub\",\n        \"image\": \"https://content-api.changenow.io/uploads/shrub_771bda7621.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3b991130eaE3CcA364406D718DA22FA1C3E7C256\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"shrub\"\n    },\n    {\n        \"ticker\": \"cho\",\n        \"name\": \"Choise.com (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cho_895c7e63a6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xBBa39Fd2935d5769116ce38d46a71bde9cf03099\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cho\"\n    },\n    {\n        \"ticker\": \"orc\",\n        \"name\": \"Orbit Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/orc_433341864c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x662b67d00A13FAf93254714DD601F5Ed49Ef2F51\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"orc\"\n    },\n    {\n        \"ticker\": \"akro\",\n        \"name\": \"Akropolis\",\n        \"image\": \"https://content-api.changenow.io/uploads/akro_72e43b84df.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8ab7404063ec4dbcfd4598215992dc3f8ec853d7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"akro\"\n    },\n    {\n        \"ticker\": \"bond\",\n        \"name\": \"BarnBridge\",\n        \"image\": \"https://content-api.changenow.io/uploads/bond_8fdb7fb1a0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0391D2021f89DC339F60Fff84546EA23E337750f\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"bond\"\n    },\n    {\n        \"ticker\": \"cot\",\n        \"name\": \"Cosplay Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/cot_25cf9b88e4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5cac718a3ae330d361e39244bf9e67ab17514ce8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cot\"\n    },\n    {\n        \"ticker\": \"marsh\",\n        \"name\": \"UnMarshal\",\n        \"image\": \"https://content-api.changenow.io/uploads/marsh_beeff00750.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"marsh\"\n    },\n    {\n        \"ticker\": \"ubt\",\n        \"name\": \"Unibright\",\n        \"image\": \"https://content-api.changenow.io/uploads/ubt_356c107cc8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8400d94a5cb0fa0d041a3788e395285d61c9ee5e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ubt\"\n    },\n    {\n        \"ticker\": \"strm\",\n        \"name\": \"StreamCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/strm_6a7f6be84f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xC598275452fA319d75ee5f176FD3B8384925b425\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"strm\"\n    },\n    {\n        \"ticker\": \"peng\",\n        \"name\": \"Peng\",\n        \"image\": \"https://content-api.changenow.io/uploads/peng_ceaed3a53f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"A3eME5CetyZPBoWbRUwY3tSe25S6tb18ba9ZPbWk9eFJ\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"peng\"\n    },\n    {\n        \"ticker\": \"verse\",\n        \"name\": \"Verse\",\n        \"image\": \"https://content-api.changenow.io/uploads/verse_178b9c5f45.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x249cA82617eC3DfB2589c4c17ab7EC9765350a18\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"verse\"\n    },\n    {\n        \"ticker\": \"joystream\",\n        \"name\": \"Joystream (JOY)\",\n        \"image\": \"https://content-api.changenow.io/uploads/joy_96ea173728.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"joy\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"joy\"\n    },\n    {\n        \"ticker\": \"cvp\",\n        \"name\": \"PowerPool\",\n        \"image\": \"https://content-api.changenow.io/uploads/cvp_517f546fd1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cvp\"\n    },\n    {\n        \"ticker\": \"mong\",\n        \"name\": \"MongCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/mong_8cb988f81f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"mong\"\n    },\n    {\n        \"ticker\": \"talent\",\n        \"name\": \"Talent Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/talent_bd7409bdf9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x9a33406165f562E16C3abD82fd1185482E01b49a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"talent\"\n    },\n    {\n        \"ticker\": \"epx\",\n        \"name\": \"Ellipsis (NEW)\",\n        \"image\": \"https://content-api.changenow.io/uploads/epx_94d09b3c60.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xaf41054c1487b0e5e2b9250c0332ecbce6ce9d71\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"epx\"\n    },\n    {\n        \"ticker\": \"mtv\",\n        \"name\": \"MultiVAC (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mtv_8a50ec96ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6226e00bcac68b0fe55583b90a1d727c14fab77f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mtv\"\n    },\n    {\n        \"ticker\": \"qom\",\n        \"name\": \"Shiba Predator\",\n        \"image\": \"https://content-api.changenow.io/uploads/qom_5d25aed0ba.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa71d0588EAf47f12B13cF8eC750430d21DF04974\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"qom\"\n    },\n    {\n        \"ticker\": \"hotcross\",\n        \"name\": \"Hot Cross\",\n        \"image\": \"https://content-api.changenow.io/uploads/hotcross_1f6d996cd2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4fa7163e153419e0e1064e418dd7a99314ed27b6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hotcross\"\n    },\n    {\n        \"ticker\": \"srk\",\n        \"name\": \"SparkPoint\",\n        \"image\": \"https://content-api.changenow.io/uploads/srk_8a3b3df112.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0488401c3f535193fa8df029d9ffe615a06e74e6\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"srk\"\n    },\n    {\n        \"ticker\": \"jetton\",\n        \"name\": \"JetTon Games\",\n        \"image\": \"https://content-api.changenow.io/uploads/jetton_eed6aea4e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQAQXlWJvGbbFfE8F3oS8s87lIgdovS455IsWFaRdmJetTon\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jetton\"\n    },\n    {\n        \"ticker\": \"amb\",\n        \"name\": \"AirDAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/amb_ac25357f8f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"amb\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ambmainnet\"\n    },\n    {\n        \"ticker\": \"abyss\",\n        \"name\": \"Abyss\",\n        \"image\": \"https://content-api.changenow.io/uploads/abyss_59fe1e5bbe.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0e8d6b471e332f140e7d9dbb99e5e3822f728da6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"abyss\"\n    },\n    {\n        \"ticker\": \"xr\",\n        \"name\": \"XRADERS\",\n        \"image\": \"https://content-api.changenow.io/uploads/xr_776ea55696.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5f78f4bfcb2b43bc174fe16a69a13945cefa2978\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xr\"\n    },\n    {\n        \"ticker\": \"for\",\n        \"name\": \"ForTube\",\n        \"image\": \"https://content-api.changenow.io/uploads/for_76fc4be275.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1fcdce58959f536621d76f5b7ffb955baa5a672f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"for\"\n    },\n    {\n        \"ticker\": \"for\",\n        \"name\": \"ForTube (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/forbsc_72fd56e3ff.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x658A109C5900BC6d2357c87549B651670E5b0539\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"forbsc\"\n    },\n    {\n        \"ticker\": \"klaus\",\n        \"name\": \"Klaus\",\n        \"image\": \"https://content-api.changenow.io/uploads/klaus_2951dd5e22.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb612bFC5cE2FB1337Bd29F5Af24ca85DbB181cE2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"klaus\"\n    },\n    {\n        \"ticker\": \"solve\",\n        \"name\": \"SOLVE\",\n        \"image\": \"https://content-api.changenow.io/uploads/solve_300e299880.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x446c9033e7516d820cc9a2ce2d0b7328b579406f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"solve\"\n    },\n    {\n        \"ticker\": \"urus\",\n        \"name\": \"Aurox\",\n        \"image\": \"https://content-api.changenow.io/uploads/urus_6ca1aeb622.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc6DdDB5bc6E61e0841C54f3e723Ae1f3A807260b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"urus\"\n    },\n    {\n        \"ticker\": \"star10\",\n        \"name\": \"Ronaldinho Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/star10_d01bde82b3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8B9ABDD229ec0C4A28E01b91aacdC5dAAFc25C2b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"star10\"\n    },\n    {\n        \"ticker\": \"ham\",\n        \"name\": \"Hamster\",\n        \"image\": \"https://content-api.changenow.io/uploads/ham_8000277bd8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x679D5b2d94f454c950d683D159b87aa8eae37C9e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ham\"\n    },\n    {\n        \"ticker\": \"llm\",\n        \"name\": \"Large Language Model\",\n        \"image\": \"https://content-api.changenow.io/uploads/llm_54bca92d2a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"98mb39tPFKQJ4Bif8iVg9mYb9wsfPZgpgN1sxoVTpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"llm\"\n    },\n    {\n        \"ticker\": \"tup\",\n        \"name\": \"TenUp\",\n        \"image\": \"https://content-api.changenow.io/uploads/tup_66180e09b0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7714f320Adca62B149df2579361AfEC729c5FE6A\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"tup\"\n    },\n    {\n        \"ticker\": \"oax\",\n        \"name\": \"OAX\",\n        \"image\": \"https://content-api.changenow.io/uploads/oax_e9798f32ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x701C244b988a513c945973dEFA05de933b23Fe1D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"oax\"\n    },\n    {\n        \"ticker\": \"planet\",\n        \"name\": \"PLANET\",\n        \"image\": \"https://content-api.changenow.io/uploads/planet_bc982dbbfc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2aD9adDD0d97EC3cDBA27F92bF6077893b76Ab0b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"planet\"\n    },\n    {\n        \"ticker\": \"wozx\",\n        \"name\": \"Efforce\",\n        \"image\": \"https://content-api.changenow.io/uploads/wozx_1241d6fac8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x34950ff2b487d9e5282c5ab342d08a2f712eb79f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wozx\"\n    },\n    {\n        \"ticker\": \"niko\",\n        \"name\": \"NikolAI\",\n        \"image\": \"https://content-api.changenow.io/uploads/niko_fa69fc448c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQDo8QC6mVi7Gq6uGWDF4XVp3cZ4wKZ-bqKBkmhVMPm-1ojm\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"niko\"\n    },\n    {\n        \"ticker\": \"dino\",\n        \"name\": \"DinoLFG\",\n        \"image\": \"https://content-api.changenow.io/uploads/dino_317ed3c051.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x49642110B712C1FD7261Bc074105E9E44676c68F\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dino\"\n    },\n    {\n        \"ticker\": \"doai\",\n        \"name\": \"DOJO Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/doai_104eb279c7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"3vmfEaTR9M2Pp5JcFNC8c8u6U4eFUBdq6FQjgPpcnfKS\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"doai\"\n    },\n    {\n        \"ticker\": \"brg\",\n        \"name\": \"Bridge Oracle\",\n        \"image\": \"https://content-api.changenow.io/uploads/brgbsc_41296e6d8c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"brgbsc\"\n    },\n    {\n        \"ticker\": \"arv\",\n        \"name\": \"Ariva\",\n        \"image\": \"https://content-api.changenow.io/uploads/arv_ab94fd7373.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6679eb24f59dfe111864aec72b443d1da666b360\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arv\"\n    },\n    {\n        \"ticker\": \"yooshi\",\n        \"name\": \"YooShi\",\n        \"image\": \"https://content-api.changenow.io/uploads/yooshi_7881f85337.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x02fF5065692783374947393723dbA9599e59F591\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"yooshi\"\n    },\n    {\n        \"ticker\": \"nftb\",\n        \"name\": \"NFTb\",\n        \"image\": \"https://content-api.changenow.io/uploads/nftb_f1fb9ff4dd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xde3dbbe30cfa9f437b293294d1fd64b26045c71a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nftb\"\n    },\n    {\n        \"ticker\": \"govi\",\n        \"name\": \"Govi\",\n        \"image\": \"https://content-api.changenow.io/uploads/govi_f10ea11581.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"govi\"\n    },\n    {\n        \"ticker\": \"auto\",\n        \"name\": \"Auto\",\n        \"image\": \"https://content-api.changenow.io/uploads/auto_e2d9611a91.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa184088a740c695E156F91f5cC086a06bb78b827\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"auto\"\n    },\n    {\n        \"ticker\": \"zoon\",\n        \"name\": \"ZOON\",\n        \"image\": \"https://content-api.changenow.io/uploads/zoon_7d16fdbadd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9d173e6c594f479b4d47001f8e6a95a7adda42bc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zoon\"\n    },\n    {\n        \"ticker\": \"pirate\",\n        \"name\": \"PirateCash\",\n        \"image\": \"https://content-api.changenow.io/uploads/pirate_c2b657141d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xaFCC12e4040615E7Afe9fb4330eB3D9120acAC05\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pirate\"\n    },\n    {\n        \"ticker\": \"bccoin\",\n        \"name\": \"BlackCardCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/bccoin_61403a00ff.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x450593Bf7f2d7E559E38496CfB06bDCE5E963795\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"bccoin\"\n    },\n    {\n        \"ticker\": \"ego\",\n        \"name\": \"EGO\",\n        \"image\": \"https://content-api.changenow.io/uploads/ego_8a41da49ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x44a21B3577924DCD2e9C81A3347D204C36a55466\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ego\"\n    },\n    {\n        \"ticker\": \"belt\",\n        \"name\": \"BELT\",\n        \"image\": \"https://content-api.changenow.io/uploads/BELT_a9d57fb697.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xE0e514c71282b6f4e823703a39374Cf58dc3eA4f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"belt\"\n    },\n    {\n        \"ticker\": \"plx\",\n        \"name\": \"Pullix\",\n        \"image\": \"https://content-api.changenow.io/uploads/plx_f9ccdae9d3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1cc7047E15825F639E0752Eb1b89E4225F5327F2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"plx\"\n    },\n    {\n        \"ticker\": \"btcst\",\n        \"name\": \"Bitcoin Standard Hashrate Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/btcst_aa0e0ba9f0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x78650b139471520656b9e7aa7a5e9276814a38e9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"btcst\"\n    },\n    {\n        \"ticker\": \"fwc\",\n        \"name\": \"QATAR 2022 TOKEN\",\n        \"image\": \"https://content-api.changenow.io/uploads/fwc_b404d6a682.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6D3a160B86eDcD46D8F9bBa25c2F88ccCADe19fc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fwc\"\n    },\n    {\n        \"ticker\": \"befi\",\n        \"name\": \"BeFi Labs\",\n        \"image\": \"https://content-api.changenow.io/uploads/befi_af95ba2ed2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8b9b95292f890DF47fFf5aC9Cbe93d5fC242bd51\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"befi\"\n    },\n    {\n        \"ticker\": \"naft\",\n        \"name\": \"Nafter\",\n        \"image\": \"https://content-api.changenow.io/uploads/naft_6d48ec3967.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd7730681b1dc8f6f969166b29d8a5ea8568616a3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"naft\"\n    },\n    {\n        \"ticker\": \"hsf\",\n        \"name\": \"Hillstone Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/hsf_74c0613fff.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xbA6B0dbb2bA8dAA8F5D6817946393Aef8D3A4487\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"hsf\"\n    },\n    {\n        \"ticker\": \"keke\",\n        \"name\": \"KEK\",\n        \"image\": \"https://content-api.changenow.io/uploads/keke_d10bdf3e0a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf7168c8AbB0ff80116413a8d95396BBdC318A3fF\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"keke\"\n    },\n    {\n        \"ticker\": \"unio\",\n        \"name\": \"Unio Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/unio_75b95410a6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x01aaC2b594F7bdBeC740F0F1AA22910EbB4B74Ab\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"unio\"\n    },\n    {\n        \"ticker\": \"perl\",\n        \"name\": \"PERL.eco\",\n        \"image\": \"https://content-api.changenow.io/uploads/perl_480a3a2a76.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xeca82185adce47f39c684352b0439f030f860318\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"perl\"\n    },\n    {\n        \"ticker\": \"drep\",\n        \"name\": \"Drep (new)\",\n        \"image\": \"https://content-api.changenow.io/uploads/drep_a91d04cea0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"drep\"\n    },\n    {\n        \"ticker\": \"drep\",\n        \"name\": \"Drep (new) (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/drepbsc_a8f9af0af0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xEC583f25A049CC145dA9A256CDbE9B6201a705Ff\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"drepbsc\"\n    },\n    {\n        \"ticker\": \"awc\",\n        \"name\": \"Atomic Wallet Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/awc_ec16ddf78c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xad22f63404f7305e4713ccbd4f296f34770513f4\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"awc\"\n    },\n    {\n        \"ticker\": \"awc\",\n        \"name\": \"Atomic Wallet Coin (BEP20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/awcbsc_6bf3b21bdb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"awcbsc\"\n    },\n    {\n        \"ticker\": \"tking\",\n        \"name\": \"Tiger King\",\n        \"image\": \"https://content-api.changenow.io/uploads/tking_6dc99c3499.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9b4bdddaeb68d85b0848bab7774e6855439fd94e\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"tking\"\n    },\n    {\n        \"ticker\": \"wait\",\n        \"name\": \"HOURGLASS\",\n        \"image\": \"https://content-api.changenow.io/uploads/wait_af9e7656ae.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2559813BBb508C4C79e9CCCE4703Bcb1f149EDd7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wait\"\n    },\n    {\n        \"ticker\": \"social\",\n        \"name\": \"Phavercoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/socialbase_55c4c8ba21.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xD3C68968137317a57a9bAbeacC7707Ec433548B4\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"social\"\n    },\n    {\n        \"ticker\": \"mith\",\n        \"name\": \"Mithril (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mith_e686a5aded.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"mith\"\n    },\n    {\n        \"ticker\": \"hana\",\n        \"name\": \"Hana\",\n        \"image\": \"https://content-api.changenow.io/uploads/hana_7d12dd0084.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xB3912b20b3aBc78C15e85E13EC0bF334fbB924f7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hana\"\n    },\n    {\n        \"ticker\": \"bin\",\n        \"name\": \"Binemon\",\n        \"image\": \"https://content-api.changenow.io/uploads/BIN_e8db8ea56e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xe56842ed550ff2794f010738554db45e60730371\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bin\"\n    },\n    {\n        \"ticker\": \"peanut\",\n        \"name\": \"Peanut\",\n        \"image\": \"https://content-api.changenow.io/uploads/peanut_8d8f63f102.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4947b72fED037AdE3365dA050A9be5c063E605A7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"peanut\"\n    },\n    {\n        \"ticker\": \"skill\",\n        \"name\": \"SKILL\",\n        \"image\": \"https://content-api.changenow.io/uploads/skill_792e6e1eda.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x154a9f9cbd3449ad22fdae23044319d6ef2a1fab\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"skill\"\n    },\n    {\n        \"ticker\": \"life\",\n        \"name\": \"Life Crypto\",\n        \"image\": \"https://content-api.changenow.io/uploads/life_3b80f73dce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6c936D4AE98E6d2172dB18c16C4b601C99918EE6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"life\"\n    },\n    {\n        \"ticker\": \"never\",\n        \"name\": \"neversol\",\n        \"image\": \"https://content-api.changenow.io/uploads/never_046ff5b212.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CxrhHSqyW8YTDWc4csJMMgo7uBUJSXzNzrWhtw9ULdru\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"never\"\n    },\n    {\n        \"ticker\": \"swrv\",\n        \"name\": \"Swerve\",\n        \"image\": \"https://content-api.changenow.io/uploads/swrv_6bb891ee74.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xb8baa0e4287890a5f79863ab62b7f175cecbd433\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"swrv\"\n    },\n    {\n        \"ticker\": \"cns\",\n        \"name\": \"Centric Swap\",\n        \"image\": \"https://content-api.changenow.io/uploads/cns_9dc508f05e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cns\"\n    },\n    {\n        \"ticker\": \"lbp\",\n        \"name\": \"Launchblock.com\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa23C1194d421F252b4e6D5edcc3205F7650a4eBE\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"lbperc20\"\n    },\n    {\n        \"ticker\": \"meld_failed\",\n        \"name\": \"meld_failed\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ada\",\n        \"tokenContract\": \"a2944573e99d2ed3055b808eaa264f0bf119e01fc6b18863067c63e44d454c44\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"meld\"\n    },\n    {\n        \"ticker\": \"bunny\",\n        \"name\": \"Pancake Bunny\",\n        \"image\": \"https://content-api.changenow.io/uploads/bunny_aa02886be5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xc9849e6fdb743d08faee3e34dd2d1bc69ea11a51\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bunny\"\n    },\n    {\n        \"ticker\": \"kok\",\n        \"name\": \"KOK\",\n        \"image\": \"https://content-api.changenow.io/uploads/kok_1c47ff4ae6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9B9647431632AF44be02ddd22477Ed94d14AacAa\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"kok\"\n    },\n    {\n        \"ticker\": \"lead\",\n        \"name\": \"Lead Wallet\",\n        \"image\": \"https://content-api.changenow.io/uploads/lead_22675d458e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1dd80016e3d4ae146ee2ebb484e8edd92dacc4ce\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lead\"\n    },\n    {\n        \"ticker\": \"sfuel\",\n        \"name\": \"SparkPoint Fuel\",\n        \"image\": \"https://content-api.changenow.io/uploads/sfuel_8c53f10aa6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x37ac4d6140e54304d77437a5c11924f61a2d976f\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"sfuel\"\n    },\n    {\n        \"ticker\": \"plume\",\n        \"name\": \"Plume\",\n        \"image\": \"https://content-api.changenow.io/uploads/plume_5ae0e73ca0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4C1746A800D224393fE2470C70A35717eD4eA5F1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"plume\"\n    },\n    {\n        \"ticker\": \"xter\",\n        \"name\": \"Xterio\",\n        \"image\": \"https://content-api.changenow.io/uploads/xter_69f4de7366.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x103071Da56e7cD95b415320760D6a0dDC4DA1ca5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xter\"\n    },\n    {\n        \"ticker\": \"sfi\",\n        \"name\": \"Singularity Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/sfi_a101bce02f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7636d8722fdf7cd34232a915e48e96aa3eb386bf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sfi\"\n    },\n    {\n        \"ticker\": \"sonic\",\n        \"name\": \"Sonic SVM\",\n        \"image\": \"https://content-api.changenow.io/uploads/sonic_f596008d4a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"SonicxvLud67EceaEzCLRnMTBqzYUUYNr93DBkBdDES\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sonic\"\n    },\n    {\n        \"ticker\": \"elx\",\n        \"name\": \"Elixir\",\n        \"image\": \"https://content-api.changenow.io/uploads/elx_9044881df4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x89A8c847f41C0dfA6c8B88638bACca8a0b777Da7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"elx\"\n    },\n    {\n        \"ticker\": \"roam\",\n        \"name\": \"Roam\",\n        \"image\": \"https://content-api.changenow.io/uploads/roam_b1840a8c00.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"RoamA1USA8xjvpTJZ6RvvxyDRzNh6GCA1zVGKSiMVkn\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"roam\"\n    },\n    {\n        \"ticker\": \"l3\",\n        \"name\": \"Layer3\",\n        \"image\": \"https://content-api.changenow.io/uploads/l3_b104b3331e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x88909D489678dD17aA6D9609F89B0419Bf78FD9a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"l3\"\n    },\n    {\n        \"ticker\": \"j\",\n        \"name\": \"Jambo\",\n        \"image\": \"https://content-api.changenow.io/uploads/j_37ffa0151d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Jambjx1oJoZNBZiqbiF9TqgatEZPdyfvYa9WVsKNzUh\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"j\"\n    },\n    {\n        \"ticker\": \"kmno\",\n        \"name\": \"Kamino Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/kmno_a28d23f271.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"KMNo3nJsBXfcpJTVhZcXLW7RmTwTt4GVFE7suUBo9sS\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kmno\"\n    },\n    {\n        \"ticker\": \"pew\",\n        \"name\": \"pepe in a memes world\",\n        \"image\": \"https://content-api.changenow.io/uploads/pew_1_527f1449f5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x382ea807A61a418479318Efd96F1EFbC5c1F2C21\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"pew\"\n    },\n    {\n        \"ticker\": \"treat\",\n        \"name\": \"Shiba Inu TREAT\",\n        \"image\": \"https://content-api.changenow.io/uploads/treat_bf3e7b2da8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa02C49Da76A085e4E1EE60A6b920dDbC8db599F4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"treat\"\n    },\n    {\n        \"ticker\": \"soso\",\n        \"name\": \"SoSoValue (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sosoeth_8acaada0cd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x76A0e27618462bDAC7a29104bdcfFf4E6BFCea2D\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"sosoerc20\"\n    },\n    {\n        \"ticker\": \"zoo\",\n        \"name\": \"Zoo (Ton)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zoo_7efd5d51ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQCSZO6N3B1i5Myqw8Kkgj5Ncf5jf2caCXChHsA8bUt__ZOO\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zooton\"\n    },\n    {\n        \"ticker\": \"goats\",\n        \"name\": \"GOATS\",\n        \"image\": \"https://content-api.changenow.io/uploads/goats_ea5244a94d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQC2CUQqMJuVkO_ioXE9MvW9ckNBuxqFB7Xce7BgwFnWagem\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"goats\"\n    },\n    {\n        \"ticker\": \"lester\",\n        \"name\": \"Lester\",\n        \"image\": \"https://content-api.changenow.io/uploads/lester_18d10194d7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"5z3iCe53hUANTiG8Js8RjHNE2Arjik7L2CXLyr2rpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lester\"\n    },\n    {\n        \"ticker\": \"badai\",\n        \"name\": \"BAD Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/badai_87a831f10c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x36F5675029E129B5fCaBb29eC750ed268520AcF7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"badai\"\n    },\n    {\n        \"ticker\": \"cats\",\n        \"name\": \"Cats\",\n        \"image\": \"https://content-api.changenow.io/uploads/cats_9e966932b2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQA3AshPEVly8wQ6mZincrKC_CkJSKXqqjyg0VMsVjF_CATS\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"catston\"\n    },\n    {\n        \"ticker\": \"memhash\",\n        \"name\": \"Memhash\",\n        \"image\": \"https://content-api.changenow.io/uploads/memhash_2f75c7adac.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQDol2oVpmBznAL6vQpF51QW3p0PKV7ag4VEtex8_MeMHASH\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"memhash\"\n    },\n    {\n        \"ticker\": \"misha\",\n        \"name\": \"MISHA\",\n        \"image\": \"https://content-api.changenow.io/uploads/misha_12e42dc1fa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0CCAe1Bc46Fb018DD396Ed4c45565d4Cb9d41098\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"misha\"\n    },\n    {\n        \"ticker\": \"snsy\",\n        \"name\": \"Sensay\",\n        \"image\": \"https://content-api.changenow.io/uploads/snsy_e8751b2022.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x82a605d6d9114f4ad6d5ee461027477eeed31e34\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"snsy\"\n    },\n    {\n        \"ticker\": \"pgc\",\n        \"name\": \"PiggyPiggy\",\n        \"image\": \"https://content-api.changenow.io/uploads/pgc_9e4743a23e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQBxH3N3nBx_-HEvQ2bs2vrC-M6-WxgIJKl1NqaEVH1sE-CT\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pgc\"\n    },\n    {\n        \"ticker\": \"klay\",\n        \"name\": \"Klaytn\",\n        \"image\": \"https://content-api.changenow.io/uploads/Klay_new_1a11a0afda.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"klay\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"klay\"\n    },\n    {\n        \"ticker\": \"hex\",\n        \"name\": \"HEX\",\n        \"image\": \"https://content-api.changenow.io/uploads/hex_10627ac651.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2b591e99afe9f32eaa6214f7b7629768c40eeb39\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hex\"\n    },\n    {\n        \"ticker\": \"khai\",\n        \"name\": \"Kitten Haimer\",\n        \"image\": \"https://content-api.changenow.io/uploads/khai_aec5d7409f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"3TWgDvYBL2YPET2LxnWAwsMeoA8aL4DutNuwat2pKCjC\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"khai\"\n    },\n    {\n        \"ticker\": \"nacho\",\n        \"name\": \"Nacho the Kat\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"kas\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"nacho\"\n    },\n    {\n        \"ticker\": \"kiteai\",\n        \"name\": \"KiteAI\",\n        \"image\": \"https://content-api.changenow.io/uploads/kiteai_49f78ca444.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xcE403dbDFf00853860C68739611c64F0Bd1c9aFf\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"kiteai\"\n    },\n    {\n        \"ticker\": \"pndc\",\n        \"name\": \"Pond Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/pndc_812c364476.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x423f4e6138E475D85CF7Ea071AC92097Ed631eea\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pndc\"\n    },\n    {\n        \"ticker\": \"tdrop\",\n        \"name\": \"ThetaDrop\",\n        \"image\": \"https://content-api.changenow.io/uploads/tdrop_05cd68b056.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"theta\",\n        \"tokenContract\": \"0x1336739b05c7ab8a526d40dcc0d04a826b5f8b03\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"tdrop\"\n    },\n    {\n        \"ticker\": \"taps\",\n        \"name\": \"TapSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/taps_26ed752aee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQD3r1oCVcarXV7yENw6PQC2Y7Yd29enyseEIlARRC4-HtAp\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"taps\"\n    },\n    {\n        \"ticker\": \"pbx\",\n        \"name\": \"Probinex\",\n        \"image\": \"https://content-api.changenow.io/uploads/pbx_424f680d30.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa177bdd433aea3702beb46652adcfc64248d4ab3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pbx\"\n    },\n    {\n        \"ticker\": \"amo\",\n        \"name\": \"Amino\",\n        \"image\": \"https://content-api.changenow.io/uploads/amo_41549a5382.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1a2EB478FA07125C9935A77b3C03a82470801E30\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"amo\"\n    },\n    {\n        \"ticker\": \"luffy\",\n        \"name\": \"Luffy v3\",\n        \"image\": \"https://content-api.changenow.io/uploads/luffyv3_9826de8fcf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"luffyv3\"\n    },\n    {\n        \"ticker\": \"dorkl\",\n        \"name\": \"DORK LORD\",\n        \"image\": \"https://content-api.changenow.io/uploads/dorkl_81e4342f3f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x94Be6962be41377d5BedA8dFe1b100F3BF0eaCf3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dorkl\"\n    },\n    {\n        \"ticker\": \"vela\",\n        \"name\": \"Vela Exchange\",\n        \"image\": \"https://content-api.changenow.io/uploads/vela_e47c8f7799.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x088cd8f5eF3652623c22D48b1605DCfE860Cd704\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vela\"\n    },\n    {\n        \"ticker\": \"grape\",\n        \"name\": \"GrapeCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/grape_476a8985a4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x555296de6a86e72752e5c5dc091fe49713aa145c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"grape\"\n    },\n    {\n        \"ticker\": \"mda\",\n        \"name\": \"Moeda Loyalty Points\",\n        \"image\": \"https://content-api.changenow.io/uploads/mda_e3f692980f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x51db5ad35c671a87207d88fc11d593ac0c8415bd\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"mda\"\n    },\n    {\n        \"ticker\": \"kiba\",\n        \"name\": \"Kiba Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/kibabsc_2c8eb26414.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xc3afde95b6eb9ba8553cdaea6645d45fb3a7faf5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kibabsc\"\n    },\n    {\n        \"ticker\": \"kiba\",\n        \"name\": \"Kiba Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/kibaerc20_da9541a077.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x005D1123878Fc55fbd56b54C73963b234a64af3c\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"kiba\"\n    },\n    {\n        \"ticker\": \"kolz\",\n        \"name\": \"KOLZ\",\n        \"image\": \"https://content-api.changenow.io/uploads/kolz_fb0202ad3e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x50CE4129Ca261CCDe4EB100c170843c2936Bc11b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kolz\"\n    },\n    {\n        \"ticker\": \"guard\",\n        \"name\": \"Guardian\",\n        \"image\": \"https://content-api.changenow.io/uploads/guard_2e64e49bdf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf606bd19b1e61574ed625d9ea96c841d4e247a32\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"guard\"\n    },\n    {\n        \"ticker\": \"pls\",\n        \"name\": \"Pulsechain (PLS)\",\n        \"image\": \"https://content-api.changenow.io/uploads/pls_d4b2cd1fc7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"pulse\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pls\"\n    },\n    {\n        \"ticker\": \"btt\",\n        \"name\": \"BitTorrent (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bttbsc_f5aabf4a3f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8595f9da7b868b1822194faed312235e43007b49\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bttbsc\"\n    },\n    {\n        \"ticker\": \"bit\",\n        \"name\": \"BitDAO (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/bit_76436bc5ec.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bit\"\n    },\n    {\n        \"ticker\": \"pnut\",\n        \"name\": \"Peanut the Squirrel on Ethereum\",\n        \"image\": \"https://content-api.changenow.io/uploads/pnut_1_5db69357f4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe69CcaAaEa33eBFe5B76E0dD373cD9a1A31fd410\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pnuterc20\"\n    },\n    {\n        \"ticker\": \"bft\",\n        \"name\": \"BnkToTheFuture\",\n        \"image\": \"https://content-api.changenow.io/uploads/bft_ffad11d5b4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bft\"\n    },\n    {\n        \"ticker\": \"dogecoin\",\n        \"name\": \"Buff Doge Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/dogecoin_d30cc921e9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x23125108bc4c63E4677b2E253Fa498cCb4B3298b\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"dogecoin\"\n    },\n    {\n        \"ticker\": \"rcn\",\n        \"name\": \"Ripio Credit Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/rcn_52f756563a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"rcn\"\n    },\n    {\n        \"ticker\": \"fud\",\n        \"name\": \"FTX Users' Debt\",\n        \"image\": \"https://content-api.changenow.io/uploads/fud_68f61bc38c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TQWQTZ7LzyttfnHQyfLUkKUs8eZZepgXiQ\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"fud\"\n    },\n    {\n        \"ticker\": \"zax\",\n        \"name\": \"ZILLION AAKAR XO\",\n        \"image\": \"https://content-api.changenow.io/uploads/zax_e7d57d450b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9A2478C4036548864d96a97Fbf93f6a3341fedac\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zax\"\n    },\n    {\n        \"ticker\": \"waxe\",\n        \"name\": \"WAX Economic Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/waxe_c077b5bdf8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"waxe\"\n    },\n    {\n        \"ticker\": \"wise\",\n        \"name\": \"Wise Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/wise_97d478224c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x66a0f676479cee1d7373f3dc2e2952778bff5bd6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wise\"\n    },\n    {\n        \"ticker\": \"poodl\",\n        \"name\": \"Poodl Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/poodl_12e4cae224.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4a68c250486a116dc8d6a0c5b0677de07cc09c5d\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"poodl\"\n    },\n    {\n        \"ticker\": \"pika\",\n        \"name\": \"Pika\",\n        \"image\": \"https://content-api.changenow.io/uploads/pika_b509b3e4f9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x60F5672A271C7E39E787427A18353ba59A4A3578\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pika\"\n    },\n    {\n        \"ticker\": \"klee\",\n        \"name\": \"KleeKai\",\n        \"image\": \"https://content-api.changenow.io/uploads/klee_1d420ffb4a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xA67E9F021B9d208F7e3365B2A155E3C55B27de71\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"klee\"\n    },\n    {\n        \"ticker\": \"jbx\",\n        \"name\": \"Juicebox\",\n        \"image\": \"https://content-api.changenow.io/uploads/jbx_8879d04676.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4554CC10898f92D45378b98D6D6c2dD54c687Fb2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jbx\"\n    },\n    {\n        \"ticker\": \"tipsy\",\n        \"name\": \"TipsyCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/tipsy_0bb92ea462.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xe097bcEb09bfb18047Cf259F321cC129b7bEba5e\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"tipsy\"\n    },\n    {\n        \"ticker\": \"ghny\",\n        \"name\": \"Grizzly Honey\",\n        \"image\": \"https://content-api.changenow.io/uploads/ghny_8054992436.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa045E37a0D1dd3A45fefb8803D22457abc0A728a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ghny\"\n    },\n    {\n        \"ticker\": \"nfai\",\n        \"name\": \"Not Financial Advice\",\n        \"image\": \"https://content-api.changenow.io/uploads/nfai_bf0730bce2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x17c50d62e6e8d20d2dc18e9ad79c43263d0720d9\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"nfaierc20\"\n    },\n    {\n        \"ticker\": \"cs\",\n        \"name\": \"Child Support\",\n        \"image\": \"https://content-api.changenow.io/uploads/cs_f9b4b51899.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x502B8136c48977b975a6C62B08Ac4E15Dabc8172\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cs\"\n    },\n    {\n        \"ticker\": \"foom\",\n        \"name\": \"FOOM\",\n        \"image\": \"https://content-api.changenow.io/uploads/foom_c334b15002.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd0D56273290D339aaF1417D9bfa1bb8cFe8A0933\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"foom\"\n    },\n    {\n        \"ticker\": \"bazed\",\n        \"name\": \"Bazed Games\",\n        \"image\": \"https://content-api.changenow.io/uploads/bazed_604009419b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3eE4B152824b657644c7A9B50694787e80EB8F4a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bazed\"\n    },\n    {\n        \"ticker\": \"vps\",\n        \"name\": \"VPS AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/vps_31d94b41aa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x00b78238925c320159023c2ac9ef89da8f16d007\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vps\"\n    },\n    {\n        \"ticker\": \"scrat\",\n        \"name\": \"Scrat\",\n        \"image\": \"https://content-api.changenow.io/uploads/scrat_6854e16a55.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"3GEznP41VaAGv9yRdBiuYdA8zkffNc8b7DzNJgFbH4Kh\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"scrat\"\n    },\n    {\n        \"ticker\": \"usd\",\n        \"name\": \"Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/usd_90681e5a82.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"usd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"usd\"\n    },\n    {\n        \"ticker\": \"gbp\",\n        \"name\": \"British Pound Sterling\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"gbp\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"gbp\"\n    },\n    {\n        \"ticker\": \"cad\",\n        \"name\": \"Canadian Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/cad_cca171d590.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"cad\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"cad\"\n    },\n    {\n        \"ticker\": \"jpy\",\n        \"name\": \"Japanese Yen\",\n        \"image\": \"https://content-api.changenow.io/uploads/jpy_46b49bc106.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"jpy\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"jpy\"\n    },\n    {\n        \"ticker\": \"rub\",\n        \"name\": \"Russian Ruble\",\n        \"image\": \"https://content-api.changenow.io/uploads/rub_c9ffd0b434.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"rub\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"rub\"\n    },\n    {\n        \"ticker\": \"aud\",\n        \"name\": \"Australian Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/aud_1f869e527c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"aud\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"aud\"\n    },\n    {\n        \"ticker\": \"chf\",\n        \"name\": \"Swiss Franc\",\n        \"image\": \"https://content-api.changenow.io/uploads/chf_3da2b7cf4b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"chf\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"chf\"\n    },\n    {\n        \"ticker\": \"czk\",\n        \"name\": \"Czech Koruna\",\n        \"image\": \"https://content-api.changenow.io/uploads/czk_7eaeb86794.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"czk\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"czk\"\n    },\n    {\n        \"ticker\": \"dkk\",\n        \"name\": \"Danish Krone\",\n        \"image\": \"https://content-api.changenow.io/uploads/dkk_96560387d3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"dkk\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"dkk\"\n    },\n    {\n        \"ticker\": \"nok\",\n        \"name\": \"Norwegian Krone\",\n        \"image\": \"https://content-api.changenow.io/uploads/nok_96a5f0f01f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"nok\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"nok\"\n    },\n    {\n        \"ticker\": \"nzd\",\n        \"name\": \"New Zealand Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/nzd_b5e8c96396.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"nzd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"nzd\"\n    },\n    {\n        \"ticker\": \"pln\",\n        \"name\": \"Polish Zloty\",\n        \"image\": \"https://content-api.changenow.io/uploads/pln_1361702fe1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"pln\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"pln\"\n    },\n    {\n        \"ticker\": \"sek\",\n        \"name\": \"Swedish Krona\",\n        \"image\": \"https://content-api.changenow.io/uploads/sek_5bd0e76fa8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sek\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"sek\"\n    },\n    {\n        \"ticker\": \"try\",\n        \"name\": \"Turkish Lira\",\n        \"image\": \"https://content-api.changenow.io/uploads/try_3169ab422e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"try\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"try\"\n    },\n    {\n        \"ticker\": \"zar\",\n        \"name\": \"South African Rand\",\n        \"image\": \"https://content-api.changenow.io/uploads/zar_66da9be6b7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"zar\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"zar\"\n    },\n    {\n        \"ticker\": \"huf\",\n        \"name\": \"Hungarian Forint\",\n        \"image\": \"https://content-api.changenow.io/uploads/huf_bc6fcb3fa5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"huf\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"huf\"\n    },\n    {\n        \"ticker\": \"ils\",\n        \"name\": \"Israeli New Shekel\",\n        \"image\": \"https://content-api.changenow.io/uploads/ils_f1ad8ddeb6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ils\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"ils\"\n    },\n    {\n        \"ticker\": \"brl\",\n        \"name\": \"Brazilian Real\",\n        \"image\": \"https://content-api.changenow.io/uploads/brl_ba94b85f0f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"brl\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"brl\"\n    },\n    {\n        \"ticker\": \"ppm\",\n        \"name\": \"Punk Panda Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/ppm_d5564cde1c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xEE246AA7e2ecF136466c6FE4808f395861C6a04e\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"ppm\"\n    },\n    {\n        \"ticker\": \"trxold\",\n        \"name\": \"TRON (OLD Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/trxbsc_d74369155b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trxold\"\n    },\n    {\n        \"ticker\": \"arb\",\n        \"name\": \"Arbitrum (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/arberc20_5e85cc3b51.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"arberc20\"\n    },\n    {\n        \"ticker\": \"lee\",\n        \"name\": \"Love Earn Enjoy\",\n        \"image\": \"https://content-api.changenow.io/uploads/lee_51b1d72956.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xE37DbF20A4fFf3B88233e456355dc49B76B6fe19\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lee\"\n    },\n    {\n        \"ticker\": \"banana\",\n        \"name\": \"Banana Gun\",\n        \"image\": \"https://content-api.changenow.io/uploads/banana_0217b2133c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x38E68A37E401F7271568CecaAc63c6B1e19130B4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"banana\"\n    },\n    {\n        \"ticker\": \"pol\",\n        \"name\": \"Polygon Ecosystem Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/poleth_9132b77abe.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pol\"\n    },\n    {\n        \"ticker\": \"rjv\",\n        \"name\": \"Rejuve.AI (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rjverc20_322368c18b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa1f410f13B6007fCa76833ee7eb58478D47Bc5Ef\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rjverc20\"\n    },\n    {\n        \"ticker\": \"rjv\",\n        \"name\": \"Rejuve.AI (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rjvbsc_9a50a8f2ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x602B6C6ccE5F95c00603bd07D8fA7EbAF3747D44\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rjvbsc\"\n    },\n    {\n        \"ticker\": \"ppy\",\n        \"name\": \"Patriot Pay\",\n        \"image\": \"https://content-api.changenow.io/uploads/ppy_1b6fb27585.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xFd55e4a6767fF7FfC0b8105262A8cDAabE7FBF3F\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"ppy\"\n    },\n    {\n        \"ticker\": \"ngn\",\n        \"name\": \"Nigerian Naira\",\n        \"image\": \"https://content-api.changenow.io/uploads/ngn_83dd740d5d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ngn\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"ngn\"\n    },\n    {\n        \"ticker\": \"azn\",\n        \"name\": \"Azerbaijanian New Manat\",\n        \"image\": \"https://content-api.changenow.io/uploads/azn_b97c15a7ab.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"azn\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"azn\"\n    },\n    {\n        \"ticker\": \"bhd\",\n        \"name\": \"Bahraini dinar\",\n        \"image\": \"https://content-api.changenow.io/uploads/bhd_92b92b6b8f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bhd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bhd\"\n    },\n    {\n        \"ticker\": \"bgn\",\n        \"name\": \"Bulgarian Lev\",\n        \"image\": \"https://content-api.changenow.io/uploads/bgn_6e92b2012f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bgn\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bgn\"\n    },\n    {\n        \"ticker\": \"clp\",\n        \"name\": \"Chilean Peso\",\n        \"image\": \"https://content-api.changenow.io/uploads/clp_447880d85f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"clp\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"clp\"\n    },\n    {\n        \"ticker\": \"cop\",\n        \"name\": \"Colombian Peso\",\n        \"image\": \"https://content-api.changenow.io/uploads/cop_849b9d6393.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"cop\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"cop\"\n    },\n    {\n        \"ticker\": \"crc\",\n        \"name\": \"Costa Rican Colon\",\n        \"image\": \"https://content-api.changenow.io/uploads/crc_a9e8fc90ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"crc\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"crc\"\n    },\n    {\n        \"ticker\": \"dop\",\n        \"name\": \"Dominican Peso\",\n        \"image\": \"https://content-api.changenow.io/uploads/dop_6197d8417b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"dop\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"dop\"\n    },\n    {\n        \"ticker\": \"gel\",\n        \"name\": \"Georgian Lari\",\n        \"image\": \"https://content-api.changenow.io/uploads/gel_31b57597f2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"gel\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"gel\"\n    },\n    {\n        \"ticker\": \"hkd\",\n        \"name\": \"Hong Kong Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/hkd_5814acae10.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"hkd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"hkd\"\n    },\n    {\n        \"ticker\": \"inr\",\n        \"name\": \"Indian Rupee\",\n        \"image\": \"https://content-api.changenow.io/uploads/inr_66c3cfb9a1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"inr\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"inr\"\n    },\n    {\n        \"ticker\": \"idr\",\n        \"name\": \"Indonesian Rupiah\",\n        \"image\": \"https://content-api.changenow.io/uploads/idr_0e7308880c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"idr\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"idr\"\n    },\n    {\n        \"ticker\": \"iqd\",\n        \"name\": \"Iraqi dinar\",\n        \"image\": \"https://content-api.changenow.io/uploads/iqd_3f78898096.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"iqd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"iqd\"\n    },\n    {\n        \"ticker\": \"jod\",\n        \"name\": \"Jordanian dinar\",\n        \"image\": \"https://content-api.changenow.io/uploads/jod_09907dcce0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"jod\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"jod\"\n    },\n    {\n        \"ticker\": \"kzt\",\n        \"name\": \"Kazakhstani Tenge\",\n        \"image\": \"https://content-api.changenow.io/uploads/kzt_324696556d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"kzt\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"kzt\"\n    },\n    {\n        \"ticker\": \"kwd\",\n        \"name\": \"Kuwaiti dinar\",\n        \"image\": \"https://content-api.changenow.io/uploads/kwd_2740c2ff5d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"kwd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"kwd\"\n    },\n    {\n        \"ticker\": \"myr\",\n        \"name\": \"Malaysian Ringgit\",\n        \"image\": \"https://content-api.changenow.io/uploads/myr_ddd4a27870.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"myr\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"myr\"\n    },\n    {\n        \"ticker\": \"mdl\",\n        \"name\": \"Moldovan Leu\",\n        \"image\": \"https://content-api.changenow.io/uploads/mdl_90c6fcd5f9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mdl\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mdl\"\n    },\n    {\n        \"ticker\": \"mxn\",\n        \"name\": \"Mexican Peso\",\n        \"image\": \"https://content-api.changenow.io/uploads/mxn_ea8fc05ca5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mxn\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mxn\"\n    },\n    {\n        \"ticker\": \"mad\",\n        \"name\": \"Moroccan Dirham\",\n        \"image\": \"https://content-api.changenow.io/uploads/mad_d301fca389.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mad\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mad\"\n    },\n    {\n        \"ticker\": \"nad\",\n        \"name\": \"Namibia Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/nad_f28eeb1643.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"nad\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"nad\"\n    },\n    {\n        \"ticker\": \"twd\",\n        \"name\": \"New Taiwan Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/twd_2cbdfe4cd1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"twd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"twd\"\n    },\n    {\n        \"ticker\": \"omr\",\n        \"name\": \"Omani rial\",\n        \"image\": \"https://content-api.changenow.io/uploads/omr_a4426a6f9b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"omr\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"omr\"\n    },\n    {\n        \"ticker\": \"pen\",\n        \"name\": \"Peruvian Sol\",\n        \"image\": \"https://content-api.changenow.io/uploads/pen_da27bcdee9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"pen\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"pen\"\n    },\n    {\n        \"ticker\": \"uyu\",\n        \"name\": \"Peso Uruguayo\",\n        \"image\": \"https://content-api.changenow.io/uploads/uyu_9c5ab53415.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"uyu\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"uyu\"\n    },\n    {\n        \"ticker\": \"php\",\n        \"name\": \"Philippine Peso\",\n        \"image\": \"https://content-api.changenow.io/uploads/php_942542ed1f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"php\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"php\"\n    },\n    {\n        \"ticker\": \"qar\",\n        \"name\": \"Qatari Riyal\",\n        \"image\": \"https://content-api.changenow.io/uploads/qar_14c1cb6e9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"qar\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"qar\"\n    },\n    {\n        \"ticker\": \"uah\",\n        \"name\": \"Ukrainian Hryvnia\",\n        \"image\": \"https://content-api.changenow.io/uploads/uah_790468a894.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"uah\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"uah\"\n    },\n    {\n        \"ticker\": \"sar\",\n        \"name\": \"Saudi riya\",\n        \"image\": \"https://content-api.changenow.io/uploads/sar_c3afc1fade.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sar\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"sar\"\n    },\n    {\n        \"ticker\": \"sgd\",\n        \"name\": \"Singapore Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/sgd_2baf70fe17.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sgd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"sgd\"\n    },\n    {\n        \"ticker\": \"aed\",\n        \"name\": \"United Arab Emirates Dirham\",\n        \"image\": \"https://content-api.changenow.io/uploads/aed_d584d54ec6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"aed\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"aed\"\n    },\n    {\n        \"ticker\": \"vnd\",\n        \"name\": \"Vietnamese Dong\",\n        \"image\": \"https://content-api.changenow.io/uploads/vnd_61375a4b0e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"vnd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"vnd\"\n    },\n    {\n        \"ticker\": \"cxt\",\n        \"name\": \"Covalent X Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/cxt_420ff51dcc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7ABc8A5768E6bE61A6c693a6e4EAcb5B60602C4D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cxt\"\n    },\n    {\n        \"ticker\": \"tston\",\n        \"name\": \"Tonstakers\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQC98_qAmNEptUtPc7W6xdHh_ZHrBUFpw5Ft_IzNU20QAJav\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"tston\"\n    },\n    {\n        \"ticker\": \"kot\",\n        \"name\": \"Nikolai KOT Durov\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQD-LW9jU2btSu_clrc-cXJaHJS6LKJ69QMcpLbFFPUxc4Ux\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"kot\"\n    },\n    {\n        \"ticker\": \"meld\",\n        \"name\": \"MELD\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ada\",\n        \"tokenContract\": \"6ac8ef33b510ec004fe11585f7c5a9f0c07f0c23428ab4f29c1d7d104d454c44\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"meldada\"\n    },\n    {\n        \"ticker\": \"cosa\",\n        \"name\": \"Cosanta\",\n        \"image\": \"https://content-api.changenow.io/uploads/cosa_ce82274b56.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5F980533B994c93631A639dEdA7892fC49995839\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cosa\"\n    },\n    {\n        \"ticker\": \"steth\",\n        \"name\": \"stETH\",\n        \"image\": \"https://content-api.changenow.io/uploads/steth_02cca75f15.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xae7ab96520de3a18e5e111b5eaab095312d7fe84\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"steth\"\n    },\n    {\n        \"ticker\": \"wbtc\",\n        \"name\": \"Wrapped Bitcoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtceth_6a4cdc184a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wbtc\"\n    },\n    {\n        \"ticker\": \"wbtc\",\n        \"name\": \"Wrapped Bitcoin (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtcpolygon_cf285a033a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wbtcmatic\"\n    },\n    {\n        \"ticker\": \"wbtc\",\n        \"name\": \"Wrapped Bitcoin (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtcarb_1f952ef354.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wbtcarb\"\n    },\n    {\n        \"ticker\": \"wbtc\",\n        \"name\": \"Wrapped Bitcoin (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtcop_949e35bc83.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x68f180fcCe6836688e9084f035309E29Bf0A2095\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"wbtcop\"\n    },\n    {\n        \"ticker\": \"weth\",\n        \"name\": \"WETH\",\n        \"image\": \"https://content-api.changenow.io/uploads/weth_0b754387c8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"weth\"\n    },\n    {\n        \"ticker\": \"btcb\",\n        \"name\": \"Bitcoin BEP2\",\n        \"image\": \"https://content-api.changenow.io/uploads/btcb_dea13ddeaf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"btcb\"\n    },\n    {\n        \"ticker\": \"opusdce\",\n        \"name\": \"USD Coin Bridged (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdc_op_9a609bcec7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x7F5c764cBc14f9669B88837ca1490cCa17c31607\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"opusdce\"\n    },\n    {\n        \"ticker\": \"arbusdce\",\n        \"name\": \"USD Coin Bridged (Arbitrum One)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcarb_3c8a537dd2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arbusdce\"\n    },\n    {\n        \"ticker\": \"maticusdce\",\n        \"name\": \"USD Coin Bridged (Polygon)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcmatic_e5834ebb53.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x2791bca1f2de4661ed88a30c99a7a9449aa84174\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"maticusdce\"\n    },\n    {\n        \"ticker\": \"wsol\",\n        \"name\": \"Wrapped Solana\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"So11111111111111111111111111111111111111112\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"wsol\"\n    },\n    {\n        \"ticker\": \"sol\",\n        \"name\": \"Solana (Ethereum Wrapped)\",\n        \"image\": \"https://content-api.changenow.io/uploads/soleth_fe37ad9ab4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xD31a59c85aE9D8edEFeC411D448f90841571b89c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"solerc20\"\n    },\n    {\n        \"ticker\": \"wnxm\",\n        \"name\": \"Wrapped NXM\",\n        \"image\": \"https://content-api.changenow.io/uploads/wnxm_3ec08dbdd6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0d438F3b5175Bebc262bF23753C1E53d03432bDE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wnxm\"\n    },\n    {\n        \"ticker\": \"wquil\",\n        \"name\": \"Wrapped QUIL\",\n        \"image\": \"https://content-api.changenow.io/uploads/wquil_99ed38f04a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8143182a775C54578c8B7b3Ef77982498866945D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wquil\"\n    },\n    {\n        \"ticker\": \"jusdt\",\n        \"name\": \"TON Bridged USDT\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQBynBO23ywHy_CgarY9NK9FTz0yDsG82PtcbSTQgGoXwiuA\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"jusdt\"\n    },\n    {\n        \"ticker\": \"walv\",\n        \"name\": \"Alvey Chain (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/walv_c42ab403b1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x256D1fCE1b1221e8398f65F9B36033CE50B2D497\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"walvbsc\"\n    },\n    {\n        \"ticker\": \"krw\",\n        \"name\": \"South Korean Won\",\n        \"image\": \"https://content-api.changenow.io/uploads/krw_01fdd73e52.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"krw\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"krw\"\n    },\n    {\n        \"ticker\": \"xio\",\n        \"name\": \"XIO\",\n        \"image\": \"https://content-api.changenow.io/uploads/xio_95367a1b84.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xio\"\n    },\n    {\n        \"ticker\": \"geth\",\n        \"name\": \"Guarded Ether (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/geth_aa5f442f32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3802c218221390025bceabbad5d8c59f40eb74b8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"geth\"\n    },\n    {\n        \"ticker\": \"keanu\",\n        \"name\": \"Keanu Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/keanu_e3d12798c4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x106552c11272420aad5d7e94f8acab9095a6c952\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"keanu\"\n    },\n    {\n        \"ticker\": \"world\",\n        \"name\": \"World Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/world_0aea1f31bb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xbf494f02ee3fde1f20bee6242bce2d1ed0c15e47\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"world\"\n    },\n    {\n        \"ticker\": \"all\",\n        \"name\": \"Albanian Lek\",\n        \"image\": \"https://content-api.changenow.io/uploads/all_af3d037b30.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"all\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"all\"\n    },\n    {\n        \"ticker\": \"amd\",\n        \"name\": \"Armenian Dram\",\n        \"image\": \"https://content-api.changenow.io/uploads/amd_20acf90082.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"amd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"amd\"\n    },\n    {\n        \"ticker\": \"ang\",\n        \"name\": \"Netherlands Antillean Guilder\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ang\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"ang\"\n    },\n    {\n        \"ticker\": \"bam\",\n        \"name\": \"Bosnia-Herzegovina Convertible Mark\",\n        \"image\": \"https://content-api.changenow.io/uploads/bam_10c8e4ed26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bam\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bam\"\n    },\n    {\n        \"ticker\": \"bbd\",\n        \"name\": \"Bajan Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/bbd_459dafbe94.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bbd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bbd\"\n    },\n    {\n        \"ticker\": \"bdt\",\n        \"name\": \"Bangladeshi Taka\",\n        \"image\": \"https://content-api.changenow.io/uploads/erc20_4bd5dd65ea.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bdt\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bdt\"\n    },\n    {\n        \"ticker\": \"bmd\",\n        \"name\": \"Bermuda Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/bmd_4e749f59d9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bmd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bmd\"\n    },\n    {\n        \"ticker\": \"bnd\",\n        \"name\": \"Brunei Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/bnd_99b86cba8c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bnd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bnd\"\n    },\n    {\n        \"ticker\": \"bob\",\n        \"name\": \"Bolivian Boliviano\",\n        \"image\": \"https://content-api.changenow.io/uploads/bob_40b583f3ec.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bob\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bob\"\n    },\n    {\n        \"ticker\": \"bwp\",\n        \"name\": \"Botswanan Pula\",\n        \"image\": \"https://content-api.changenow.io/uploads/bwp_2d66dc15e3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bwp\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"bwp\"\n    },\n    {\n        \"ticker\": \"byn\",\n        \"name\": \"Belarusian Ruble\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"byn\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"byn\"\n    },\n    {\n        \"ticker\": \"cny\",\n        \"name\": \"Chinese Yuan\",\n        \"image\": \"https://content-api.changenow.io/uploads/cny_665ceedc75.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"cny\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"cny\"\n    },\n    {\n        \"ticker\": \"djf\",\n        \"name\": \"Djiboutian Franc\",\n        \"image\": \"https://content-api.changenow.io/uploads/djf_8e78767039.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"djf\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"djf\"\n    },\n    {\n        \"ticker\": \"egp\",\n        \"name\": \"Egyptian Pound\",\n        \"image\": \"https://content-api.changenow.io/uploads/egp_4d5b352e3b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"egp\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"egp\"\n    },\n    {\n        \"ticker\": \"ghs\",\n        \"name\": \"Ghanaian Cedi\",\n        \"image\": \"https://content-api.changenow.io/uploads/ghs_81ae099e1a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ghs\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"ghs\"\n    },\n    {\n        \"ticker\": \"gtq\",\n        \"name\": \"Guatemalan Quetzal\",\n        \"image\": \"https://content-api.changenow.io/uploads/gtq_a33f2bbc8f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"gtq\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"gtq\"\n    },\n    {\n        \"ticker\": \"hnl\",\n        \"name\": \"Honduran Lempira\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"hnl\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"hnl\"\n    },\n    {\n        \"ticker\": \"hrk\",\n        \"name\": \"Croatian Kuna\",\n        \"image\": \"https://content-api.changenow.io/uploads/hrk_89e50007a1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"hrk\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"hrk\"\n    },\n    {\n        \"ticker\": \"isk\",\n        \"name\": \"Icelandic Króna\",\n        \"image\": \"https://content-api.changenow.io/uploads/isk_f20087ef89.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"isk\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"isk\"\n    },\n    {\n        \"ticker\": \"jmd\",\n        \"name\": \"Jamaican Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/jmd_9e4232ac34.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"jmd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"jmd\"\n    },\n    {\n        \"ticker\": \"kes\",\n        \"name\": \"Kenyan Shilling\",\n        \"image\": \"https://content-api.changenow.io/uploads/kes_178b3778d3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"kes\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"kes\"\n    },\n    {\n        \"ticker\": \"kgs\",\n        \"name\": \"Kyrgystani Som\",\n        \"image\": \"https://content-api.changenow.io/uploads/kgs_4722c7087b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"kgs\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"kgs\"\n    },\n    {\n        \"ticker\": \"khr\",\n        \"name\": \"Cambodian Riel\",\n        \"image\": \"https://content-api.changenow.io/uploads/khr_38fa6d2b77.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"khr\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"khr\"\n    },\n    {\n        \"ticker\": \"kyd\",\n        \"name\": \"Cayman Islands Dollar\",\n        \"image\": \"https://content-api.changenow.io/uploads/kyd_86108a5d08.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"kyd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"kyd\"\n    },\n    {\n        \"ticker\": \"lbp\",\n        \"name\": \"Lebanese Pound\",\n        \"image\": \"https://content-api.changenow.io/uploads/lbp_1a054380fc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"lbp\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"lbp\"\n    },\n    {\n        \"ticker\": \"lkr\",\n        \"name\": \"Sri Lankan Rupee\",\n        \"image\": \"https://content-api.changenow.io/uploads/lkr_5e2de551a7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"lkr\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"lkr\"\n    },\n    {\n        \"ticker\": \"mkd\",\n        \"name\": \"Macedonian Denar\",\n        \"image\": \"https://content-api.changenow.io/uploads/mkd_dd71c1c2b5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mkd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mkd\"\n    },\n    {\n        \"ticker\": \"mnt\",\n        \"name\": \"Mongolian Tughrik\",\n        \"image\": \"https://content-api.changenow.io/uploads/mnt_ad7fc060ea.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mnt\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mnt\"\n    },\n    {\n        \"ticker\": \"mop\",\n        \"name\": \"Macanese Pataca\",\n        \"image\": \"https://content-api.changenow.io/uploads/mop_d1028f1374.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mop\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mop\"\n    },\n    {\n        \"ticker\": \"mur\",\n        \"name\": \"Mauritian Rupee\",\n        \"image\": \"https://content-api.changenow.io/uploads/mur_54b54630e4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mur\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mur\"\n    },\n    {\n        \"ticker\": \"mzn\",\n        \"name\": \"Mozambican Metical\",\n        \"image\": \"https://content-api.changenow.io/uploads/mzn_e1cf9ba260.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"mzn\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"mzn\"\n    },\n    {\n        \"ticker\": \"pab\",\n        \"name\": \"Panamanian Balboa\",\n        \"image\": \"https://content-api.changenow.io/uploads/pab_5d4316b3ed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"pab\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"pab\"\n    },\n    {\n        \"ticker\": \"pgk\",\n        \"name\": \"Papua New Guinean Kina\",\n        \"image\": \"https://content-api.changenow.io/uploads/pgk_7873d1753a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"pgk\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"pgk\"\n    },\n    {\n        \"ticker\": \"pkr\",\n        \"name\": \"Pakistani Rupee\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"pkr\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"pkr\"\n    },\n    {\n        \"ticker\": \"pyg\",\n        \"name\": \"Paraguayan Guarani\",\n        \"image\": \"https://content-api.changenow.io/uploads/pyg_957b8edd54.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"pyg\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"pyg\"\n    },\n    {\n        \"ticker\": \"rsd\",\n        \"name\": \"Serbian Dinar\",\n        \"image\": \"https://content-api.changenow.io/uploads/rsd_d039a9b135.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"rsd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"rsd\"\n    },\n    {\n        \"ticker\": \"sos\",\n        \"name\": \"OpenDAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/sos_7131808573.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3b484b82567a09e2588A13D54D032153f0c0aEe0\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"sos\"\n    },\n    {\n        \"ticker\": \"thb\",\n        \"name\": \"Thai Baht\",\n        \"image\": \"https://content-api.changenow.io/uploads/thb_ea9d955062.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"thb\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"thb\"\n    },\n    {\n        \"ticker\": \"ttd\",\n        \"name\": \"Trinidad & Tobago Dollar\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ttd\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"ttd\"\n    },\n    {\n        \"ticker\": \"tzs\",\n        \"name\": \"Tanzanian Shilling\",\n        \"image\": \"https://content-api.changenow.io/uploads/tzs_5124d9dee6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"tzs\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"tzs\"\n    },\n    {\n        \"ticker\": \"ugx\",\n        \"name\": \"Ugandan Shilling\",\n        \"image\": \"https://content-api.changenow.io/uploads/ugx_cd6dc86e9a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ugx\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"ugx\"\n    },\n    {\n        \"ticker\": \"xaf\",\n        \"name\": \"Central African CFA franc\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"xaf\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"xaf\"\n    },\n    {\n        \"ticker\": \"xof\",\n        \"name\": \"West African CFA franc \",\n        \"image\": \"https://content-api.changenow.io/uploads/xof_6fdfc7b3f4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"xof\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"xof\"\n    },\n    {\n        \"ticker\": \"zmw\",\n        \"name\": \"Zambian Kwacha\",\n        \"image\": \"https://content-api.changenow.io/uploads/zmw_dddd17a88f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": true,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"zmw\",\n        \"tokenContract\": null,\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"zmw\"\n    },\n    {\n        \"ticker\": \"blocks\",\n        \"name\": \"BLOCKS\",\n        \"image\": \"https://content-api.changenow.io/uploads/bloks_1566a6d711.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8a6d4c8735371ebaf8874fbd518b56edd66024eb\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"blocks\"\n    },\n    {\n        \"ticker\": \"momento\",\n        \"name\": \"Momento\",\n        \"image\": \"https://content-api.changenow.io/uploads/momento_84e5da1a46.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1b9A8C4f2DF5Dc7B8744B1A170d8d727360C67eE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"momento\"\n    },\n    {\n        \"ticker\": \"fire\",\n        \"name\": \"FireFlame Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/fire_832a6c1596.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x7fa6f63b11cc1af508cd19ba823853d6aacd9d65\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"fire\"\n    },\n    {\n        \"ticker\": \"fluf\",\n        \"name\": \"Fluffy Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/fluf_d3168fce26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa3abe68db1b8467b44715eb94542b20dc134f005\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fluf\"\n    },\n    {\n        \"ticker\": \"ada\",\n        \"name\": \"Cardano (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/adabsc_7ff7a0f452.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3ee2200efb3400fabb9aacf31297cbdd1d435d47\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"adabsc\"\n    },\n    {\n        \"ticker\": \"avn\",\n        \"name\": \"AVNRich Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/avn_3fc4124a3b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xbf151f63d8d1287db5fc7a3bc104a9c38124cdeb\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"avn\"\n    },\n    {\n        \"ticker\": \"hmc\",\n        \"name\": \"Hamdan Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/hmc_34752424e4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2407f9136df8ddf84fd9bde34d48cfc32305447b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hmc\"\n    },\n    {\n        \"ticker\": \"aquagoat\",\n        \"name\": \"AquaGoat.Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/aquagoat_b1b81aa251.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1606940bb5cd6de59a7e25367f4fb8965f38f122\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aquagoat\"\n    },\n    {\n        \"ticker\": \"nyxt\",\n        \"name\": \"Nyx Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/nyxt_e1852900ef.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x118b552725e1892137740cB4d29390D952709639\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nyxt\"\n    },\n    {\n        \"ticker\": \"gafa\",\n        \"name\": \"Gafa\",\n        \"image\": \"https://content-api.changenow.io/uploads/gafa_09527989ce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x495205d4c6307A73595C5C11B44Bee9B3418Ac69\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gafa\"\n    },\n    {\n        \"ticker\": \"dgmoon\",\n        \"name\": \"DogeMoon\",\n        \"image\": \"https://content-api.changenow.io/uploads/dgmoon_f619c295fe.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x18359CF655A444204e46F286eDC445C9D30fFc54\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dgmoon\"\n    },\n    {\n        \"ticker\": \"lof\",\n        \"name\": \"Lonelyfans (NEW)\",\n        \"image\": \"https://content-api.changenow.io/uploads/lof_fd4fb010e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xe702c303173f90094ce8c9c6ca3f198eca0e027c\",\n        \"buy\": false,\n        \"sell\": false,\n        \"legacyTicker\": \"lof\"\n    },\n    {\n        \"ticker\": \"tenshi\",\n        \"name\": \"Tenshi\",\n        \"image\": \"https://content-api.changenow.io/uploads/tenshi_ecb111d21d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x52662717e448be36cb54588499d5a8328bd95292\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tenshi\"\n    },\n    {\n        \"ticker\": \"clear\",\n        \"name\": \"Clear Water\",\n        \"image\": \"https://content-api.changenow.io/uploads/clear_c7a7e66073.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x09Faf80c7Df27d0Fb8A717324963cB871f6814f7\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"clear\"\n    },\n    {\n        \"ticker\": \"san\",\n        \"name\": \"Santiment Network Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/san_519f0c0b02.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7c5a0ce9267ed19b22f8cae653f198e3e8daf098\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"san\"\n    },\n    {\n        \"ticker\": \"core\",\n        \"name\": \"сVault.finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/core_00f6ee2d6b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"core\"\n    },\n    {\n        \"ticker\": \"vidt\",\n        \"name\": \"VIDT DAO (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/vidtbsc_b4b309ae0a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9c4a515cd72D27A4710571Aca94858a53D9278D5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vidtbsc\"\n    },\n    {\n        \"ticker\": \"hiazuki\",\n        \"name\": \"hiAZUKI\",\n        \"image\": \"https://content-api.changenow.io/uploads/hiazuki_bfa781f2ac.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4DB26817c88A57D2ef84cFd90168f535Ee83bDA9\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"hiazuki\"\n    },\n    {\n        \"ticker\": \"cre\",\n        \"name\": \"Carry\",\n        \"image\": \"https://content-api.changenow.io/uploads/cre_b8c36b700e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x115eC79F1de567eC68B7AE7eDA501b406626478e\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"cre\"\n    },\n    {\n        \"ticker\": \"stkk\",\n        \"name\": \"Streakk\",\n        \"image\": \"\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x41Fe2441c9eeaB2158e29185D128EBAB82aa8198\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stkk\"\n    },\n    {\n        \"ticker\": \"bam\",\n        \"name\": \"Bambi\",\n        \"image\": \"https://content-api.changenow.io/uploads/bambi_22da891aee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x9DB0FB0Aebe6A925B7838D16e3993A3976A64AaB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bamerc20\"\n    },\n    {\n        \"ticker\": \"next\",\n        \"name\": \"Connext Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/next_d0afa574bb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xFE67A4450907459c3e1FFf623aA927dD4e28c67a\",\n        \"buy\": false,\n        \"sell\": true,\n        \"legacyTicker\": \"next\"\n    }\n]"}],"_postman_id":"3f2b4bf2-dcb0-4130-b84b-cac71073874d"},{"name":"Minimal exchange amount","id":"c8980100-d3f5-41b5-8390-c4ba80538646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Partner's api key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/min-amount?fromCurrency=btc&toCurrency=usdt&fromNetwork=btc&toNetwork=eth&flow=standard","description":"<p>The API endpoint returns minimal payment amount required to make an exchange. If you try to exchange less, the transaction will most likely fail.</p>\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","exchange","min-amount"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Ticker of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromCurrency","value":"btc"},{"description":{"content":"<p>(Required) Ticker of the currency you want to receive</p>\n","type":"text/plain"},"key":"toCurrency","value":"usdt"},{"description":{"content":"<p>(Optional) Network of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromNetwork","value":"btc"},{"description":{"content":"<p>(Optional) Network of the currency you want to receive</p>\n","type":"text/plain"},"key":"toNetwork","value":"eth"},{"description":{"content":"<p>(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard</p>\n","type":"text/plain"},"key":"flow","value":"standard"}],"variable":[]}},"response":[{"id":"77534f59-0efd-4bda-b2f0-0f9e1f13e782","name":"Successfull response","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"(Required) Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/min-amount?fromCurrency=btc&toCurrency=usdt&fromNetwork=btc&toNetwork=eth&flow=standard","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","min-amount"],"query":[{"key":"fromCurrency","value":"btc","description":"(Required) Ticker of the currency you want to exchange"},{"key":"toCurrency","value":"usdt","description":"(Required) Ticker of the currency you want to receive"},{"key":"fromNetwork","value":"btc","description":"(Optional) Network of the currency you want to exchange"},{"key":"toNetwork","value":"eth","description":"(Optional) Network of the currency you want to receive"},{"key":"flow","value":"standard","description":"(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Nov 2020 10:42:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"063ebf2ab60000c4015c3e1000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=uyKN8II79kexiKzcuD6%2BuwnSz7KNCna%2F9fW2we1OJOjnRRxnjsVQ81G3INVsDR2fuFWt7uCrhIY8WLTu3%2FqlCw0Zu%2FncXEAbYddmR4gBrGjh\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ede348abde7c401-LED"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"flow\": \"standard\",\n    \"minAmount\": 0.0002787\n}"}],"_postman_id":"c8980100-d3f5-41b5-8390-c4ba80538646"},{"name":"List of all available pairs","id":"611ef449-93a7-44e8-b8bf-54766e9e097e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"your_api_key","type":"text"}],"url":"https://api.changenow.io/v2/exchange/available-pairs?fromCurrency=&toCurrency=&fromNetwork=&toNetwork=&flow=","description":"<p>This API endpoint returns the list of all available pairs. Some currencies get enabled or disabled from time to time, so make sure to refresh the list occasionally.</p>\n\n<p>Notice that the resulting array will contain about 13000 pairs.</p>\n\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h3>Successful response:</h3>\n\n<p>The response contains an array of underscore separated pair of tickers.<br /></p>\n\n<p>You can find examples of errors in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","exchange","available-pairs"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>Ticker of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromCurrency","value":""},{"description":{"content":"<p>Ticker of the currency you want to receive</p>\n","type":"text/plain"},"key":"toCurrency","value":""},{"description":{"content":"<p>Network of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromNetwork","value":""},{"description":{"content":"<p>Network of the currency you want to receive</p>\n","type":"text/plain"},"key":"toNetwork","value":""},{"description":{"content":"<p>Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]</p>\n","type":"text/plain"},"key":"flow","value":""}],"variable":[]}},"response":[{"id":"d18afae4-81c2-4bda-afb5-6f472342d584","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/available-pairs?fromCurrency=&toCurrency=&fromNetwork=&toNetwork=&flow=","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","available-pairs"],"query":[{"key":"fromCurrency","value":""},{"key":"toCurrency","value":""},{"key":"fromNetwork","value":""},{"key":"toNetwork","value":""},{"key":"flow","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:48:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf34e47c44dffb-FRA"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"eth\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xmr\",\n        \"fromNetwork\": \"xmr\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ada\",\n        \"fromNetwork\": \"ada\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tusd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xtz\",\n        \"fromNetwork\": \"xtz\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zen\",\n        \"fromNetwork\": \"zen\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"rvn\",\n        \"fromNetwork\": \"rvn\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"gas\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"link\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"mana\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"knc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cvc\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nano\",\n        \"fromNetwork\": \"nano\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ont\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ong\",\n        \"fromNetwork\": \"ont\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"vet\",\n        \"fromNetwork\": \"vet\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bcd\",\n        \"fromNetwork\": \"bcd\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"grs\",\n        \"fromNetwork\": \"grs\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ark\",\n        \"fromNetwork\": \"ark\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"waves\",\n        \"fromNetwork\": \"waves\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zrx\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"xem\",\n        \"fromNetwork\": \"xem\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"zil\",\n        \"fromNetwork\": \"zil\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"algo\",\n        \"fromNetwork\": \"algo\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"band\",\n        \"fromNetwork\": \"band\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"comp\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"icx\",\n        \"fromNetwork\": \"icx\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"yfi\",\n        \"fromNetwork\": \"yfi\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ava\",\n        \"fromNetwork\": \"ava\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"dot\",\n        \"fromNetwork\": \"dot\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kava\",\n        \"fromNetwork\": \"kava\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"uni\",\n        \"fromNetwork\": \"uni\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"now\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"egld\",\n        \"fromNetwork\": \"egld\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"btt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"pax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"enj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"gusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"tmtg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"yfi\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"mkr\",\n        \"toNetwork\": \"mkr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"uni\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"hbar\",\n        \"fromNetwork\": \"hbar\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"cake\",\n        \"fromNetwork\": \"cake\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"klv\",\n        \"fromNetwork\": \"klv\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"strax\",\n        \"fromNetwork\": \"strat\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"akro\",\n        \"fromNetwork\": \"akro\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"theta\",\n        \"fromNetwork\": \"theta\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"tfuel\",\n        \"fromNetwork\": \"tfuel\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"bnb\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"kishu\",\n        \"fromNetwork\": \"kishu\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"wbnb\",\n        \"fromNetwork\": \"wbnb\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"dash\",\n        \"toNetwork\": \"dash\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"swftc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"fil\",\n        \"fromNetwork\": \"fil\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"world\",\n        \"fromNetwork\": \"world\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"aave\",\n        \"fromNetwork\": \"aave\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"nwc\",\n        \"fromNetwork\": \"nwc\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"ust\",\n        \"toNetwork\": \"ust\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"luna\",\n        \"fromNetwork\": \"luna\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"busd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"usdc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"busd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"ava\",\n        \"toNetwork\": \"ava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"egld\",\n        \"toNetwork\": \"egld\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"klv\",\n        \"toNetwork\": \"klv\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"akro\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"tfuel\",\n        \"toNetwork\": \"tfuel\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"kishu\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"world\",\n        \"toNetwork\": \"world\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"aave\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"nwc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"ust\",\n        \"fromNetwork\": \"ust\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"btg\",\n        \"toNetwork\": \"btg\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"ada\",\n        \"toNetwork\": \"ada\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"qtum\",\n        \"toNetwork\": \"qtum\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"zec\",\n        \"toNetwork\": \"zec\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"doge\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"xtz\",\n        \"toNetwork\": \"xtz\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"zen\",\n        \"toNetwork\": \"zen\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"rvn\",\n        \"toNetwork\": \"rvn\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"gas\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"beam\",\n        \"toNetwork\": \"beam\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"nano\",\n        \"toNetwork\": \"nano\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"ont\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"ong\",\n        \"toNetwork\": \"ont\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"vet\",\n        \"toNetwork\": \"vet\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"bcd\",\n        \"toNetwork\": \"bcd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"grs\",\n        \"toNetwork\": \"grs\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"ark\",\n        \"toNetwork\": \"ark\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"waves\",\n        \"toNetwork\": \"waves\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"usdt\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"xem\",\n        \"toNetwork\": \"xem\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"dcr\",\n        \"toNetwork\": \"dcr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"kmd\",\n        \"toNetwork\": \"kmd\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"aion\",\n        \"toNetwork\": \"aion\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"ardr\",\n        \"toNetwork\": \"ardr\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"pivx\",\n        \"toNetwork\": \"pivx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"algo\",\n        \"toNetwork\": \"algo\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"band\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"icx\",\n        \"toNetwork\": \"icx\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"ksm\",\n        \"toNetwork\": \"ksm\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"dot\",\n        \"toNetwork\": \"dot\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"kava\",\n        \"toNetwork\": \"kava\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"hbar\",\n        \"toNetwork\": \"hbar\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"cake\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"strax\",\n        \"toNetwork\": \"strat\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"theta\",\n        \"toNetwork\": \"theta\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"bnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"wbnb\",\n        \"toNetwork\": \"wbnb\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"fil\",\n        \"toNetwork\": \"fil\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"busd\",\n        \"fromNetwork\": \"busd\",\n        \"toCurrency\": \"luna\",\n        \"toNetwork\": \"luna\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"etc\",\n        \"fromNetwork\": \"etc\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"neo\",\n        \"fromNetwork\": \"neo\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"ltc\",\n        \"fromNetwork\": \"ltc\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bch\",\n        \"fromNetwork\": \"bch\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xlm\",\n        \"fromNetwork\": \"xlm\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"usdt\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"eos\",\n        \"fromNetwork\": \"eos\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"trx\",\n        \"fromNetwork\": \"trx\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"btc\",\n        \"toNetwork\": \"btc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"etc\",\n        \"toNetwork\": \"etc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bch\",\n        \"toNetwork\": \"bch\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xrp\",\n        \"toNetwork\": \"xrp\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"dgb\",\n        \"toNetwork\": \"dgb\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bnb\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"one\",\n        \"toNetwork\": \"one\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"xrp\",\n        \"fromNetwork\": \"xrp\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"fun\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"dgb\",\n        \"fromNetwork\": \"dgb\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"bsv\",\n        \"fromNetwork\": \"bsv\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"omg\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"neo\",\n        \"toNetwork\": \"neo\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"omg\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"omg\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"xlm\",\n        \"toNetwork\": \"xlm\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"omg\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"eos\",\n        \"toNetwork\": \"eos\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"omg\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"trx\",\n        \"toNetwork\": \"trx\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"omg\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"omg\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"bsv\",\n        \"toNetwork\": \"bsv\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"omg\",\n        \"fromNetwork\": \"eth\",\n        \"toCurrency\": \"atom\",\n        \"toNetwork\": \"atom\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"atom\",\n        \"fromNetwork\": \"atom\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"ltc\",\n        \"toNetwork\": \"ltc\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"one\",\n        \"fromNetwork\": \"one\",\n        \"toCurrency\": \"bnb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": false,\n            \"fixed-rate\": true\n        }\n    }\n]"},{"id":"b48b32aa-ef3e-40a8-8da2-6168491da975","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/range?fromCurrency=String&toCurrency=String&fromNetwork=String&toNetwork=String&flow=String","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","range"],"query":[{"key":"fromCurrency","value":"String"},{"key":"toCurrency","value":"String"},{"key":"fromNetwork","value":"String"},{"key":"toNetwork","value":"String"},{"key":"flow","value":"String"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:48:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf34e47c44dffb-FRA"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"not_valid_params\",\n  \"message\": \"toCurrency is required\"\n}"},{"id":"feae2c16-7e85-439b-a504-297388ec2e45","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/range?fromCurrency=String&toCurrency=String&fromNetwork=String&toNetwork=String&flow=String","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","range"],"query":[{"key":"fromCurrency","value":"String"},{"key":"toCurrency","value":"String"},{"key":"fromNetwork","value":"String"},{"key":"toNetwork","value":"String"},{"key":"flow","value":"String"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:48:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf34e47c44dffb-FRA"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"error\": \"string\"\n}"},{"id":"a594683e-a758-4d53-969e-218fcd680bd3","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/range?fromCurrency=String&toCurrency=String&fromNetwork=String&toNetwork=String&flow=String","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","range"],"query":[{"key":"fromCurrency","value":"String"},{"key":"toCurrency","value":"String"},{"key":"fromNetwork","value":"String"},{"key":"toNetwork","value":"String"},{"key":"flow","value":"String"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:48:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf34e47c44dffb-FRA"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"error\": \"string\"\n}"},{"id":"5f01d101-311c-445c-9ca2-0fe2c6024843","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/range?fromCurrency=String&toCurrency=String&fromNetwork=String&toNetwork=String&flow=String","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","range"],"query":[{"key":"fromCurrency","value":"String"},{"key":"toCurrency","value":"String"},{"key":"fromNetwork","value":"String"},{"key":"toNetwork","value":"String"},{"key":"flow","value":"String"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2019 12:48:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4fdf34e47c44dffb-FRA"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"611ef449-93a7-44e8-b8bf-54766e9e097e"},{"name":"Exchange range","id":"b8ac4a83-31f6-41e0-9efc-5f6c6d8bc95a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Partner's api key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/range?fromCurrency=btc&toCurrency=eth&fromNetwork=btc&toNetwork=eth&flow=standard","description":"<p>The API endpoint returns minimal payment amount and maximum payment amount required to make an exchange. If you try to exchange less than minimum or more than maximum, the transaction will most likely fail. Any pair of assets has minimum amount and some of pairs have maximum amount.</p>\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromNetwork</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toNetwork</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>flow</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>minAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Minimal payment amount</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>maxAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Maximum payment amount. Could be null.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","exchange","range"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Ticker of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromCurrency","value":"btc"},{"description":{"content":"<p>(Required) Ticker of the currency you want to receive</p>\n","type":"text/plain"},"key":"toCurrency","value":"eth"},{"description":{"content":"<p>(Optional) Network of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromNetwork","value":"btc"},{"description":{"content":"<p>(Optional) Network of the currency you want to receive</p>\n","type":"text/plain"},"key":"toNetwork","value":"eth"},{"description":{"content":"<p>(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard</p>\n","type":"text/plain"},"key":"flow","value":"standard"}],"variable":[]}},"response":[{"id":"37cfa67e-6c3c-40a2-9654-94dfb793fc52","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"(Required) Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/range?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth&flow=standard","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","range"],"query":[{"key":"fromCurrency","value":"btc","description":"(Required) Ticker of the currency you want to exchange"},{"key":"fromNetwork","value":"btc","description":"(Optional) Network of the currency you want to exchange"},{"key":"toCurrency","value":"usdt","description":"(Required) Ticker of the currency you want to receive"},{"key":"toNetwork","value":"eth","description":"(Optional) Network of the currency you want to receive"},{"key":"flow","value":"standard","description":"(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\":\"btc\",\n    \"fromNetwork\":\"btc\",\n    \"toCurrency\":\"usdt\",\n    \"toNetwork\":\"eth\",\n    \"flow\":\"standard\",\n    \"maxAmount\":null,\n    \"minAmount\":0.0002625\n}"},{"id":"9dc8929b-fe95-4a29-85e2-62dd1350020f","name":"Bad request (Not valid params)","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"(Required) Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/range?fromCurrency=btc&fromNetwork=btc&toCurrency=t&toNetwork=eth&flow=standard","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","range"],"query":[{"key":"fromCurrency","value":"btc","description":"(Required) Ticker of the currency you want to exchange"},{"key":"fromNetwork","value":"btc","description":"(Optional) Network of the currency you want to exchange"},{"key":"toCurrency","value":"t","description":"(Required) Ticker of the currency you want to receive"},{"key":"toNetwork","value":"eth","description":"(Optional) Network of the currency you want to receive"},{"key":"flow","value":"standard","description":"(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Currency t is not supported\"\n}"}],"_postman_id":"b8ac4a83-31f6-41e0-9efc-5f6c6d8bc95a"},{"name":"Estimated exchange amount","id":"70842c35-90b9-4aac-9d6a-16634b0d20a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your-api-key","description":"<p>(Required) Partner's api key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&toCurrency=eth&fromAmount=0.1&toAmount=&fromNetwork=btc&toNetwork=eth&flow=fixed-rate&type=&useRateId=","description":"<p>This API endpoint returns estimated exchange amount for the exchange and some additional fields. Accepts to and from currencies, currencies' networks, exchange flow, and RateID.</p>\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromNetwork</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toNetwork</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>flow</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>type</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Direction of exchange flow. Use \"direct\" value to set amount for currencyFrom and get amount of currencyTo. Use \"reverse\" value to set amount for currencyTo and get amount of currencyFrom. Enum: [\"direct\", \"reverse\"]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>rateId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String || null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>RateId is needed for fixed-rate flow. If you set param \"useRateId\" to true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Current estimated amount would be valid until time in field \"validUntil\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>validUntil</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String || null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time before estimated amount would be freezed in case of using rateId. If you set param \"useRateId\" to true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Estimated amount would be valid until this date and time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>transactionSpeedForecast</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String || null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Dash-separated min and max estimated time in minutes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>warningMessage</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String || null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Some warnings like warnings that transactions on this network take longer or that the currency has moved to another network</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Exchange amount of fromCurrency (in case when type=reverse it is an estimated value)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Exchange amount of toCurrency (in case when type=direct it is an estimated value)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>depositFee</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Deposit fee in the selected currency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>withdrawalFee</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Withdrawal fee in the selected currency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>userId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>A personal and permanent identifier under which information is stored in the database<br />(If you would like to enable this field, please contact us at partners@changenow.io with the subject line \"Special partner fields\")</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","exchange","estimated-amount"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Ticker of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromCurrency","value":"btc"},{"description":{"content":"<p>(Required) Ticker of the currency you want to receive</p>\n","type":"text/plain"},"key":"toCurrency","value":"eth"},{"description":{"content":"<p>(Required if type is direct) Must be greater then 0.</p>\n","type":"text/plain"},"key":"fromAmount","value":"0.1"},{"description":{"content":"<p>(Required if type is reverse) Must be greater then 0.</p>\n","type":"text/plain"},"key":"toAmount","value":""},{"description":{"content":"<p>(Optional) Network of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromNetwork","value":"btc"},{"description":{"content":"<p>(Optional) Network of the currency you want to receive</p>\n","type":"text/plain"},"key":"toNetwork","value":"eth"},{"description":{"content":"<p>(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard</p>\n","type":"text/plain"},"key":"flow","value":"fixed-rate"},{"description":{"content":"<p>(Optional) Direction of exchange flow. Enum: [\"direct\", \"reverse\"]. Default value is direct</p>\n","type":"text/plain"},"key":"type","value":""},{"description":{"content":"<p>(Optional) Use rateId for fixed-rate flow. If this field is true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Current estimated amount would be valid until time in field \"validUntil\"</p>\n","type":"text/plain"},"key":"useRateId","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Use this flag if you would like to get an estimate for the balance import (without withdrawal fee)</p>\n","type":"text/plain"},"key":"isTopUp","value":""}],"variable":[]}},"response":[{"id":"1368da2b-6e4a-4e9d-8248-426a49cf6fd0","name":"Successfull response with rateId for fixed-rate","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"(Required) Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&toCurrency=usdt&fromAmount=0.1&toAmount=&fromNetwork=btc&toNetwork=eth&flow=fixed-rate&type=&useRateId=true","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc","description":"(Required) Ticker of the currency you want to exchange"},{"key":"toCurrency","value":"usdt","description":"(Required) Ticker of the currency you want to receive"},{"key":"fromAmount","value":"0.1","description":"(Required if type is direct) Must be greater then 0."},{"key":"toAmount","value":"","description":"(Required if type is reverse) Must be greater then 0."},{"key":"fromNetwork","value":"btc","description":"(Optional) Network of the currency you want to exchange"},{"key":"toNetwork","value":"eth","description":"(Optional) Network of the currency you want to receive"},{"key":"flow","value":"fixed-rate","description":"(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard"},{"key":"type","value":"","description":"(Optional) Direction of exchange flow. Enum: [\"direct\", \"reverse\"]. Default value is direct"},{"key":"useRateId","value":"true","description":"(Optional) Use rateId for fixed-rate flow. If this field is true, you could use returned field rateId in next method for creating transaction to freeze estimated amount that you got in this method."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Nov 2020 11:06:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"063ed5a69d000084a4abb4d000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=sC7oTWShDKyqR4cy6KLLECsrh1jLC7KA661HYYS0GyYExwJxCohQlofJyy2nRrJkdIgkdB1MR2f5cnfqE3A6wc%2BRA4CMXgG1uelng4RQ5ZJG\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ede58842c3984a4-LED"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"flow\": \"fixed-rate\",\n    \"type\": \"direct\",\n    \"rateId\": \"Sd5UzPYKbys4miuq1vwYX9dowPkQipgt\",\n    \"validUntil\": \"2023-11-07T09:21:27.448Z\",\n    \"transactionSpeedForecast\": null,\n    \"warningMessage\": null,\n    \"depositFee\": 0.0001302,\n    \"withdrawalFee\": 3.20195179,\n    \"userId\": null,\n    \"fromAmount\": 0.1,\n    \"toAmount\": 3434.835033\n}"},{"id":"b748e974-cb62-4e00-a368-aceee79b2c9c","name":"Successfull response","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"(Required) Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&toCurrency=usdt&fromAmount=0.1&toAmount=&fromNetwork=btc&toNetwork=eth&flow=standard&type=direct&useRateId=false","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc","description":"(Required) "},{"key":"toCurrency","value":"usdt","description":"(Required) "},{"key":"fromAmount","value":"0.1","description":"fromAmount is required if type is direct. Must be greater then 0."},{"key":"toAmount","value":"","description":"toAmount is required if type is reverse. Must be greater then 0."},{"key":"fromNetwork","value":"btc"},{"key":"toNetwork","value":"eth"},{"key":"flow","value":"standard"},{"key":"type","value":"direct"},{"key":"useRateId","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 21:39:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"063bf2ef500000dff78c9ba000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=%2Fi9f0fIvh4COQatz%2BnpnQBxx03EAIhcnI5w%2Fu%2FHt5WB%2BWcUN3hJD7HNwv0q2fv8K%2FHYAUM6U9OVurPZzo49DdTO40nRH4hDxwxIKYmV4tMEH\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ed9ba921966dff7-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"flow\": \"standard\",\n    \"type\": \"direct\",\n    \"rateId\": null,\n    \"validUntil\": null,\n    \"transactionSpeedForecast\": \"10-60\",\n    \"warningMessage\": null,\n    \"depositFee\": 0.0001316,\n    \"withdrawalFee\": 3.0738305,\n    \"userId\": null,\n    \"fromAmount\": 0.1,\n    \"toAmount\": 3419.576832\n}"},{"id":"064857f7-ead4-467b-b70e-9c7f642ce165","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"(Required) Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&toCurrency=usdt&fromAmount=0.1&toAmount=&fromNetwork=btc&toNetwork=eth&flow=fixed-rate&type=&useRateId=","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc","description":"(Required) Ticker of the currency you want to exchange"},{"key":"toCurrency","value":"usdt","description":"(Required) Ticker of the currency you want to receive"},{"key":"fromAmount","value":"0.1","description":"(Required if type is direct) Must be greater then 0."},{"key":"toAmount","value":"","description":"(Required if type is reverse) Must be greater then 0."},{"key":"fromNetwork","value":"btc","description":"(Optional) Network of the currency you want to exchange"},{"key":"toNetwork","value":"eth","description":"(Optional) Network of the currency you want to receive"},{"key":"flow","value":"fixed-rate","description":"(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard"},{"key":"type","value":"","description":"(Optional) Direction of exchange flow. Enum: [\"direct\", \"reverse\"]. Default value is direct"},{"key":"useRateId","value":"","description":"(Optional) Use rateId for fixed-rate flow. If this field is true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Current estimated amount would be valid until time in field \"validUntil\""},{"key":"isTopUp","value":"","description":"(Optional) Use this flag if you would like to get an estimate for the balance import (without withdrawal fee)","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"70842c35-90b9-4aac-9d6a-16634b0d20a1"},{"name":"Create exchange transaction","id":"3c8edfd0-ae3f-4738-a01c-de3e196bd761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>API-key</p>\n","type":"text"},{"key":"x-forwarded-for","value":"0.0.0.0","description":"<p>User's IP address</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\", \n    \"toCurrency\": \"eth\", \n    \"fromNetwork\": \"btc\", \n    \"toNetwork\": \"eth\", \n    \"fromAmount\": \"0.003\", \n    \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\", \n    \"flow\": \"standard\"\n}"},"url":"https://api.changenow.io/v2/exchange","description":"<p>The API endpoint creates a transaction, generates an address for sending funds and returns transaction attributes.</p>\n<p><strong>Note:</strong> we also give the opportunity to transfer additional fields in the \"Create exchange transaction\" method, which we return in the <a href=\"#e7383038-3f62-41c4-a965-9f23f98c2fd1\">\"Transaction status\"</a> method. Аdditional fields that can be transferred include:</p>\n<ul>\n<li><p>userId — a personal and permanent identifier under which information is stored in the database;</p>\n</li>\n<li><p>payload — object that can contain up to 5 arbitrary fields up to 64 characters long;</p>\n</li>\n</ul>\n<p>If you would like to enable these fields, please contact us at <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a> with the subject line \"Special partner fields\".</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an object with transaction information.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>id</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>You can use it to get transaction status at the<a href=\"#fa12244b-f879-4675-a6f7-553cc59435dc\">Transaction status API endpoint</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount of currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Amount of currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>flow</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>type</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Direction of exchange flow. Use \"direct\" value to set amount for currencyFrom and get amount of currencyTo. Use \"reverse\" value to set amount for currencyTo and get amount of currencyFrom. Enum: [\"direct\", \"reverse\"]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The wallet address that will recieve the exchanged funds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID that you send when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromNetwork</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toNetwork</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund Extra ID (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraIdName</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Field name currency Extra ID (e.g. Memo, Extra ID)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>rateId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>(Required) Use rateId for fixed-rate flow. Set it to value that you got from previous method for estimated amount to freeze estimated amount.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>\n\n<p>In this method you need to send the request body as JSON.</p>\n<p>This is an example of what json request should look like</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"0xD1220A0cf47c7B9Be7A2E6BA89F429762e7b9aDb\",\n    \"extraId\": \"\",\n    \"refundAddress\": \"\",\n    \"refundExtraId\": \"\",\n    \"userId\": \"\",\n    \"payload\": \"\",\n    \"contactEmail\": \"\",\n    \"flow\": \"standard\",\n    \"type\": \"direct\",\n    \"rateId\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["v2","exchange"],"host":["api","changenow","io"],"query":[],"variable":[]}},"response":[{"id":"7d426155-ecc3-4510-a246-96f5f6fc704e","name":"Successfull response (standard)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"fromNetwork\": \"btc\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"0xD1220A0cf47c7B9Be7A2E6BA89F429762e7b9aDb\",\n    \"extraId\": \"\",\n    \"refundAddress\": \"\",\n    \"refundExtraId\": \"\",\n    \"userId\": \"\",\n    \"payload\": \"\",\n    \"contactEmail\": \"\",\n    \"source\": \"\",\n    \"flow\": \"standard\",\n    \"type\": \"direct\",\n    \"rateId\": \"\"\n}"},"url":"https://api.changenow.io/v2/exchange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 21:58:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"X-Clacks-Overhead","value":"GNU Terry Pratchett"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"063c044aea0000c406ed04f000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=ZPJVOIoUZLqQrBgZWwjrB9SY%2BhjYl1YkgjOWMQEqk4iIdR09CJZwQwAKza4kBYT06m3aI1p%2BgIIq6qt%2F4ITWYoMnZfEqQGPJoM6i3jwMZE0J\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ed9d657d884c406-LED"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromAmount\": 0.003,\n    \"toAmount\": 0.052286,\n    \"flow\": \"standard\",\n    \"type\": \"direct\",\n    \"payinAddress\": \"3M7QKsJDKbVZAhFPpFSVtVQv6Nzon3Lwtv\",\n    \"payoutAddress\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"eth\",\n    \"refundAddress\": \"135Hej8p1xSKoChWu5x6LSbNn5opgpojGn\",\n    \"id\": \"3a2360771439a3\",\n    \"fromNetwork\": \"btc\",\n    \"toNetwork\": \"eth\"\n}"},{"id":"86fdf6b7-1bcf-4c95-bee0-28f0fdfb4b6d","name":"Successfull response (fixed-rate)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-changenow-api-key","type":"text","value":"your_api_key"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\", \n    \"toCurrency\": \"eth\", \n    \"fromNetwork\": \"btc\", \n    \"toNetwork\": \"eth\", \n    \"fromAmount\": \"0.01\", \n    \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\", \n    \"rateId\": \"puLHO5Y2EPg05QkN11OnbRxCA3wCGtBr\",\n    \"flow\": \"fixed-rate\"\n}"},"url":"https://api.changenow.io/v2/exchange"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"fromAmount\": 0.01,\n    \"toAmount\": 1.82349294,\n    \"flow\": \"fixed-rate\",\n    \"type\": \"direct\",\n    \"payinAddress\": \"3CRNkN3kjHfxs7AAojPmGQo614f7XHmgWT\",\n    \"payoutAddress\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"eth\",\n    \"refundAddress\": \"135Hej8p1xSKoChWu5x6LSbNn5opgpojGn\",\n    \"validUntil\": \"2023-11-07T10:09:46.517Z\",\n    \"id\": \"af2fa90dab60d8\",\n    \"fromNetwork\": \"btc\",\n    \"toNetwork\": \"eth\"\n}"},{"id":"afbdc9a9-c9ad-4a14-8780-f9b9b2cd1553","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-changenow-api-key","type":"text","value":"your_api_key"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\", \n    \"toCurrency\": \"eth\", \n    \"fromNetwork\": \"btc\", \n    \"toNetwork\": \"eth\", \n    \"fromAmount\": \"0.01\", \n    \"address\": \"0x57f31ad4b64095347F87eDB1675566DAfF5EC886\", \n    \"rateId\": \"puLHO5Y2EPg05QkN11OnbRxCA3wCGtBr\",\n    \"flow\": \"fixed-rate\"\n}"},"url":"https://api.changenow.io/v2/exchange"},"status":"400Bad Request","_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rate_id_not_found_or_expired\",\n    \"message\": \"No data found for rateId puLHO5Y2EPg05QkN11OnbRxCA3wCGtBr\"\n}"}],"_postman_id":"3c8edfd0-ae3f-4738-a01c-de3e196bd761"},{"name":"Transaction status","id":"e7383038-3f62-41c4-a965-9f23f98c2fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Partner's api key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/by-id?id=81cc9c3a9157a6","description":"<p>This API endpoint returns the status and additional information of a single transaction. Transaction ID is taken from the</p>\n<p><a href=\"#3c8edfd0-ae3f-4738-a01c-de3e196bd761\">'Create transaction'</a></p>\n<p>endpoint.</p>\n<p><strong>Note:</strong> we also give the opportunity to transfer additional fields in the <a href=\"#3c8edfd0-ae3f-4738-a01c-de3e196bd761\">'Create transaction'</a> endpoint, which we return in this method. Аdditional fields that can be transferred include:</p>\n<ul>\n<li><p>userId — a personal and permanent identifier under which information is stored in the database;</p>\n</li>\n<li><p>payload — object that can contain up to 5 arbitrary fields up to 64 characters long;</p>\n</li>\n</ul>\n<p>If you would like to enable these fields, please contact us at <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a> with the subject line \"Special partner fields\".</p>\n<h3>Successful response:</h3>\n\n<p>The response contains an object with transaction information.</p>\n\n<p>Fields in the response vary depending on the status and a type of the transaction.</p>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>id</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>status</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction status:<br />new,<br />waiting,<br />confirming,<br />exchanging,<br />sending,<br />finished,<br />failed,<br />refunded,<br />verifying<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>actionsAvailable</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates if an exchange can be pushed or refunded using Public push &amp; refund endpoints.<a href=\"https://documenter.getpostman.com/view/8180765/TzJoFLtG#acf2515b-99c7-44bd-935c-dc42693b8026\">Read more</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromNetwork</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toNetwork</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of the currency you want to receive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>expectedAmountFrom</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The amount you want to send</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>expectedAmountTo</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Estimated value that you will get based on the field <i>expectedAmountFrom</i>.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amountFrom</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Exchange amount of fromCurrency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amountTo</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Exchange amount of toCurrency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The wallet address that will recieve the exchanged funds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID that you send when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundAddress</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundExtraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ExtraId for refund (if you specified it)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>createdAt</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction creation date and time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>updatedAt</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time of the last transaction update (e.g. status update)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>depositReceivedAt</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Deposit receiving date and time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payinHash</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction hash in the blockchain of the currency which you specified in the fromCurrency field that you send when creating the transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payoutHash</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction hash in the blockchain of the currency which you specified in the toCurrency field. We generate it when creating a transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromLegacyTicker</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to exchange in an old format as it is specified in a response from<a href=\"#a44b3f19-3e57-4f39-9822-e2ca3cf1d566\">Currency info API-v1 endpoint</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toLegacyTicker</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency you want to receive in an old format as it is specified in a response from<a href=\"#a44b3f19-3e57-4f39-9822-e2ca3cf1d566\">Currency info API-v1 endpoint</a></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundHash</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Hash for the refund transaction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refundAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Expected amount for the refund</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>userId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>A personal and permanent identifier under which information is stored in the database (If you would like to enable this field, please contact us at partners@changenow.io with the subject line \"Special partner fields\")</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>validUntil</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time before estimated amount would be freezed in case of using rateId. If you set param \"useRateId\" to true, you could use returned field \"rateId\" in next method for creating transaction to freeze estimated amount that you got in this method. Estimated amount would be valid until this date and time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>relatedExchangesInfo</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Related Exchanges Info for original echange (id, status, createdAt, fromCurrency, amountFrom, amountTo, fromNetwork)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>repeatedExchangesInfo</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Repeated Exchanges Info for original echange (id, status, createdAt, fromCurrency, amountFrom, amountTo, fromNetwork)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>originalExchangeInfo</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String|null</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Original exchanges info for repeated or related exchanges</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","exchange","by-id"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Transaction ID from <a href=\"#3c8edfd0-ae3f-4738-a01c-de3e196bd761\">Create transaction</a> request</p>\n","type":"text/plain"},"key":"id","value":"81cc9c3a9157a6"}],"variable":[]}},"response":[{"id":"7077719d-010a-42bb-928e-a0b9608a70a4","name":"Bad Request (Unauthorized)","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"(Required) Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/by-id?id=716bcd0e10728c","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","by-id"],"query":[{"key":"id","value":"716bcd0e10728c","description":"(Required) Transaction ID from Create transaction request <a href=\"#3c8edfd0-ae3f-4738-a01c-de3e196bd761\">"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 08 Dec 2020 13:14:09 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06e415fad90000266d9da02000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=wU3u1e%2BjhjNmmbl1YbaRTbCYCwXTd7WtDuiFXzSlDbZyJqPXR0bXDEg9rkc0vI2E4wMvrmwBdE4vyOZzlshCHHQQavhKbePQ81TRDnJ44deq\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fe6bf715b34266d-TXL"}],"cookie":[],"responseTime":null,"body":"Unauthorized"},{"id":"799a249f-6559-403c-adef-5f581db6ac83","name":"Successfull response","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"(Required) Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/by-id?id=81cc9c3a9157a6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","by-id"],"query":[{"key":"id","value":"81cc9c3a9157a6","description":"(Required) Transaction ID from Create transaction request <a href=\"#3c8edfd0-ae3f-4738-a01c-de3e196bd761\">"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"81cc9c3a9157a6\",\n    \"status\": \"finished\",\n    \"actionsAvailable\": false,\n    \"fromCurrency\": \"bnb\",\n    \"fromNetwork\": \"bsc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"bsc\",\n    \"expectedAmountFrom\": null,\n    \"expectedAmountTo\": 7.4050889,\n    \"amountFrom\": 0.013,\n    \"amountTo\": 7.41109355,\n    \"payinAddress\": \"0x2915767890A6FbF031DCe70E1b80D987Dc3a2922\",\n    \"payoutAddress\": \"0x07e35e2fe54d341d526701bdbda7b632f620942d\",\n    \"payinExtraId\": null,\n    \"payoutExtraId\": null,\n    \"refundAddress\": null,\n    \"refundExtraId\": null,\n    \"createdAt\": \"2024-06-11T12:49:07.139Z\",\n    \"updatedAt\": \"2024-06-11T12:52:15.759Z\",\n    \"validUntil\": null,\n    \"depositReceivedAt\": \"2024-06-11T12:50:47.122Z\",\n    \"payinHash\": \"0x6703a443898b26f4f7d10e5b05a68848a3b0fb598c54c50a5f23e0807dfc5cea\",\n    \"payoutHash\": \"0xd3382cafd44dd6644336eb8290b400adffa42b4486e93f1bed1f845eceb56e60\",\n    \"fromLegacyTicker\": \"bnbbsc\",\n    \"toLegacyTicker\": \"usdtbsc\",\n    \"refundHash\": null,\n    \"refundAmount\": null,\n    \"userId\": null,\n    \"originalExchangeInfo\": null,\n    \"relatedExchangesInfo\": [\n        {\n            \"id\": \"2c0167b2979936\",\n            \"status\": \"sending\",\n            \"createdAt\": \"2024-06-11T12:53:57.457\",\n            \"fromCurrency\": \"usdt\",\n            \"amountFrom\": 9,\n            \"amountTo\": null,\n            \"fromNetwork\": \"bsc\"\n        }\n    ],\n    \"repeatedExchangesInfo\": [\n        {\n            \"id\": \"cb11103dd7e6e9\",\n            \"status\": \"failed\",\n            \"createdAt\": \"2024-06-11T12:51:13.382\",\n            \"amountFrom\": 0.013,\n            \"amountTo\": null\n        }\n    ]\n}"},{"id":"90e758d9-da80-4733-8459-b3fb2b86043f","name":"Bad request (Forbidden)","originalRequest":{"method":"GET","header":[{"description":"(Required) Partner's api key","key":"x-changenow-api-key","type":"text","value":"your_api_key"}],"url":{"raw":"https://api.changenow.io/v2/exchange/by-id?id=716bcd0e10728c","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","by-id"],"query":[{"key":"id","value":"716bcd0e10728c","description":"(Required) Transaction ID from Create transaction request <a href=\"#3c8edfd0-ae3f-4738-a01c-de3e196bd761\">"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Dec 2020 13:38:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06e42bf21e0000c2e58d0b4000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=kCHyAQ6E7EfAHrWo3rcDxrmSV8nQY%2BVhgYwlw185cabg6mRKyQSbkoo5UVYW5BBfkDPzwxIAjSGAgB22EqhFl222%2Fz26bGfVqpKQ25FYOtFq\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fe6e2969e9fc2e5-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"forbidden\",\n    \"message\": \"The transaction was made from another api key\"\n}"}],"_postman_id":"e7383038-3f62-41c4-a965-9f23f98c2fd1"},{"name":"Address validation","id":"d8186175-d826-48a7-9206-b16563689d5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v2/validate/address?currency=eth&address=0x57f31ad4b64095347F87eDB1675566DAfF5EC886","description":"<p>This API endpoint validates the address with a checksum depending on a transferred network.<br />The ‘result’ field in the response shows if the address is valid: True if valid, and False if the address is invalid. The ‘message’ field describes why the address is invalid. In case the address is valid, this field is null.<br />An error may occur in case the request is incorrect: a cryptocurrency or an address are not indicated, or we do not support this network yet.</p>\n<h3>Successful response:</h3>\n\n<p>The response contains the ‘result’ and ‘message’ fields.</p>\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><b>Name</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td><i><b>result</b></i></td><td><i>Boolean</i></td><td>The validity of an address</td></tr><tr><td><i><b>message</b></i></td><td><i>String|null</i></td><td>Explains why the address is invalid</td></tr><tr><td><i><b>isActivated</b></i></td><td><i>Boolean</i></td><td>The activation of an address</td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","validate","address"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) The network of the address</p>\n","type":"text/plain"},"key":"currency","value":"eth"},{"description":{"content":"<p>(Required) Address for validation</p>\n","type":"text/plain"},"key":"address","value":"0x57f31ad4b64095347F87eDB1675566DAfF5EC886"}],"variable":[]}},"response":[{"id":"25328135-938c-44d3-9396-f3a9b656ab8d","name":"Successfull response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/validate/address?currency=btc&address=12QeMLzSrB8XH8FvEzPMVoRxVAzTr5XM2y","protocol":"https","host":["api","changenow","io"],"path":["v2","validate","address"],"query":[{"key":"currency","value":"btc","description":"(Required) The network of the address"},{"key":"address","value":"12QeMLzSrB8XH8FvEzPMVoRxVAzTr5XM2y","description":"(Required) Address for validation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Sep 2020 13:36:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0557a08ed000007b2b369c2200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5d6c69f7bda07b2b-DME"}],"cookie":[],"responseTime":null,"body":"{\n    \"isActivated\": null,\n    \"result\": true,\n    \"message\": null\n}"},{"id":"bb0db754-a57e-4986-bc81-6091bc501abd","name":"Invalid address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/validate/address?currency=btc&address=xxx","protocol":"https","host":["api","changenow","io"],"path":["v2","validate","address"],"query":[{"key":"currency","value":"btc","description":"(Required) The network of the address"},{"key":"address","value":"xxx","description":"(Required) Address for validation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Sep 2020 14:38:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0557d9eb6400007b47960e9200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5d6cc5bf0be27b47-DME"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"xxx is not valid\"\n}"}],"_postman_id":"d8186175-d826-48a7-9206-b16563689d5e"},{"name":"User addresses","id":"9a095d26-589e-49cc-8faf-4e760a1caefc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.changenow.io/v2/addresses-by-name?name=name@domain","description":"<p>This API endpoint returns a list of addresses bound to address name.</p>\n<h3>Successful response:</h3>\n    <p>The response contains an array of addresses bound to address name.</p>\n\n<h5>Successful response fields</h5>\n\n<table>\n    <tr>\n        <td><b>Name</b></td>\n        <td><b>Type</b></td>\n        <td><b>Description</b></td>\n    </tr>\n    <tr>\n        <td><b><i>success</i></b></td>\n        <td><i>Boolean</i></td>\n        <td>Indicates if a request was processed successfully</td>\n    </tr>\n    <tr>\n        <td><b><i>addresses</i></b></td>\n        <td><i>Array</i></td>\n        <td>Array of addresses for requested fio-address or unstoppable-domain</td>\n    </tr>\n    <tr>\n        <td><b><i>currency</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency ticker in naming space of his protocol</td>\n    </tr>\n    <tr>\n        <td><b><i>chain</i></b></td>\n        <td><i>String</i></td>\n        <td>Currency chain in naming space of his protocol</td>\n    </tr>\n    <tr>\n        <td><b><i>address</i></b></td>\n        <td><i>String</i></td>\n        <td>Real address for requested fio-address or unstoppable-domain</td>\n    </tr>\n    <tr>\n        <td><b><i>protocol</i></b></td>\n        <td><i>String</i></td>\n        <td>Protocol of current address</td>\n    </tr>\n</table>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","addresses-by-name"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) FIO address or Unstoppable domain as name.zil / name.crypto</p>\n","type":"text/plain"},"key":"name","value":"name@domain"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"2ea87db3-f354-405b-814d-d967910df3d5","name":"Successfull response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/addresses-by-name?name=luke@stokes","protocol":"https","host":["api","changenow","io"],"path":["v2","addresses-by-name"],"query":[{"key":"name","value":"luke@stokes"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Sep 2020 17:44:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"05535d841f00002b715714e200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5d65984cfc332b71-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"addresses\": [\n        {\n            \"currency\": \"fio\",\n            \"chain\": \"fio\",\n            \"address\": \"FIO7ovybfe7jXMUMAcgzhcDos48TMvaLT2operxwstnXQZvvEGSmK\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"eth\",\n            \"chain\": \"eth\",\n            \"address\": \"0x9021e9675b29abe5d5b1fb91b3d263a0ea0149ce\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"usdc\",\n            \"chain\": \"eth\",\n            \"address\": \"0x9021e9675b29abe5d5b1fb91b3d263a0ea0149ce\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"bat\",\n            \"chain\": \"eth\",\n            \"address\": \"0x9021e9675b29abe5d5b1fb91b3d263a0ea0149ce\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"link\",\n            \"chain\": \"eth\",\n            \"address\": \"0x9021e9675b29abe5d5b1fb91b3d263a0ea0149ce\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"usdt\",\n            \"chain\": \"eth\",\n            \"address\": \"0x9021e9675b29abe5d5b1fb91b3d263a0ea0149ce\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"btc\",\n            \"chain\": \"btc\",\n            \"address\": \"38yScDZKW5Fk1uh7diuQJ5Ww9bdYZCB8PU\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"ltc\",\n            \"chain\": \"ltc\",\n            \"address\": \"MW1DGxy5RzGTjuqGMt7qdXvNLpV7TSPB5P\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"dash\",\n            \"chain\": \"dash\",\n            \"address\": \"XvhuFznkhn2VK1XZhVecFGXSdvHf9bDC67\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"bsv\",\n            \"chain\": \"bsv\",\n            \"address\": \"19THL9ns15oJZJ9mRhU2PPN6w8JFXd3TEE\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"bch\",\n            \"chain\": \"bch\",\n            \"address\": \"qrth56m90pr0q5d8j2evtcc8s8074pl2aqdzle82f8\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"smart\",\n            \"chain\": \"smart\",\n            \"address\": \"Sfd5F2L4bdKrRBfRgKPUjbCcWPLSF15n6h\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"xmr\",\n            \"chain\": \"xmr\",\n            \"address\": \"45t5DwpDV7WVNA4MzW8tst4KzEg8AMA8JTy8iu9GKeJeZzzsG7gqw8MAuxeWivu7kCL4iJUVqCLN45oeM7m6nZ3CEyki9fh\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"xtz\",\n            \"chain\": \"xtz\",\n            \"address\": \"tz1bjPM8gM26m6UidsKKodUVkcbtrT7Fp6SY\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"rvn\",\n            \"chain\": \"rvn\",\n            \"address\": \"RD7XsZ8y9Aow4dfRrfqC4NvrZT7S1VUnBZ\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"xrp\",\n            \"chain\": \"xrp\",\n            \"address\": \"rwNcKej6SBivhEgcxXU7zyTTmTbdLSCmqx\",\n            \"protocol\": \"fio\"\n        },\n        {\n            \"currency\": \"nano\",\n            \"chain\": \"nano\",\n            \"address\": \"nano_3ej8cp1myhsbr3rf3m8gxszpy3f9qq4g3aagrx6f3fuet9iuxjgomxa5mage\",\n            \"protocol\": \"fio\"\n        }\n    ]\n}"},{"id":"f1f8a643-a1d0-4ce0-9380-83974f6258ad","name":"Not existed address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/addresses-by-name?name=xxxxx@sssss","protocol":"https","host":["api","changenow","io"],"path":["v2","addresses-by-name"],"query":[{"key":"name","value":"xxxxx@sssss"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Date","value":"Tue, 22 Sep 2020 10:48:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1851"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Address name is not found.\",\n    \"error\": \"not_found\"\n}"}],"_postman_id":"9a095d26-589e-49cc-8faf-4e760a1caefc"},{"name":"Estimated exchange network fee","id":"1531d0ae-bf24-468f-95f6-5a8a8353ea79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>Kindly contact your account manager if you're getting an Unauthorized error.</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/network-fee?fromCurrency=usdt&toCurrency=usdt&fromNetwork=eth&toNetwork=eth&fromAmount=100&convertedCurrency=usd&convertedNetwork=usd","description":"<p>This endpoint provides an estimated value that will be spent on paying network fees during an exchange.</p>\n<p>This number is ALREADY included in the estimate.</p>\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:api@changenow.io\"></a><a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h2 id=\"successful-response\">SUCCESSFUL RESPONSE:</h2>\n<p>The response contains the ‘estimatedFee’ object and 'deposit', 'withdrawal', 'totals', and 'converted' fields inside it.</p>\n<h3 id=\"successful-response-fields\">SUCCESSFUL RESPONSE FIELDS</h3>\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>estimatedFee</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Object</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object that contains detailed info on the network fee estimation.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>deposit</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Object</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object that contains detailed info on the deposit network fees.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>currency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Deposit currency's ticker.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>network</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Deposit currency's network.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network fee in the deposit currency.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>withdrawal</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Object</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object that contains detailed info on the withdrawal network fees.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>currency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Withdrawal currency's ticker.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>network</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Withdrawal currency's network.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>amount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network fee in the withdrawal currency.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>totals</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Object</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object that contains combined network fee in deposit or withdeawal currency.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>from</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Object</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object that contains combined network fee estimated to the deposit currency.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>to</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Object</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object that contains combined network fee estimated to the withdrawal currency.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>converted</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Object</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object that contains detailed info on the network fee estimation in select currency.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>currency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network fee currency's ticker.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>network</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Network of currency's ticker.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>deposit</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Deposit fee in the selected currency.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>withdrawal</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Withdrawal fee in the selected currency.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>total</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Combined network fee in selected currency.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr></tr></tbody></table>","urlObject":{"protocol":"https","path":["v2","exchange","network-fee"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Ticker of the currency you want to exchange</p>\n","type":"text/plain"},"key":"fromCurrency","value":"usdt"},{"description":{"content":"<p>(Required) Ticker of the currency you want to receive</p>\n","type":"text/plain"},"key":"toCurrency","value":"usdt"},{"description":{"content":"<p>(Optional) Used to disambiguate multichain currencies.</p>\n","type":"text/plain"},"key":"fromNetwork","value":"eth"},{"description":{"content":"<p>(Optional) Used to disambiguate multichain currencies.</p>\n","type":"text/plain"},"key":"toNetwork","value":"eth"},{"description":{"content":"<p>(Required if type is direct) Must be greater then 0.</p>\n","type":"text/plain"},"key":"fromAmount","value":"100"},{"description":{"content":"<p>(Optional) Ticker of the currency you want to convert</p>\n","type":"text/plain"},"key":"convertedCurrency","value":"usd"},{"description":{"content":"<p>(Optional) Used to disambiguate multichain currencies.</p>\n","type":"text/plain"},"key":"convertedNetwork","value":"usd"}],"variable":[]}},"response":[{"id":"c91a2a72-b8e1-4487-889f-9442b0ce8786","name":"200 | Success response","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your-api-key","description":"Kindly contact your account manager if you're getting an Unauthorized error.","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/network-fee?fromCurrency=eth&toCurrency=btc&fromNetwork=eth&toNetwork=btc&fromAmount=23&convertedCurrency=usd&convertedNetwork=usd","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","network-fee"],"query":[{"key":"fromCurrency","value":"eth","description":"(Required) Ticker of the currency you want to exchange"},{"key":"toCurrency","value":"btc","description":"(Required) Ticker of the currency you want to receive"},{"key":"fromNetwork","value":"eth","description":"(Optional) Used to disambiguate multichain currencies."},{"key":"toNetwork","value":"btc","description":"(Optional) Used to disambiguate multichain currencies."},{"key":"fromAmount","value":"23","description":"(Required if type is direct) Must be greater then 0."},{"key":"convertedCurrency","value":"usd","description":"(Optional) Ticker of the currency you want to convert (default: usd)"},{"key":"convertedNetwork","value":"usd","description":"(Optional) Used to disambiguate multichain currencies."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"estimatedFee\": {\n        \"deposit\": {\n            \"currency\": \"usdt\",\n            \"network\": \"eth\",\n            \"amount\": 45.92863112\n        },\n        \"withdrawal\": {\n            \"currency\": \"usdt\",\n            \"network\": \"eth\",\n            \"amount\": 28.74922176\n        },\n        \"totals\": {\n            \"from\": {\n                \"currency\": \"usdt\",\n                \"network\": \"eth\",\n                \"amount\": 74.67785288\n            },\n            \"to\": {\n                \"currency\": \"usdt\",\n                \"network\": \"eth\",\n                \"amount\": 74.67785288\n            }\n        },\n        \"converted\": {\n            \"currency\": \"usd\",\n            \"network\": \"usd\",\n            \"deposit\": 45.8703857911131,\n            \"withdrawal\": 28.712762848949975,\n            \"total\": 74.58314864006307\n        }\n    }\n}"}],"_postman_id":"1531d0ae-bf24-468f-95f6-5a8a8353ea79"},{"name":"Market estimate fiat and crypto","id":"c8c18591-ab34-40b0-8fae-67641c6ef2a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>Partner's api key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/markets/estimate?fromCurrency=usdt&toCurrency=btc&fromAmount=1000&toAmount&type=direct","description":"<p>This API endpoint provides the direct and reverse market crypto-to-crypto, fiat-to-crypto or crypto-to-fiat estimated amounts.<br /><strong>Attention! Do not use this endpoint for financial aims, only for informational! These rates don't include any fees.</strong><br />To work with this endpoint, provide your API key in the X-CHANGENOW-API-KEY title.<br />To calculate the direct estimated amount, set: fromCurrency, toCurrency, fromAmount, type: direct<br />To calculate the reverse estimated amount, set: fromCurrency, toCurrency, toAmount, type: reverse</p>\n<p>Access to this endpoint you can receive upon dedicated request to <a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a></p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>“From” currency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toCurrency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>“To” currency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>fromAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The amount of “from” currency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>toAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The amount of “to” currency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>type</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The type of the estimated amount — direct or reverse</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","markets","estimate"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) \"From\" currency</p>\n","type":"text/plain"},"key":"fromCurrency","value":"usdt"},{"description":{"content":"<p>(Required) \"To\" currency</p>\n","type":"text/plain"},"key":"toCurrency","value":"btc"},{"description":{"content":"<p>(Optional)  Set if this is a direct type of the estimated amount</p>\n","type":"text/plain"},"key":"fromAmount","value":"1000"},{"description":{"content":"<p>(Optional) Set if this is a reverse type of the estimated amount</p>\n","type":"text/plain"},"key":"toAmount","value":null},{"description":{"content":"<p>(Optional) Valid values: [direct, reverse] \nIf the type is not set, ‘direct’ is used by default.</p>\n","type":"text/plain"},"key":"type","value":"direct"}],"variable":[]}},"response":[{"id":"25979c40-836f-43d8-9d6d-81d202c61fe4","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/markets/estimate?fromCurrency=usdt&toCurrency=btc&fromAmount=1000&toAmount&type=reverse","protocol":"https","host":["api","changenow","io"],"path":["v2","markets","estimate"],"query":[{"key":"fromCurrency","value":"usdt","description":"(Required)"},{"key":"toCurrency","value":"btc","description":"(Required)"},{"key":"fromAmount","value":"1000"},{"key":"toAmount","value":null},{"key":"type","value":"reverse","description":"(Optional) Valid values: [direct, reverse] If the type is not set, ‘direct’ is used by default."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Sep 2020 14:32:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0557d3981900007a79c59de200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5d6cbba02f157a79-DME"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_params\",\n    \"message\": \"toAmount is required if type is reverse\"\n}"},{"id":"49432f5f-fe4c-4c68-a5f0-7ad2e91c4010","name":"Succesfull response (reverse)","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/markets/estimate?fromCurrency=usdt&toCurrency=btc&fromAmount&toAmount=2&type=reverse","protocol":"https","host":["api","changenow","io"],"path":["v2","markets","estimate"],"query":[{"key":"fromCurrency","value":"usdt","description":"(Required)"},{"key":"toCurrency","value":"btc","description":"(Required)"},{"key":"fromAmount","value":null,"description":"(Optional)  Set if this is a direct type of the estimated amount"},{"key":"toAmount","value":"2","description":"(Optional) Set if this is a reverse type of the estimated amount"},{"key":"type","value":"reverse","description":"(Optional) Valid values: [direct, reverse] If the type is not set, ‘direct’ is used by default."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Sep 2020 14:21:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0557ca384a00007a71f12ef200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5d6caca07cca7a71-DME"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"usdt\",\n    \"toCurrency\": \"btc\",\n    \"type\": \"reverse\",\n    \"fromAmount\": 20965.220097818812,\n    \"toAmount\": 2\n}"},{"id":"92f3480f-fbfb-4c8d-afd3-01cca287a042","name":"Successfull response (direct)","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/markets/estimate?fromCurrency=usdt&toCurrency=btc&fromAmount=1000&toAmount&type=direct","protocol":"https","host":["api","changenow","io"],"path":["v2","markets","estimate"],"query":[{"key":"fromCurrency","value":"usdt","description":"(Required)"},{"key":"toCurrency","value":"btc","description":"(Required)"},{"key":"fromAmount","value":"1000","description":"(Optional)  Set if this is a direct type of the estimated amount"},{"key":"toAmount","value":null,"description":"(Optional) Set if this is a reverse type of the estimated amount"},{"key":"type","value":"direct","description":"(Optional) Valid values: [direct, reverse] \nIf the type is not set, ‘direct’ is used by default."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Sep 2020 14:34:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0557d649af000075ab8d9d9200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5d6cbfef7e1275ab-DME"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"usdt\",\n    \"toCurrency\": \"btc\",\n    \"type\": \"direct\",\n    \"fromAmount\": 1000,\n    \"toAmount\": 0.09527438736782325\n}"},{"id":"f4c609a5-7151-4ef3-a545-678dc0cb656a","name":"Bad request 2","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"Partner's api key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/markets/estimate?fromCurrency=usdt&toCurrency=btc&fromAmount&toAmount=2&type=direct","protocol":"https","host":["api","changenow","io"],"path":["v2","markets","estimate"],"query":[{"key":"fromCurrency","value":"usdt","description":"(Required) \"From\" currency"},{"key":"toCurrency","value":"btc","description":"(Required) \"To\" currency"},{"key":"fromAmount","value":null,"description":"(Optional)  Set if this is a direct type of the estimated amount"},{"key":"toAmount","value":"2","description":"(Optional) Set if this is a reverse type of the estimated amount"},{"key":"type","value":"direct","description":"(Optional) Valid values: [direct, reverse] \nIf the type is not set, ‘direct’ is used by default."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Sep 2020 14:37:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0557d867a500007b5f4604a200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5d6cc352aea67b5f-DME"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_params\",\n    \"message\": \"fromAmount is required if type is direct\"\n}"}],"_postman_id":"c8c18591-ab34-40b0-8fae-67641c6ef2a7"},{"name":"Exchanges","id":"2026db72-ebfe-4b25-b6ce-21b695da286b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-changenow-api-key","value":"newprivateapikey","description":"<p>Partner's api key</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.changenow.io/v2/exchanges?limit=10&offset=0&sortDirection=&sortField=&dateField=&statuses","description":"<p>The API endpoint returns a list of partner transactions according to the selected parameters.</p>\n<h3>Successful response:</h3>\n\n<h5>Successful response fields</h5>\n\n<table><tbody><tr><td><div><b>Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    count</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The number of exchanges found by the selected parameters</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>exchanges</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    createdAt</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time when the transaction was created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    updatedAt</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time of the last transaction update (e.g. status update)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    exchangeId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    requestId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Transaction ID</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    status</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction status:<br />waiting,<br />confirming,<br />exchanging,<br />sending,<br />finished,<br />failed,<br />refunded,<br />verifying<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    validUntil</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date and time of transaction validity</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    flow</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type of exchange flow:<br />standard<br />fixed-rate<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payin</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    currency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency sent by the user</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    address</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Generated wallet address to which the user sent the deposit</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    extraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID for currencies that require it</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    amount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The actual amount of the deposit sent by the user</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    expectedAmount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Initially indicated amount that the user plans to exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    hash</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The hash of the deposit transaction that the user sent to the payin address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>payout</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr></tr><tr><td><div><i><b>    currency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency for which the user exchanged his funds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    address</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The wallet address to which the funds were received after the exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    extraId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID for currencies that require it</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    hash</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Hash of the transaction sending funds after the exchange</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>refund</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr></tr><tr><td><div><i><b>    currency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency of refund</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    address</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Refund address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    extra_id</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Extra ID for currencies that require it</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    hash</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>The hash of the transaction refunded to the user</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>partnerInfo</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    commission</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>        currency</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ticker of the currency sent by the user</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>        amount</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Commission size in currency</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>        percent</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Percentage of commission</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    userId</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>String</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>A personal and permanent identifier under which information is stored in the database (If you would like to enable this field, please contact us at <a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a> with the subject line \"Special partner fields\")</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><i><b>    payload</b></i></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Array</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object that can contain up to 5 arbitrary fields up to 64 characters long;<br />(If you would like to enable this field, please contact us at <a href=\"https://mailto:partners@changenow.io\">partners@changenow.io</a> with the subject line \"Special partner fields\")</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>You can find <b>examples of errors</b> in the Example request block (use the drop-down list).</p>\n\n<h3>Request Parameters:</h3>","urlObject":{"protocol":"https","path":["v2","exchanges"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Optional) Limit of transactions to return (default: 100)</p>\n<p>Note:  You can only specify limit bigger than 0 and less than 100</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>(Optional) Number of transactions to skip (default: 0)</p>\n<p>Note:  You can only specify offset bigger than 0</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>(Optional) Sort ascending or descending. Enum: [\"ASC\",  \"DESC\"]</p>\n","type":"text/plain"},"key":"sortDirection","value":""},{"description":{"content":"<p>(Optional) Sort by selected field. Enum: [\"createdAt\", \"updatedAt\"]</p>\n","type":"text/plain"},"key":"sortField","value":""},{"description":{"content":"<p>(Optional) Sort by date. Enum: [\"createdAt\", \"updatedAt\"]</p>\n","type":"text/plain"},"key":"dateField","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Set a date to filter transactions created after this specified date.</p>\n<p>Format: YYYY-MM-DDTHH:mm:ss.sssZ</p>\n","type":"text/plain"},"key":"dateFrom","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Set a date to filter transactions created before this specified date.</p>\n<p>Format: YYYY-MM-DDTHH:mm:ss.sssZ</p>\n","type":"text/plain"},"key":"dateTo","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Transaction ID.</p>\n","type":"text/plain"},"key":"requestId","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Sort by userId</p>\n","type":"text/plain"},"key":"userId","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Sort by payoutAddress</p>\n","type":"text/plain"},"key":"payoutAddress","value":""},{"key":"statuses","value":null}],"variable":[]}},"response":[{"id":"f715a098-e8b7-447f-abcd-4fe7aab3f399","name":"200 | Success response","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"api-key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchanges?limit=10&offset=0&statuses&sortDirection=&sortField=&dateField=","protocol":"https","host":["api","changenow","io"],"path":["v2","exchanges"],"query":[{"key":"limit","value":"10","description":"(Optional) Limit of transactions to return (default: 100)\n\nNote:  You can only specify limit bigger than 0 and less than 100"},{"key":"offset","value":"0","description":"(Optional) Number of transactions to skip (default: 0)\n\nNote:  You can only specify offset bigger than 0"},{"key":"statuses","value":null,"description":"(Optional) Set a transaction status (available statuses below) to filter transactions\n\nPossible transaction statuses\n\n* waiting\n* confirming\n* exchanging\n* sending\n* finished\n* failed\n* refunded\n* verifying\n* expired"},{"key":"sortDirection","value":"","description":"(Optional) Sort ascending or descending. Enum: [\"ASC\",  \"DESC\"]"},{"key":"sortField","value":"","description":"(Optional) Sort by selected field. Enum: [\"createdAt\", \"updatedAt\"]"},{"key":"dateField","value":"","description":"(Optional) Sort by date. Enum: [\"createdAt\", \"updatedAt\"]"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1100,\n    \"exchanges\": [\n        {\n            \"createdAt\": \"2023-10-13T10:57:54.586\",\n            \"exchangerCreatedAt\": \"2023-10-13T10:57:54.271\",\n            \"updatedAt\": \"2023-10-13T10:57:54.626\",\n            \"exchangerUpdatedAt\": \"2023-10-13T10:57:54.47\",\n            \"exchangeId\": \"181cc0a5794bb8\",\n            \"requestId\": \"0de2475707c1e8\",\n            \"status\": \"waiting\",\n            \"validUntil\": null,\n            \"flow\": \"standard\",\n            \"refund\": {\n                \"currency\": \"xmr\",\n                \"address\": null,\n                \"extraId\": null,\n                \"hash\": null\n            },\n            \"depositFee\": {\n                \"currency\": \"xmr\"\n            },\n            \"withdrawalFee\": {\n                \"currency\": \"busdbsc\",\n                \"amount\": null\n            },\n            \"estimatedDepositFee\": {\n                \"currency\": \"busdbsc\",\n                \"amount\": null\n            },\n            \"partnerInfo\": {\n                \"commission\": {\n                    \"currency\": \"busdbsc\",\n                    \"amount\": null,\n                    \"percent\": 1,\n                    \"marketTicker\": \"busd\",\n                    \"network\": \"bsc\",\n                    \"tokenContract\": \"0xe9e7cea3dedca5984780bafc599bd69add087d56\"\n                },\n                \"userId\": \"test\",\n                \"payload\": {\n                    \"payload_1\": \"1\",\n                    \"payload_2\": \"2\"\n                }\n            },\n            \"payin\": {\n                \"currency\": \"xmr\",\n                \"address\": \"8B3HUKDi3yW61Eau6pzb64YqzyUBM1GaaZuLaJGhgBTp8S3mNp5xxUEP9AoE9mXWtmEbkkGPMkFH5cJCc2GjUb1R2aaQhKg\",\n                \"extraId\": null,\n                \"amount\": null,\n                \"expectedAmount\": 0.392047,\n                \"hash\": null,\n                \"marketTicker\": \"xmr\",\n                \"network\": \"xmr\",\n                \"tokenContract\": null\n            },\n            \"payout\": {\n                \"currency\": \"busdbsc\",\n                \"address\": \"0x5cd7a71abdec16c49f5682bd960d095efadec5b7\",\n                \"extraId\": null,\n                \"amount\": null,\n                \"expectedAmount\": 58.5963371,\n                \"hash\": null,\n                \"marketTicker\": \"busd\",\n                \"network\": \"bsc\",\n                \"tokenContract\": \"0xe9e7cea3dedca5984780bafc599bd69add087d56\"\n            }\n        },\n        {\n            \"createdAt\": \"2023-10-13T10:42:29.68\",\n            \"exchangerCreatedAt\": \"2023-10-13T10:42:29.613\",\n            \"updatedAt\": \"2023-10-13T10:42:29.684\",\n            \"exchangerUpdatedAt\": \"2023-10-13T10:42:29.673\",\n            \"exchangeId\": \"73330a06c2b2d5\",\n            \"requestId\": \"348a721ccb1e4b\",\n            \"status\": \"waiting\",\n            \"validUntil\": null,\n            \"flow\": \"standard\",\n            \"refund\": {\n                \"currency\": \"usdttrc20\",\n                \"address\": null,\n                \"extraId\": null,\n                \"hash\": null\n            },\n            \"depositFee\": {\n                \"currency\": \"usdttrc20\"\n            },\n            \"withdrawalFee\": {\n                \"currency\": \"btc\",\n                \"amount\": null\n            },\n            \"estimatedDepositFee\": {\n                \"currency\": \"btc\",\n                \"amount\": null\n            },\n            \"partnerInfo\": {\n                \"commission\": {\n                    \"currency\": \"btc\",\n                    \"amount\": null,\n                    \"percent\": 1,\n                    \"marketTicker\": \"btc\",\n                    \"network\": \"btc\",\n                    \"tokenContract\": null\n                },\n                \"userId\": null,\n                \"payload\": null\n            },\n            \"payin\": {\n                \"currency\": \"usdttrc20\",\n                \"address\": \"TFaKw63DqAZm1z1ZbY3cbNw5t5WEcawTfN\",\n                \"extraId\": null,\n                \"amount\": null,\n                \"expectedAmount\": 200,\n                \"hash\": null,\n                \"marketTicker\": \"usdt\",\n                \"network\": \"trx\",\n                \"tokenContract\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\"\n            },\n            \"payout\": {\n                \"currency\": \"btc\",\n                \"address\": \"16FQV4bkkMZsArHtiZL6i92BPSgdRvrDQt\",\n                \"extraId\": null,\n                \"amount\": null,\n                \"expectedAmount\": 0.0073003,\n                \"hash\": null,\n                \"marketTicker\": \"btc\",\n                \"network\": \"btc\",\n                \"tokenContract\": null\n            }\n        },\n        {\n            \"createdAt\": \"2023-10-13T10:43:30.604\",\n            \"exchangerCreatedAt\": \"2023-10-13T10:43:30.536\",\n            \"updatedAt\": \"2023-10-13T10:43:30.607\",\n            \"exchangerUpdatedAt\": \"2023-10-13T10:43:30.594\",\n            \"exchangeId\": \"f38305e1cdb43e\",\n            \"requestId\": \"46ba8e0e029e41\",\n            \"status\": \"waiting\",\n            \"validUntil\": null,\n            \"flow\": \"standard\",\n            \"refund\": {\n                \"currency\": \"usdttrc20\",\n                \"address\": null,\n                \"extraId\": null,\n                \"hash\": null\n            },\n            \"depositFee\": {\n                \"currency\": \"usdttrc20\"\n            },\n            \"withdrawalFee\": {\n                \"currency\": \"btc\",\n                \"amount\": null\n            },\n            \"estimatedDepositFee\": {\n                \"currency\": \"btc\",\n                \"amount\": null\n            },\n            \"partnerInfo\": {\n                \"commission\": {\n                    \"currency\": \"btc\",\n                    \"amount\": null,\n                    \"percent\": 1,\n                    \"marketTicker\": \"btc\",\n                    \"network\": \"btc\",\n                    \"tokenContract\": null\n                },\n                \"userId\": null,\n                \"payload\": null\n            },\n            \"payin\": {\n                \"currency\": \"usdttrc20\",\n                \"address\": \"TJJaVkBCyQFU8Bfr7CtzVD5dbioKw6F2Ny\",\n                \"extraId\": null,\n                \"amount\": null,\n                \"expectedAmount\": 200,\n                \"hash\": null,\n                \"marketTicker\": \"usdt\",\n                \"network\": \"trx\",\n                \"tokenContract\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\"\n            },\n            \"payout\": {\n                \"currency\": \"btc\",\n                \"address\": \"16FQV4bkkMZsArHtiZL6i92BPSgdRvrDQt\",\n                \"extraId\": null,\n                \"amount\": null,\n                \"expectedAmount\": 0.0072952,\n                \"hash\": null,\n                \"marketTicker\": \"btc\",\n                \"network\": \"btc\",\n                \"tokenContract\": null\n            }\n        },\n        {\n            \"createdAt\": \"2023-10-13T10:43:47.828\",\n            \"exchangerCreatedAt\": null,\n            \"updatedAt\": \"2023-10-13T10:43:47.865\",\n            \"exchangerUpdatedAt\": null,\n            \"exchangeId\": null,\n            \"requestId\": \"38c3bc16b90d17\",\n            \"status\": \"waiting\",\n            \"validUntil\": null,\n            \"flow\": \"standard\",\n            \"refund\": {\n                \"currency\": \"xmr\",\n                \"address\": null,\n                \"extraId\": null,\n                \"hash\": null\n            },\n            \"depositFee\": {\n                \"currency\": \"xmr\",\n                \"amount\": null\n            },\n            \"withdrawalFee\": {\n                \"currency\": \"busdbsc\",\n                \"amount\": null\n            },\n            \"estimatedDepositFee\": {\n                \"currency\": \"busdbsc\",\n                \"amount\": null\n            },\n            \"partnerInfo\": {\n                \"commission\": {\n                    \"currency\": \"busdbsc\",\n                    \"amount\": null,\n                    \"percent\": 1,\n                    \"marketTicker\": \"busd\",\n                    \"network\": \"bsc\",\n                    \"tokenContract\": \"0xe9e7cea3dedca5984780bafc599bd69add087d56\"\n                },\n                \"userId\": \"test\",\n                \"payload\": {\n                    \"Reason\": \"2\",\n                    \"TypeOfPayment\": \"1\"\n                }\n            },\n            \"payin\": {\n                \"currency\": \"xmr\",\n                \"address\": \"83579AZgJ4ifDA1tdTQkiUCpkeTPz7vUcaVi2QH6YuTkcCzTW5SrbLh1s26oxXb79r9bEXy3d1gijX2oBEzTWEtXBKVDGk3\",\n                \"extraId\": null,\n                \"amount\": null,\n                \"expectedAmount\": 0.392047,\n                \"hash\": null,\n                \"marketTicker\": \"xmr\",\n                \"network\": \"xmr\",\n                \"tokenContract\": null\n            },\n            \"payout\": {\n                \"currency\": \"busdbsc\",\n                \"address\": \"0x5cd7a71abdec16c49f5682bd960d095efadec5b7\",\n                \"extraId\": null,\n                \"amount\": null,\n                \"expectedAmount\": 58.6120053,\n                \"hash\": null,\n                \"marketTicker\": \"busd\",\n                \"network\": \"bsc\",\n                \"tokenContract\": \"0xe9e7cea3dedca5984780bafc599bd69add087d56\"\n            }\n        }\n    ]\n}"},{"id":"f3d39db1-77df-46da-b9ed-98de1845c389","name":"400 | Query params error","originalRequest":{"method":"GET","header":[],"url":{"raw":"?limit=10&offset=0&statuses&sortDirection=&sortField&dateField&dateFrom&dateTo&requestId","query":[{"key":"limit","value":"10","description":"(Optional) Limit of transactions to return (default: 100)\n\nNote:  You can only specify limit bigger than 0 and less than 100"},{"key":"offset","value":"0","description":"(Optional) Number of transactions to skip (default: 0)\n\nNote:  You can only specify offset bigger than 0"},{"key":"statuses","value":null,"description":"(Optional) Set a transaction status (available statuses below) to filter transactions\n\nPossible transaction statuses\n\n* waiting\n* confirming\n* exchanging\n* sending\n* finished\n* failed\n* refunded\n* verifying\n* expired"},{"key":"sortDirection","value":"","description":"(Optional) Sort ascending or descending. Enum: [\"ASC\",  \"DESC\"]"},{"key":"sortField","value":null,"description":"(Optional) Sort by selected field. Enum: [\"createdAt\", \"updatedAt\"]"},{"key":"dateField","value":null,"description":"(Optional) Sort by date. Enum: [\"createdAt\", \"updatedAt\"]"},{"key":"dateFrom","value":null,"description":"(Optional) Set a date to filter transactions created after this specified date.\n\nFormat: YYYY-MM-DDTHH:mm:ss.sssZ"},{"key":"dateTo","value":null,"description":"(Optional) Set a date to filter transactions created before this specified date.\n\nFormat: YYYY-MM-DDTHH:mm:ss.sssZ"},{"key":"requestId","value":null,"description":"(Optional) Transaction ID."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_params\",\n    \"message\": \"Unsupported sortDirection\"\n}"},{"id":"39a156d4-9b14-4ac3-b93e-04fc934a5602","name":"401 | Authorization error","originalRequest":{"method":"GET","header":[],"url":{"raw":"?limit=100&offset=0&statuses&sortDirection&sortField&dateField&dateFrom&dateTo&requestId","query":[{"key":"limit","value":"100","description":"(Optional) Limit of transactions to return (default: 100)\n\nNote:  You can only specify limit bigger than 0 and less than 100"},{"key":"offset","value":"0","description":"(Optional) Number of transactions to skip (default: 0)\n\nNote:  You can only specify offset bigger than 0"},{"key":"statuses","value":null,"description":"(Optional) Set a transaction status (available statuses below) to filter transactions\n\nPossible transaction statuses\n\n* waiting\n* confirming\n* exchanging\n* sending\n* finished\n* failed\n* refunded\n* verifying\n* expired"},{"key":"sortDirection","value":null,"description":"(Optional) Sort ascending or descending. Enum: [\"ASC\",  \"DESC\"]"},{"key":"sortField","value":null,"description":"(Optional) Sort by selected field. Enum: [\"createdAt\", \"updatedAt\"]"},{"key":"dateField","value":null,"description":"(Optional) Sort by date. Enum: [\"createdAt\", \"updatedAt\"]"},{"key":"dateFrom","value":null,"description":"(Optional) Set a date to filter transactions created after this specified date.\n\nFormat: YYYY-MM-DDTHH:mm:ss.sssZ"},{"key":"dateTo","value":null,"description":"(Optional) Set a date to filter transactions created before this specified date\n.\nFormat: YYYY-MM-DDTHH:mm:ss.sssZ"},{"key":"requestId","value":null,"description":"(Optional) Transaction ID."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"unauthorized\",\n    \"message\": \"Private api key is not valid\"\n}"}],"_postman_id":"2026db72-ebfe-4b25-b6ce-21b695da286b"}],"id":"9b6158a2-fb2a-4c18-bf6a-ab3f440c5f68","description":"<p>Try a new version of our API. Since we moved to API-v2 from API-v1, several new features have been introduced.\nHere’s a list of updates:\n    </p><ul>\n        <li>We now detect the fixed rate offered at the time of exchange creation and use it up until completing this exchange.</li>\n        <li>There has been added an opportunity to specify the asset network while creating a request (you can do it in the <i>“network”</i> field).</li>\n        <li>We stopped denoting assets available for exchange within several networks as <i>usdterc20</i> or <i>bnbmainnet</i>. ChangeNOW switched over to using common tickers for all the coins and tokens.</li>\n        <li>Our API became more fast and stable.</li>\n    </ul><p></p>\n<h1 id=\"disclaimer\">Disclaimer</h1>\n<p>New fields may be added to responses of these API endpoints in future.</p>\n<p>Please make sure that your integration is able to operate sustainably when you receive new response fields.</p>\n","event":[{"listen":"prerequest","script":{"id":"0794c0e5-6cb7-46c5-bd4b-11311a229666","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f2194571-1284-4785-964b-72a1bc2160a4","type":"text/javascript","exec":[""]}}],"_postman_id":"9b6158a2-fb2a-4c18-bf6a-ab3f440c5f68"}]}