{"info":{"_postman_id":"3afba227-caad-47f3-8d37-16c40b17cb35","name":"NOW Custody","description":"<html><head></head><body><p><strong>NOW Custody</strong> <strong>API</strong> is a tool to store your crypto funds and process exchanges, payments, and payouts. To access the NOW Custody API you need to:</p>\n<ol>\n<li><p>Generate an API key. You can get one in <a href=\"https://changenow.io/affiliate\">your personal partners account</a>.</p>\n</li>\n<li><p>Contact our business development team at <a href=\"https://api@changenow.io\">api@changenow.io</a> to get access to the full API functionality.</p>\n</li>\n</ol>\n<p>The set of functions available:</p>\n<ul>\n<li><p>Store crypto assets: secure and clear. Get access to 700+ crypto assets with no need to maintain full nodes and blockchain-related infrastructure.</p>\n</li>\n<li><p>Process on-chain payments: access your assets at any moment to receive and send payments.</p>\n</li>\n<li><p>Create users and operate funds on their behalf - track balances, request payouts and convert crypto via API.</p>\n</li>\n</ul>\n<h1 id=\"general-info\">General Info</h1>\n<p><strong>Base URL:</strong> api.changenow.io/v2</p>\n<p><strong>JWT token</strong> — also referred to as <code>Bearer token</code> or <code>access token</code>. It can be acquired with the '<a href=\"#240fc398-0a9c-43dd-bf53-8627ea5e0b45\">Auth</a>' method and is valid for 5 minutes.</p>\n<p><strong>Master account &amp; subaccounts</strong>:</p>\n<ul>\n<li><p>The master account is considered to be an account, which API key is registered in affiliate program.</p>\n</li>\n<li><p>The subaccount — the new user account, which was created by master account.</p>\n<ul>\n<li>Its API key is registered in Custody, but not related to the affiliate program directly, therefore subaccount has no access to ChangeNOW API endpoints which require API key authorization.</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"work-flow\">Work Flow</h1>\n<h3 id=\"how-to-top-up-balance\">How to top up balance:</h3>\n<h4 id=\"flow-1\">Flow 1:</h4>\n<ol>\n<li><p>Get a list of currently available currencies for sell with the '<a href=\"#442e8106-c279-4118-8155-f3be95f28101\">List of available currencies</a>' method.</p>\n</li>\n<li><p>Call the '<a href=\"#ffccab98-65ce-4db1-82e4-9fb31706a899\">Estimated deposit amount</a>' method to get an estimate of the credited amount and fees for deposit creation.</p>\n</li>\n<li><p>Get your <code>partnerId</code> with the '<a href=\"#0f662ac3-51e4-4e26-ad88-7363531a6345\">User info</a>' method.</p>\n</li>\n<li><p>Create a deposit with the '<a href=\"#9867aa7f-9e7a-432e-80fc-bf0f4a67184b\">Create deposit request</a>' method, using your <code>partnerId</code> as part of the payout address — <code>changenow_partner_partnerId</code>.</p>\n</li>\n</ol>\n<h4 id=\"flow-2\">Flow 2:</h4>\n<ol>\n<li><p>Create a deposit address by calling the '<a href=\"#281ed851-c9f3-4925-9ee7-ab44f7e1bfde\">Create new address for partner</a>' method.</p>\n</li>\n<li><p>Send funds to the generated deposit address.</p>\n</li>\n<li><p>Track the status of the deposit operation using the '<a href=\"#cbb595a1-fd7e-4ffe-a4f2-5dfdf6bbf89a\">Get Partner Deposits</a>' method.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"General Info","slug":"general-info"},{"content":"Work Flow","slug":"work-flow"}],"owner":"8180765","collectionId":"3afba227-caad-47f3-8d37-16c40b17cb35","publishedId":"2sBYAvtpun","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-09-01T15:34:38.000Z"},"item":[{"name":"Authorization","item":[{"name":"Auth","event":[{"listen":"test","script":{"exec":["let response = pm.response.json();","pm.collectionVariables.set(\"accessToken\", response.accessToken);","pm.collectionVariables.set(\"refreshToken\", response.refreshToken);"],"type":"text/javascript","packages":{},"requests":{},"id":"244a5ca6-c5eb-4854-9247-ebe22090ae8f"}}],"id":"eabe675e-5baf-48bd-a250-a9cf6af8cc63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"your_api_key_or_email\",\n    \"password\": \"your_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/auth","description":"<p>Generate new access and refresh tokens. To receive them, authorize using your login and password.</p>\n<ul>\n<li><p>The access token is valid for 5 minutes.</p>\n</li>\n<li><p>The refresh token is valid for 24 hours and is single-use.</p>\n</li>\n</ul>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>login</strong></td>\n<td>string</td>\n<td>(Required) Your affiliate API key or your email</td>\n</tr>\n<tr>\n<td><strong>password</strong></td>\n<td>string</td>\n<td>(Required) Your password from personal affiliate account</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","auth"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"605e490d-7bc2-4744-a35a-d319db2ff99e","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"your_api_key_or_email\",\n    \"password\": \"your_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"D/el1d6ABfUVeo/TUuGysQ==dh0uUBUNxHPGtGkvK6+ErHMpPwgIcHOP0kgwsVMbJCrFF1klPlDZtQdPjPESLfUocxS1FrqIv4OniBR4zj2gdJ3r9hbrEmJ2zeNbIpEq9oYpQ5SYfrplQasJYicFILCENxBOIB9n/7Z7lBfRUGQoPoDSvIyBfwcMNPlzKrr9ZhR2/v/97erY7yCMcRlu69scXvHFtka1X9wA6AmiMGIa0tgDzhZNxml/dJiXmBPL6VDUtqlMAU280aFCAa5dTxmoGVegpCpN3hj79Arm8yxjuhUjFjHPMg0gZ0XrKAhEPmAJMy5TaeiW1g2PtlHhGyqqdElxCbV7dF1nXor86ZJxsETkn67FbuDs9P9EYVWAiJo5nEx9GRTtLNm38OL2hl+/41tWXFKhQoP7jnA8K1dUw3GePwi0SDSoaEr8g2+9+KTZV1TumYtA/V7yZFkACtuRXPnQhjSBJH8sKStKNPKOK+xmq/vMn5roHt5I9em7/0e3DmMJpMqn3PlwYsU/ymKu347WDveSPDubfr7K0dJRbV+zG9OuMaAhVse6ZfoH/dSTwbFj4Wadh/aHX7ZEr7vYNk6/2zyAszkXz4M=\",\n    \"refreshToken\": \"I1vnkwtSkVLI7JRyH+HYzQ==TlMMOiS6Hn1BAOl+HRuR9vMJjLPMC1V9osalKgGjCaTbcgWzidBV9V7EyxC2LbAWpKvjzFUIMi5Bw+q+L0/79Vj4QhPYagxv2uwbQG6hwgMV7FmpDKzgh2ysEAvp2gRAVJnPEjxdHedZnWdoz6GM9pHv75fpW51QGvOodqgG2nDtcy/OEe+WavqQGzRor/1K/14DyvlmYMdsuABmsp95S7Rh350dBJAgklD5levZc1+PuCswQwMBFAq9mbLyKksRFv//GMS//f1l9Y8MGzixGUXokziktMtdBfsUqtAbemW8vMBgD9+1BV+wtMyZExlEXGNy8n1KauI5MYgUBaItMkcoxAdItyKCzV2+9qGo8xo8t5TztsbZNZ4Q+73seObiFgnkMj/T+se+zpv8jfA+X6Mnef5kvJNyu6JqQLQUCVa6hqT4R5Lplel2XTdAskIEvBOVFa2VISQoBBFCz8qPvNKxhYkMw7y0ANSjhLiBf/gvMvTJLvJZCykpASWOhS40TYJ/zc=\"\n}"},{"id":"a785d777-9db5-4ca8-97f5-5f4a3c0fed0d","name":"Invalid Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"your_api_key_or_email\",\n    \"password\": \"your_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/auth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"auth_request_error\",\n    \"message\": \"Invalid credentials\"\n}"}],"_postman_id":"eabe675e-5baf-48bd-a250-a9cf6af8cc63"},{"name":"Refresh access token","event":[{"listen":"test","script":{"exec":["let response = pm.response.json();","pm.collectionVariables.set(\"accessToken\", response.accessToken);","pm.collectionVariables.set(\"refreshToken\", response.refreshToken);"],"type":"text/javascript","packages":{},"requests":{},"id":"0d013195-6217-4db2-8b81-a01a6e21289c"}}],"id":"748dbab4-2efa-40f2-ad77-e7e400b74f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"refreshToken\": \"your_refresh_token\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/auth/refresh","description":"<p>Generate new access and refresh tokens using a valid refresh token. The refresh token is single-use and becomes invalid after the request.</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>refreshToken</strong></td>\n<td>string</td>\n<td>(Required) Refresh token returned by the '<a href=\"#240fc398-0a9c-43dd-bf53-8627ea5e0b45\">POST Auth</a>' method</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","auth","refresh"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"8c21e023-0951-43f0-ba48-75be0769d3e0","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"refreshToken\": \"your_refresh_token\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/auth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"xw4WdjKmwBmrek44nuN2gQ==AMVc537uc9Br9hBBMEGZSLEWWwdnxcFbGil6KR3l5LVp2b5+zAMAXUtz5GyVqnbNh1rGikqhox/QeUf4mBGSCQ873oiyejtNbBuQzByHDfNGu+g79bzO7qAe5597V/DPPjbPy2S6lraNSAZozyr9ipLYmSh6E7USt1O7ME/OFgg+fob0HeQ7gVz20Kwedam2HsEjRpvHYTsgRioTHgagADhKZbfaFbSw3T9PI64ZbWnUJSzYuJRWkHWEJPt96xTXlNERmFViCz8OQkOEDUYdSY/bCLI40jrCQ81w/0RJ6SXxkR1Y6uWrk6PpdpSzuhtwS8WHU3342DueG0g8FsCftsZesN0/O4qGGQ6VLoOJWxTLu37/fjC4E2Naz3VHCOKWyzIIPTORdzYCNjYnIhEuGjRajK8fBV3RjQoeMSaUlDqU7ts+82VESTS4qsDNLuhiNp/pHzE9PhxReHa1BzrSqPdj84s0ROZKNX/lldhlC2YCJAreY/QSDkGQ94nZEsyDcrRZ14WyrF2XC0WOonD9/CElrw0cK/HgAGEn3Ct3gllShRmlL3eyF5fAinxAuk+f2X6i+EEHvn7dzpGOKQmLZEpcvaD65wIl4K1OrumckRL+UaE9M5/uGpaEMjBOCvEglN0lEhJcFfrFe2hIZJMUkiThibFxqhWReKpC4izj65UH7o1nGDhXgoozuD2A0a4mRdovmJ6QyCGhqrxPYfs/yUn7aL60jjJt4z57Ij/xnpSvbUKSUdwwWk/LdVr7zWSq0VAtfGPX0xRue+XwGdcHbxKjXccVqqjRQTmO25a7jiev8wdBKfcbhMzPpGQr2ZKliDiokIPJ8EVIl1Izs1QsPixYHwZF36Xc8sPo4eYGjQhwad5P+cqZNseysRtJtM17Pc7hmQ6VPI9NFJHfbKg5f5IJwbb1dBKfwS++ZuzzLQuYT4B716V/xjWRrMgWyO/Vs9Sohpzy5Slz/n37KDh+LPiJtqzh5lqGYf8O6Mexel5tILjbkDkUOxv5CanLFUOOqyxuyvlKOlPK11mMb0vp4vejy/nezaHNPq79XDq6+idm+T5KZA/gSvMD4Ip5dsqsQqWHhvvBXEFBr1zny0f+tpL3uhiyWH1oiUTVsQMSafQoXH/utnOXp8JX7v4r1kkxwAcVMJh3slR2A9hW0huZSCuHikaujG8ROh+Fk0cSqG8O4TBSYkvpAgBvrFu2Rt6Yq/9UC8i7ByfyP7woGE26oEYa8/TFhz0cICwgb41lnmixMJTu7RnNBtaxQpkiIluaklY2aqFS9h2zbo+Cn3u84rUs2xcW2UvxlrYkw0y5WVknHzLBFzxqKL90xchqG8vRmS5GOZqgfLBq6O2sEdpxSJUVNclHr8seGBM4mXAED1Kz6psyT6f09CRCFbqEMizIRUr751smI/6s9z3q2RBUEbtbh3fOlM7AZ5x0nb/QWWHvSy+ZTycZ/KG/5uEy9wUUW6rrPUPpKpGaOxTY3xDhEUtyRKmwEQoNMgD5aMYa0KpWJETfAIf9hyoNlkDLNXpGB+LBfhOM9FZdxPuanyPywamX3uTRsuX52wU5UCUsgrdSFOGpCulsGh22JanWyqwqRMYK1xFYoh1H2Oe7DIetVP9yenNX89NQz7aRRL2YUc7n1CuvRyngzuzw7Q8ebrJevv/wrx5Ctcv2uijgbldS8/Ynb0cRgjxXXuPWfp3HPWfJle3ZncXE8Vp1\",\n    \"refreshToken\": \"wNJQ93CEs9kuGxeLcpNUhg==/JYI4snwPKaSGxQxbFHnUXtLMrX+0IpcR5hbpB6l4SBxGKtlX8SmqiOB+nL6d5XcJL3HnCIefAZ0E9v6BPH00DYzi8sbPeNKbja+szK/nsp7GVYBe2NciO5ZI4ACkkMufsSA6jprgdoklt2wy0W+tugzMZarYYhXLbC7WUiV60SBy+YUGVNAw85RhGfv5obDOy/u3XPuxdEMmLD/hozQoMUNRprXzLcLz/YAr+4uL0DVHFaG9F6Ixv5de8XurbSP7bcLTwZk2UyskEJfuzL/FsoJ+I7AbL26n06xagb7IZAiMNB+ikh2SJbsA31X+rOqVNMwsLl941uOvSJuvpvLJNNFDE9I6yp+2C7qDI2wpUG89xAyvrwwSoy6jSXPRL+DX3LEgIC8mxSPBp88w3LhQ4FHO1QBIIkO31fQzZq6jGSKnz6dotOfAqiRFT/UkYn+CuM0tDvFhmCmCAtTOeLQ8fJqd66W1jPTUGz0JtavEzFV+9Vs0uQ4vlYJds=\"\n}"},{"id":"ee14f55d-d9b1-49a8-8386-cf96ba09d59b","name":"Invalid refresh token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"refreshToken\": \"your_refresh_token\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/auth/refresh"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"auth_request_error\",\n    \"message\": \"Invalid refresh token\"\n}"},{"id":"34c5b6cf-ffa5-4049-ad58-ab2d85902425","name":"Refresh token expired","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"refreshToken\": \"your_refresh_token\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/auth/refresh"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"auth_request_error\",\n    \"message\": \"Refresh token expired\"\n}"}],"_postman_id":"748dbab4-2efa-40f2-ad77-e7e400b74f5b"}],"id":"0179b35a-1726-4411-802f-e1b1bb62a23c","description":"<p>All actions are performed using the received JWT Token, valid for 5 minutes.</p>\n<p>Some methods also require a private API key, which — in case of master account — you can receive upon dedicated request to <a href=\"https://changenow.io\">api@changenow.io</a></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"5da2d2d7-d09d-43fc-ac9d-3be6e2b4bee2"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"40b2f6bd-9252-4281-8487-58f12434f38a"}}],"_postman_id":"0179b35a-1726-4411-802f-e1b1bb62a23c"},{"name":"Operations with users","item":[{"name":"Create new user","id":"b366b9eb-8888-42de-b175-e51b42f6211b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"subaccount_name\",\n    \"secret\": \"subaccount_password\",\n    \"custodyEmail\": \"email@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user","description":"<p>Allows to create a new user (your subaccount). Please make sure to save entered credentials and store them in a safe place.</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>(Required) Name of the subaccount to be created</td>\n</tr>\n<tr>\n<td><strong>secret</strong></td>\n<td>string</td>\n<td>(Optional) Password for the new subaccount.  <br />If not provided, a secret will be generated automatically and returned in the response</td>\n</tr>\n<tr>\n<td><strong>custodyEmail</strong></td>\n<td>string</td>\n<td>(Optional) Email address of the subaccount.  <br /><strong>Note</strong>: This field is required to receive email notifications when a subaccount’s address is added to the <a href=\"#86d6c988-d676-4a6c-9ab4-ba9257346230\">whitelist</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","user"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"c258f2ac-7f6d-4570-8e2a-cb9a0b80ad73","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"subaccount_name\",\n    \"secret\": \"subaccount_password\",\n    \"custodyEmail\": \"email@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"name\": \"subaccount_name\",\n        \"custodyEmail\": \"email@example.com\",\n        \"partnerId\": \"a583115ffb\"\n    },\n    \"apiKey\": \"string\",\n    \"secret\": \"string\",\n    \"privateKey\": \"string\",\n    \"permissions\": {\n        \"get /v2/user\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/by-id\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/range\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/balance\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfer\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfers\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversion\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/currencies\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/min-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversions\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawals\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal/fee\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/chains\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfer/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfers/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/estimated-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversion/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversions/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/addresses\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/conversion/estimated-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal/min-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/addresses/by-currency\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        }\n    }\n}"},{"id":"af6c23a9-59b6-45df-96eb-6d202f95ae32","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"\",\n    \"secret\": \"subaccount_password\",\n    \"custodyEmail\": \"email@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid name: empty or null\"\n}"},{"id":"5b9dc8da-3332-4204-866b-3054f3dc4c92","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"subaccount_name\",\n    \"secret\": \"subaccount_password\",\n    \"custodyEmail\": \"email@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"b366b9eb-8888-42de-b175-e51b42f6211b"},{"name":"User info","id":"bb90b625-0132-45e2-a547-37f46b01f484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/user","description":"<p>Get account details and granted permissions for the authenticated user.</p>\n","urlObject":{"path":["v2","user"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"72c32a38-97e3-4017-8131-2e5e5bcd332d","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"name\": \"test_custody\",\n        \"custodyEmail\": \"email@example.com\",\n        \"partnerId\": \"55788b9cf5\"\n    },\n    \"permissions\": {\n        \"get /v2/user\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/user\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/exchange\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/by-id\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/range\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/balance\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfer\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfers\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/partner/transfer\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversion\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/partner/transfers\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/currencies\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/min-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversions\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawals\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/partner/conversion\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/partner/withdrawal\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/partner/withdrawals\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal/fee\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/chains\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfer/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/whitelist/by-id\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfers/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/estimated-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversion/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/partner/deposits/address\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversions/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/addresses\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"post /v2/partner/whitelist/request\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/conversion/estimated-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal/min-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        }\n    }\n}"},{"id":"f45ce9de-bcc7-4ec4-a81b-3680cae5d286","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":"https://api.changenow.io/v2/user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"bb90b625-0132-45e2-a547-37f46b01f484"},{"name":"Reset user password","id":"9330ab47-13d1-420f-a9cb-b891604f668d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret/reset","description":"<p>Reset user password, generate a new one.</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>login</strong></td>\n<td>string</td>\n<td>(Required) Public API key of the subaccount</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","user","secret","reset"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"2332e5da-d087-43ab-953f-e7b67288d39b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"name\": \"subaccount_name\",\n        \"custodyEmail\": \"email@example.com\",\n        \"partnerId\": \"a583115ffb\"\n    },\n    \"secret\": \"new_password\",\n    \"permissions\": {\n        \"get /v2/user\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/by-id\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/range\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/balance\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfer\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfers\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversion\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/currencies\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/min-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversions\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawals\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal/fee\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/chains\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfer/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfers/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/estimated-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversion/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversions/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/addresses\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/conversion/estimated-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal/min-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/addresses/by-currency\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        }\n    }\n}"},{"id":"b9f5f9de-ae53-4c26-97ef-7470799ef1fb","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret/reset"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"auth_request_error\",\n    \"message\": \"Could not found user by login\"\n}"},{"id":"ca739a1d-8db5-4087-a40f-e500e14778e8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret/reset"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"9330ab47-13d1-420f-a9cb-b891604f668d"},{"name":"Set new user password","id":"27410fb9-57b8-4019-9ebb-fce9ea11ce30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\",\n    \"secret\": \"new_subaccount_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret","description":"<p>Set a new user password.</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>login</strong></td>\n<td>string</td>\n<td>(Required) Public API key of the subaccount</td>\n</tr>\n<tr>\n<td><strong>secret</strong></td>\n<td>string</td>\n<td>(Required) New password to set for the subaccount</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","user","secret"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"66aeb520-c871-49e8-a5da-4bc6cebeb275","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\",\n    \"secret\": \"new_subaccount_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"name\": \"subaccount_name\",\n        \"custodyEmail\": \"email@example.com\",\n        \"partnerId\": \"a583115ffb\"\n    },\n    \"secret\": \"new_password\",\n    \"permissions\": {\n        \"get /v2/user\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/by-id\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/range\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/balance\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfer\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfers\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversion\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/currencies\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/min-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversions\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawals\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal/fee\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/chains\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfer/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/transfers/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/exchange/estimated-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversion/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/conversions/status\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/addresses\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/conversion/estimated-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/withdrawal/min-amount\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        },\n        \"get /v2/partner/deposits/addresses/by-currency\": {\n            \"hasAccess\": true,\n            \"featuresAccess\": []\n        }\n    }\n}"},{"id":"9ce45ead-8861-4fec-ba66-ebea3209b094","name":"User not found","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\",\n    \"secret\": \"new_subaccount_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"auth_request_error\",\n    \"message\": \"Could not found user by login\"\n}"},{"id":"4bfaa9b0-7c3c-4972-a7ae-78b2239efed9","name":"Invalid secret","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\",\n    \"secret\": \"new_subaccount_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"auth_request_error\",\n    \"message\": \"Invalid secret\"\n}"},{"id":"8c643048-6ac6-419c-b47b-3d0f070d0d91","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"subaccount_public_api_key\",\n    \"secret\": \"new_subaccount_password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/user/secret"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"27410fb9-57b8-4019-9ebb-fce9ea11ce30"}],"id":"e08d29a7-f5bd-43f5-85a2-ae693ed3447d","description":"<p>The API allows you to create users, which can also be used as subaccounts. Creating subaccounts allows you to separate balances and process deposits and withdrawals on behalf of subaccounts.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"d1039dde-03a6-4a9d-ada7-e777062c26b8"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"55b4fcc0-b5c3-41d8-959d-c231654495d3"}}],"_postman_id":"e08d29a7-f5bd-43f5-85a2-ae693ed3447d"},{"name":"Balances","item":[{"name":"Get partner balance(s)","id":"58193f57-0a69-4952-844d-3266af320bb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/balance?currency=string&balanceTime=string&numberFormat=string","description":"<p>Get partner balance by selected currency. Returns all partner balances if currency not specified.</p>\n<p>Keep in mind that currency should be passed in form of legacyTicker which can be obtained with the '<a href=\"#442e8106-c279-4118-8155-f3be95f28101\">List of available currencies</a>' method.</p>\n<ul>\n<li><p><code>amount</code> — the amount currently available to the user (available balance).</p>\n</li>\n<li><p><code>pendingAmount</code> — the amount currently being processed and not yet available. This may include funds pending confirmation from other operations (for example, withdrawals).</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","partner","balance"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) The currency for which to retrieve the balance. If not specified, balances for all currencies will be returned</p>\n","type":"text/plain"},"key":"currency","value":"string"},{"description":{"content":"<p>(Optional) The date and time for which to retrieve the balance.\nFormat: ISO 8601 date-time (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"balanceTime","value":"string"},{"description":{"content":"<p>(Optional) If set to \"string\", partner balance amounts are returned as strings, otherwise as numbers.\nEnum: [\"string\"]</p>\n","type":"text/plain"},"key":"numberFormat","value":"string"}],"variable":[]}},"response":[{"id":"2d7d35ec-f72c-48e5-b5e4-1ef68ef33ec5","name":"Get all balances","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/balance","host":["https://api.changenow.io"],"path":["v2","partner","balance"],"query":[{"key":"currency","value":"string","description":"Optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"btc\": {\n        \"amount\": 0.000129728624000478,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"eth\": {\n        \"amount\": 0.00000799,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"ton\": {\n        \"amount\": 26.430979403989735,\n        \"pendingAmount\": 1,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"trx\": {\n        \"amount\": 1.8477858207261293,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"usdc\": {\n        \"amount\": 0.18716033270627283,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"usdtbsc\": {\n        \"amount\": 1.1421518110175573,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"usdtsol\": {\n        \"amount\": 0.009266801054321039,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"usdttrc20\": {\n        \"amount\": 0.0348128486004869,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"ltc\": {\n        \"amount\": 0.018407668884125518,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"usdterc20\": {\n        \"amount\": 0.5841035176811117,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    },\n    \"usdtton\": {\n        \"amount\": 1.4998607254848721,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-26T11:27:02.509Z\"\n    }\n}"},{"id":"17ae8424-6405-405f-babb-7d8ef37bb2d7","name":"Get balance by currency","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/balance?currency=ton","host":["https://api.changenow.io"],"path":["v2","partner","balance"],"query":[{"key":"currency","value":"ton","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ton\": {\n        \"amount\": 26.430979403989735,\n        \"pendingAmount\": 1,\n        \"balanceTime\": \"2025-12-26T11:30:31.173Z\"\n    }\n}"},{"id":"df63db13-5519-4399-ba17-9e38a5452798","name":"Get balances as string","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/balance?currency=ton&numberFormat=string","host":["https://api.changenow.io"],"path":["v2","partner","balance"],"query":[{"key":"currency","value":"ton","description":"Optional"},{"key":"numberFormat","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ton\": {\n        \"amount\": \"26.4309794039897340378\",\n        \"pendingAmount\": \"1\",\n        \"balanceTime\": \"2025-12-26T11:34:34.977Z\"\n    }\n}"},{"id":"35421603-63ca-4ccb-8296-71ba1e5daf50","name":"Get balance at specific time","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/balance?currency=ton&balanceTime=2025-12-25T11:10:02.800Z","host":["https://api.changenow.io"],"path":["v2","partner","balance"],"query":[{"key":"currency","value":"ton"},{"key":"balanceTime","value":"2025-12-25T11:10:02.800Z"},{"key":null,"value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ton\": {\n        \"amount\": 20.834886369080277,\n        \"pendingAmount\": 0,\n        \"balanceTime\": \"2025-12-25T11:10:02.800Z\"\n    }\n}"},{"id":"79f2abc6-a971-49bc-ad5d-c3a3a7936813","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/balance","host":["https://api.changenow.io"],"path":["v2","partner","balance"],"query":[{"key":"currency","value":"string","description":"Optional","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"58193f57-0a69-4952-844d-3266af320bb6"}],"id":"14478431-3871-4fd6-96e9-5125015e4050","description":"<p>Access to partner or user balances info.</p>\n<p>Please take note that access to balance info can be provided only to the owner of the account: to request a subaccount balances their credentials must be used.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"8e447312-17af-4782-baf5-acef4d3d566a"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"1f072dcb-1c16-414f-a108-594d986f04c9"}}],"_postman_id":"14478431-3871-4fd6-96e9-5125015e4050"},{"name":"Deposit","item":[{"name":"List of all available pairs","id":"64a1783d-2e63-4940-9628-6abe96d07a02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-changenow-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/exchange/available-pairs?fromCurrency=string&toCurrency=string&fromNetwork=string&toNetwork=string&flow=string","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","urlObject":{"path":["v2","exchange","available-pairs"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Required) Ticker of the currency you want to convert</p>\n","type":"text/plain"},"key":"fromCurrency","value":"string"},{"description":{"content":"<p>(Required) Ticker of the currency you want to receive</p>\n","type":"text/plain"},"key":"toCurrency","value":"string"},{"description":{"content":"<p>(Optional) Network of the currency you want to convert</p>\n","type":"text/plain"},"key":"fromNetwork","value":"string"},{"description":{"content":"<p>(Optional) Network of the currency you want to receive</p>\n","type":"text/plain"},"key":"toNetwork","value":"string"},{"description":{"content":"<p>(Optional) Type of convert flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is \"standard\"</p>\n","type":"text/plain"},"key":"flow","value":"string"}],"variable":[]}},"response":[{"id":"ac632546-b630-49b6-b2d0-c4765f6ca0cc","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/available-pairs?fromNetwork=btc&toNetwork=eth","host":["https://api.changenow.io"],"path":["v2","exchange","available-pairs"],"query":[{"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"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"omg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"powr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cvc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"storj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"snt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zrx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"adx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bnt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gno\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rlc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"fun\",\n        \"toNetwork\": \"eth\",\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\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mln\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"nmr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dent\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"elf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hot\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"knc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"link\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"fet\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"amp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ast\",\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\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cro\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dai\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"perl\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"matic\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"nexo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"leo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"band\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"celr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"blz\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"qkc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"akro\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xaut\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"comp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mdt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"swftc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"snx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ftt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"coti\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ogn\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bal\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"yfi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"yfii\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sushi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dia\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wbtc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"uni\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"aave\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"now\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"okb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rsr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"axs\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dpi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cel\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hez\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"farm\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"susd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hex\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"weth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lead\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rpl\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pols\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ubt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"uma\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"oxt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wnxm\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"crv\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ankr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xio\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pnk\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"qnt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"unfi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"glm\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dusk\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dao\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mask\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sand\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"chz\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"steth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hoge\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"geth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ctsi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"slp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"shib\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kishu\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"aergo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"super\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"keanu\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wise\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"chr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"nwc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"grt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"klee\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ach\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usdp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"alice\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"floki\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pyr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tlm\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ata\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mtv\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ens\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ufo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"audio\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"elon\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"starl\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"jasmy\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"arpa\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bel\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"trvl\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xyo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cell\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ilv\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"req\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gala\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ape\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"nyxt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lpt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"api3\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"frax\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"alcx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"1inch\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cult\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cvx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"spell\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ldo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"paxg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pika\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"vgx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tenshi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"akita\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"imx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ygg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"fox\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"san\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rly\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"skl\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"people\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bico\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pundix\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"flux\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"woo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"c98\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"prom\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"t\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"stg\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ssv\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"raca\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"aurora\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"forth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"reef\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"waxe\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"orbs\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"looks\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bft\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"iq\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ousd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"orc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bond\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"core\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"perp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"badger\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"boba\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ctc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gtc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lon\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"qom\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lever\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"agld\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bttc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xcn\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gmt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dexe\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tel\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bone\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"trac\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rad\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rari\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rss3\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"efi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ghst\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gods\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pond\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wozx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kp3r\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dep\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"idex\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"inj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"abyss\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ern\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"auction\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"trb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"time\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pha\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hft\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ton\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tru\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sweat\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hunt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cos\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"df\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"aqt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kcs\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dodo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dino\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rare\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dego\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"boson\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hapi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"uft\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"govi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"high\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"fis\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"opul\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"for\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hifi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"blur\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"luffy\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"data\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"arb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"torn\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"id\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lqty\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pepe\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bam\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ladys\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"volt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tsuka\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lmwr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bob\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"turbo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wojak\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"arc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"combo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"keke\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mav\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pendle\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"planet\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"arkm\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"quick\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wld\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wait\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"fdusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mnt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pyusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ava2\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cyber\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"unibot\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bad\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pndc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"banana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eurc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pol\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"meme\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bifi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"beamx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"vanry\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"prime\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tet\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"alt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ondo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bgb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lock\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pixel\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"netvr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zypto\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"befi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ena\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"aioz\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ethfi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usde\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rez\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"safe\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"aevo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pew\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"w\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mog\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zro\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lsk\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wolf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"peipei\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lnq\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bazed\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"synt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ath\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cxt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"g\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"plx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"l3\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"snsy\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"uds\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zeta\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"syn\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rdnt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"euri\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"neiro\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"neiroeth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zent\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eigen\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hana\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"misha\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"moodeng\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bigtime\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kendu\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"spx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"apu\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"puffer\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"spec\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"npc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"taiko\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"vista\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"virtual\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mstr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"peanut\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pepecoin\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"moca\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"portal\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"andy\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"pnut\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"token\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gems\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"swell\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"doge\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ese\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wquil\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ol\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"morpho\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"apex\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usual\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zrc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lcx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"dsync\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wocta\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"move\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"acx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"shiro\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"deai\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"klaus\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sol\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bio\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"paal\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cow\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"anime\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"plume\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zig\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"order\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"vr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"shell\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sfi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"fort\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"red\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kekius\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"soso\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usdr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"a8\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"epic\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mavia\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eurr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usdq\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eurq\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hei\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"corn\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usd1\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"prompt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kernel\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"fuel\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"f\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"lvva\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"hyper\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cpool\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sign\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ghx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sxt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"obol\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rato\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zkj\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"la\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bdxn\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"edgen\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"avl\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"syrup\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"spk\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"skate\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"newt\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"mon\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"resolv\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sahara\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"h\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tanssi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"es\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"era\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"rlusd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"tree\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"a2z\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gaia\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"vsn\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"prove\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"towns\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"gomining\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"solx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wbeth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sd\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"weeth\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cbbtc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wild\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"btr\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"camp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wlfi\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"usdf\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": true\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ptb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"sky\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zkc\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bobaerc20\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"bard\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"ff\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"nom\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eden\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"xan\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"eul\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"yb\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"cake\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"enso\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"kite\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"wmtx\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"allo\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"zkp\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    },\n    {\n        \"fromCurrency\": \"btc\",\n        \"fromNetwork\": \"btc\",\n        \"toCurrency\": \"brev\",\n        \"toNetwork\": \"eth\",\n        \"flow\": {\n            \"standard\": true,\n            \"fixed-rate\": false\n        }\n    }\n]"},{"id":"5e1d1783-ef83-40c7-9ac9-a41a9ad39438","name":"Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/available-pairs?fromCurrency=btcc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth","host":["https://api.changenow.io"],"path":["v2","exchange","available-pairs"],"query":[{"key":"fromCurrency","value":"btcc"},{"key":"fromNetwork","value":"btc","description":"(Optional) Network of the currency you want to exchange"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth","description":"(Optional) Network of the currency you want to receive"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"not_valid_params\",\n    \"error\": \"No pairs matching the filter\"\n}"}],"_postman_id":"64a1783d-2e63-4940-9628-6abe96d07a02"},{"name":"List of available currencies","id":"6fcf970b-0ba0-4f4d-ab5e-f6d13269059b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-changenow-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/exchange/currencies?active=boolean&flow=string&buy=boolean&sell=boolean","description":"<p>This API endpoint returns the list of available currencies.</p>\n","urlObject":{"path":["v2","exchange","currencies"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) Set \"true\" to return only active currencies</p>\n","type":"text/plain"},"key":"active","value":"boolean"},{"description":{"content":"<p>(Optional) Type of convert flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is \"standard\"</p>\n","type":"text/plain"},"key":"flow","value":"string"},{"description":{"content":"<p>(Optional) If this field is \"true\", only currencies available for buy are returned</p>\n","type":"text/plain"},"key":"buy","value":"boolean"},{"description":{"content":"<p>(Optional) If this field is \"true\", only currencies available for sell are returned</p>\n","type":"text/plain"},"key":"sell","value":"boolean"}],"variable":[]}},"response":[{"id":"9330a284-5d8f-42de-8419-2019e2593b3b","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/currencies?active=true&flow=standard&buy=true&sell=true","host":["https://api.changenow.io"],"path":["v2","exchange","currencies"],"query":[{"key":"active","value":"true","description":"(Optional) Set true to return only active currencies"},{"key":"flow","value":"standard","description":"(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard"},{"key":"buy","value":"true","description":"(Optional) If this field is true, only currencies available for buy are returned"},{"key":"sell","value":"true","description":"(Optional) If this field is true, only currencies available for sell are returned"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"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\": true,\n        \"sell\": true,\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\": true,\n        \"network\": \"manta\",\n        \"tokenContract\": null,\n        \"buy\": true,\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 (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\": true,\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\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"celo\",\n        \"tokenContract\": \"0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtcelo\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (Aptos)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtapt_f2d6ffa1e2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"apt\",\n        \"tokenContract\": \"0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtapt\"\n    },\n    {\n        \"ticker\": \"usdt\",\n        \"name\": \"Tether (Assethub)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdtassethub_e5c6325c84.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": false,\n        \"network\": \"assethub\",\n        \"tokenContract\": \"1984\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdtassethub\"\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\": \"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\": \"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 (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\": true,\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\": true,\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\": \"USDC (Sui)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcsui_e138d29bdc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"sui\",\n        \"tokenContract\": \"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcsui\"\n    },\n    {\n        \"ticker\": \"usdc\",\n        \"name\": \"USD Coin (Aptos)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdcapt_da69dbd3be.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"apt\",\n        \"tokenContract\": \"0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdcapt\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zecbsc\"\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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"leo\"\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\": \"usde\",\n        \"name\": \"Ethena USDe\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdeeth_644e9cdcb3.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\": \"usde\",\n        \"name\": \"Ethena USDe (Ton)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdeton_a1cbd7ad0a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQAIb6KmdfdDR7CN1GBqVJuP25iCnLKCvBlJ07Evuu2dzP5f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdeton\"\n    },\n    {\n        \"ticker\": \"usde\",\n        \"name\": \"Ethena USDe (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdebsc_1_fc43ca94c3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdebsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"wlfi\",\n        \"name\": \"World Liberty Financial (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wlfierc20_bc4dc5c30d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xdA5e1988097297dCdc1f90D4dFE7909e847CBeF6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wlfierc20\"\n    },\n    {\n        \"ticker\": \"wlfi\",\n        \"name\": \"World Liberty Financial (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wlfisol_e6e9820345.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"WLFinEv6ypjkczcS83FZqFpgFZYwQXutRbxGe7oC16g\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wlfisol\"\n    },\n    {\n        \"ticker\": \"wlfi\",\n        \"name\": \"World Liberty Financial (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wlfibsc_d5c8c32d26.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x47474747477b199288bF72a1D702f7Fe0Fb1DEeA\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wlfibsc\"\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\": \"pyusd\",\n        \"name\": \"PayPal USD (Solana)\",\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\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pyusdsol\"\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\": \"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\": \"usd1\",\n        \"name\": \"World Liberty Financial USD (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usd1erc20_65f8cbab91.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usd1erc20\"\n    },\n    {\n        \"ticker\": \"usd1\",\n        \"name\": \"World Liberty Financial USD (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usd1bsc_40ddbe01f3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usd1bsc\"\n    },\n    {\n        \"ticker\": \"usd1\",\n        \"name\": \"World Liberty Financial USD (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usd1sol_e5e617fa13.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usd1sol\"\n    },\n    {\n        \"ticker\": \"usd1\",\n        \"name\": \"World Liberty Financial USD (TRC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usd1trx_e4818bad6b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TPFqcBAaaUMCSVRCqPaQ9QnzKhmuoLR6Rc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usd1trc20\"\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\": \"dot\",\n        \"name\": \"Polkadot AssetHub\",\n        \"image\": \"https://content-api.changenow.io/uploads/dot_c006c687e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"assethub\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"assethub\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"aster\",\n        \"name\": \"Aster\",\n        \"image\": \"https://content-api.changenow.io/uploads/aster_a223fcae44.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x000Ae314E2A2172a039B26378814C252734f556A\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"asterbsc\"\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\": \"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\": \"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\": \"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\": \"sky\",\n        \"name\": \"Sky\",\n        \"image\": \"https://content-api.changenow.io/uploads/sky_8e0538afe4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x56072C95FAA701256059aa122697B133aDEd9279\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"skyerc20\"\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\": \"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\": \"rlusd\",\n        \"name\": \"Ripple USD (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/rlusderc20_51aeb806a0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8292bb45bf1ee4d140127049757c2e0ff06317ed\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rlusderc20\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"arberc20\"\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\": \"https://content-api.changenow.io/uploads/atombsc_952c7086a0.svg\",\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"myx\",\n        \"name\": \"MYX Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/myx_f847ebe9f8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xD82544bf0dfe8385eF8FA34D67e6e4940CC63e16\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"myxbsc\"\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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe66747a101bff2dba3697199dcce5b743b454759\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gt\"\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\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TXDk8mbtRbXeYuMNS83CfKPaYYT8XWv9Hz\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usddtrc20\"\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\": \"sei\",\n        \"name\": \"Sei EVM\",\n        \"image\": \"https://content-api.changenow.io/uploads/sei_fda6fbd2c1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"seievm\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"seievm\"\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\": \"pump\",\n        \"name\": \"Pump.fun\",\n        \"image\": \"https://content-api.changenow.io/uploads/pump_4ff8173355.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pumpsol\"\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\": \"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\": \"cake\",\n        \"name\": \"PancakeSwap (BSC)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cakebsc_e88115619a.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\": \"cake\",\n        \"name\": \"PancakeSwap (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/cakeerc20_629cf77568.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x152649eA73beAb28c5b49B26eb48f7EAD6d4c898\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cakeerc20\"\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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pengu\"\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\": \"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\": \"crv\",\n        \"name\": \"Curve DAO Token (Optimism)\",\n        \"image\": \"https://content-api.changenow.io/uploads/crvop_cb0130f771.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"crvop\"\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\": \"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\": \"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\": \"fdusd\",\n        \"name\": \"First Digital USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/fdusderc20_ed5cddcdc7.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_e80a467fd5.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\": \"fdusd\",\n        \"name\": \"First Digital USD (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fdusdsol_73cd8b61b6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"9zNQRsGLjNKwCUU5Gq5LR8beUCPzQMVMqKAi3SSZh54u\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fdusdsol\"\n    },\n    {\n        \"ticker\": \"fdusd\",\n        \"name\": \"First Digital USD (Sui)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fdusdsui_f939a3ff58.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"sui\",\n        \"tokenContract\": \"0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fdusdsui\"\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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30\",\n        \"buy\": true,\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\": \"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\": \"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\": \"spx\",\n        \"name\": \"SPX6900 (Solana)\",\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\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"J3NKxxXZcnNiMjKw9hYb2K4LUxgwB6t1FtPtQVsv3KFr\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"spxsol\"\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\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"virtualbase\"\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\": \"ethfi\",\n        \"name\": \"ether.fi (Arbitrum)\",\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\": \"arbitrum\",\n        \"tokenContract\": \"0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ethfiarb\"\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\": \"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\": \"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\": \"2z\",\n        \"name\": \"DoubleZero\",\n        \"image\": \"https://content-api.changenow.io/uploads/2z_ecde2af94c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"2zsol\"\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\": true,\n        \"network\": \"strk\",\n        \"tokenContract\": \"0x04718f5a0Fc34cC1AF16A1cdee98fFB20C31f5cD61D6Ab07201858f4287c938D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"strkmainnet\"\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\": \"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\": true,\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\": \"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\": true,\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\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"telmatic\"\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\": \"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\": \"h\",\n        \"name\": \"Humanity Protocol (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/h_7a761ae720.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xcf5104D094e3864CfCBDa43B82e1cEFD26A016eB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"herc20\"\n    },\n    {\n        \"ticker\": \"syrup\",\n        \"name\": \"Maple Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/syrup_213c74d487.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"syruperc20\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"kaia\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kaia\"\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\": \"eurc\",\n        \"name\": \"EURC (Solana)\",\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\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eurcsol\"\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\": true,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nfttrc20\"\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\": false,\n        \"network\": \"dcr\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dcr\"\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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fartcoin\"\n    },\n    {\n        \"ticker\": \"pendle\",\n        \"name\": \"Pendle\",\n        \"image\": \"https://content-api.changenow.io/uploads/pendleeth_f21e934877.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/pendlearb_bb65365d35.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\": \"pendle\",\n        \"name\": \"Pendle (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/pendlebsc_38ceeaf605.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xb3Ed0A426155B79B898849803E3B36552f7ED507\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pendlebsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"xpl\",\n        \"name\": \"Plasma\",\n        \"image\": \"https://content-api.changenow.io/uploads/xpl_c203dbfd89.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x405FBc9004D857903bFD6b3357792D71a50726b0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xplbsc\"\n    },\n    {\n        \"ticker\": \"vsn\",\n        \"name\": \"Vision\",\n        \"image\": \"https://content-api.changenow.io/uploads/vsn_1f311082c0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x699ccf919c1dfdfa4c374292f42cadc9899bf753\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vsnerc20\"\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\": \"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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"ZBCNpuD7YMXzTHB2fhGkGi78MNsHGLRXUhRewNRm9RU\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zbcn\"\n    },\n    {\n        \"ticker\": \"monad\",\n        \"name\": \"Monad (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mon_b58125e18f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CrAr4RRJMBVwRsZtT62pEhfA9H5utymC2mVx8e7FreP2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"monsol\"\n    },\n    {\n        \"ticker\": \"monad\",\n        \"name\": \"Monad\",\n        \"image\": \"https://content-api.changenow.io/uploads/mon_b58125e18f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"mon\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mon\"\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\": \"ff\",\n        \"name\": \"Falcon Finance (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fferc20_fce129afd4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfa1c09fc8b491b6a4d3ff53a10cad29381b3f949\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fferc20\"\n    },\n    {\n        \"ticker\": \"ff\",\n        \"name\": \"Falcon Finance (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ffbsc_2a6f1799ba.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xac23b90a79504865d52b49b327328411a23d4db2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ffbsc\"\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\": \"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\": \"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\": \"0g\",\n        \"name\": \"0G (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/og_e7cde95518.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4B948d64dE1F71fCd12fB586f4c776421a35b3eE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"0gbsc\"\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\": \"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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x11eef04c884e24d9b7b4760e7476d06ddf797f36\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mx\"\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\": \"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\": \"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\": \"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\": \"zora\",\n        \"name\": \"ZORA\",\n        \"image\": \"https://content-api.changenow.io/uploads/zora_af104e54fc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x1111111111166b7FE7bd91427724B487980aFc69\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zora\"\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\": \"bard\",\n        \"name\": \"Lombard (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/barderc20_f0d6c5dab9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf0DB65D17e30a966C2ae6A21f6BBA71cea6e9754\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"barderc20\"\n    },\n    {\n        \"ticker\": \"wemix\",\n        \"name\": \"WEMIX\",\n        \"image\": \"https://content-api.changenow.io/uploads/wemixmainnet_69e3bffd54.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"wemix\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wemixmainnet\"\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\": true,\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\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xcnbase\"\n    },\n    {\n        \"ticker\": \"kite\",\n        \"name\": \"Kite (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/kite_4232091503.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x904567252D8F48555b7447c67dCA23F0372E16be\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kiteerc20\"\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\": \"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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jto\"\n    },\n    {\n        \"ticker\": \"zen\",\n        \"name\": \"Horizen (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zen_43a851319a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xf43eb8de897fbc7f2502483b2bef7bb9ea179229\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zenbase\"\n    },\n    {\n        \"ticker\": \"b\",\n        \"name\": \"BUILDon\",\n        \"image\": \"https://content-api.changenow.io/uploads/b_d35f0f0256.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6bdcCe4A559076e37755a78Ce0c06214E59e4444\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bbsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"https://content-api.changenow.io/uploads/snxop_bcde23a6eb.svg\",\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"qtum\",\n        \"name\": \"QTUM\",\n        \"image\": \"https://content-api.changenow.io/uploads/qtum_6ebf68145f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"qtum\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"qtum\"\n    },\n    {\n        \"ticker\": \"form\",\n        \"name\": \"Four\",\n        \"image\": \"https://content-api.changenow.io/uploads/form_0f8ab62cb8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5b73A93b4E5e4f1FD27D8b3F8C97D69908b5E284\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"form\"\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\": \"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\": \"met\",\n        \"name\": \"Meteora\",\n        \"image\": \"https://content-api.changenow.io/uploads/met_9c0f59987a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"METvsvVRapdj9cFLzq4Tr43xK4tAjQfwX76z3n6mWQL\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"metsol\"\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\": \"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\": \"core\",\n        \"name\": \"Core\",\n        \"image\": \"https://content-api.changenow.io/uploads/core_688ea84760.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"core\",\n        \"tokenContract\": null,\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"coremainnet\"\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\": \"usdf\",\n        \"name\": \"Falcon USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdf_33bd1063d8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xFa2B947eEc368f42195f24F36d2aF29f7c24CeC2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdferc20\"\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\": \"apepe\",\n        \"name\": \"Ape and Pepe\",\n        \"image\": \"https://content-api.changenow.io/uploads/apepe_5fd646167a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xA3f751662e282E83EC3cBc387d225Ca56dD63D3A\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"apepematic\"\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\": \"koge\",\n        \"name\": \"48 Club Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/koge_72897d5f4c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xe6DF05CE8C8301223373CF5B969AFCb1498c5528\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kogebsc\"\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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sosoerc20\"\n    },\n    {\n        \"ticker\": \"soso\",\n        \"name\": \"SoSoValue (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sosobase_27648ff0e8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x624e2e7fDc8903165F64891672267AB0FCB98831\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sosobase\"\n    },\n    {\n        \"ticker\": \"gomining\",\n        \"name\": \"GoMining (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/gominingeth_ee15f205a7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gominingerc20\"\n    },\n    {\n        \"ticker\": \"turbo\",\n        \"name\": \"Turbo\",\n        \"image\": \"https://content-api.changenow.io/uploads/turbo1_e12ab7f2c6.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\": \"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\": \"aioz\",\n        \"name\": \"AIOZ Network (Ethereum)\",\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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x626E8036dEB333b408Be468F951bdB42433cBF18\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aiozerc20\"\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\": \"babydoge\",\n        \"name\": \"Baby Doge Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/babydoge_c24b592073.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\": \"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\": \"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\": \"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\": \"awe\",\n        \"name\": \"AWE Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/awe_3967a19f68.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x1B4617734C43F6159F3a70b7E06d883647512778\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"awebase\"\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\": \"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\": \"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\": \"linea\",\n        \"name\": \"Linea\",\n        \"image\": \"https://content-api.changenow.io/uploads/linea_b8d9e7e942.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"lna\",\n        \"tokenContract\": \"0x1789e0043623282D5DCc7F213d703C6D8BAfBB04\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"linea\"\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\": \"avnt\",\n        \"name\": \"Avantis\",\n        \"image\": \"https://content-api.changenow.io/uploads/avnt_1309dd8bd5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x696F9436B67233384889472Cd7cD58A6fB5DF4f1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"avntbase\"\n    },\n    {\n        \"ticker\": \"esports\",\n        \"name\": \"Yooldo\",\n        \"image\": \"https://content-api.changenow.io/uploads/esports_03c4bdf9e9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xF39e4b21c84e737Df08e2C3b32541d856f508E48\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"esportsbsc\"\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\": \"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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5aFE3855358E112B5647B952709E6165e1c1eEEe\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"safe\"\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\": \"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\": true,\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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mogbase\"\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\": \"nxpc\",\n        \"name\": \"NEXPACE\",\n        \"image\": \"https://content-api.changenow.io/uploads/nxpc_b28386bbf1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xf2b51CC1850fEd939658317a22d73d3482767591\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nxpcbsc\"\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\": \"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\": \"bio\",\n        \"name\": \"Bio Protocol (Solana)\",\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\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"bioJ9JTqW62MLz7UKHU69gtKhPpGi1BQhccj2kmSvUJ\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"biosol\"\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\": \"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\": \"sushi\",\n        \"name\": \"SushiSwap\",\n        \"image\": \"https://content-api.changenow.io/uploads/sushi_51b40989be.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/sushi_51b40989be.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\": \"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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"DriFtupJYLTosbwoN8koMbEYSx54aFAVLddWsbksjwg7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"drift\"\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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3593d125a4f7849a1b059e64f4517a86dd60c95d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"om\"\n    },\n    {\n        \"ticker\": \"icnt\",\n        \"name\": \"Impossible Cloud Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/icnt_ae0ccd97ee.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xE0Cd4cAcDdcBF4f36e845407CE53E87717b6601d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"icntbase\"\n    },\n    {\n        \"ticker\": \"pieverse\",\n        \"name\": \"Pieverse\",\n        \"image\": \"https://content-api.changenow.io/uploads/pieverse_9487d2ddfa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0e63b9c287e32a05e6b9ab8ee8df88a2760225a9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pieversebsc\"\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\": \"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\": \"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\": true,\n        \"legacyTicker\": \"waves\"\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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8f8221afbb33998d8584a2b05749ba73c37a938a\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"req\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"prove\",\n        \"name\": \"Succinct (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/proveeth_dae0aaca40.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6BEF15D938d4E72056AC92Ea4bDD0D76B1C4ad29\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"proveerc20\"\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\": \"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\": \"tslax\",\n        \"name\": \"Tesla tokenized stock (xStock)\",\n        \"image\": \"https://content-api.changenow.io/uploads/tslax_86be912555.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"XsDoVfqeBukxuZHWhdvWHBhgEHjGNst4MLodqsJHzoB\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tslaxsol\"\n    },\n    {\n        \"ticker\": \"coai\",\n        \"name\": \"ChainOpera AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/coai_3096d80d0e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0A8D6C86e1bcE73fE4D0bD531e1a567306836EA5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"coaibsc\"\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\": \"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\": \"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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Grass7B4RdKfBCjTKgSqnXkqjwiGvQyFbuSCUJr3XXjs\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"grass\"\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\": \"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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"2qEHjDLDLbuBgRYvsxhc5D6uDWAivNFZGan56P1tpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pnut\"\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\": \"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\": \"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\": \"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\": \"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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"moodengsol\"\n    },\n    {\n        \"ticker\": \"snek\",\n        \"name\": \"Snek\",\n        \"image\": \"https://content-api.changenow.io/uploads/snek_71daf342b5.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\": \"huma\",\n        \"name\": \"Huma Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/huma_5b790a5fb7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"HUMA1821qVDKta3u2ovmfDQeW2fSQouSKE8fkF44wvGw\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"humasol\"\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\": \"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\": \"sahara\",\n        \"name\": \"Sahara AI (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/saharabsc_5fc4786d63.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xFDFfB411C4A70AA7C95D5C981a6Fb4Da867e1111\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"saharabsc\"\n    },\n    {\n        \"ticker\": \"sahara\",\n        \"name\": \"Sahara AI (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/saharaeth_51f4c1acbe.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xFDFfB411C4A70AA7C95D5C981a6Fb4Da867e1111\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"saharaerc20\"\n    },\n    {\n        \"ticker\": \"giggle\",\n        \"name\": \"Giggle Fund\",\n        \"image\": \"https://content-api.changenow.io/uploads/giggle_f0c76f4b5e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x20d6015660b3fe52e6690a889b5C51F69902cE0e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gigglebsc\"\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\": \"eul\",\n        \"name\": \"Euler\",\n        \"image\": \"https://content-api.changenow.io/uploads/eul_7cf49fae50.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd9fcd98c322942075a5c3860693e9f4f03aae07b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eulerc20\"\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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"elf\"\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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc43C6bfeDA065fE2c4c11765Bf838789bd0BB5dE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"red\"\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\": \"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\": \"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\": \"useless\",\n        \"name\": \"Useless Coin\",\n        \"image\": \"https://content-api.changenow.io/uploads/useless_4cbbec01de.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Dz9mQ9NzkBcCsuGPFJ3r1bS4wgqKMHBPiVuniW8Mbonk\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uselesssol\"\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\": \"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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"uma\"\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\": \"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\": \"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\": \"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\": \"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\": \"sign\",\n        \"name\": \"Sign (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/signeth_3f19557603.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x868FCEd65edBF0056c4163515dD840e9f287A4c3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"signerc20\"\n    },\n    {\n        \"ticker\": \"sign\",\n        \"name\": \"Sign (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/signbsc_a631b13db5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x868FCEd65edBF0056c4163515dD840e9f287A4c3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"signbsc\"\n    },\n    {\n        \"ticker\": \"sign\",\n        \"name\": \"Sign (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/signbase_1f78e576b9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x868FCEd65edBF0056c4163515dD840e9f287A4c3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"signbase\"\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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pundix\"\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\": \"u\",\n        \"name\": \"United Stables\",\n        \"image\": \"https://content-api.changenow.io/uploads/u_a0348ec704.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xcE24439F2D9C6a2289F741120FE202248B666666\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ubsc\"\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\": \"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\": \"home\",\n        \"name\": \"Defi App (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/homebsc_207e64592d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4bfaa776991e85e5f8b1255461cbbd216cfc714f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"homebsc\"\n    },\n    {\n        \"ticker\": \"home\",\n        \"name\": \"Defi App (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/homebase_9c7e59c8a5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x4bfaa776991e85e5f8b1255461cbbd216cfc714f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"homebase\"\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\": \"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\": \"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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x607F4C5BB672230e8672085532f7e901544a7375\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rlc\"\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\": \"la\",\n        \"name\": \"Lagrange\",\n        \"image\": \"https://content-api.changenow.io/uploads/la_23326ab984.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0fc2a55d5BD13033f1ee0cdd11f60F7eFe66f467\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"laerc20\"\n    },\n    {\n        \"ticker\": \"la\",\n        \"name\": \"Lagrange (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/la_23326ab984.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x389AD4bb96d0D6EE5B6eF0EFAF4b7db0bA2e02a0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"labsc\"\n    },\n    {\n        \"ticker\": \"ont\",\n        \"name\": \"Ontology\",\n        \"image\": \"https://content-api.changenow.io/uploads/ont_078970d025.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/ont_078970d025.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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"cys\",\n        \"name\": \"Cysic\",\n        \"image\": \"https://content-api.changenow.io/uploads/cys_199e5294e6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0C69199C1562233640e0Db5Ce2c399A88eB507C7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cysbsc\"\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\": \"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\": \"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\": \"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\": \"spk\",\n        \"name\": \"Spark (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/spketh_2e67fa5faa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc20059e0317DE91738d13af027DfC4a50781b066\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"spkerc20\"\n    },\n    {\n        \"ticker\": \"spk\",\n        \"name\": \"Spark (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/spkbsc_8efe9da18f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xAfF2e841851700D1Fc101995Ee6b81Ae21Bb87D7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"spkbsc\"\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\": true,\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\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x02533c1e9AbBAfE5816ed8B27c0D22a8731075E0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nowbsc\"\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\": \"somi\",\n        \"name\": \"Somnia\",\n        \"image\": \"https://content-api.changenow.io/uploads/somi_2d3ca7fd72.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa9616e5e23EC1582c2828B025bEcf3Ef610e266F\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"somibsc\"\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\": \"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\": \"wmtx\",\n        \"name\": \"World Mobile Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/wmtx_03101022fc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xDBB5Cf12408a3Ac17d668037Ce289f9eA75439D7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wmtxerc20\"\n    },\n    {\n        \"ticker\": \"baby\",\n        \"name\": \"Babylon\",\n        \"image\": \"https://content-api.changenow.io/uploads/baby_732ea0fd64.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"baby\",\n        \"tokenContract\": \"^[0-9A-Za-z\\\\\\\\-_]{1,120}$\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"baby\"\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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x595832f8fc6bf59c85c527fec3740a1b7a361269\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"powr\"\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\": \"cross\",\n        \"name\": \"CROSS\",\n        \"image\": \"https://content-api.changenow.io/uploads/cross_d976dc6fad.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x6bf62ca91e397B5A7d1D6bCe97D9092065d7A510\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"crossbsc\"\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\": \"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\": \"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\": \"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\": \"dood\",\n        \"name\": \"Doodles\",\n        \"image\": \"https://content-api.changenow.io/uploads/dood_0f16ddd293.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"DvjbEsdca43oQcw2h3HW1CT7N3x5vRcr3QrvTUHnXvgV\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"doodsol\"\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\": \"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\": \"parti\",\n        \"name\": \"Particle Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/parti_92eb84973a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x59264f02D301281f3393e1385c0aEFd446Eb0F00\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"parti\"\n    },\n    {\n        \"ticker\": \"parti\",\n        \"name\": \"Particle Network (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/parti_92eb84973a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x59264f02D301281f3393e1385c0aEFd446Eb0F00\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"partibase\"\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\": \"wet\",\n        \"name\": \"Humidifi\",\n        \"image\": \"https://content-api.changenow.io/uploads/wet_1c62630135.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"WETZjtprkDMCcUxPi9PfWnowMRZkiGGHDb9rABuRZ2U\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wetsol\"\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\": \"xan\",\n        \"name\": \"Anoma (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/xan_96604ab10d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xcedbea37c8872c4171259cdfd5255cb8923cf8e7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xanerc20\"\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\": \"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\": \"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\": \"xpin\",\n        \"name\": \"XPIN Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/xpin_8029441887.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xD955c9bA56Fb1AB30e34766e252A97ccCE3D31A6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xpinbsc\"\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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x720CD16b011b987Da3518fbf38c3071d4F0D1495\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fluxerc20\"\n    },\n    {\n        \"ticker\": \"at\",\n        \"name\": \"APRO\",\n        \"image\": \"https://content-api.changenow.io/uploads/at_24910678c6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9be61A38725b265BC3eb7Bfdf17AfDFc9d26C130\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"atbsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x090185f2135308bad17527004364ebcc2d37e5f6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"spell\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"ong\",\n        \"name\": \"Ontology Gas\",\n        \"image\": \"https://content-api.changenow.io/uploads/ong_2_ecf31742a4.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\": \"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\": \"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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"iq\"\n    },\n    {\n        \"ticker\": \"b2\",\n        \"name\": \"BSquared Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/b2_9878abc25e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x783c3f003f172c6Ac5AC700218a357d2D66Ee2a2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"b2bsc\"\n    },\n    {\n        \"ticker\": \"skyai\",\n        \"name\": \"SKYAI\",\n        \"image\": \"https://content-api.changenow.io/uploads/skyai_5b31fe5288.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x92aa03137385F18539301349dcfC9EbC923fFb10\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"skyai\"\n    },\n    {\n        \"ticker\": \"corn\",\n        \"name\": \"Corn\",\n        \"image\": \"https://content-api.changenow.io/uploads/corn_502b61bec5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"corn\"\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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"63LfDmNb3MQ8mw9MtZ2To9bEA2M71kZUUGq5tiJxcqj9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"giga\"\n    },\n    {\n        \"ticker\": \"bananas31\",\n        \"name\": \"Banana For Scale\",\n        \"image\": \"https://content-api.changenow.io/uploads/bananas31_cabd1af68a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3d4f0513E8a29669B960f9dBcA61861548A9A760\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bananas31\"\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\": \"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\": \"yb\",\n        \"name\": \"YieldBasis\",\n        \"image\": \"https://content-api.changenow.io/uploads/yb_f0f84cc3fb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x01791F726B4103694969820be083196cC7c045fF\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"yberc20\"\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\": \"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\": \"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\": \"sxt\",\n        \"name\": \"Space and Time\",\n        \"image\": \"https://content-api.changenow.io/uploads/sxt_6bdddbfc0b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xE6Bfd33F52d82Ccb5b37E16D3dD81f9FFDAbB195\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sxterc20\"\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\": \"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\": \"q\",\n        \"name\": \"Quack AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/q_7302756412.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xc07e1300dc138601FA6B0b59f8D0FA477e690589\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"qbsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"goat\"\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\": \"mira\",\n        \"name\": \"Mira\",\n        \"image\": \"https://content-api.changenow.io/uploads/mira_54879e06c0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x7AaFD31a321d3627b30A8e2171264B56852187fe\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mirabase\"\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\": \"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\": \"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\": \"sapien\",\n        \"name\": \"Sapien\",\n        \"image\": \"https://content-api.changenow.io/uploads/sapien_d38494c405.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xC729777d0470F30612B1564Fd96E8Dd26f5814E3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sapienbase\"\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\": \"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\": \"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\": \"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\": \"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\": \"zkp\",\n        \"name\": \"zkPass\",\n        \"image\": \"https://content-api.changenow.io/uploads/zkp_541c72528c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe1be424f442d0687129128c6c38aace44f8c8dbc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zkperc20\"\n    },\n    {\n        \"ticker\": \"era\",\n        \"name\": \"Caldera (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/eraerc20_31bd2a5d36.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xE2AD0BF751834f2fbdC62A41014f84d67cA1de2A\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eraerc20\"\n    },\n    {\n        \"ticker\": \"era\",\n        \"name\": \"Caldera (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/erabsc_c56e07b7a7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x00312400303d02c323295f6e8b7309bc30fb6bce\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"erabsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"holo\",\n        \"name\": \"Holoworld AI (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/holobsc_8cccf1fd94.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1a5D7E4c3A7F940B240b7357a4bFED30D17f9497\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"holobsc\"\n    },\n    {\n        \"ticker\": \"holo\",\n        \"name\": \"Holoworld AI (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/holosol_4ca252a2b6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"69RX85eQoEsnZvXGmLNjYcWgVkp9r2JjahVm99KbJETU\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"holosol\"\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\": \"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\": \"bank\",\n        \"name\": \"Lorenzo Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/bank_9647042d74.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3AeE7602b612de36088F3ffEd8c8f10E86EbF2bF\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bank\"\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\": \"idol\",\n        \"name\": \"MEET48\",\n        \"image\": \"https://content-api.changenow.io/uploads/idol_0d0fbbddde.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3B4de3c7855C03bB9F50ea252cD2c9FA1125Ab07\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"idolbsc\"\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\": \"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\": \"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\": \"cpool\",\n        \"name\": \"Clearpool\",\n        \"image\": \"https://content-api.changenow.io/uploads/cpool_d94d3262fa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x66761Fa41377003622aEE3c7675Fc7b5c1C2FaC5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cpoolerc20\"\n    },\n    {\n        \"ticker\": \"aura\",\n        \"name\": \"Aura\",\n        \"image\": \"https://content-api.changenow.io/uploads/aura_0a96d2d407.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"DtR4D9FtVoTX2569gaL837ZgrB6wNjj6tkmnX9Rdk9B2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aurasol\"\n    },\n    {\n        \"ticker\": \"hyper\",\n        \"name\": \"Hyperlane (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hyperbsc_812d6ec73f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xC9d23ED2ADB0f551369946BD377f8644cE1ca5c4\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hyperbsc\"\n    },\n    {\n        \"ticker\": \"hyper\",\n        \"name\": \"Hyperlane (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hypereth_659fcfa5eb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x93A2Db22B7c736B341C32Ff666307F4a9ED910F5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hypererc20\"\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\": \"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\": \"velvet\",\n        \"name\": \"Velvet\",\n        \"image\": \"https://content-api.changenow.io/uploads/velvet_9b31ce4cb2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8b194370825E37b33373e74A41009161808C1488\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"velvetbsc\"\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\": \"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\": true,\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\": \"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\": \"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\": \"lab\",\n        \"name\": \"LAB\",\n        \"image\": \"https://content-api.changenow.io/uploads/lab_f4d2310660.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x7ec43Cf65F1663F820427C62A5780b8f2E25593A\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"labbsc\"\n    },\n    {\n        \"ticker\": \"zkc\",\n        \"name\": \"Boundless\",\n        \"image\": \"https://content-api.changenow.io/uploads/zkc_47b0d23241.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x000006c2a22ff4a44ff1f5d0f2ed65f781f55555\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zkcerc20\"\n    },\n    {\n        \"ticker\": \"soph\",\n        \"name\": \"Sophon\",\n        \"image\": \"https://content-api.changenow.io/uploads/sophbsc_047a1289cf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x31DbA3c96481FDe3CD81C2aaF51F2D8bf618C742\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sophbsc\"\n    },\n    {\n        \"ticker\": \"resolv\",\n        \"name\": \"Resolv (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/resolveth_d87cd766ca.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x259338656198eC7A76c729514D3CB45Dfbf768A1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"resolverc20\"\n    },\n    {\n        \"ticker\": \"resolv\",\n        \"name\": \"Resolv (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/resolvbsc_33198f7441.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xdA6CEF7F667d992A60EB823Ab215493aA0c6b360\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"resolvbsc\"\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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6B0b3a982b4634aC68dD83a4DBF02311cE324181\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alierc20\"\n    },\n    {\n        \"ticker\": \"stbl\",\n        \"name\": \"STBL\",\n        \"image\": \"https://content-api.changenow.io/uploads/stbl_8393b961f3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x8dedf84656fa932157e27c060d8613824e7979e3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"stblbsc\"\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\": \"epic\",\n        \"name\": \"Epic Chain\",\n        \"image\": \"https://content-api.changenow.io/uploads/epic_9336d4eaaa.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x94314a14Df63779c99C0764a30e0CD22fA78fC0E\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"epicerc20\"\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\": \"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\": \"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\": \"jct\",\n        \"name\": \"Janction\",\n        \"image\": \"https://content-api.changenow.io/uploads/jct_b656f7d227.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xea37a8de1de2d9d10772eeb569e28bfa5cb17707\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jctbsc\"\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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4575f41308EC1483f3d399aa9a2826d74Da13Deb\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"oxt\"\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\": \"cati\",\n        \"name\": \"Catizen\",\n        \"image\": \"https://content-api.changenow.io/uploads/cati_0e3a481741.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\": \"crclx\",\n        \"name\": \"Circle tokenized stock (xStock)\",\n        \"image\": \"https://content-api.changenow.io/uploads/crclx_307cc52dbf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"XsueG8BtpquVJX9LVLLEGuViXUungE6WmK5YZ3p3bd1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"crclxsol\"\n    },\n    {\n        \"ticker\": \"nvdax\",\n        \"name\": \"NVIDIA tokenized stock (xStock)\",\n        \"image\": \"https://content-api.changenow.io/uploads/nvdax_fa273dd30f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nvdaxsol\"\n    },\n    {\n        \"ticker\": \"wct\",\n        \"name\": \"WalletConnect Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/wct_53b6cd698a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"op\",\n        \"tokenContract\": \"0xeF4461891DfB3AC8572cCf7C794664A8DD927945\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wct\"\n    },\n    {\n        \"ticker\": \"wct\",\n        \"name\": \"WalletConnect Token\",\n        \"image\": \"https://content-api.changenow.io/uploads/wct_53b6cd698a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"WCTk5xWdn5SYg56twGj32sUF3W4WFQ48ogezLBuYTBY\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wctsol\"\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\": \"f\",\n        \"name\": \"SynFutures (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ferc20_67d0f33c21.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6e15A54B5EcAc17e58daDedDbe8506a7560252F9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ferc20\"\n    },\n    {\n        \"ticker\": \"dusk\",\n        \"name\": \"Dusk Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/dusk_9493b7d35b.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/dusk_9493b7d35b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"duskbsc\"\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\": \"zbt\",\n        \"name\": \"ZEROBASE\",\n        \"image\": \"https://content-api.changenow.io/uploads/zbt_35d8a27191.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xfAB99fCF605fD8f4593EDb70A43bA56542777777\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zbtbsc\"\n    },\n    {\n        \"ticker\": \"light\",\n        \"name\": \"Bitlight\",\n        \"image\": \"https://content-api.changenow.io/uploads/light_9e6a442ce9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x477c2c0459004e3354ba427fa285d7c053203c0e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lightbsc\"\n    },\n    {\n        \"ticker\": \"allo\",\n        \"name\": \"Allora (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/allo_44e7852cca.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8408D45b61f5823298F19a09B53b7339c0280489\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alloerc20\"\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\": \"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\": \"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\": \"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\": \"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\": \"nom\",\n        \"name\": \"Nomina\",\n        \"image\": \"https://content-api.changenow.io/uploads/nom_aaab28d200.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6e6F6d696e61decd6605bD4a57836c5DB6923340\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"nomerc20\"\n    },\n    {\n        \"ticker\": \"wild\",\n        \"name\": \"Wilder World\",\n        \"image\": \"https://content-api.changenow.io/uploads/Wilder_World_f7a476729b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2a3bff78b79a009976eea096a51a948a3dc00e34\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wilderc20\"\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\": \"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\": \"c\",\n        \"name\": \"Chainbase\",\n        \"image\": \"https://content-api.changenow.io/uploads/c_afcb3653e9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xba12bc7b210e61e5d3110b997a63ea216e0e18f7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cbase\"\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\": \"a8\",\n        \"name\": \"Ancient8\",\n        \"image\": \"https://content-api.changenow.io/uploads/a8_9e63ff74e7.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3E5A19c91266aD8cE2477B91585d1856B84062dF\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"a8\"\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\": \"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\": \"newt\",\n        \"name\": \"Newton Network (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/newteth_cefac92306.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xD0eC028a3D21533Fdd200838F39c85B03679285D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"newterc20\"\n    },\n    {\n        \"ticker\": \"newt\",\n        \"name\": \"Newton Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/newtbsc_3431e3dbcf.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xb8a677e6d805c8d743e6f14c8bc9c19305b5defc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"newtbsc\"\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\": \"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\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"RoamA1USA8xjvpTJZ6RvvxyDRzNh6GCA1zVGKSiMVkn\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"roam\"\n    },\n    {\n        \"ticker\": \"4\",\n        \"name\": \"4\",\n        \"image\": \"https://content-api.changenow.io/uploads/4_6bc61dada2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0A43fC31a73013089DF59194872Ecae4cAe14444\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"4bsc\"\n    },\n    {\n        \"ticker\": \"boba\",\n        \"name\": \"Boba Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/boba_18940f6033.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\": \"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\": true,\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\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd9483EA7214FCfd89B4Fb8f513B544920E315A52\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ava2bsc\"\n    },\n    {\n        \"ticker\": \"qqqx\",\n        \"name\": \"Nasdaq tokenized ETF (xStock)\",\n        \"image\": \"https://content-api.changenow.io/uploads/qqqx_09364c9836.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"Xs8S1uUs1zvS2p7iwtsG3b6fkhpvmwz4GYU3gWAmWHZ\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"qqqxsol\"\n    },\n    {\n        \"ticker\": \"kernel\",\n        \"name\": \"KernelDAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/kernel_55a742a4e0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3f80B1c54Ae920Be41a77f8B902259D48cf24cCf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kernel\"\n    },\n    {\n        \"ticker\": \"sto\",\n        \"name\": \"StakeStone\",\n        \"image\": \"https://content-api.changenow.io/uploads/sto_eac21c5781.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xdAf1695c41327b61B9b9965Ac6A5843A3198cf07\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sto\"\n    },\n    {\n        \"ticker\": \"zkj\",\n        \"name\": \"Polyhedra Network (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/zkj_d888d75043.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xC71B5F631354BE6853eFe9C3Ab6b9590F8302e81\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zkjerc20\"\n    },\n    {\n        \"ticker\": \"recall\",\n        \"name\": \"Recall\",\n        \"image\": \"https://content-api.changenow.io/uploads/recall_36d2f06a33.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x1f16e03C1a5908818F47f6EE7bB16690b40D0671\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"recallbase\"\n    },\n    {\n        \"ticker\": \"prompt\",\n        \"name\": \"Wayfinder (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/prompteth_315dc66555.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x28d38dF637dB75533bD3F71426F3410a82041544\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"prompterc20\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"hft\",\n        \"name\": \"Hashflow (ERC20)\",\n        \"image\": \"https://content-api.changenow.io/uploads/hfterc20_23fce62c74.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_658d167be2.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\": \"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\": \"elizaos\",\n        \"name\": \"elizaOS\",\n        \"image\": \"https://content-api.changenow.io/uploads/elizaos_1ceb9aed74.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"DuMbhu7mvQvqQHGcnikDgb4XegXJRyhUBfdU22uELiZA\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"elizaossol\"\n    },\n    {\n        \"ticker\": \"velodrome\",\n        \"name\": \"Velodrome Finance\",\n        \"image\": \"https://content-api.changenow.io/uploads/velo_5a0757d7c4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"op\",\n        \"tokenContract\": \"0x9560e827aF36c94D2Ac33a39bCE1Fe78631088Db\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"veloop\"\n    },\n    {\n        \"ticker\": \"cards\",\n        \"name\": \"Collector Crypt\",\n        \"image\": \"https://content-api.changenow.io/uploads/cards_fea2bf1e9f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CARDSccUMFKoPRZxt5vt3ksUbxEFEcnZ3H2pd3dKxYjp\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cardssol\"\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\": \"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\": \"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\": \"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\": \"aria\",\n        \"name\": \"AriaAI\",\n        \"image\": \"https://content-api.changenow.io/uploads/Aria_AI_b37d592960.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5d3A12c42E5372B2CC3264AB3cdcF660a1555238\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ariabsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"spyx\",\n        \"name\": \"SP500 tokenized ETF (xStock)\",\n        \"image\": \"https://content-api.changenow.io/uploads/spyx_60fcf741ed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"XsoCS1TfEyfFhfvj8EtZ528L3CaKBDBRqRapnBbDF2W\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"spyxsol\"\n    },\n    {\n        \"ticker\": \"tree\",\n        \"name\": \"Treehouse (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/treeeth_new_18_b926fa344a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x77146784315Ba81904d654466968e3a7c196d1f3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"treeerc20\"\n    },\n    {\n        \"ticker\": \"tree\",\n        \"name\": \"Treehouse (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/treebsc_new_18_b8af959577.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x77146784315Ba81904d654466968e3a7c196d1f3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"treebsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"mubarak\",\n        \"name\": \"Mubarak\",\n        \"image\": \"https://content-api.changenow.io/uploads/mubarak_3702166549.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5C85D6C6825aB4032337F11Ee92a72DF936b46F6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mubarak\"\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\": \"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\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0409633A72D846fc5BBe2f98D88564D35987904D\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"phbbsc\"\n    },\n    {\n        \"ticker\": \"sd\",\n        \"name\": \"Stader\",\n        \"image\": \"https://content-api.changenow.io/uploads/sd_cd0d822a83.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x30D20208d987713f46DFD34EF128Bb16C404D10f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"sderc20\"\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\": \"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\": \"hemi\",\n        \"name\": \"Hemi\",\n        \"image\": \"https://content-api.changenow.io/uploads/hemibsc_848d734d75.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x5ffd0eadc186af9512542d0d5e5eafc65d5afc5b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hemibsc\"\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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aqt\"\n    },\n    {\n        \"ticker\": \"camp\",\n        \"name\": \"Camp Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/camp_aba4bfeb66.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x84EAac1B2dc3f84D92Ff84c3ec205B1FA74671fC\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"camperc20\"\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\": \"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\": \"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\": \"enso\",\n        \"name\": \"Enso\",\n        \"image\": \"https://content-api.changenow.io/uploads/ensobsc_05526b1ce9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xfeb339236d25d3e415f280189bc7c2fbab6ae9ef\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ensobsc\"\n    },\n    {\n        \"ticker\": \"enso\",\n        \"name\": \"Enso (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/ensoerc20_a35f1e7149.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x699F088b5DddcAFB7c4824db5B10B57B37cB0C66\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ensoerc20\"\n    },\n    {\n        \"ticker\": \"ain\",\n        \"name\": \"Infinity Ground\",\n        \"image\": \"https://content-api.changenow.io/uploads/ain_89be9c49d1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x9558a9254890B2A8B057a789F413631B9084f4a3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ainbsc\"\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\": \"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\": \"neon\",\n        \"name\": \"Neon EVM\",\n        \"image\": \"https://content-api.changenow.io/uploads/neon_b0d47fa0fc.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"NeonTjSjsuo3rexg9o6vHuMXw62f9V7zvmu8M8Zut44\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"neon\"\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\": \"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\": \"eurr\",\n        \"name\": \"StablR Euro\",\n        \"image\": \"https://content-api.changenow.io/uploads/eurr_b2df77b828.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x50753CfAf86c094925Bf976f218D043f8791e408\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eurr\"\n    },\n    {\n        \"ticker\": \"br\",\n        \"name\": \"Bedrock\",\n        \"image\": \"https://content-api.changenow.io/uploads/br_973c5c5722.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xFf7d6A96ae471BbCD7713aF9CB1fEeB16cf56B41\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"br\"\n    },\n    {\n        \"ticker\": \"towns\",\n        \"name\": \"Towns (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/townsbase_83bbaa43a2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x00000000A22C618fd6b4D7E9A335C4B96B189a38\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"townsbase\"\n    },\n    {\n        \"ticker\": \"towns\",\n        \"name\": \"Towns (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/townseth_91774809b2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x000000Fa00b200406de700041CFc6b19BbFB4d13\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"townserc20\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"bas\",\n        \"name\": \"BNB Attestation Service\",\n        \"image\": \"https://content-api.changenow.io/uploads/bas_04fe5bfb67.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0f0df6cb17ee5e883eddfef9153fc6036bdb4e37\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"basbsc\"\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\": \"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\": \"avl\",\n        \"name\": \"Avalon Labs\",\n        \"image\": \"https://content-api.changenow.io/uploads/avlbsc_0a165ff3a0.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\": \"avl\",\n        \"name\": \"Avalon Labs (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/avlerc20_cae711584d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x5c8d0c48810fd37a0a824d074ee290e64f7a8fa2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"avlerc20\"\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\": \"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\": \"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\": true,\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\": \"a47\",\n        \"name\": \"AGENDA 47\",\n        \"image\": \"https://content-api.changenow.io/uploads/a47_ccd9c84e94.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CN162nCPpq3DxPCyKLbAvEJeB1aCxsnVTEG4ZU8vpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"a47sol\"\n    },\n    {\n        \"ticker\": \"mstrx\",\n        \"name\": \"MicroStrategy tokenized stock (xStock)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mstrx_bcce2c7e92.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"XsP7xzNPvEHS1m6qfanPUGjNmdnmsLKEoNAnHjdxxyZ\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mstrxsol\"\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\": \"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\": \"fhe\",\n        \"name\": \"Mind Network (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/fhebsc_4a3f080b01.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd55C9fB62E176a8Eb6968f32958FeFDD0962727E\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fhebsc\"\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 (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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"eden\",\n        \"name\": \"OpenEden (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/edenbsc_87e1d339ed.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x235B6fe22B4642aDa16D311855c49Ce7DE260841\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"edenbsc\"\n    },\n    {\n        \"ticker\": \"eden\",\n        \"name\": \"OpenEden (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/edenerc20_f89856f082.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x24A3D725C37A8D1a66Eb87f0E5D07fE67c120035\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"edenerc20\"\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\": \"bgsc\",\n        \"name\": \"BugsCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/bgsc_9fe4abdbc5.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa4B68D48D7bc6f04420e8077E6F74bdeF809dEa3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bgsc\"\n    },\n    {\n        \"ticker\": \"haedal\",\n        \"name\": \"Haedal Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/haedal_897a758013.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3D9bE0aC1001cd81c32464276D863d2FFdCa4967\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"haedalbsc\"\n    },\n    {\n        \"ticker\": \"tut\",\n        \"name\": \"Tutorial\",\n        \"image\": \"https://content-api.changenow.io/uploads/tut_4dc3481b01.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xCAAE2A2F939F51d97CdFa9A86e79e3F085b799f3\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tut\"\n    },\n    {\n        \"ticker\": \"es\",\n        \"name\": \"Eclipse (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/essol_96d7a9328c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"BqPqrrQuoQXFGGEAEMnPmDgZ6RWQCajWnY3V6Yp4DZWP\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"essol\"\n    },\n    {\n        \"ticker\": \"es\",\n        \"name\": \"Eclipse (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/eseth_a73e72d785.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6055Dc6Ff1077eebe5e6D2BA1a1f53d7Ef8430dE\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eserc20\"\n    },\n    {\n        \"ticker\": \"mavia\",\n        \"name\": \"Heroes of Mavia\",\n        \"image\": \"https://content-api.changenow.io/uploads/mavia_8bab8181b1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x24fcFC492C1393274B6bcd568ac9e225BEc93584\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"mavia\"\n    },\n    {\n        \"ticker\": \"mavia\",\n        \"name\": \"Heroes of Mavia (Base)\",\n        \"image\": \"https://content-api.changenow.io/uploads/mavia_8bab8181b1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0x24fcFC492C1393274B6bcd568ac9e225BEc93584\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"maviabase\"\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\": \"fuel\",\n        \"name\": \"Fuel Network\",\n        \"image\": \"https://content-api.changenow.io/uploads/fuel_7335a88087.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x675B68AA4d9c2d3BB3F0397048e62E6B7192079c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fuel\"\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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xd26114cd6EE289AccF82350c8d8487fedB8A0C07\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"omg\"\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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"df\"\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\": \"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\": \"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\": \"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\": \"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\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hook\"\n    },\n    {\n        \"ticker\": \"a2z\",\n        \"name\": \"Arena-Z\",\n        \"image\": \"https://content-api.changenow.io/uploads/a2z_0c1e9f7390.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x08dcb9b5989fb09ef80e85567ec1f49577a70d29\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"a2zerc20\"\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\": \"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\": \"hei\",\n        \"name\": \"Heima\",\n        \"image\": \"https://content-api.changenow.io/uploads/hei_480c63ceae.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xF8F173E20e15f3b6CB686FB64724D370689De083\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hei\"\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\": \"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\": \"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\": \"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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lock\"\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\": \"wai\",\n        \"name\": \"World3\",\n        \"image\": \"https://content-api.changenow.io/uploads/wai_7e65eaf85b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x1E3dbC0aad9671FDD31E58b2fcc6cF1Ca9947994\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"waibsc\"\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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc98D64DA73a6616c42117b582e832812e7B8D57F\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rss3\"\n    },\n    {\n        \"ticker\": \"ake\",\n        \"name\": \"AKEDO\",\n        \"image\": \"https://content-api.changenow.io/uploads/ake_32ddc7a46a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x2c3a8Ee94dDD97244a93Bc48298f97d2C412F7Db\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"akebsc\"\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\": \"xny\",\n        \"name\": \"Codatta\",\n        \"image\": \"https://content-api.changenow.io/uploads/xny_c255333e76.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xE3225e11Cab122F1a126A28997788E5230838ab9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xnybsc\"\n    },\n    {\n        \"ticker\": \"turtle\",\n        \"name\": \"Turtle\",\n        \"image\": \"https://content-api.changenow.io/uploads/turtle_b40dcf0e1d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x66fD8de541c0594b4DccdFc13Bf3a390E50d3Afd\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"turtlebsc\"\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\": \"wod\",\n        \"name\": \"World of Dypians\",\n        \"image\": \"https://content-api.changenow.io/uploads/wod_56f35bcea2.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xb994882a1b9bd98A71Dd6ea5F61577c42848B0E8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wodbsc\"\n    },\n    {\n        \"ticker\": \"al\",\n        \"name\": \"ArchLoot\",\n        \"image\": \"https://content-api.changenow.io/uploads/al_748ef461c6.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x046BAd07658f3B6cAd9A396CFcbC1243AF452ec1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"al\"\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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ousd\"\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\": \"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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"racaerc20\"\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\": \"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\": \"vfy\",\n        \"name\": \"zkVerify\",\n        \"image\": \"https://content-api.changenow.io/uploads/vfy_8c246ff03d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xa749dE6c28262B7ffbc5De27dC845DD7eCD2b358\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vfybase\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"prcl\",\n        \"name\": \"Parcl\",\n        \"image\": \"https://content-api.changenow.io/uploads/prcl_852ebc2e39.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"4LLbsb5ReP3yEtYzmXewyGjcir5uXtKFURtaEUVC2AHs\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"prcl\"\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\": \"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\": \"usdq\",\n        \"name\": \"Quantoz USDQ\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdq_9b000cb52f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc83e27f270cce0A3A3A29521173a83F402c1768b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdq\"\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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alu\"\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\": \"sup\",\n        \"name\": \"Superp (Formerly Vanilla Finance)\",\n        \"image\": \"https://content-api.changenow.io/uploads/sup_7cd2c5d193.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x19ed254efa5e061d28d84650891a3db2a9940c16\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"supbsc\"\n    },\n    {\n        \"ticker\": \"btr\",\n        \"name\": \"Bitlayer\",\n        \"image\": \"https://content-api.changenow.io/uploads/btr_1af42b26ab.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6C76dE483F1752Ac8473e2B4983A873991e70dA7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"btrerc20\"\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\": \"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\": \"ghx\",\n        \"name\": \"GamerCoin\",\n        \"image\": \"https://content-api.changenow.io/uploads/ghx_8fc0bf2da4.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x728f30fa2f100742C7949D1961804FA8E0B1387d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ghxerc20\"\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\": \"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\": \"usdr\",\n        \"name\": \"StablR USD\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdr_e50f1cd855.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x7B43E3875440B44613DC3bC08E7763e6Da63C8f8\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdr\"\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\": \"vinu\",\n        \"name\": \"Vita Inu (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/vinu_49cc61e41a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"bsc\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vinubsc\"\n    },\n    {\n        \"ticker\": \"cudis\",\n        \"name\": \"CUDIS\",\n        \"image\": \"https://content-api.changenow.io/uploads/cudis_5222eb81a1.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"CudisfkgWvMKnZ3TWf6iCuHm8pN2ikXhDcWytwz6f6RN\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cudissol\"\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\": \"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\": \"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\": \"rvv\",\n        \"name\": \"Astra Nova\",\n        \"image\": \"https://content-api.changenow.io/uploads/rvv_c96d5aa85b.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x80563Fc2dd549bf36f82d3bF3b970Bb5b08dBDdb\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rvvbsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"ept\",\n        \"name\": \"Balance\",\n        \"image\": \"https://content-api.changenow.io/uploads/ept_3a4d0c34b8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x3Dc8e2d80b6215a1BCcAe4d38715C3520581E77c\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ept\"\n    },\n    {\n        \"ticker\": \"saros\",\n        \"name\": \"Saros\",\n        \"image\": \"https://content-api.changenow.io/uploads/saros_95111b1900.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"SarosY6Vscao718M4A778z4CGtvcwcGef5M9MEH1LGL\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"saros\"\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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x408e41876cccdc0f92210600ef50372656052a38\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ren\"\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\": \"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\": \"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\": \"kgst\",\n        \"name\": \"KGST\",\n        \"image\": \"https://content-api.changenow.io/uploads/kgst_30c7480266.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x94be0bbA8E1E303fE998c9360B57b826F1A4f828\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kgstbsc\"\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\": \"gaia\",\n        \"name\": \"GAIA\",\n        \"image\": \"https://content-api.changenow.io/uploads/gaia_78569d769e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2EE7097BfdD98fCE2AC08A1896038a7cd9aaEd81\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gaiaerc20\"\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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4507cEf57C46789eF8d1a19EA45f4216bae2B528\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tokenerc20\"\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\": \"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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa1faa113cbE53436Df28FF0aEe54275c13B40975\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"alpha\"\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\": \"jager\",\n        \"name\": \"Jager Hunter\",\n        \"image\": \"https://content-api.changenow.io/uploads/jager_c551fa8df8.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x74836cC0E821A6bE18e407E6388E430B689C66e9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jagerbsc\"\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\": \"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\": \"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\": \"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\": \"maneki\",\n        \"name\": \"MANEKI\",\n        \"image\": \"https://content-api.changenow.io/uploads/maneki_bb1ee0e820.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"25hAyBQfoDhfWx9ay6rarbgvWGwDdNqcHsXS3jQ3mTDJ\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"manekisol\"\n    },\n    {\n        \"ticker\": \"volt\",\n        \"name\": \"Volt Inu\",\n        \"image\": \"https://content-api.changenow.io/uploads/volteth_502c8ae0e7.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\": \"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\": \"mon\",\n        \"name\": \"MON\",\n        \"image\": \"https://content-api.changenow.io/uploads/mon_9154ee7569.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc555D625828c4527d477e595fF1Dd5801B4a600e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"monerc20\"\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\": \"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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4b9278b94a1112cAD404048903b8d343a810B07e\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"hifi\"\n    },\n    {\n        \"ticker\": \"eurq\",\n        \"name\": \"Quantoz EURQ\",\n        \"image\": \"https://content-api.changenow.io/uploads/eurq_e6bfc2de5d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x8dF723295214Ea6f21026eeEb4382d475f146F9f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"eurq\"\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\": \"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\": \"tanssi\",\n        \"name\": \"Tanssi\",\n        \"image\": \"https://content-api.changenow.io/uploads/tanssi_7b211c55ec.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x553f4cb7256d8fc038e91d36cb63fa7c13b624ab\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"tanssierc20\"\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\": \"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\": \"obol\",\n        \"name\": \"Obol\",\n        \"image\": \"https://content-api.changenow.io/uploads/obol_8e16e1782a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x0B010000b7624eb9B3DfBC279673C76E9D29D5F7\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"obolerc20\"\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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x26c8afbbfe1ebaca03c2bb082e69d0476bffe099\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cell\"\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\": \"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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xfe3e6a25e6b192a42a44ecddcd13796471735acf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"reef\"\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\": \"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\": false,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0xd0258a3fd00f38aa8090dfee343f10a9d4d30d3f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"voxel\"\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\": \"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\": \"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\": \"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\": \"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\": \"aidoge\",\n        \"name\": \"ArbDoge AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/aidoge_fcce8e8a1a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"arbitrum\",\n        \"tokenContract\": \"0x09E18590E8f76b6Cf471b3cd75fE1A1a9D2B2c2b\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aidoge\"\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\": \"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\": \"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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"fis\"\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\": \"momo\",\n        \"name\": \"Momo (momocoin.space)\",\n        \"image\": \"https://content-api.changenow.io/uploads/momo_56eec86d15.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"G4zwEA9NSd3nMBbEj31MMPq2853Brx2oGsKzex3ebonk\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"momosol\"\n    },\n    {\n        \"ticker\": \"blum\",\n        \"name\": \"Blum\",\n        \"image\": \"https://content-api.changenow.io/uploads/blum_55817b6078.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": true,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"ton\",\n        \"tokenContract\": \"EQCAj5oiRRrXokYsg_B-e0KG9xMwh5upr5I8HQzErm0_BLUM\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"blumton\"\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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"blok\"\n    },\n    {\n        \"ticker\": \"bdxn\",\n        \"name\": \"BONDEX\",\n        \"image\": \"https://content-api.changenow.io/uploads/bdxn_8ea21a989a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xBdBDBDd0c22888E63CB9098aD6D68439197CB091\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bdxnerc20\"\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\": \"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\": \"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\": \"kori\",\n        \"name\": \"Kori The Pom\",\n        \"image\": \"https://content-api.changenow.io/uploads/kori_cca747a8b0.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"HtTYHz1Kf3rrQo6AqDLmss7gq5WrkWAaXn3tupUZbonk\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"korisol\"\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\": \"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\": \"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\": \"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\": \"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\": \"kilo\",\n        \"name\": \"KiloEx\",\n        \"image\": \"https://content-api.changenow.io/uploads/kilo_a53032040c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x503Fa24B7972677F00C4618e5FBe237780C1df53\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kilo\"\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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"spec\"\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\": \"donkey\",\n        \"name\": \"Donkey (DONKEY_BSC_MEME)\",\n        \"image\": \"https://content-api.changenow.io/uploads/donkey_8da6f1037c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa49fa5e8106e2d6d6a69e78df9b6a20aab9c4444\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"donkeybsc\"\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\": \"prai\",\n        \"name\": \"Privasea AI\",\n        \"image\": \"https://content-api.changenow.io/uploads/prai_e26f4c80cd.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x899357E54C2c4b014ea50A9A7Bf140bA6Df2eC73\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"praibsc\"\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\": \"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\": \"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\": \"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\": \"dark\",\n        \"name\": \"Dark Eclipse\",\n        \"image\": \"https://content-api.changenow.io/uploads/dark_42f639e868.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"8BtoThi2ZoXnF7QQK1Wjmh2JuBw9FjVvhnGMVZ2vpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"dark\"\n    },\n    {\n        \"ticker\": \"skate\",\n        \"name\": \"Skate\",\n        \"image\": \"https://content-api.changenow.io/uploads/skate_1465be2f03.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x61DBbBb552dc893ab3aAd09F289f811E67cEf285\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"skateerc20\"\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\": \"edgen\",\n        \"name\": \"LayerEdge\",\n        \"image\": \"https://content-api.changenow.io/uploads/edgen_1ff8fa3e2a.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xAa9806c938836627Ed1a41Ae871c7E1889AE02Ca\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"edgenerc20\"\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\": \"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\": \"gork\",\n        \"name\": \"New XAI gork\",\n        \"image\": \"https://content-api.changenow.io/uploads/gork_c9ad54bb22.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"38PgzpJYu2HkiYvV8qePFakB8tuobPdGm2FFEn7Dpump\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"gorksol\"\n    },\n    {\n        \"ticker\": \"bobaerc20\",\n        \"name\": \"Boba Cat\",\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\": \"0x6eCf5FE60e27cd03ABdBA3a19Af8dC6845A0dA58\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bobaerc20\"\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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x4B5f49487ea7B3609b1aD05459BE420548789f1f\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lever\"\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\": \"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\": \"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\": \"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\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"awcbsc\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"rdac\",\n        \"name\": \"Redacted\",\n        \"image\": \"https://content-api.changenow.io/uploads/rdac_20859d8c90.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xD3F68c6e8AeE820569D58AdF8d85d94489315192\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"rdacbase\"\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\": \"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\": \"k\",\n        \"name\": \"Sidekick\",\n        \"image\": \"https://content-api.changenow.io/uploads/k_1d7ba15c9e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x0a73d885cdd66adf69c6d64c0609e55c527db2be\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"kbsc\"\n    },\n    {\n        \"ticker\": \"k\",\n        \"name\": \"Sidekick (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/k_1d7ba15c9e.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"ERpDpYmuifJUKbaB1Dv9hnJ67RM21Jujmxz18JCeDzbr\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ksol\"\n    },\n    {\n        \"ticker\": \"zkwasm\",\n        \"name\": \"ZKWASM\",\n        \"image\": \"https://content-api.changenow.io/uploads/zkwasm_77ec882948.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa8d3dee6671c4fdac4743a1eb1F276EabD4ba302\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"zkwasmbsc\"\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\": \"bubb\",\n        \"name\": \"Bubb\",\n        \"image\": \"https://content-api.changenow.io/uploads/bubb_3d585db687.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xd5369a3CaC0f4448A9A96bb98AF9c887c92fC37B\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bubb\"\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\": \"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\": \"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\": \"paws\",\n        \"name\": \"PAWS\",\n        \"image\": \"https://content-api.changenow.io/uploads/paws_eade92db1c.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"PAWSxhjTyNJELywYiYTxCN857utnYmWXu7Q59Vgn6ZQ\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"paws\"\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\": \"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\": \"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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vgx\"\n    },\n    {\n        \"ticker\": \"unite\",\n        \"name\": \"Unite\",\n        \"image\": \"https://content-api.changenow.io/uploads/unite_0d8ccd619d.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"base\",\n        \"tokenContract\": \"0xA6C6ea2e0140849bE02A3a34780CF61b766916c5\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"unitebase\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cvp\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xaf41054c1487b0e5e2b9250c0332ecbce6ce9d71\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"epx\"\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\": \"ndq\",\n        \"name\": \"Nasdaq666\",\n        \"image\": \"https://content-api.changenow.io/uploads/ndq_f685b153ce.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x4aCb4CC1f0A073ce4BDe893fAebc726198c14444\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ndqbsc\"\n    },\n    {\n        \"ticker\": \"htx\",\n        \"name\": \"HTX\",\n        \"image\": \"https://content-api.changenow.io/uploads/htx_f4c306ad31.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"trx\",\n        \"tokenContract\": \"TUPM7K8REVzD2UdV4R5fe5M8XbnR2DdoJ6\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"htxtrc20\"\n    },\n    {\n        \"ticker\": \"wkeydao\",\n        \"name\": \"WebKey DAO\",\n        \"image\": \"https://content-api.changenow.io/uploads/wkeydao_dce148c6e9.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x194B302a4b0a79795Fb68E2ADf1B8c9eC5ff8d1F\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wkeydao\"\n    },\n    {\n        \"ticker\": \"xnl\",\n        \"name\": \"Novastro\",\n        \"image\": \"https://content-api.changenow.io/uploads/xnl_937e4c2484.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xdfeb13936a8975f9f788e73fb93861ce461541f9\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"xnlbsc\"\n    },\n    {\n        \"ticker\": \"aol\",\n        \"name\": \"AOL (America Online)\",\n        \"image\": \"https://content-api.changenow.io/uploads/aol_09d7a5da53.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"2oQNkePakuPbHzrVVkQ875WHeewLHCd2cAwfwiLQbonk\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"aolsol\"\n    },\n    {\n        \"ticker\": \"lvva\",\n        \"name\": \"Levva Protocol\",\n        \"image\": \"https://content-api.changenow.io/uploads/lvva_aaa87d1f51.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x6243558a24CC6116aBE751f27E6d7Ede50ABFC76\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"lvva\"\n    },\n    {\n        \"ticker\": \"ani\",\n        \"name\": \"Ani Grok Companion\",\n        \"image\": \"https://content-api.changenow.io/uploads/ani_f5d992b779.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"9tqjeRS1swj36Ee5C1iGiwAxjQJNGAVCzaTLwFY8bonk\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"anisol\"\n    },\n    {\n        \"ticker\": \"solx\",\n        \"name\": \"Solaxy\",\n        \"image\": \"https://content-api.changenow.io/uploads/solx_f5df7369a3.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xe0B7AD7F8F26e2b00C8b47b5Df370f15F90fCF48\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"solxerc20\"\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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"pew\"\n    },\n    {\n        \"ticker\": \"rato\",\n        \"name\": \"Rato The Rat\",\n        \"image\": \"https://content-api.changenow.io/uploads/rato_c8c55ecb68.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xf816507E690f5Aa4E29d164885EB5fa7a5627860\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"ratoerc20\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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_a6a2d856fa.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/wbtcmatic_bf6e49dea5.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_9556c96313.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_238ac4cab9.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\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wbtcop\"\n    },\n    {\n        \"ticker\": \"wbtc\",\n        \"name\": \"Wrapped Bitcoin (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbtcsol_5ebdc07b24.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wbtcsol\"\n    },\n    {\n        \"ticker\": \"wbeth\",\n        \"name\": \"Wrapped Beacon ETH (Ethereum)\",\n        \"image\": \"https://content-api.changenow.io/uploads/wbetheth_6e9ecf1561.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xa2E3356610840701BDf5611a53974510Ae27E2e1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wbetherc20\"\n    },\n    {\n        \"ticker\": \"wbeth\",\n        \"name\": \"Wrapped Beacon ETH (Binance Smart Chain)\",\n        \"image\": \"https://content-api.changenow.io/uploads/twbethbsc_c83bfae5eb.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0xa2E3356610840701BDf5611a53974510Ae27E2e1\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"wbethbsc\"\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\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"weth\"\n    },\n    {\n        \"ticker\": \"usds\",\n        \"name\": \"USDS (Solana)\",\n        \"image\": \"https://content-api.changenow.io/uploads/usdssol_a404b58401.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"sol\",\n        \"tokenContract\": \"USDSwr9ApdHk5bvJKMjzff41FfuX8bSxdKcR81vTwcA\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"usdssol\"\n    },\n    {\n        \"ticker\": \"weeth\",\n        \"name\": \"Wrapped eETH\",\n        \"image\": \"https://content-api.changenow.io/uploads/weeth_2aeebe9863.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"weetherc20\"\n    },\n    {\n        \"ticker\": \"cbbtc\",\n        \"name\": \"Coinbase Wrapped BTC\",\n        \"image\": \"https://content-api.changenow.io/uploads/cbbtc_7a553a6727.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": true,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"cbbtcerc20\"\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\": \"jitosol\",\n        \"name\": \"Jito Staked SOL\",\n        \"image\": \"https://content-api.changenow.io/uploads/jitosol_5cb7dfc436.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"jitosol\"\n    },\n    {\n        \"ticker\": \"bnsol\",\n        \"name\": \"Binance Staked SOL\",\n        \"image\": \"https://content-api.changenow.io/uploads/bnsol_62c050605f.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"BNso1VUJnh4zcfpZa6986Ea66P6TCp59hvtNJ8b1X85\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"bnsol\"\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\": true,\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\": true,\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\": true,\n        \"supportsFixedRate\": true,\n        \"network\": \"matic\",\n        \"tokenContract\": \"0x2791bca1f2de4661ed88a30c99a7a9449aa84174\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"maticusdce\"\n    },\n    {\n        \"ticker\": \"msol\",\n        \"name\": \"Marinade Staked SOL\",\n        \"image\": \"https://content-api.changenow.io/uploads/msol_f2a11e3c32.svg\",\n        \"hasExternalId\": false,\n        \"isExtraIdSupported\": false,\n        \"isFiat\": false,\n        \"featured\": false,\n        \"isStable\": false,\n        \"supportsFixedRate\": false,\n        \"network\": \"sol\",\n        \"tokenContract\": \"mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"msol\"\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\": \"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\": \"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\": true,\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\": \"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\": \"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\": true,\n        \"network\": \"bsc\",\n        \"tokenContract\": \"0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"trxold\"\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\": \"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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0x2c974b2d0ba1716e644c1fc59982a89ddd2ff724\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"vib\"\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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": \"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\": false,\n        \"network\": \"eth\",\n        \"tokenContract\": \"0xc03fBF20A586fa89C2a5f6F941458E1Fbc40c661\",\n        \"buy\": true,\n        \"sell\": true,\n        \"legacyTicker\": \"combo\"\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]"},{"id":"cc882f7f-9b61-4825-abe3-c260e51593b6","name":"Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/currencies?active=true&flow=standardd&buy=true&sell=true","host":["https://api.changenow.io"],"path":["v2","exchange","currencies"],"query":[{"key":"active","value":"true","description":"(Optional) Set true to return only active currencies"},{"key":"flow","value":"standardd","description":"(Optional) Type of exchange flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is standard"},{"key":"buy","value":"true","description":"(Optional) If this field is true, only currencies available for buy are returned"},{"key":"sell","value":"true","description":"(Optional) If this field is true, only currencies available for sell are returned"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"This flow is unsupported now. Available flow: standard or fixed-rate\"\n}"}],"_postman_id":"6fcf970b-0ba0-4f4d-ab5e-f6d13269059b"},{"name":"Minimal deposit amount","id":"f9c6dbe3-b71f-4d5c-ae86-2c511f452ba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-changenow-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/exchange/min-amount?fromCurrency=string&toCurrency=string&fromNetwork=string&toNetwork=string&flow=string","description":"<p>The API endpoint returns the minimal payment amount required to make a deposit. If you try to deposit less, the transaction will most likely fail.</p>\n","urlObject":{"path":["v2","exchange","min-amount"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Required) Ticker of the currency you want to convert</p>\n","type":"text/plain"},"key":"fromCurrency","value":"string"},{"description":{"content":"<p>(Required) Ticker of the currency you want to receive</p>\n","type":"text/plain"},"key":"toCurrency","value":"string"},{"description":{"content":"<p>(Optional) Network of the currency you want to convert</p>\n","type":"text/plain"},"key":"fromNetwork","value":"string"},{"description":{"content":"<p>(Optional) Network of the currency you want to receive</p>\n","type":"text/plain"},"key":"toNetwork","value":"string"},{"description":{"content":"<p>(Optional) Type of convert flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is \"standard\"</p>\n","type":"text/plain"},"key":"flow","value":"string"}],"variable":[]}},"response":[{"id":"7e5425ac-92a7-46e9-8aa6-009af84c66a5","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/min-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth","host":["https://api.changenow.io"],"path":["v2","exchange","min-amount"],"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"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"flow\": \"standard\",\n    \"minAmount\": 0.0000217\n}"},{"id":"b1f91c5e-42be-45c2-b966-f4efcfee9bd2","name":"Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/min-amount?fromCurrency=btcc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth","host":["https://api.changenow.io"],"path":["v2","exchange","min-amount"],"query":[{"key":"fromCurrency","value":"btcc","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"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Currency btcc is not supported\"\n}"}],"_postman_id":"f9c6dbe3-b71f-4d5c-ae86-2c511f452ba8"},{"name":"Estimated deposit amount","id":"ff05ee3a-bff1-4aa1-adfd-d167df7a2189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-changenow-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=string&toCurrency=string&fromNetwork=string&toNetwork=string&fromAmount=number&toAmount=number&flow=string&type=string&isTopUp=boolean","description":"<p>This API endpoint returns an estimate of the credited amount and fees for deposit creation.</p>\n<ul>\n<li><p>For the <code>standard</code> flow, the conversion rate may change between estimation and conversion.</p>\n</li>\n<li><p>For the <code>fixed-rate</code> flow, the conversion rate is locked at estimation time and is valid for 2 minutes. You will receive exactly the amount specified in the estimate.</p>\n</li>\n</ul>\n<p>Use the returned <code>rateId</code> in '<a href=\"#9867aa7f-9e7a-432e-80fc-bf0f4a67184b\">Create deposit request</a>' to apply the estimate.</p>\n","urlObject":{"path":["v2","exchange","estimated-amount"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Required) Ticker of the currency you want to convert</p>\n","type":"text/plain"},"key":"fromCurrency","value":"string"},{"description":{"content":"<p>(Required) Ticker of the currency you want to receive</p>\n","type":"text/plain"},"key":"toCurrency","value":"string"},{"description":{"content":"<p>(Optional) Network of the currency you want to convert</p>\n","type":"text/plain"},"key":"fromNetwork","value":"string"},{"description":{"content":"<p>(Optional) Network of the currency you want to receive</p>\n","type":"text/plain"},"key":"toNetwork","value":"string"},{"description":{"content":"<p>(Required when type=direct)\nAmount in fromCurrency. Estimated when type=reverse</p>\n","type":"text/plain"},"key":"fromAmount","value":"number"},{"description":{"content":"<p>(Required when type=reverse)\nAmount in toCurrency. Estimated when type=direct</p>\n","type":"text/plain"},"key":"toAmount","value":"number"},{"description":{"content":"<p>(Optional) Type of convert flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is \"standard\".</p>\n<p>standard — Conversion flow with a floating exchange rate.</p>\n<p>fixed-rate — Conversion with fixed exchange rate. Rate is locked at the estimate stage and is valid for 2 minutes. You will receive exactly the amount specified in the estimate.</p>\n","type":"text/plain"},"key":"flow","value":"string"},{"description":{"content":"<p>(Optional) Direction of convert flow. \nUse \"direct\" value to set amount for fromCurrency and get amount of toCurrency. \nUse \"reverse\" value to set amount for toCurrency and get amount of fromCurrency.</p>\n<p>Note: \"reverse\" is available only for flow=fixed-rate </p>\n<p>Enum: [\"direct\", \"reverse\"].\nDefault value is \"direct\"</p>\n","type":"text/plain"},"key":"type","value":"string"},{"description":{"content":"<p>(Optional) Set to \"true\" if you would like to get an estimate for balance top-up (without withdrawal fee)</p>\n","type":"text/plain"},"key":"isTopUp","value":"boolean"}],"variable":[]}},"response":[{"id":"46534a89-0091-4bdd-a6ff-5594b2c0c768","name":"Successful response (type=direct)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth&fromAmount=0.1","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc"},{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth"},{"key":"fromAmount","value":"0.1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"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.000011,\n    \"withdrawalFee\": 0.2504879,\n    \"userId\": null,\n    \"fromAmount\": 0.1,\n    \"toAmount\": 8909.850906\n}"},{"id":"ce2981ee-aaf9-4d93-a2f3-066df9794c50","name":"Successful response (flow=fixed-rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth&fromAmount=0.1&flow=fixed-rate","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc"},{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth"},{"key":"fromAmount","value":"0.1"},{"key":"flow","value":"fixed-rate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"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\": \"U6basnPP2sD06jA8cjkcGLYHarGCkCeAjhdF0fmSkJ22CmG2ya81l4sIiUEKpEdrH0Jxa0Q54vSqcQxzohRiW2O3EJWI8aEEVdr6k0PyRF70PSRENKtvaqLUAuh4A0yPAOZWKYHf2VUorauAGEYgQpEzXNYyEiv5h3pN9I9TbHUmPdapnhah9bxZnnQ8=\",\n    \"validUntil\": \"2026-01-21T22:19:49.983Z\",\n    \"transactionSpeedForecast\": null,\n    \"warningMessage\": null,\n    \"depositFee\": 0.000011,\n    \"withdrawalFee\": 0.25100373,\n    \"userId\": null,\n    \"fromAmount\": 0.1,\n    \"toAmount\": 8908.613085\n}"},{"id":"cd311570-82b6-41fc-b8c5-33af553256ef","name":"Successful response (type=reverse)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth&toAmount=1000&flow=fixed-rate&type=reverse","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc"},{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth"},{"key":"toAmount","value":"1000"},{"key":"flow","value":"fixed-rate"},{"key":"type","value":"reverse"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"flow\": \"fixed-rate\",\n    \"type\": \"reverse\",\n    \"rateId\": \"C9qF8uYPeWkVph3SLOvaue6MJax5tFVgdkeiMfcsJjZu8EdOs5JqmLdBu0/1hvthHBzBKbEHZeSYN/n5N5aUDKdNHbZXvixwL37PrlOcRaeJI4u6B9O9gaRT/ZOe9XK/RCFOlWbtyJYX8Luem6NemTigZnaCNTKQF3ecZ/maTC7h0ATwK5EaD62NsZBQM=\",\n    \"validUntil\": \"2026-01-21T21:27:15.404Z\",\n    \"transactionSpeedForecast\": null,\n    \"warningMessage\": null,\n    \"depositFee\": 0.00000968,\n    \"withdrawalFee\": 0.2508241,\n    \"userId\": null,\n    \"fromAmount\": 0.01123261,\n    \"toAmount\": 1000\n}"},{"id":"e7bbe4c9-258e-444f-844e-6c56373cddff","name":"Successful response (with isTopUp)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth&fromAmount=0.1&isTopUp=true","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc"},{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth"},{"key":"fromAmount","value":"0.1"},{"key":"isTopUp","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"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.000011,\n    \"withdrawalFee\": 0,\n    \"userId\": null,\n    \"fromAmount\": 0.1,\n    \"toAmount\": 8924.376715\n}"},{"id":"a2038235-ca50-40a2-bddd-14d851004eb1","name":"Currency unavailable (flow=fixed-rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=adx&toNetwork=eth&fromAmount=0.1&flow=fixed-rate","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc"},{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"adx"},{"key":"toNetwork","value":"eth"},{"key":"fromAmount","value":"0.1"},{"key":"flow","value":"fixed-rate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"pair_is_inactive\",\n    \"message\": \"\"\n}"},{"id":"927b3dcc-67da-4c22-89ae-31ce5ebb59bd","name":"Exceeded max amount (flow=fixed-rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth&fromAmount=10&flow=fixed-rate","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc"},{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth"},{"key":"fromAmount","value":"10"},{"key":"flow","value":"fixed-rate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Exceeded max amount\",\n    \"payload\": {\n        \"range\": {\n            \"minAmount\": 0.00011389,\n            \"maxAmount\": 2.85001651\n        }\n    }\n}"},{"id":"574cadae-7586-4388-97ac-0772c9a05e1b","name":"Invalid currency","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromNetwork=btc&toCurrency=usdt&toNetwork=eth&fromAmount=0.1&fromCurrency=btcc","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth"},{"key":"fromAmount","value":"0.1"},{"key":"fromCurrency","value":"btcc"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Currency btcc is not supported\"\n}"},{"id":"4dec3fb3-809e-4571-a634-5d8041e70f2b","name":"Invalid flow","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth&fromAmount=0.1&flow=fixed-rates","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc"},{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth"},{"key":"fromAmount","value":"0.1"},{"key":"flow","value":"fixed-rates"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"This flow is unsupported now. Available flow: standard or fixed-rate\"\n}"},{"id":"805e49f8-a5f5-4250-b892-da2e6858d0c6","name":"Invalid type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/estimated-amount?fromCurrency=btc&fromNetwork=btc&toCurrency=usdt&toNetwork=eth&toAmount=1000&flow=fixed-rate&type=revers","host":["https://api.changenow.io"],"path":["v2","exchange","estimated-amount"],"query":[{"key":"fromCurrency","value":"btc"},{"key":"fromNetwork","value":"btc"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"eth"},{"key":"toAmount","value":"1000"},{"key":"flow","value":"fixed-rate"},{"key":"type","value":"revers"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"This type is unsupported now in fixed-rate flow\"\n}"}],"_postman_id":"ff05ee3a-bff1-4aa1-adfd-d167df7a2189"},{"name":"Create deposit request","id":"f753ad9a-6dae-4897-86dc-091665720baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","description":"<p>(Required) Partner public API key</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"changenow_partner_55788b9cf5\",\n    \"flow\": \"\",\n    \"type\": \"\",\n    \"rateId\": \"\"\n}","options":{"raw":{"language":"json"}}},"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. The whole description can be found in <a href=\"https://documenter.getpostman.com/view/8180765/SVfTPnM8?version=latest#3c8edfd0-ae3f-4738-a01c-de3e196bd761\">ChangeNOW API document</a>.</p>\n","urlObject":{"path":["v2","exchange"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"cd82ca77-9f8d-40db-9abd-9af603430406","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"changenow_partner_55788b9cf5\",\n    \"flow\": \"\",\n    \"type\": \"\",\n    \"rateId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromAmount\": 0.1,\n    \"toAmount\": 8891.53814,\n    \"flow\": \"standard\",\n    \"type\": \"direct\",\n    \"payinAddress\": \"32nDk54omykHCBD9kmS7E5d51tdaNR6W8v\",\n    \"payoutAddress\": \"changenow_partner_55788b9cf5\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"id\": \"4bb2569f7f87d8\",\n    \"directedAmount\": 0.1,\n    \"fromNetwork\": \"btc\",\n    \"toNetwork\": \"eth\"\n}"},{"id":"ecf426a1-8d0a-4532-9cb0-630bcac1c608","name":"Successful response (flow=fixed-rate)","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"changenow_partner_55788b9cf5\",\n    \"flow\": \"fixed-rate\",\n    \"type\": \"\",\n    \"rateId\": \"DrGIZw8Y2dZ9IABuX4UNxcU0B9tiY2RBgKG7XIMtTqrXbe2a0KOZo51wY7yJTCL6H0Jxa0Q54vSqcQxzohRiW8INf9hg3clkxEjz+dt4AsPMLoOCihzf2eguz/4BiOXUFEypXt++N9N21B78W8iwUv8rcR7+xsAfOJMRy6jFToLeIbHGzGtxH+6Y=\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromAmount\": 0.1,\n    \"toAmount\": 6487.845174,\n    \"flow\": \"fixed-rate\",\n    \"type\": \"direct\",\n    \"payinAddress\": \"3FP9NAsDDBnoeQwCSyrVBdiBFgtD2PX2k7\",\n    \"payoutAddress\": \"changenow_partner_55788b9cf5\",\n    \"fromCurrency\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"validUntil\": \"2026-02-12T21:29:56.740Z\",\n    \"id\": \"a39f408e8d4a77\",\n    \"directedAmount\": 0.1,\n    \"fromNetwork\": \"btc\",\n    \"toNetwork\": \"eth\"\n}"},{"id":"39139574-4560-4a39-b06f-987899c98807","name":"Missing rateId (flow=fixed-rate)","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"changenow_partner_55788b9cf5\",\n    \"flow\": \"fixed-rate\",\n    \"type\": \"\",\n    \"rateId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"RateId param is required for fixed-rate flow\"\n}"},{"id":"4e73d967-cc8c-4db2-94b0-39ece82002c5","name":"Invalid rateId","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"changenow_partner_55788b9cf5\",\n    \"flow\": \"fixed-rate\",\n    \"type\": \"\",\n    \"rateId\": \"0ZtTC2pxsiSLD/f373YnwVatDuw7Gydqr6FAWUhrEWIDXGqaXc4bUQHUcXqX2rN40bdWSJP1svGyFXwNxvI9FYR+I7QSSZppVtikKN8W5OeTc4uu1oYgCu9Dnfr+Pk/bKW/JTq8v0QbMGTLPqGSN7r2vjuWBPE/e6pL9UIjJLp2KBjfr9ZI6kDuAdXD9a1nhV3HxQaqdny9zFf20NZ\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"rate_id_not_found_or_expired\",\n    \"message\": \"No data found for rateId 0ZtTC2pxsiSLD/f373YnwVatDuw7Gydqr6FAWUhrEWIDXGqaXc4bUQHUcXqX2rN40bdWSJP1svGyFXwNxvI9FYR+I7QSSZppVtikKN8W5OeTc4uu1oYgCu9Dnfr+Pk/bKW/JTq8v0QbMGTLPqGSN7r2vjuWBPE/e6pL9UIjJLp2KBjfr9ZI6kDuAdXD9a1nhV3HxQaqdny9zFf20NZ\"\n}"},{"id":"8b2c5502-5fe1-429e-b630-0ff74fbb587a","name":"RateId is overused","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"changenow_partner_55788b9cf5\",\n    \"flow\": \"fixed-rate\",\n    \"type\": \"\",\n    \"rateId\": \"DrGIZw8Y2dZ9IABuX4UNxcU0B9tiY2RBgKG7XIMtTqrXbe2a0KOZo51wY7yJTCL6H0Jxa0Q54vSqcQxzohRiW8INf9hg3clkxEjz+dt4AsPMLoOCihzf2eguz/4BiOXUFEypXt++N9N21B78W8iwUv8rcR7+xsAfOJMRy6jFToLeIbHGzGtxH+6Y=\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_params\",\n    \"message\": \"Rate id is overused\"\n}"},{"id":"0bc1888e-fae2-4be2-9a64-4ae35932a8a2","name":"Invalid address","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"changenow_partner_1234567\",\n    \"flow\": \"\",\n    \"type\": \"\",\n    \"rateId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_address\",\n    \"message\": \"changenow_partner_1234567 is not valid USDTERC20 address\"\n}"},{"id":"f8a1dae1-f6da-4e18-ac39-7c112d7bdfa0","name":"Invalid currency","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromCurrency\": \"btcc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"fromAmount\": \"0.1\",\n    \"toAmount\": \"\",\n    \"address\": \"changenow_partner_55788b9cf5\",\n    \"flow\": \"\",\n    \"type\": \"\",\n    \"rateId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Currency btcc is not supported\"\n}"}],"_postman_id":"f753ad9a-6dae-4897-86dc-091665720baf"},{"name":"Check deposit status","id":"af2c68ad-79c4-4076-b109-7aa805fb8587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","description":"<p>(Required) Partner public API key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/by-id?id=string","description":"<p>This API endpoint returns the status and additional information of a single transaction. Transaction ID is taken from the '<a href=\"#9867aa7f-9e7a-432e-80fc-bf0f4a67184b\">Create deposit request</a>' endpoint.</p>\n<p>Field descriptions in the response can be found in the <a href=\"https://documenter.getpostman.com/view/8180765/SVfTPnM8?version=latest#e7383038-3f62-41c4-a965-9f23f98c2fd1\">ChangeNOW API documentation</a>.</p>\n","urlObject":{"protocol":"https","path":["v2","exchange","by-id"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Transaction ID</p>\n","type":"text/plain"},"key":"id","value":"string"}],"variable":[]}},"response":[{"id":"ee083c6c-999d-4373-9d81-6d96b97cfece","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/by-id?id=4bb2569f7f87d8","host":["https://api.changenow.io"],"path":["v2","exchange","by-id"],"query":[{"key":"id","value":"4bb2569f7f87d8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4bb2569f7f87d8\",\n    \"status\": \"waiting\",\n    \"actionsAvailable\": false,\n    \"fromCurrency\": \"btc\",\n    \"fromNetwork\": \"btc\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"eth\",\n    \"expectedAmountFrom\": 0.1,\n    \"expectedAmountTo\": 8891.53814,\n    \"amountFrom\": null,\n    \"amountTo\": null,\n    \"payinAddress\": \"32nDk54omykHCBD9kmS7E5d51tdaNR6W8v\",\n    \"payoutAddress\": \"changenow_partner_55788b9cf5\",\n    \"payinExtraId\": null,\n    \"payoutExtraId\": null,\n    \"refundAddress\": null,\n    \"refundExtraId\": null,\n    \"createdAt\": \"2026-01-21T23:13:48.420Z\",\n    \"updatedAt\": \"2026-01-21T23:13:48.420Z\",\n    \"validUntil\": null,\n    \"depositReceivedAt\": null,\n    \"payinHash\": null,\n    \"payoutHash\": null,\n    \"fromLegacyTicker\": \"btc\",\n    \"toLegacyTicker\": \"usdterc20\",\n    \"refundHash\": null,\n    \"refundAmount\": null,\n    \"userId\": null,\n    \"originalExchangeInfo\": null,\n    \"relatedExchangesInfo\": [],\n    \"repeatedExchangesInfo\": []\n}"},{"id":"a6c4408b-aac5-49b4-9de0-68be20af0ebb","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/by-id?id=123456789","host":["https://api.changenow.io"],"path":["v2","exchange","by-id"],"query":[{"key":"id","value":"123456789"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": 404,\n    \"message\": \"Request failed with status 404 Not Found Info: Not Found\"\n}"}],"_postman_id":"af2c68ad-79c4-4076-b109-7aa805fb8587"}],"id":"adf122e1-59c3-42e3-bb57-a8b84bbfc197","description":"<p>Top up your account balance by creating a deposit transaction. There's an option to automatically convert your deposit into any available currency.<br />To check currently supported assets use the <a href=\"#442e8106-c279-4118-8155-f3be95f28101\">'List of available currencies'</a> method.</p>\n<p><strong>Top-up flow:</strong></p>\n<ol>\n<li><p><a href=\"#9867aa7f-9e7a-432e-80fc-bf0f4a67184b\">Create deposit request</a></p>\n</li>\n<li><p>Send your deposit to the generated address</p>\n</li>\n<li><p><a href=\"#8b2bc9fd-4c2c-4407-b241-18a11165d8e5\">Check deposit status</a></p>\n</li>\n</ol>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"fe99d9bd-9252-4873-a872-acb2f23f821b"}},{"listen":"test","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"ad29f84f-2b51-4fbf-a337-e3899a02e0c9"}}],"_postman_id":"adf122e1-59c3-42e3-bb57-a8b84bbfc197"},{"name":"Withdrawals","item":[{"name":"Create new withdrawal","id":"cb3632a3-e3f6-4562-b332-559bd316da0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"x-changenow-sign","value":"<string>","description":"<p>(Required) HMAC-SHA256 signature of the request body, generated using your private API key</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1764627294302\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"your_payout_address\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": null,\n    \"signedAt\": 1764627294302\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal","description":"<p>Create a new partner withdrawal.</p>\n<p><strong>Max Withdrawal Precision:</strong> 6 decimals</p>\n<p>Please take note of the following limitations when using this endpoint:</p>\n<ol>\n<li><p>The median withdrawal time at present is 5 minutes. However, some cases may require a considerably longer processing time.</p>\n</li>\n<li><p>In some cases, it may take up to 48 hours to process, especially when processing large withdrawal amounts.</p>\n</li>\n<li><p>By default, each partner can withdraw up to $100 per month per currency to addresses not included in the Whitelist. If the limit is reached, for security reasons your new withdrawals will be suspended until the limit is updated. In this case, you will be contacted by your Account Manager via the email address linked to your affiliate account to clarify your intention to finish suspended withdrawals.</p>\n</li>\n<li><p>To withdraw your funds without the limit and manual confirmations, you should add your addresses to the whitelist using the '<a href=\"#17bf7ea3-7359-41aa-b8a3-5c6e8cb2f374\">Create new whitelist request</a>' method. Withdrawals to all addresses added to the whitelist are not covered by the limit.</p>\n</li>\n<li><p>This endpoint is accessible only by the master account. To allow a subaccount to use this endpoint, send a request to <a href=\"https://changenow.io\">partners@changenow.io</a></p>\n</li>\n</ol>\n<p>If you anticipate performing withdrawals of significant amounts, please contact your Account Manager. Our team can then prepare for such operations, ensuring timely processing and avoiding unnecessary delays.<br />If you have any questions or concerns, please do not hesitate to contact us.</p>\n<p><strong>ExternalId</strong> — a strongly recommended parameter for you to assign to keep track of your withdrawal, must be unique within an account</p>\n<p><strong>Signature</strong> — should be generated by code, valid for 2 minutes</p>\n<p><em>ex. for signature in node.js</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">const crypto = require('node:crypto');\nconst privateApiKey = '...';\nconst ts = Date.now();\nconst withdrawalRequest = {\n  externalId: ts.toString(),\n  amount: 0.1,\n  currency: 'eth',\n  payoutAddress: '0x0000000000000000000000000000000000000000',\n  feePaidBy: 'receiver_excluded',\n  payoutExtraId: null,\n  signedAt: Date.now(),\n};\nconst withdrawalRequestBody = JSON.stringify(withdrawalRequest);\nconst withdrawalRequestSign = crypto\n  .createHmac('sha256', privateApiKey)\n  .update(withdrawalRequestBody)\n  .digest('base64');\nconsole.log(withdrawalRequestBody);\nconsole.log(withdrawalRequestSign);\n\n</code></pre>\n<p><em>ex. for signature in python</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">import hmac, base64, hashlib, json\nfrom datetime import datetime\n_privateApiKey = '...'\nts = int(datetime.utcnow().strftime(\"%s%f\")[:13])\ndata = {\n    \"externalId\": str(ts),\n    \"amount\": 0.1,\n    \"currency\": \"eth\",\n    \"payoutAddress\": \"0x0000000000000000000000000000000000000000\",\n    \"feePaidBy\": \"receiver_excluded\",\n    \"payoutExtraId\": \"\",\n    \"signedAt\": ts,\n}\ndump_data = json.dumps(data,  separators = (',' ':'))\nencoded_msg = str(dump_data).encode('utf-8')\ndigest = hmac.new(_privateApiKey.encode('latin-1'), msg=encoded_msg, digestmod=hashlib.sha256).digest()\nsignature = base64.b64encode(digest).decode()\nprint(signature)\nprint(encoded_msg)\n\n</code></pre>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>externalId</strong></td>\n<td>string</td>\n<td>(Required) Unique transaction identifier. <strong>Important</strong>: the same externalId won't create a duplicate withdrawal — the repeated request is rejected, not re-executed.</td>\n</tr>\n<tr>\n<td><strong>amount</strong></td>\n<td>number</td>\n<td>(Required) Amount of the currency to withdraw</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>(Required) Ticker of the currency to withdraw</td>\n</tr>\n<tr>\n<td><strong>payoutAddress</strong></td>\n<td>string</td>\n<td>(Required) Address to receive a currency</td>\n</tr>\n<tr>\n<td><strong>payoutExtraId</strong></td>\n<td>string or null</td>\n<td>(Optional) Transaction memo, required depending on the partners payout network</td>\n</tr>\n<tr>\n<td><strong>feePaidBy</strong></td>\n<td>string</td>\n<td>(Required) Enum: [\"receiver\", \"receiver_excluded\"].  <br />  <br /><strong>receiver</strong> — fee will be subtracted from the requested amount.  <br />  <br /><strong>receiver_excluded</strong> — fee will be subtracted from the user balance.  <br />  <br />Default: if an empty string is provided, the parameter is set to <strong>receiver_excluded</strong></td>\n</tr>\n<tr>\n<td><strong>signedAt</strong></td>\n<td>number</td>\n<td>(Required) Timestamp of the request signature in milliseconds. Used to verify the authenticity of the request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","withdrawal"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"9b9e90a1-3134-4e21-858f-35e1e277413b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1764627294302\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": null,\n    \"signedAt\": 1764627294302\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"request\": {\n        \"externalId\": \"1764627294302\",\n        \"currency\": \"ton\",\n        \"status\": \"NEW\",\n        \"amount\": 0.1,\n        \"fee\": null,\n        \"feePaidBy\": \"RECEIVER\",\n        \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n        \"payoutExtraId\": null,\n        \"payoutHash\": null,\n        \"requestedAt\": \"2025-12-01T22:14:54.558Z\",\n        \"updatedAt\": \"2025-12-01T22:14:54.776Z\"\n    }\n}"},{"id":"83563178-ff32-44f6-9079-eaee525d86d4","name":"ExternalId already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1764627294302\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": \"\",\n    \"signedAt\": 1764632203178\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"external_id_is_not_unique\",\n    \"message\": \"external_id value must be unique for partner reward request\"\n}"},{"id":"0e16fea3-e70d-402f-9b2d-15fca5dcaca6","name":"Invalid externalId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": \"\",\n    \"signedAt\": 1764716606359\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid 'externalId'\"\n}"},{"id":"1d82a827-5649-43fc-b3d9-8b38c30a1b70","name":"Invalid request sign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1764627294302\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": null,\n    \"signedAt\": 1764627294302\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid request sign\"\n}"},{"id":"44c070ee-102b-4044-83ba-ef7c86f2b86d","name":"Invalid amount precision","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1768757922154\",\n    \"amount\": 0.1234567,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": \"\",\n    \"signedAt\": 1768757922154\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid amount precision\"\n}"},{"id":"48e09121-f6c8-4d9e-9ec9-3df42d80cfd1","name":"Insufficient balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1765230308011\",\n    \"amount\": 5,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": \"\",\n    \"signedAt\": 1765230308011\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"insufficient_balance\",\n    \"message\": \"The account has insufficient balance for requested action\"\n}"},{"id":"e00b82c6-c565-4eba-b5fd-943712828d27","name":"Amount below minimum","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1764628553269\",\n    \"amount\": 0.01,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": \"\",\n    \"signedAt\": 1764628553268\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"withdrawal_request_error\",\n    \"message\": \"Invalid amount 0.01 ton: min amount is 0.015\"\n}"},{"id":"9e8c83cc-0b74-487c-bb06-cb6df752a21a","name":"Invalid payoutAddress","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1764629336514\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": \"\",\n    \"signedAt\": 1764629336513\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid 'payoutAddress'\"\n}"},{"id":"8d54fef1-ca2a-436c-ba6c-a09ce4f1154f","name":"Invalid currency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1764629788453\",\n    \"amount\": 0.1,\n    \"currency\": \"TON\",\n    \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": \"\",\n    \"signedAt\": 1764629788452\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid 'currency'\"\n}"},{"id":"30c05de5-aa53-46ca-a193-641135e866ab","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"1764627294302\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n    \"feePaidBy\": \"receiver\",\n    \"payoutExtraId\": null,\n    \"signedAt\": 1764627294302\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"cb3632a3-e3f6-4562-b332-559bd316da0b"},{"name":"Create multiple new withdrawals","id":"ba5ee5ab-44e7-4dda-b20b-007034c62a4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"x-changenow-sign","value":"<string>","description":"<p>(Required) HMAC-SHA256 signature of the request body, generated using your private API key</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1764713488684\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"your_payout_address\",\n            \"feePaidBy\": \"receiver_excluded\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764713488685\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"your_payout_address\",\n            \"feePaidBy\": \"receiver_excluded\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764713488683\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals","description":"<p>Create multiple new partner withdrawals.</p>\n<p><strong>Max Withdrawal Precision:</strong> 6 decimals</p>\n<p><strong>Note:</strong> a batch returns HTTP 200 if the request itself was accepted — individual withdrawals can still fail. Check <code>success</code> on every element of <code>result[]</code> before retrying anything.</p>\n<p>This endpoint is accessible only by the master account. To allow a subaccount to use this endpoint, send a request to <a href=\"https://changenow.io\">partners@changenow.io</a></p>\n<p><strong>ExternalId</strong> — a strongly recommended parameter for you to assign to keep track of your withdrawal, must be unique within an account</p>\n<p><strong>Signature</strong> — should be generated by code, valid for 2 minutes</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>externalId</strong></td>\n<td>string</td>\n<td>(Required) Unique transaction identifier, must be unique within the account. Important: the same externalId won't create a duplicate withdrawal — the repeated request is rejected, not re-executed.</td>\n</tr>\n<tr>\n<td><strong>amount</strong></td>\n<td>number</td>\n<td>(Required) Amount of the currency to withdraw</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>(Required) Ticker of the currency to withdraw</td>\n</tr>\n<tr>\n<td><strong>payoutAddress</strong></td>\n<td>string</td>\n<td>(Required) Address to receive a currency</td>\n</tr>\n<tr>\n<td><strong>payoutExtraId</strong></td>\n<td>string or null</td>\n<td>(Optional) Transaction memo, required depending on the partners payout network</td>\n</tr>\n<tr>\n<td><strong>feePaidBy</strong></td>\n<td>string</td>\n<td>(Required) Enum: [\"receiver\", \"receiver_excluded\"].  <br />  <br /><strong>receiver</strong> — fee will be subtracted from the requested amount.  <br />  <br /><strong>receiver_excluded</strong> — fee will be subtracted from the user balance.  <br />  <br />Default: if an empty string is provided, the parameter is set to <strong>receiver_excluded</strong></td>\n</tr>\n<tr>\n<td><strong>signedAt</strong></td>\n<td>number</td>\n<td>(Required) Timestamp of the request signature in milliseconds. Used to verify the authenticity of the request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","withdrawals"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"4b115743-b857-4286-aaa7-fcabc03082dc","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1764713488684\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver_excluded\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764713488685\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver_excluded\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764713488683\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": [\n        {\n            \"success\": true,\n            \"error\": null,\n            \"externalId\": \"1764713488684\",\n            \"currency\": \"ton\",\n            \"amount\": 0.1,\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"receiverFixedFee\": 0.0075\n        },\n        {\n            \"success\": true,\n            \"error\": null,\n            \"externalId\": \"1764713488685\",\n            \"currency\": \"ton\",\n            \"amount\": 0.1,\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"receiverFixedFee\": 0.0075\n        }\n    ],\n    \"error\": null\n}"},{"id":"c3bea74c-8164-42b0-9a99-94100e7d5369","name":"ExternalId already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1764713488684\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764713488685\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764715041807\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": [\n        {\n            \"success\": false,\n            \"error\": \"Failed create partner reward request (partnerId: 55788b9cf5,externalId=1764713488684): got a conflict when create (request with the same externalId already exists?)\",\n            \"result\": {\n                \"externalId\": \"1764713488684\",\n                \"currency\": \"ton\",\n                \"amount\": 0.1\n            }\n        },\n        {\n            \"success\": false,\n            \"error\": \"Failed create partner reward request (partnerId: 55788b9cf5,externalId=1764713488685): got a conflict when create (request with the same externalId already exists?)\",\n            \"result\": {\n                \"externalId\": \"1764713488685\",\n                \"currency\": \"ton\",\n                \"amount\": 0.1\n            }\n        }\n    ],\n    \"error\": null\n}"},{"id":"c6a87f82-fdaf-48a7-ae08-06235b9d4e9c","name":"Invalid externalId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764716221838\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764716221836\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid 'externalId'\"\n}"},{"id":"93e1f38a-8c98-43a2-8605-b56dfc0da3cc","name":"Invalid request sign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1764713749738\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver_excluded\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764713749739\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver_excluded\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764713749737\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid request sign\"\n}"},{"id":"18b38c5e-7027-44c1-9817-a591150d8479","name":"Invalid amount precision","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1768758258546\",\n            \"amount\": 0.1234567,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1768758258547\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1768758258545\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid amount precision\"\n}"},{"id":"f5d83878-6c43-473b-b52a-9b5961a5d691","name":"Insufficient balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1765230579924\",\n            \"amount\": 5,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1765230579925\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1765230579923\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": [\n        {\n            \"success\": false,\n            \"error\": \"Insufficient balance 55788b9cf5 partner's 'ton' account for requests summary amount\",\n            \"result\": {\n                \"externalId\": \"1765230579924\",\n                \"currency\": \"ton\",\n                \"amount\": 5\n            }\n        },\n        {\n            \"success\": false,\n            \"error\": \"Insufficient balance 55788b9cf5 partner's 'ton' account for requests summary amount\",\n            \"result\": {\n                \"externalId\": \"1765230579925\",\n                \"currency\": \"ton\",\n                \"amount\": 0.1\n            }\n        }\n    ],\n    \"error\": null\n}"},{"id":"bdbb46ff-36d1-4ac6-89a9-a5014d472296","name":"Amount below minimum","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1764714621844\",\n            \"amount\": 0.01,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764714621845\",\n            \"amount\": 0.01,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764714621843\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": [\n        {\n            \"success\": false,\n            \"error\": \"Failed create partner reward request (externalId=1764714621844): Invalid amount 0.01 ton: min amount is 0.015\",\n            \"result\": {\n                \"externalId\": \"1764714621844\",\n                \"currency\": \"ton\",\n                \"amount\": 0.01\n            }\n        },\n        {\n            \"success\": false,\n            \"error\": \"Failed create partner reward request (externalId=1764714621845): Invalid amount 0.01 ton: min amount is 0.015\",\n            \"result\": {\n                \"externalId\": \"1764714621845\",\n                \"currency\": \"ton\",\n                \"amount\": 0.01\n            }\n        }\n    ],\n    \"error\": null\n}"},{"id":"55f60fbb-0b6d-496d-bab0-281632b3d3d8","name":"Invalid payoutAddress","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1764715486269\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764715486270\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764715486268\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid 'payoutAddress'\"\n}"},{"id":"a5e38a8f-5007-4af3-bbdf-f783fe860f22","name":"Invalid currency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1764715740590\",\n            \"amount\": 0.1,\n            \"currency\": \"TON\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764715740591\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764715740589\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid 'currency'\"\n}"},{"id":"a8ded9a8-c0ee-4501-8eb5-36484646a340","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","description":"(Required) "},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"externalId\": \"1764714185623\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"feePaidBy\": \"receiver_excluded\",\n            \"payoutExtraId\": \"\"\n        },\n        {\n            \"externalId\": \"1764714185624\",\n            \"amount\": 0.1,\n            \"currency\": \"ton\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"feePaidBy\": \"receiver_excluded\",\n            \"payoutExtraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1764714185622\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/withdrawals"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"ba5ee5ab-44e7-4dda-b20b-007034c62a4c"},{"name":"Get partner withdrawal","id":"bcc935e7-6f63-4e84-a097-2ae8e8d7f818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/withdrawal/:externalId","description":"<p>Get partner withdrawal status and details by <code>externalId</code></p>\n<h4 id=\"partner-withdrawal-statuses\">Partner withdrawal statuses:</h4>\n<ul>\n<li><p>NEW</p>\n</li>\n<li><p>PROCESSING</p>\n</li>\n<li><p>SENDING</p>\n</li>\n<li><p>FAILED</p>\n</li>\n<li><p>REJECTED (final)</p>\n</li>\n<li><p>FINISHED (final)</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","partner","withdrawal",":externalId"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"40907bcc-d892-4918-b101-399fe0a6d727","description":{"content":"<p>(Required) Unique transaction identifier</p>\n","type":"text/plain"},"type":"any","value":"string","key":"externalId"}]}},"response":[{"id":"364e671e-b66e-43d6-ac41-44bd1960c576","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/:externalId","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal",":externalId"],"variable":[{"key":"externalId","value":"1764627294302","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"externalId\": \"1764627294302\",\n    \"currency\": \"ton\",\n    \"status\": \"FINISHED\",\n    \"amount\": 0.1,\n    \"fee\": \"0.0075\",\n    \"feePaidBy\": \"RECEIVER\",\n    \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n    \"payoutExtraId\": null,\n    \"payoutHash\": \"vJcEeYrUfr4C+ZkoTLiCjdrBcIIKVQcJATxmhGQwpLc=\",\n    \"requestedAt\": \"2025-12-01T22:14:54.558Z\",\n    \"updatedAt\": \"2025-12-01T22:15:56.860Z\"\n}"},{"id":"aa39e632-85f9-4cce-850b-2ca55cd7ddd7","name":"Invalid externalId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/:externalId","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal",":externalId"],"variable":[{"key":"externalId","value":"1764627294","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"withdrawal_not_found\",\n    \"message\": \"No withdrawal with external id '1764627294'\"\n}"},{"id":"09091024-9cb3-4620-ba1f-f661c3e17b70","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/:externalId","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal",":externalId"],"variable":[{"key":"externalId","value":"1764627294302","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"bcc935e7-6f63-4e84-a097-2ae8e8d7f818"},{"name":"Get latest partner withdrawals","id":"ef6e95c2-a212-45c4-98b7-eb1efb2868ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/withdrawals?limit=number&offset=number","description":"<p>Get the latest partner withdrawals</p>\n","urlObject":{"path":["v2","partner","withdrawals"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) Maximum number of transactions to return. Defaults to 10 if not specified</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>(Optional) Number of transactions to skip. Defaults to 0 if not specified</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"f820f8a0-b0a6-43ec-8e07-20bf4a4a2705","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawals","host":["https://api.changenow.io"],"path":["v2","partner","withdrawals"],"query":[{"key":"limit","value":"100","disabled":true},{"key":"offset","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 137,\n    \"requests\": [\n        {\n            \"externalId\": \"1764926521735\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.015,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER\",\n            \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"uHNyzDZPTsHdBTMgbpThBTgHXc0coHDcaW/TmrejqqA=\",\n            \"requestedAt\": \"2025-12-05T09:22:01.875Z\",\n            \"updatedAt\": \"2025-12-05T09:22:56.863Z\"\n        },\n        {\n            \"externalId\": \"1764715935969\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.015,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"HVlPOM4wEFCvWSAgdL67fOjsAhPufIaJXwhCH1S3OTY=\",\n            \"requestedAt\": \"2025-12-02T22:52:30.240Z\",\n            \"updatedAt\": \"2025-12-02T22:53:19.304Z\"\n        },\n        {\n            \"externalId\": \"1764714527997\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.1,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"yFYRVIHm1CtetvfwsYChOW5N8Iga9Q0oMh+TBscjcjk=\",\n            \"requestedAt\": \"2025-12-02T22:29:02.441Z\",\n            \"updatedAt\": \"2025-12-02T22:29:51.936Z\"\n        },\n        {\n            \"externalId\": \"1764714418871\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.01,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"9loBbS3XYcrfOcKXV+A41SpXfNpe65CxHNuNF2s/Sfs=\",\n            \"requestedAt\": \"2025-12-02T22:27:13.070Z\",\n            \"updatedAt\": \"2025-12-02T22:28:02.972Z\"\n        },\n        {\n            \"externalId\": \"1764714418872\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.1,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"y4U11VKAC6XSSzNXaj6k7MBouI+XvjL+GrzeIzc1res=\",\n            \"requestedAt\": \"2025-12-02T22:27:13.070Z\",\n            \"updatedAt\": \"2025-12-02T22:28:34.480Z\"\n        },\n        {\n            \"externalId\": \"1764713488685\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.1,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"t+O0wPJon3EZO9NREOgoPsfe+tRDTHgEE84/f9nUaLw=\",\n            \"requestedAt\": \"2025-12-02T22:11:46.269Z\",\n            \"updatedAt\": \"2025-12-02T22:12:37.149Z\"\n        },\n        {\n            \"externalId\": \"1764713488684\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.1,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"0zvDJZXr9yxkTkf1r03rvz3zt6UMR3CTtqv9hfthE8o=\",\n            \"requestedAt\": \"2025-12-02T22:11:46.269Z\",\n            \"updatedAt\": \"2025-12-02T22:13:08.125Z\"\n        },\n        {\n            \"externalId\": \"1764713296155\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.015,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"rOLAcOg7J1bmhPMPPMCQt/WyvKeYhZbTiOY5NHAnc2w=\",\n            \"requestedAt\": \"2025-12-02T22:08:30.531Z\",\n            \"updatedAt\": \"2025-12-02T22:09:26.306Z\"\n        },\n        {\n            \"externalId\": \"1764713296154\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.015,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"TQl0G/Gti3055eW6z9i1wrOV+gkOiOg8WW/fSflmzV8=\",\n            \"requestedAt\": \"2025-12-02T22:08:30.531Z\",\n            \"updatedAt\": \"2025-12-02T22:09:38.073Z\"\n        },\n        {\n            \"externalId\": \"1764712525338\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.1,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"KncdGiz6um5vc2vJ+FIHqKynK+/omKr4cABGmEQoveM=\",\n            \"requestedAt\": \"2025-12-02T21:55:55.541Z\",\n            \"updatedAt\": \"2025-12-02T21:56:46.856Z\"\n        }\n    ]\n}"},{"id":"78714689-ec64-4c8b-bfd7-fc2a81db9422","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawals?limit=5&offset=5","host":["https://api.changenow.io"],"path":["v2","partner","withdrawals"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 137,\n    \"requests\": [\n        {\n            \"externalId\": \"1764713488685\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.1,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"t+O0wPJon3EZO9NREOgoPsfe+tRDTHgEE84/f9nUaLw=\",\n            \"requestedAt\": \"2025-12-02T22:11:46.269Z\",\n            \"updatedAt\": \"2025-12-02T22:12:37.149Z\"\n        },\n        {\n            \"externalId\": \"1764713488684\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.1,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"0zvDJZXr9yxkTkf1r03rvz3zt6UMR3CTtqv9hfthE8o=\",\n            \"requestedAt\": \"2025-12-02T22:11:46.269Z\",\n            \"updatedAt\": \"2025-12-02T22:13:08.125Z\"\n        },\n        {\n            \"externalId\": \"1764713296155\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.015,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"rOLAcOg7J1bmhPMPPMCQt/WyvKeYhZbTiOY5NHAnc2w=\",\n            \"requestedAt\": \"2025-12-02T22:08:30.531Z\",\n            \"updatedAt\": \"2025-12-02T22:09:26.306Z\"\n        },\n        {\n            \"externalId\": \"1764713296154\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.015,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER_EXCLUDED\",\n            \"payoutAddress\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"TQl0G/Gti3055eW6z9i1wrOV+gkOiOg8WW/fSflmzV8=\",\n            \"requestedAt\": \"2025-12-02T22:08:30.531Z\",\n            \"updatedAt\": \"2025-12-02T22:09:38.073Z\"\n        },\n        {\n            \"externalId\": \"1764712525338\",\n            \"currency\": \"ton\",\n            \"status\": \"FINISHED\",\n            \"amount\": 0.1,\n            \"fee\": \"0.0075\",\n            \"feePaidBy\": \"RECEIVER\",\n            \"payoutAddress\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"payoutExtraId\": null,\n            \"payoutHash\": \"KncdGiz6um5vc2vJ+FIHqKynK+/omKr4cABGmEQoveM=\",\n            \"requestedAt\": \"2025-12-02T21:55:55.541Z\",\n            \"updatedAt\": \"2025-12-02T21:56:46.856Z\"\n        }\n    ]\n}"},{"id":"57a50eef-f3fa-47c3-9488-c4d936560bf2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawals","host":["https://api.changenow.io"],"path":["v2","partner","withdrawals"],"query":[{"key":"limit","value":"5","disabled":true},{"key":"offset","value":"5","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"ef6e95c2-a212-45c4-98b7-eb1efb2868ee"},{"name":"Get withdrawal fee estimate","id":"b23971d2-57e4-4110-afeb-3aca1e448650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/withdrawal/fee/:currency?amount=number","description":"<p>Get an estimate of the network fee for your withdrawal currency and amount.</p>\n<p>Please take note that currency should be passed in legacyTicker format which can be obtained with the '<a href=\"#442e8106-c279-4118-8155-f3be95f28101\">List of available currencies</a>' method.</p>\n<p>For some currencies, such as <code>LUNC</code> and <code>DOBO</code>, the response may include an optional <code>additionalFee</code> object.</p>\n<p>The <code>additionalFee</code> object contains:</p>\n<ul>\n<li><p><code>percent</code> – additional fee percentage</p>\n</li>\n<li><p><code>fee</code> — calculated additional fee amount based on percent</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","partner","withdrawal","fee",":currency"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Required) Amount to withdraw</p>\n","type":"text/plain"},"key":"amount","value":"number"}],"variable":[{"id":"47c68e43-6452-451c-9be6-5216f2aaba8c","description":{"content":"<p>(Required) Currency ticker</p>\n","type":"text/plain"},"type":"any","value":"string","key":"currency"}]}},"response":[{"id":"d2b0b4fb-40fb-44ec-aa77-4257a6ffe5ed","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/fee/:currency?amount=10","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal","fee",":currency"],"query":[{"key":"amount","value":"10"}],"variable":[{"key":"currency","value":"trx"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": {\n        \"withdrawalFee\": \"0.3\",\n        \"updatedAt\": \"2025-12-09T21:41:38.594Z\"\n    }\n}"},{"id":"a5d7e11e-ccd7-47a5-9220-5f543544fdc9","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/fee/:currency?amount=10","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal","fee",":currency"],"query":[{"key":"amount","value":"10"}],"variable":[{"key":"currency","value":"TRX"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"bad_params\",\n    \"message\": \"Invalid 'currency'\"\n}"},{"id":"5860b364-b358-4aeb-8dd4-2db18d50be0b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/fee/:currency?amount=10","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal","fee",":currency"],"query":[{"key":"amount","value":"10"}],"variable":[{"key":"currency","value":"trx"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"},{"id":"c3a18abf-9da6-4667-8374-4f2d7aea6bda","name":"Successful response for currency with additional fee","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/fee/:currency?amount=10","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal","fee",":currency"],"query":[{"key":"amount","value":"10","description":"(Required) Amount to withdraw"}],"variable":[{"key":"currency","value":"lunc","description":"(Required) Currency ticker"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": {\n        \"withdrawalFee\": \"8.5\",\n        \"isNetworkFeeFixated\": true,\n        \"updatedAt\": \"2026-04-13T11:13:12.052Z\",\n        \"additionalFee\": {\n            \"percent\": 0.5,\n            \"fee\": \"0.05\"\n        }\n    }\n}"}],"_postman_id":"b23971d2-57e4-4110-afeb-3aca1e448650"},{"name":"Get minimum withdrawal amount","id":"dc0ae753-cd89-4508-aee7-0d95aa7431ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/withdrawal/:currency/min-amount","description":"<p>Get the minimum allowed amount for a withdrawal in your selected currency.</p>\n<p>Please take note that currency should be passed in legacyTicker format which can be obtained with the '<a href=\"#442e8106-c279-4118-8155-f3be95f28101\">List of available currencies</a>' method.</p>\n","urlObject":{"path":["v2","partner","withdrawal",":currency","min-amount"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"8da106c5-87c3-4617-9960-ba7123a1a35c","description":{"content":"<p>(Required) Currency ticker</p>\n","type":"text/plain"},"type":"any","value":"string","key":"currency"}]}},"response":[{"id":"92dd299c-ba42-4564-b2bb-c9333836dd42","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/:currency/min-amount","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal",":currency","min-amount"],"variable":[{"key":"currency","value":"trx"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": 0.6\n}"},{"id":"b5d69c4e-6fd9-48fb-96d4-af9dbd809324","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/:currency/min-amount","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal",":currency","min-amount"],"variable":[{"key":"currency","value":"TRX"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"withdrawal_request_error\",\n    \"message\": \"bad_params\"\n}"},{"id":"028f8341-e808-443d-bc98-632905393e55","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/withdrawal/:currency/min-amount","host":["https://api.changenow.io"],"path":["v2","partner","withdrawal",":currency","min-amount"],"variable":[{"key":"currency","value":"trx"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"dc0ae753-cd89-4508-aee7-0d95aa7431ea"}],"id":"aa9be0d5-96c3-41ad-b57a-066fb537272b","description":"<p>Create on-chain withdrawals from your custody balance. Track withdrawal status, request withdrawal history data.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"76cadf24-075b-43b2-bbc2-f2300b5925df"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"9ccb783f-7c38-40be-8ff7-00f57151c2c9"}}],"_postman_id":"aa9be0d5-96c3-41ad-b57a-066fb537272b"},{"name":"Transfers","item":[{"name":"Register new transfer","id":"49fc1ad7-86d2-4c21-8aac-072b3bbd1e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dd\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer","description":"<p>Register a new off-chain transfer between accounts.</p>\n<p><strong>Note</strong>: This endpoint is accessible only by the master account. To allow a subaccount to use this endpoint, send a request to <a href=\"https://changenow.io\">partners@changenow.io</a></p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>from</strong></td>\n<td>string</td>\n<td>(Required) Partner ID from</td>\n</tr>\n<tr>\n<td><strong>to</strong></td>\n<td>string</td>\n<td>(Required) Partner ID to</td>\n</tr>\n<tr>\n<td><strong>amount</strong></td>\n<td>number or string</td>\n<td>(Required) Amount of currency you want to transfer</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>(Required) Ticker of the currency you want to transfer</td>\n</tr>\n<tr>\n<td><strong>externalId</strong></td>\n<td>string or null</td>\n<td>(Optional) Unique transaction identifier. Important: the same externalId won't create a new transfer — the repeated request is rejected, not re-executed. Without externalId, duplicates are not detected.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","transfer"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"5b991dbc-365e-4b30-9bc3-9907f73fb98c","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dd\",\n    \"amount\": 0.1,\n    \"currency\": \"ton\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"a5442ca454f420\",\n        \"externalId\": null,\n        \"status\": \"INIT\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"currency\": \"ton\",\n        \"amount\": \"0.1\",\n        \"createdAt\": \"2025-12-09T23:06:24.909Z\",\n        \"updatedAt\": \"2025-12-09T23:06:24.909Z\"\n    },\n    \"error\": null\n}"},{"id":"59821855-cca0-4ce8-9ff3-3e9d3defff17","name":"Successful response with externalId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dd\",\n    \"amount\": \"0.1\",\n    \"currency\": \"ton\",\n    \"externalId\": \"test-123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"5ed97273161f6f\",\n        \"externalId\": \"test-123\",\n        \"status\": \"INIT\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"currency\": \"ton\",\n        \"amount\": \"0.1\",\n        \"createdAt\": \"2025-12-10T21:45:28.231Z\",\n        \"updatedAt\": \"2025-12-10T21:45:28.231Z\"\n    },\n    \"error\": null\n}"},{"id":"c250ea92-9245-46c5-ba37-88365f7cc030","name":"ExternalId already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dd\",\n    \"amount\": \"0.1\",\n    \"currency\": \"ton\",\n    \"externalId\": \"test-123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"externalId\": \"test-123\",\n        \"status\": \"REJECTED\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"error\": \"Transfer with externalId is already exists: test-123\"\n    },\n    \"error\": null\n}"},{"id":"3d11e7ea-119d-42b0-9c25-fe0c27420a78","name":"Transfer to another master/subaccount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"0562463db4\",\n    \"amount\": \"0.1\",\n    \"currency\": \"ton\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Partner from 55788b9cf5 and to 0562463db4 must be requester 55788b9cf5 or your subpartner\"\n}"},{"id":"f870d40f-920e-496d-8992-db70632187b5","name":"Insufficient balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dd\",\n    \"amount\": \"5\",\n    \"currency\": \"ton\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"insufficient_balance\",\n    \"result\": null,\n    \"error\": \"Insufficient balance for 55788b9cf5 partner's 'ton' account\"\n}"},{"id":"57529f90-d998-43e3-9a36-9d246ad63c8d","name":"Unknown partner","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dddd\",\n    \"amount\": \"0.1\",\n    \"currency\": \"ton\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Unknown partner to='42e42951dddd'\"\n}"},{"id":"6c97ee8f-cb8a-4bbb-9164-84b027f096a8","name":"Invalid currency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dd\",\n    \"amount\": \"0.1\",\n    \"currency\": \"TON\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Invalid 'currency': TON\"\n}"},{"id":"eb3aea88-9a2d-4c57-a11e-f58d5225d3f5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dd\",\n    \"amount\": \"0.1\",\n    \"currency\": \"ton\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"49fc1ad7-86d2-4c21-8aac-072b3bbd1e16"},{"name":"Register multiple partner transfers","id":"f1ecb5a1-0afc-457d-b348-1289404d988f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"amount\": 0.1,\n        \"currency\": \"ton\",\n        \"externalId\": null\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"26efe5f727\",\n        \"amount\": 0.1,\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers","description":"<p>Register multiple off-chain transfers between accounts in a single API call.</p>\n<p><strong>Note</strong>: This endpoint is accessible only by the master account. To allow a subaccount to use this endpoint, send a request to <a href=\"https://changenow.io\">partners@changenow.io</a></p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>from</strong></td>\n<td>string</td>\n<td>(Required) Partner ID from</td>\n</tr>\n<tr>\n<td><strong>to</strong></td>\n<td>string</td>\n<td>(Required) Partner ID to</td>\n</tr>\n<tr>\n<td><strong>amount</strong></td>\n<td>number or string</td>\n<td>(Required) Amount of currency you want to transfer</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>(Required) Ticker of the currency you want to transfer</td>\n</tr>\n<tr>\n<td><strong>externalId</strong></td>\n<td>string or null</td>\n<td>(Optional) Unique transaction identifier. Important: the same externalId won't create a new transfer — the repeated request is rejected, not re-executed. Without externalId, duplicates are not detected.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","transfers"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"9a49672c-a675-4b73-9b8d-ea0fa55d6e43","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"amount\": 0.1,\n        \"currency\": \"ton\",\n        \"externalId\": null\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"26efe5f727\",\n        \"amount\": 0.1,\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"ae458076d51018\",\n            \"externalId\": null,\n            \"status\": \"INIT\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:34:39.533Z\",\n            \"updatedAt\": \"2025-12-11T12:34:39.533Z\"\n        },\n        {\n            \"id\": \"4a5021d300f84f\",\n            \"externalId\": null,\n            \"status\": \"INIT\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:34:39.715Z\",\n            \"updatedAt\": \"2025-12-11T12:34:39.715Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"a12e3222-5dc7-4d3a-9bbc-83efdaad1c1a","name":"Successful response with externalId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": \"test-456\"\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"26efe5f727\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"7511ef358de5bc\",\n            \"externalId\": \"test-456\",\n            \"status\": \"INIT\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:49:52.720Z\",\n            \"updatedAt\": \"2025-12-11T12:49:52.720Z\"\n        },\n        {\n            \"id\": \"7de88bf4250a6d\",\n            \"externalId\": null,\n            \"status\": \"INIT\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:49:53.979Z\",\n            \"updatedAt\": \"2025-12-11T12:49:53.979Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"94399c07-7ea5-467f-90be-c185b008662d","name":"ExternalId already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": \"test-456\"\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"26efe5f727\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"externalId\": \"test-456\",\n            \"status\": \"REJECTED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"createdAt\": \"2025-12-11T12:53:50.873Z\",\n            \"updatedAt\": \"2025-12-11T12:53:50.873Z\",\n            \"error\": \"Transfer with externalId is already exists: test-456\"\n        },\n        {\n            \"id\": \"3bcd02470b69b0\",\n            \"externalId\": null,\n            \"status\": \"INIT\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:53:51.041Z\",\n            \"updatedAt\": \"2025-12-11T12:53:51.041Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"5b01f8e7-0974-4b96-a38f-4bf19997525b","name":"Transfer to another master/subaccount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"0562463db4\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Partner from 55788b9cf5 and to 0562463db4 must be requester 55788b9cf5 or your subpartner\"\n}"},{"id":"b4468d18-c475-47b4-933e-8c52a8b2a7ae","name":"Insufficient balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"amount\": \"5\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"26efe5f727\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"insufficient_balance\",\n    \"result\": null,\n    \"error\": \"Insufficient balance for 55788b9cf5 partner's 'ton' account\"\n}"},{"id":"979132ac-c87f-441b-b9a6-be2d2850d01f","name":"Unknown partner","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dddd\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"26efe5f727\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Unknown partner to='42e42951dddd'\"\n}"},{"id":"1a3696a1-7080-432e-aa70-54524937aec5","name":"Invalid currency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"amount\": \"0.1\",\n        \"currency\": \"TON\",\n        \"externalId\": null\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"26efe5f727\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Invalid 'currency': TON\"\n}"},{"id":"8d648149-431e-4c64-ad33-085b2ee133ca","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    },\n    {\n        \"from\": \"55788b9cf5\",\n        \"to\": \"26efe5f727\",\n        \"amount\": \"0.1\",\n        \"currency\": \"ton\",\n        \"externalId\": null\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Unauthorized"},{"id":"209d8ddb-d0c5-4c80-8b5e-88ecbf9fc9f3","name":"Duplicated externalId within request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n{\n    \"from\": \"<string>\",\n    \"to\": \"<string>\",\n    \"amount\": \"0.1\",\n    \"currency\": \"lunc\",\n    \"externalId\": \"11117\"\n},\n{\n    \"from\": \"<string>\",\n    \"to\": \"<string>\",\n    \"amount\": \"0.1\",\n    \"currency\": \"lunc\",\n    \"externalId\": \"11117\"\n},\n{\n    \"from\": \"<string>\",\n    \"to\": \"<string>\",\n    \"amount\": \"0.1\",\n    \"currency\": \"lunc\",\n    \"externalId\": \"111111\"\n}\n]","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Got duplicated externalId: 11117\"\n}"}],"_postman_id":"f1ecb5a1-0afc-457d-b348-1289404d988f"},{"name":"Get partner transfer","id":"3084e8d8-cb51-4197-b457-b457fb0f327f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/transfer/:id","description":"<p>Get partner transfer details by ID.</p>\n","urlObject":{"path":["v2","partner","transfer",":id"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"99b91eab-9176-440b-b8c1-31d14e669a2c","description":{"content":"<p>(Required) Partner transfer Id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"869cd5a5-9673-4fc5-8311-4ddabaf3fcde","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfer/:id","host":["https://api.changenow.io"],"path":["v2","partner","transfer",":id"],"variable":[{"key":"id","value":"a5442ca454f420"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"a5442ca454f420\",\n        \"externalId\": null,\n        \"status\": \"FINISHED\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"42e42951dd\",\n        \"currency\": \"ton\",\n        \"amount\": \"0.1\",\n        \"createdAt\": \"2025-12-09T23:06:24.909Z\",\n        \"updatedAt\": \"2025-12-09T23:06:34.065Z\"\n    },\n    \"error\": null\n}"},{"id":"f5e0787a-6876-48c8-8fd6-8ca0ba784cca","name":"Invalid transfer Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfer/:id","host":["https://api.changenow.io"],"path":["v2","partner","transfer",":id"],"variable":[{"key":"id","value":"a5442ca454f"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"unknown_error\",\n    \"result\": null,\n    \"error\": \"Could not get partner Transfer by id='a5442ca454f': Request failed with status code 404 404 {\\\"status\\\":\\\"not_found\\\",\\\"result\\\":null,\\\"error\\\":\\\"Partner transfer not found by id=a5442ca454f\\\"}\"\n}"},{"id":"e74ebbed-a505-4689-a864-7d87db4d7e12","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfer/:id","host":["https://api.changenow.io"],"path":["v2","partner","transfer",":id"],"variable":[{"key":"id","value":"a5442ca454f420"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"3084e8d8-cb51-4197-b457-b457fb0f327f"},{"name":"Get partner transfer status","id":"e49493aa-c1bc-4d72-a689-382a9a0870fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/transfer/:id/status","description":"<p>Get partner transfer by ID. Returns the status only.</p>\n","urlObject":{"path":["v2","partner","transfer",":id","status"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"63de12f2-e551-447a-a317-8fa141b7cd31","description":{"content":"<p>(Required) Partner transfer Id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"b0e9bd39-04d9-446b-b241-33e379198434","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfer/:id/status","host":["https://api.changenow.io"],"path":["v2","partner","transfer",":id","status"],"variable":[{"key":"id","value":"a5442ca454f420"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"a5442ca454f420\",\n        \"externalId\": null,\n        \"status\": \"FINISHED\"\n    },\n    \"error\": null\n}"},{"id":"664dc28a-bf9d-4574-9c93-3edf974af8da","name":"Invalid transfer Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfer/:id/status","host":["https://api.changenow.io"],"path":["v2","partner","transfer",":id","status"],"variable":[{"key":"id","value":"a5442ca454f"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"unknown_error\",\n    \"result\": null,\n    \"error\": \"Could not get partner transfer's status by id=a5442ca454f: Request failed with status code 404 404 {\\\"status\\\":\\\"not_found\\\",\\\"result\\\":null,\\\"error\\\":\\\"Partner transfer not found by id=a5442ca454f\\\"}\"\n}"},{"id":"dff3aff6-04f3-4d0c-975e-b43fbe0594b5","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfer/:id/status","host":["https://api.changenow.io"],"path":["v2","partner","transfer",":id","status"],"variable":[{"key":"id","value":"a5442ca454f420"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"e49493aa-c1bc-4d72-a689-382a9a0870fd"},{"name":"Get partner transfers","id":"6e8e2223-0d6a-4878-8774-809fc9ba4eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/transfers?currency=string&id=string[]&spid=string[]&externalId=string[]&status=string[]&createdSort=string&updatedSort=string&createdFrom=string&createdTo=string&updatedFrom=string&updatedTo=string&limit=number&offset=number","description":"<p>Get partner transfers with optional filters.</p>\n","urlObject":{"path":["v2","partner","transfers"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) Filter by currency</p>\n","type":"text/plain"},"key":"currency","value":"string"},{"description":{"content":"<p>(Optional) Filter by transfer IDs (multiple values supported)</p>\n","type":"text/plain"},"key":"id","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by subaccount IDs (multiple values supported)</p>\n","type":"text/plain"},"key":"spid","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by externalId (multiple values supported)</p>\n","type":"text/plain"},"key":"externalId","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by partner transfer statuses (multiple values supported)</p>\n","type":"text/plain"},"key":"status","value":"string[]"},{"description":{"content":"<p>(Optional) Sort results by creation time in ascending or descending order.\nEnum: [\"ASC\", \"DESC\"]</p>\n","type":"text/plain"},"key":"createdSort","value":"string"},{"description":{"content":"<p>(Optional) Sort results by update time in ascending or descending order.\nEnum: [\"ASC\", \"DESC\"]</p>\n","type":"text/plain"},"key":"updatedSort","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdTo","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedTo","value":"string"},{"description":{"content":"<p>(Optional) Maximum number of transactions to return. Defaults to 10 if not specified</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>(Optional) Number of transactions to skip. Defaults to 0 if not specified</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"c5732b21-fb78-4875-a8e4-9349d315ccfc","name":"Get all transfers (no filters)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.changenow.io/v2/partner/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"a40667ad22ad0f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-12T16:49:48.105Z\",\n            \"updatedAt\": \"2025-12-12T16:49:59.881Z\"\n        },\n        {\n            \"id\": \"c1bde38d9689ee\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-12T12:35:43.436Z\",\n            \"updatedAt\": \"2025-12-12T12:35:53.975Z\"\n        },\n        {\n            \"id\": \"8e857c79f5f7b8\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"26efe5f727\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:56:12.776Z\",\n            \"updatedAt\": \"2025-12-11T12:56:22.916Z\"\n        },\n        {\n            \"id\": \"3bcd02470b69b0\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:53:51.041Z\",\n            \"updatedAt\": \"2025-12-11T12:54:06.475Z\"\n        },\n        {\n            \"id\": \"248f6df78c8645\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"26efe5f727\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:51:28.099Z\",\n            \"updatedAt\": \"2025-12-11T12:51:40.771Z\"\n        },\n        {\n            \"id\": \"bc4ac0d5823816\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:51:19.515Z\",\n            \"updatedAt\": \"2025-12-11T12:51:30.970Z\"\n        },\n        {\n            \"id\": \"7de88bf4250a6d\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:49:53.979Z\",\n            \"updatedAt\": \"2025-12-11T12:50:09.261Z\"\n        },\n        {\n            \"id\": \"7511ef358de5bc\",\n            \"externalId\": \"test-456\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:49:52.720Z\",\n            \"updatedAt\": \"2025-12-11T12:50:03.156Z\"\n        },\n        {\n            \"id\": \"afd1b766690814\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-11T12:47:43.399Z\",\n            \"updatedAt\": \"2025-12-11T12:47:54.671Z\"\n        },\n        {\n            \"id\": \"1ac6a8e7ba18ca\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"26efe5f727\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:37:05.142Z\",\n            \"updatedAt\": \"2025-12-11T12:37:17.830Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"dddb8c79-9c4f-4d62-8e6b-197d29e0d3e8","name":"Filter by currency","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers?currency=usdtsol","host":["https://api.changenow.io"],"path":["v2","partner","transfers"],"query":[{"key":"currency","value":"usdtsol"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"6011f903e798fc\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.1095446060581381296\",\n            \"createdAt\": \"2025-12-05T16:58:17.765Z\",\n            \"updatedAt\": \"2025-12-05T16:58:34.560Z\"\n        },\n        {\n            \"id\": \"b9e82e2007ed31\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.167321446058138\",\n            \"createdAt\": \"2025-10-16T16:19:53.839Z\",\n            \"updatedAt\": \"2025-10-16T16:20:05.634Z\"\n        },\n        {\n            \"id\": \"02a348b5dc503f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.211107126058138\",\n            \"createdAt\": \"2025-10-16T16:12:26.722Z\",\n            \"updatedAt\": \"2025-10-16T16:12:37.956Z\"\n        },\n        {\n            \"id\": \"35c5fbf45d0c96\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.471107126058138\",\n            \"createdAt\": \"2025-10-16T16:04:28.906Z\",\n            \"updatedAt\": \"2025-10-16T16:04:40.812Z\"\n        },\n        {\n            \"id\": \"54faf442f29c93\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.3609349011292078\",\n            \"createdAt\": \"2025-10-16T16:00:21.601Z\",\n            \"updatedAt\": \"2025-10-16T16:00:31.953Z\"\n        },\n        {\n            \"id\": \"388b50eae31a09\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.140091483761783\",\n            \"createdAt\": \"2025-10-16T15:57:08.872Z\",\n            \"updatedAt\": \"2025-10-16T15:57:19.201Z\"\n        },\n        {\n            \"id\": \"06b858a017630e\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.140091483761783\",\n            \"createdAt\": \"2025-10-16T13:49:35.166Z\",\n            \"updatedAt\": \"2025-10-16T13:49:44.249Z\"\n        },\n        {\n            \"id\": \"4207903d4fe42b\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.140091483761783\",\n            \"createdAt\": \"2025-10-16T13:44:10.197Z\",\n            \"updatedAt\": \"2025-10-16T13:44:20.353Z\"\n        },\n        {\n            \"id\": \"fa47611efea1ac\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"0.02269223313814693\",\n            \"createdAt\": \"2025-10-16T13:27:57.668Z\",\n            \"updatedAt\": \"2025-10-16T13:28:06.657Z\"\n        },\n        {\n            \"id\": \"385f0f146dcbbe\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"0.135375989778387\",\n            \"createdAt\": \"2025-10-16T13:20:48.137Z\",\n            \"updatedAt\": \"2025-10-16T13:20:58.787Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"eac49bec-bcec-4e85-87aa-010948653885","name":"Filter by transfer ID (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers?id=a5442ca454f420&id=5ed97273161f6f","host":["https://api.changenow.io"],"path":["v2","partner","transfers"],"query":[{"key":"id","value":"a5442ca454f420"},{"key":"id","value":"5ed97273161f6f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"5ed97273161f6f\",\n            \"externalId\": \"test-123\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-10T21:45:28.231Z\",\n            \"updatedAt\": \"2025-12-10T21:45:38.366Z\"\n        },\n        {\n            \"id\": \"a5442ca454f420\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-09T23:06:24.909Z\",\n            \"updatedAt\": \"2025-12-09T23:06:34.065Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"40f1e2b4-9eaf-4fa3-b81e-fd45a5a71bad","name":"Filter by subaccount ID (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers?spid=26efe5f727&spid=67882d8aec","host":["https://api.changenow.io"],"path":["v2","partner","transfers"],"query":[{"key":"spid","value":"26efe5f727"},{"key":"spid","value":"67882d8aec"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"8e857c79f5f7b8\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"26efe5f727\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:56:12.776Z\",\n            \"updatedAt\": \"2025-12-11T12:56:22.916Z\"\n        },\n        {\n            \"id\": \"3bcd02470b69b0\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:53:51.041Z\",\n            \"updatedAt\": \"2025-12-11T12:54:06.475Z\"\n        },\n        {\n            \"id\": \"248f6df78c8645\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"26efe5f727\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:51:28.099Z\",\n            \"updatedAt\": \"2025-12-11T12:51:40.771Z\"\n        },\n        {\n            \"id\": \"7de88bf4250a6d\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:49:53.979Z\",\n            \"updatedAt\": \"2025-12-11T12:50:09.261Z\"\n        },\n        {\n            \"id\": \"afd1b766690814\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-11T12:47:43.399Z\",\n            \"updatedAt\": \"2025-12-11T12:47:54.671Z\"\n        },\n        {\n            \"id\": \"1ac6a8e7ba18ca\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"26efe5f727\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:37:05.142Z\",\n            \"updatedAt\": \"2025-12-11T12:37:17.830Z\"\n        },\n        {\n            \"id\": \"4a5021d300f84f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:34:39.715Z\",\n            \"updatedAt\": \"2025-12-11T12:34:56.763Z\"\n        },\n        {\n            \"id\": \"41e76db8ab539f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"67882d8aec\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.01\",\n            \"createdAt\": \"2025-07-02T22:12:23.754Z\",\n            \"updatedAt\": \"2025-07-02T22:12:34.870Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"9aa30fc8-bb3c-4e97-98eb-8008aa26c37c","name":"Filter by externalId (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers?externalId=test-123&externalId=test-456","host":["https://api.changenow.io"],"path":["v2","partner","transfers"],"query":[{"key":"externalId","value":"test-123"},{"key":"externalId","value":"test-456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"5ed97273161f6f\",\n            \"externalId\": \"test-123\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-10T21:45:28.231Z\",\n            \"updatedAt\": \"2025-12-10T21:45:38.366Z\"\n        },\n        {\n            \"id\": \"7511ef358de5bc\",\n            \"externalId\": \"test-456\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:49:52.720Z\",\n            \"updatedAt\": \"2025-12-11T12:50:03.156Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"76dcb943-5087-4dca-85ec-ab86a35d6bf1","name":"Filter by status (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers?status=PROCESSING&status=NEW","host":["https://api.changenow.io"],"path":["v2","partner","transfers"],"query":[{"key":"status","value":"PROCESSING"},{"key":"status","value":"NEW"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"8e14c085379669\",\n            \"externalId\": null,\n            \"status\": \"PROCESSING\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-28T23:00:06.610Z\",\n            \"updatedAt\": \"2025-12-28T23:00:10.666Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"ade10750-07d9-4eaf-a75e-0227502d6829","name":"Sort by creation date","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers?createdSort=ASC","host":["https://api.changenow.io"],"path":["v2","partner","transfers"],"query":[{"key":"createdSort","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"41e76db8ab539f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"67882d8aec\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.01\",\n            \"createdAt\": \"2025-07-02T22:12:23.754Z\",\n            \"updatedAt\": \"2025-07-02T22:12:34.870Z\"\n        },\n        {\n            \"id\": \"411a9d287000bb\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.3\",\n            \"createdAt\": \"2025-07-21T15:32:08.432Z\",\n            \"updatedAt\": \"2025-07-21T15:32:16.208Z\"\n        },\n        {\n            \"id\": \"9920b91f3d123a\",\n            \"externalId\": \"1\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.01\",\n            \"createdAt\": \"2025-07-21T15:36:45.422Z\",\n            \"updatedAt\": \"2025-07-21T15:36:54.939Z\"\n        },\n        {\n            \"id\": \"78339a0a05d4c4\",\n            \"externalId\": \"2\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"2163e09acf\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.01\",\n            \"createdAt\": \"2025-07-21T15:37:57.383Z\",\n            \"updatedAt\": \"2025-07-21T15:38:07.923Z\"\n        },\n        {\n            \"id\": \"d30d6955e280ee\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.01\",\n            \"createdAt\": \"2025-07-21T15:38:53.525Z\",\n            \"updatedAt\": \"2025-07-21T15:39:03.260Z\"\n        },\n        {\n            \"id\": \"f84452c252aa87\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"2163e09acf\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.01\",\n            \"createdAt\": \"2025-07-21T15:38:54.196Z\",\n            \"updatedAt\": \"2025-07-21T15:39:05.360Z\"\n        },\n        {\n            \"id\": \"018c9125163ca2\",\n            \"externalId\": \"777\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-07-21T15:40:27.612Z\",\n            \"updatedAt\": \"2025-07-21T15:40:35.913Z\"\n        },\n        {\n            \"id\": \"94adc6d02c9a96\",\n            \"externalId\": \"888\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"2163e09acf\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-07-21T15:40:28.175Z\",\n            \"updatedAt\": \"2025-07-21T15:40:37.955Z\"\n        },\n        {\n            \"id\": \"499e87f79e1a06\",\n            \"externalId\": \"1a2\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-07-21T15:51:08.258Z\",\n            \"updatedAt\": \"2025-07-21T15:51:17.187Z\"\n        },\n        {\n            \"id\": \"62b58fc1c00743\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"e074f7283d\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-07-22T12:52:27.074Z\",\n            \"updatedAt\": \"2025-07-22T12:52:37.222Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"1e76e4ba-0596-44d4-a02d-5e834229be0d","name":"Filter by creation date range","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers?createdFrom=2025-12-05&createdTo=2025-12-10","host":["https://api.changenow.io"],"path":["v2","partner","transfers"],"query":[{"key":"createdFrom","value":"2025-12-05"},{"key":"createdTo","value":"2025-12-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"a5442ca454f420\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-09T23:06:24.909Z\",\n            \"updatedAt\": \"2025-12-09T23:06:34.065Z\"\n        },\n        {\n            \"id\": \"6011f903e798fc\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"usdtsol\",\n            \"amount\": \"1.1095446060581381296\",\n            \"createdAt\": \"2025-12-05T16:58:17.765Z\",\n            \"updatedAt\": \"2025-12-05T16:58:34.560Z\"\n        },\n        {\n            \"id\": \"71c949968109b2\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-05T12:23:10.487Z\",\n            \"updatedAt\": \"2025-12-05T12:23:23.536Z\"\n        },\n        {\n            \"id\": \"c3252f6dd816c1\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-05T12:23:09.199Z\",\n            \"updatedAt\": \"2025-12-05T12:23:18.132Z\"\n        },\n        {\n            \"id\": \"3fa5d722d97426\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-05T12:22:54.116Z\",\n            \"updatedAt\": \"2025-12-05T12:23:03.625Z\"\n        },\n        {\n            \"id\": \"a4c2ef3bab2df6\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-05T12:14:54.840Z\",\n            \"updatedAt\": \"2025-12-05T12:15:09.393Z\"\n        },\n        {\n            \"id\": \"e37c2acdaa6b56\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-05T12:14:54.683Z\",\n            \"updatedAt\": \"2025-12-05T12:15:06.734Z\"\n        },\n        {\n            \"id\": \"a5ca7480316ac8\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-05T12:14:37.147Z\",\n            \"updatedAt\": \"2025-12-05T12:14:47.520Z\"\n        },\n        {\n            \"id\": \"bc069301f189e2\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-05T12:14:09.106Z\",\n            \"updatedAt\": \"2025-12-05T12:14:19.497Z\"\n        },\n        {\n            \"id\": \"ad889a0168a47c\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-05T11:48:45.786Z\",\n            \"updatedAt\": \"2025-12-05T11:48:56.296Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"47fe4268-706b-42b4-b425-64bbfe1e4fe6","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers?limit=5&offset=5","host":["https://api.changenow.io"],"path":["v2","partner","transfers"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"bc4ac0d5823816\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:51:19.515Z\",\n            \"updatedAt\": \"2025-12-11T12:51:30.970Z\"\n        },\n        {\n            \"id\": \"7de88bf4250a6d\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:49:53.979Z\",\n            \"updatedAt\": \"2025-12-11T12:50:09.261Z\"\n        },\n        {\n            \"id\": \"7511ef358de5bc\",\n            \"externalId\": \"test-456\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:49:52.720Z\",\n            \"updatedAt\": \"2025-12-11T12:50:03.156Z\"\n        },\n        {\n            \"id\": \"afd1b766690814\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"26efe5f727\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.001\",\n            \"createdAt\": \"2025-12-11T12:47:43.399Z\",\n            \"updatedAt\": \"2025-12-11T12:47:54.671Z\"\n        },\n        {\n            \"id\": \"1ac6a8e7ba18ca\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"26efe5f727\",\n            \"to\": \"55788b9cf5\",\n            \"currency\": \"ton\",\n            \"amount\": \"0.1\",\n            \"createdAt\": \"2025-12-11T12:37:05.142Z\",\n            \"updatedAt\": \"2025-12-11T12:37:17.830Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"c16715ee-adfe-4063-92e4-1c0790d514f6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.changenow.io/v2/partner/transfers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"6e8e2223-0d6a-4878-8774-809fc9ba4eb0"},{"name":"Get partner transfer statuses","id":"b8ef865a-edec-43ea-abc8-983f95aa6db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/transfers/status?currency=string&id=string[]&spid=string[]&externalId=string[]&status=string[]&createdSort=string&updatedSort=string&createdFrom=string&createdTo=string&updatedFrom=string&updatedTo=string&limit=number&offset=number","description":"<p>Get partner transfers with optional filters. Returns statuses only.</p>\n","urlObject":{"path":["v2","partner","transfers","status"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) Filter by currency</p>\n","type":"text/plain"},"key":"currency","value":"string"},{"description":{"content":"<p>(Optional) Filter by transfer IDs (multiple values supported)</p>\n","type":"text/plain"},"key":"id","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by subaccount IDs (multiple values supported)</p>\n","type":"text/plain"},"key":"spid","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by externalId (multiple values supported)</p>\n","type":"text/plain"},"key":"externalId","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by partner transfer statuses (multiple values supported)</p>\n","type":"text/plain"},"key":"status","value":"string[]"},{"description":{"content":"<p>(Optional) Sort results by creation time in ascending or descending order.\nEnum: [\"ASC\", \"DESC\"]</p>\n","type":"text/plain"},"key":"createdSort","value":"string"},{"description":{"content":"<p>(Optional) Sort results by update time in ascending or descending order.\nEnum: [\"ASC\", \"DESC\"]</p>\n","type":"text/plain"},"key":"updatedSort","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdTo","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedTo","value":"string"},{"description":{"content":"<p>(Optional) Maximum number of transactions to return. Defaults to 10 if not specified</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>(Optional) Number of transactions to skip. Defaults to 0 if not specified</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"6b0265db-9062-48fe-8594-b887c567d9f6","name":"Get all transfers (no filters)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.changenow.io/v2/partner/transfers/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"a40667ad22ad0f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"c1bde38d9689ee\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"8e857c79f5f7b8\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"3bcd02470b69b0\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"248f6df78c8645\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"bc4ac0d5823816\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"7de88bf4250a6d\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"7511ef358de5bc\",\n            \"externalId\": \"test-456\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"afd1b766690814\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"1ac6a8e7ba18ca\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"1ddacf30-1605-4cf0-ae0e-fded15da747a","name":"Filter by currency","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers/status?currency=usdtsol","host":["https://api.changenow.io"],"path":["v2","partner","transfers","status"],"query":[{"key":"currency","value":"usdtsol"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"6011f903e798fc\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"b9e82e2007ed31\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"02a348b5dc503f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"35c5fbf45d0c96\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"54faf442f29c93\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"388b50eae31a09\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"06b858a017630e\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"4207903d4fe42b\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"fa47611efea1ac\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"385f0f146dcbbe\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"e8a19276-ed22-4773-8b21-3eff91385bc4","name":"Filter by transfer ID (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers/status?id=a5442ca454f420&id=5ed97273161f6f","host":["https://api.changenow.io"],"path":["v2","partner","transfers","status"],"query":[{"key":"id","value":"a5442ca454f420"},{"key":"id","value":"5ed97273161f6f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"5ed97273161f6f\",\n            \"externalId\": \"test-123\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"a5442ca454f420\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"0777db71-a564-4422-869f-9f9b67c8ea6e","name":"Filter by subaccount ID (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers/status?spid=26efe5f727&spid=67882d8aec","host":["https://api.changenow.io"],"path":["v2","partner","transfers","status"],"query":[{"key":"spid","value":"26efe5f727"},{"key":"spid","value":"67882d8aec"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"8e857c79f5f7b8\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"3bcd02470b69b0\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"248f6df78c8645\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"7de88bf4250a6d\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"afd1b766690814\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"1ac6a8e7ba18ca\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"4a5021d300f84f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"41e76db8ab539f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"e7001be1-7de3-43c1-82ba-149587ea2705","name":"Filter by externalId (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers/status?externalId=test-123&externalId=test-456","host":["https://api.changenow.io"],"path":["v2","partner","transfers","status"],"query":[{"key":"externalId","value":"test-123"},{"key":"externalId","value":"test-456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"5ed97273161f6f\",\n            \"externalId\": \"test-123\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"7511ef358de5bc\",\n            \"externalId\": \"test-456\",\n            \"status\": \"FINISHED\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"ad78a313-8e2d-42ff-9005-a5ad6c1aa0f9","name":"Filter by status (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers/status?status=PROCESSING&status=NEW","host":["https://api.changenow.io"],"path":["v2","partner","transfers","status"],"query":[{"key":"status","value":"PROCESSING"},{"key":"status","value":"NEW"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"caa3e4f4242899\",\n            \"externalId\": null,\n            \"status\": \"PROCESSING\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"a1b363d5-8af1-4027-883a-8cb7968e4bfd","name":"Sort by creation date","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers/status?createdSort=ASC","host":["https://api.changenow.io"],"path":["v2","partner","transfers","status"],"query":[{"key":"createdSort","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"41e76db8ab539f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"411a9d287000bb\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"9920b91f3d123a\",\n            \"externalId\": \"1\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"78339a0a05d4c4\",\n            \"externalId\": \"2\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"d30d6955e280ee\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"f84452c252aa87\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"018c9125163ca2\",\n            \"externalId\": \"777\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"94adc6d02c9a96\",\n            \"externalId\": \"888\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"499e87f79e1a06\",\n            \"externalId\": \"1a2\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"62b58fc1c00743\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"e5c8ef13-7ea1-4ac0-a9ab-7a2018af05aa","name":"Filter by creation date range","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers/status?createdFrom=2025-12-05&createdTo=2025-12-10","host":["https://api.changenow.io"],"path":["v2","partner","transfers","status"],"query":[{"key":"createdFrom","value":"2025-12-05"},{"key":"createdTo","value":"2025-12-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"a5442ca454f420\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"6011f903e798fc\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"71c949968109b2\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"c3252f6dd816c1\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"3fa5d722d97426\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"a4c2ef3bab2df6\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"e37c2acdaa6b56\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"a5ca7480316ac8\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"bc069301f189e2\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"ad889a0168a47c\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"14b02ae5-f4b3-458d-962d-713fce76dcca","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.changenow.io/v2/partner/transfers/status?limit=5&offset=5","host":["https://api.changenow.io"],"path":["v2","partner","transfers","status"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"bc4ac0d5823816\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"7de88bf4250a6d\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"7511ef358de5bc\",\n            \"externalId\": \"test-456\",\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"afd1b766690814\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        },\n        {\n            \"id\": \"1ac6a8e7ba18ca\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"fddc2f0f-945c-4451-9067-55f8154b4d84","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.changenow.io/v2/partner/transfers/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"b8ef865a-edec-43ea-abc8-983f95aa6db3"}],"id":"656d9a20-8080-4fe9-852c-56c4407ff981","description":"<p>Manage your balances by transferring funds off-chain from the main account to users accounts (subaccounts) or vice versa.</p>\n<p><strong>Note:</strong> externalId values must be unique both within the batch and across the account.</p>\n<ul>\n<li><p>If the same externalId appears twice <strong>in one request</strong>, the batch is rejected before processing: HTTP 400 with <code>error: \"Got duplicated externalId: \"</code>. No transfers are created.</p>\n</li>\n<li><p>If an externalId <strong>already exists</strong> from a previous request, the batch is still accepted with HTTP 200 and <code>status: \"ok\"</code> — only the affected element in <code>result[]</code> has <code>status: \"REJECTED\"</code> with the reason in <code>error</code> and no <code>id</code>. The other transfers are processed normally.</p>\n</li>\n</ul>\n<p><strong>Transfer directions (example IDs):</strong><br />Master account: <code>55788b9cf5</code><br />Subaccount: <code>42e42951dd</code></p>\n<p><strong>Master account requester:</strong></p>\n<ul>\n<li><p><strong>Master → Subaccount (within the same master account)</strong><br />  <code>55788b9cf5 → 42e42951dd</code></p>\n</li>\n<li><p><strong>Subaccount → Master (within the same master account)</strong><br />  <code>42e42951dd → 55788b9cf5</code></p>\n</li>\n</ul>\n<p><strong>Subaccount requester:</strong></p>\n<ul>\n<li><p><strong>Subaccount → Master (within the same master account)</strong><br />  <code>42e42951dd → 55788b9cf5</code></p>\n</li>\n<li><p><strong>Subaccount → Subaccount (within the same master account)</strong><br />  <code>42e42951dd → another subaccount</code></p>\n</li>\n</ul>\n<p><strong>Restricted transfers:</strong></p>\n<ul>\n<li><strong>Transfers to another master/subaccount are not allowed</strong> (outside the current master account)</li>\n</ul>\n<h4 id=\"transfer-statuses\"><strong>Transfer statuses:</strong></h4>\n<ul>\n<li><p>INIT</p>\n</li>\n<li><p>RESERVING</p>\n</li>\n<li><p>RESERVED</p>\n</li>\n<li><p>WAITING_RISK_CONTROL</p>\n</li>\n<li><p>DELAYED_BY_RISK_CONTROL</p>\n</li>\n<li><p>NEW</p>\n</li>\n<li><p>PROCESSING</p>\n</li>\n<li><p>FINISHED (final)</p>\n</li>\n<li><p>REJECTED (final)</p>\n</li>\n<li><p>WAITING_REJECT</p>\n</li>\n<li><p>FAILED_BY_RISK_CONTROL</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"a14d6f42-184d-4dae-acc0-076ea4a4a3bf"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"0b8e6dea-811d-468c-ac89-c07d2f30ab5f"}}],"_postman_id":"656d9a20-8080-4fe9-852c-56c4407ff981"},{"name":"Conversions","item":[{"name":"Register new conversion","id":"deee0953-d37f-4c66-ae13-29aae70c2156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"55788b9cf5\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": \"0.1\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion","description":"<p>Register a new off-chain conversion of your balance to any of the supported ChangeNOW currencies, which can be found at the '<a href=\"#442e8106-c279-4118-8155-f3be95f28101\">List of available currencies</a>'.</p>\n<p>Please take note of the following limitations when using this endpoint:</p>\n<ul>\n<li><p>Conversion processing might take up to several hours to complete depending on the transaction amount and market situation.</p>\n</li>\n<li><p>Conversion is processed using rates from integrated liquidity providers. Please use a separate endpoint to get a current estimate for conversion.</p>\n</li>\n<li><p>To avoid rate slippage while processing the conversion, please use the <code>rateId</code> parameter when creating the conversion from '<a href=\"#35e1a461-db1c-4b98-af69-7bc8b8647b42\">Conversion estimated amount</a>'.</p>\n</li>\n<li><p>If <code>rateId</code> is passed, <code>fromCurrency</code> and <code>toCurrency</code> must match the pair from the estimate. Otherwise the conversion may get stuck reprocessing.</p>\n</li>\n<li><p>For <code>rateType=reverse</code>, get an estimate with <code>flow=fixed-rate</code>, <code>type=reverse</code> and <code>toAmount</code> first, then pass <code>rateType</code>, <code>toAmount</code>, <code>fromAmount</code> and <code>rateId</code> from that estimate.</p>\n</li>\n</ul>\n<p><strong>Note</strong>: This endpoint is accessible only by the master account. To allow a subaccount to use this endpoint, send a request to <a href=\"https://changenow.io\">partners@changenow.io</a></p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>from</strong></td>\n<td>string</td>\n<td>(Required) Partner ID from</td>\n</tr>\n<tr>\n<td><strong>to</strong></td>\n<td>string</td>\n<td>(Required) Partner ID to</td>\n</tr>\n<tr>\n<td><strong>fromCurrency</strong></td>\n<td>string</td>\n<td>(Required) Ticker of the currency you want to convert</td>\n</tr>\n<tr>\n<td><strong>toCurrency</strong></td>\n<td>string</td>\n<td>(Required) Ticker of the currency you want to receive</td>\n</tr>\n<tr>\n<td><strong>fromAmount</strong></td>\n<td>number or string</td>\n<td>(Required) Amount in fromCurrency</td>\n</tr>\n<tr>\n<td><strong>toAmount</strong></td>\n<td>number or string</td>\n<td>(Optional) Amount in toCurrency. Required when <code>rateType=reverse</code>. For fixed-rate, an incorrect toAmount is ignored</td>\n</tr>\n<tr>\n<td><strong>rateType</strong></td>\n<td>string</td>\n<td>(Optional) Enum: [\"direct\", \"reverse\"]. Default: \"direct\"</td>\n</tr>\n<tr>\n<td><strong>externalId</strong></td>\n<td>string or null</td>\n<td>(Optional) Unique transaction identifier. Important: the same externalId won't create a new conversion — the repeated request is rejected, not re-executed. Without externalId, duplicates are not detected.</td>\n</tr>\n<tr>\n<td><strong>rateId</strong></td>\n<td>string</td>\n<td>(Optional) Identifier of the rate returned by the 'Conversion estimated amount' method.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","conversion"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"5782a89b-63c0-49c0-b469-f2b1b3679fd2","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"55788b9cf5\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": 0.1,\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"4a646b9be0df72\",\n        \"externalId\": null,\n        \"status\": \"INIT\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"55788b9cf5\",\n        \"fromCurrency\": \"ton\",\n        \"toCurrency\": \"usdtbsc\",\n        \"fromAmount\": \"0.1\",\n        \"toAmount\": null,\n        \"rateId\": null,\n        \"limitTime\": null,\n        \"limitEstimate\": null,\n        \"createdAt\": \"2025-12-16T16:54:37.308Z\",\n        \"updatedAt\": \"2025-12-16T16:54:37.308Z\"\n    },\n    \"error\": null\n}"},{"id":"ceb80ce3-09f4-4152-8dd4-5af9bad94afb","name":"Successful response with rateId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"55788b9cf5\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": \"0.1\",\n    \"externalId\": null,\n    \"rateId\": \"hHgIFzH5KIqY8h31pL7RK2jUTx+71OOT1zm3XC86pvRs+gG1sWm8EggIDHP56sHkIOSG7BdCJ89x1HQKAThg8l20wTlG3a74SKPMAp0nuU4=\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"306761bb6783cc\",\n        \"externalId\": null,\n        \"status\": \"INIT\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"55788b9cf5\",\n        \"fromCurrency\": \"ton\",\n        \"toCurrency\": \"usdtbsc\",\n        \"fromAmount\": \"0.1\",\n        \"toAmount\": null,\n        \"rateId\": \"hHgIFzH5KIqY8h31pL7RK2jUTx+71OOT1zm3XC86pvRs+gG1sWm8EggIDHP56sHkIOSG7BdCJ89x1HQKAThg8l20wTlG3a74SKPMAp0nuU4=\",\n        \"limitTime\": null,\n        \"limitEstimate\": null,\n        \"createdAt\": \"2025-12-16T21:47:07.749Z\",\n        \"updatedAt\": \"2025-12-16T21:47:07.749Z\"\n    },\n    \"error\": null\n}"},{"id":"7c773218-c8cf-483d-837f-c0066bccc49f","name":"Successful response with rateId (fixed-rate flow)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"your_partner_id\",\n    \"to\": \"your_partner_id\",\n    \"fromAmount\": \"1\",\n    \"fromCurrency\": \"lunc\",\n    \"toCurrency\": \"trx\",\n    \"flow\": \"fixed-rate\",\n    \"rateId\": \"cwZyYBUBwTlEad3ITgAxzIoPbvLIDlqYZ8U87TcpMkK8p704vWELUgMiMUejNiUIh5SmCnBvJTmmgYXBC/uWQq9dwlM7bcZYCBg7/YRJ32bzyxrbAI4Z7sMrydl2xcSUiNZwAItlOw7/b8zunhTP2NMk9YIE+6ESBR/0EPCIFeCb5ah0BJDZkqjZhqowpD/N\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"297a7fff6e2742\",\n        \"externalId\": null,\n        \"status\": \"INIT\",\n        \"from\": \"your_partner_id\",\n        \"to\": \"your_partner_id\",\n        \"fromCurrency\": \"lunc\",\n        \"toCurrency\": \"trx\",\n        \"fromAmount\": \"1\",\n        \"toAmount\": null,\n        \"rateId\": \"cwZyYBUBwTlEad3ITgAxzIoPbvLIDlqYZ8U87TcpMkK8p704vWELUgMiMUejNiUIh5SmCnBvJTmmgYXBC/uWQq9dwlM7bcZYCBg7/YRJ32bzyxrbAI4Z7sMrydl2xcSUiNZwAItlOw7/b8zunhTP2NMk9YIE+6ESBR/0EPCIFeCb5ah0BJDZkqjZhqowpD/N\",\n        \"limitTime\": null,\n        \"limitEstimate\": null,\n        \"createdAt\": \"2026-09-01T12:55:38.598Z\",\n        \"updatedAt\": \"2026-09-01T12:55:38.598Z\"\n    },\n    \"error\": null\n}"},{"id":"f04b478a-a8e2-46cb-9e8e-5edb962f8e5e","name":"Successful response with externalId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"55788b9cf5\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": \"0.1\",\n    \"externalId\": \"test-789\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"e6fae847f24f5f\",\n        \"externalId\": \"test-789\",\n        \"status\": \"INIT\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"55788b9cf5\",\n        \"fromCurrency\": \"ton\",\n        \"toCurrency\": \"usdtbsc\",\n        \"fromAmount\": \"0.1\",\n        \"toAmount\": null,\n        \"rateId\": null,\n        \"limitTime\": null,\n        \"limitEstimate\": null,\n        \"createdAt\": \"2025-12-16T17:02:02.534Z\",\n        \"updatedAt\": \"2025-12-16T17:02:02.534Z\"\n    },\n    \"error\": null\n}"},{"id":"06c47d74-9938-4b95-a648-8b0c06353501","name":"ExternalId already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"55788b9cf5\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": \"0.1\",\n    \"externalId\": \"test-789\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"externalId\": \"test-789\",\n        \"status\": \"REJECTED\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"55788b9cf5\",\n        \"fromCurrency\": \"ton\",\n        \"toCurrency\": \"usdtbsc\",\n        \"fromAmount\": \"0.1\",\n        \"limitTime\": null,\n        \"error\": \"Conversion with externalId is already exists: test-789\"\n    },\n    \"error\": null\n}"},{"id":"c3e85ba8-bd95-4f90-aef8-9f274d4eb29c","name":"Conversion to another master/subaccount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"0562463db4\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": \"0.1\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Partner from 55788b9cf5 and to 0562463db4 must be requester 55788b9cf5 or your subpartner\"\n}"},{"id":"597868aa-c629-41e6-9998-286777267715","name":"Insufficient balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"55788b9cf5\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": \"5\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"insufficient_balance\",\n    \"result\": null,\n    \"error\": \"Insufficient balance for 55788b9cf5 partner's 'ton' account\"\n}"},{"id":"948a85a3-be18-475b-8fb2-39b95f17cd0c","name":"Unknown partner","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"42e42951dddd\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": \"0.1\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Unknown partner to='42e42951dddd'\"\n}"},{"id":"cbd24dee-1257-440b-adfa-83d9ee46eca8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"55788b9cf5\",\n    \"to\": \"55788b9cf5\",\n    \"fromCurrency\": \"ton\",\n    \"toCurrency\": \"usdtbsc\",\n    \"fromAmount\": \"0.1\",\n    \"externalId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/conversion"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"deee0953-d37f-4c66-ae13-29aae70c2156"},{"name":"Conversion estimated amount","id":"075d9d39-4bbb-43fa-b422-31be7d9c6317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","description":"<p>(Required) Partner public API key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=string&toCurrency=string&fromNetwork=string&toNetwork=string&fromAmount=number","description":"<p>Get the estimated amount for a currency conversion. Use the returned <code>rateId</code> in '<a href=\"#6c1bd348-fa75-44f8-8cf5-35e639bbad55\">Register new conversion</a>' to apply the estimate.</p>\n<ul>\n<li><p>For the <code>standard</code> flow, the conversion rate may change between estimation and conversion.</p>\n</li>\n<li><p>For the <code>fixed-rate</code> flow, the conversion rate is locked at estimation time and is valid for 2 minutes. You will receive exactly the amount specified in the estimate.</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","conversion","estimated-amount"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Required) Ticker of the currency you want to convert from</p>\n","type":"text/plain"},"key":"fromCurrency","value":"string"},{"description":{"content":"<p>(Required) Ticker of the currency you want to convert to</p>\n","type":"text/plain"},"key":"toCurrency","value":"string"},{"description":{"content":"<p>(Optional) Network of the currency you want to convert from</p>\n","type":"text/plain"},"key":"fromNetwork","value":"string"},{"description":{"content":"<p>(Optional) Network of the currency you want to convert to</p>\n","type":"text/plain"},"key":"toNetwork","value":"string"},{"description":{"content":"<p>(Required when type=direct)\nAmount in fromCurrency. Estimated when type=reverse</p>\n","type":"text/plain"},"key":"fromAmount","value":"number"},{"disabled":true,"description":{"content":"<p>(Required when type=reverse)\nAmount in toCurrency. Estimated when type=direct</p>\n","type":"text/plain"},"key":"toAmount","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) Type of convert flow. Enum: [\"standard\", \"fixed-rate\"]. Default value is \"standard\".</p>\n<p>standard — Conversion flow with a floating exchange rate.</p>\n<p>fixed-rate — Conversion with fixed exchange rate. Rate is locked at the estimate stage and is valid for 2 minutes. You will receive exactly the amount specified in the estimate.</p>\n","type":"text/plain"},"key":"flow","value":"standard"},{"disabled":true,"description":{"content":"<p>(Optional) Direction of convert flow. \nUse \"direct\" value to set amount for fromCurrency and get amount of toCurrency. \nUse \"reverse\" value to set amount for toCurrency and get amount of fromCurrency.</p>\n<p>Note: \"reverse\" is available only for flow=fixed-rate </p>\n<p>Enum: [\"direct\", \"reverse\"].\nDefault value is \"direct\"</p>\n","type":"text/plain"},"key":"type","value":"direct"}],"variable":[]}},"response":[{"id":"0eb957b8-da9a-4192-a954-e4e95df9b257","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/conversion/estimated-amount?fromCurrency=ton&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&fromAmount=10","protocol":"https","host":["api","changenow","io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"ton"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"fromAmount","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"ton\",\n    \"fromNetwork\": \"ton\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"bsc\",\n    \"fromAmount\": 10,\n    \"toAmount\": 14.69874118,\n    \"rateId\": \"Go7fXtHZndsIbNpgiHgUkEsuRsijoJJ6TWc8/wxkrD4IXCorK0JYBMtBBnuMrv/kGYygF2lAxOZdnnf5RkaqHOxm1ai1ZusFqRKfPHcTTAg=\"\n}"},{"id":"145c448c-37e9-444a-a2e2-1f56e61c52ed","name":"Successful response (flow=fixed-rate)","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=ton&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&fromAmount=10&flow=fixed-rate","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"ton"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"fromAmount","value":"10"},{"key":"flow","value":"fixed-rate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"ton\",\n    \"fromNetwork\": \"ton\",\n    \"toCurrency\": \"usdt\",\n    \"toNetwork\": \"bsc\",\n    \"fromAmount\": 10,\n    \"toAmount\": 14.69874118,\n    \"rateId\": \"Go7fXtHZndsIbNpgiHgUkEsuRsijoJJ6TWc8/wxkrD4IXCorK0JYBMtBBnuMrv/kGYygF2lAxOZdnnf5RkaqHOxm1ai1ZusFqRKfPHcTTAg=\"\n}"},{"id":"66451c0e-4836-4184-a2d4-16da36cad62d","name":"Successful response (type=reverse)","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=trx&fromNetwork=trx&toCurrency=lunc&toNetwork=lunc&toAmount=100&flow=fixed-rate&type=reverse","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"trx"},{"key":"fromNetwork","value":"trx"},{"key":"toCurrency","value":"lunc"},{"key":"toNetwork","value":"lunc"},{"key":"toAmount","value":"100"},{"key":"flow","value":"fixed-rate"},{"key":"type","value":"reverse"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrency\": \"trx\",\n    \"fromNetwork\": \"trx\",\n    \"toCurrency\": \"lunc\",\n    \"toNetwork\": \"lunc\",\n    \"fromAmount\": 0.01527021,\n    \"toAmount\": 100,\n    \"rateId\": \"8tdf2pdxfIhSGzSy7MR+gYCSAybh9EgAV6zWVzOAj1q78dVQFrWBNsubeT9RxMzTFOJ8hDz1ufo4SpGhTF3wIIGegzBrSro1S/mL/5dEh4NyOyz08WdR3KY0ygbdT9YyjOz1C6OKpv5DcPkSi288NV3+SP3xI1JgYOTBqqVOXDRRjdjvcqCjs2GvYFobVptE\"\n}"},{"id":"4fe3e97b-9491-41bb-baca-c31b448e2a07","name":"Pair unavailable","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=ton&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&fromAmount=10&flow=fixed-rate","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"ton"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"fromAmount","value":"10"},{"key":"flow","value":"fixed-rate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"Pair is unavailable\"\n}"},{"id":"31529516-bf38-4358-97b7-05f8125984eb","name":"Invalid flow","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=ton&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&fromAmount=10&flow=fixed-rates","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"ton"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"fromAmount","value":"10"},{"key":"flow","value":"fixed-rates"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"Flow must be: 'fixed-rate' or 'standard'\"\n}"},{"id":"852da19b-1ec8-4247-b0f3-78216dcb67b2","name":"Invalid type","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=ton&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&fromAmount=10&flow=fixed-rate&type=revers","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"ton"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"fromAmount","value":"10"},{"key":"flow","value":"fixed-rate"},{"key":"type","value":"revers"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"Type must be: 'direct' or 'reverse'\"\n}"},{"id":"bfe20013-8373-4e8e-abdb-1dd9ac632e67","name":"Reverse not supported for standard flow","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=ton&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&toAmount=100&flow=standard&type=reverse","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"ton"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"toAmount","value":"100"},{"key":"flow","value":"standard"},{"key":"type","value":"reverse"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"Type reverse is not supported for standard flow\"\n}"},{"id":"3b65644b-aac6-4c72-ab76-5f931f3f0ade","name":"Exceeded max amount","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=ton&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&fromAmount=999999&flow=fixed-rate","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"ton"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"fromAmount","value":"999999"},{"key":"flow","value":"fixed-rate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"Exceeded max amount\"\n}"},{"id":"83c0c67e-78da-42e2-a7f3-72d825d4eb10","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/conversion/estimated-amount?fromCurrency=tonn&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&fromAmount=10","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"tonn"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"fromAmount","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"Currency tonn in network ton is unsupported\"\n}"},{"id":"18f62c53-4ba5-4920-876c-d54240881f8e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"<your_api_key>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/conversion/estimated-amount?fromCurrency=ton&fromNetwork=ton&toCurrency=usdt&toNetwork=bsc&fromAmount=10","host":["https://api.changenow.io"],"path":["v2","conversion","estimated-amount"],"query":[{"key":"fromCurrency","value":"ton"},{"key":"fromNetwork","value":"ton"},{"key":"toCurrency","value":"usdt"},{"key":"toNetwork","value":"bsc"},{"key":"fromAmount","value":"10"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"075d9d39-4bbb-43fa-b422-31be7d9c6317"},{"name":"Get partner conversion","id":"c69d9e64-041d-40e3-be7c-7a82be363ffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/conversion/:id","description":"<p>Get partner conversion details by ID.</p>\n","urlObject":{"path":["v2","partner","conversion",":id"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"19c8d106-3226-4edc-b658-22a00f20ef14","description":{"content":"<p>(Required) Partner conversion Id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"82fc1e5f-7a6f-4958-b87d-cdf25fd45f67","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversion/:id","host":["https://api.changenow.io"],"path":["v2","partner","conversion",":id"],"variable":[{"key":"id","value":"4a646b9be0df72"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"4a646b9be0df72\",\n        \"externalId\": null,\n        \"status\": \"FINISHED\",\n        \"from\": \"55788b9cf5\",\n        \"to\": \"55788b9cf5\",\n        \"fromCurrency\": \"ton\",\n        \"toCurrency\": \"usdtbsc\",\n        \"fromAmount\": \"0.1\",\n        \"toAmount\": \"0.15584191218876103\",\n        \"rateId\": null,\n        \"limitTime\": null,\n        \"limitEstimate\": null,\n        \"createdAt\": \"2025-12-16T16:54:37.308Z\",\n        \"updatedAt\": \"2025-12-16T16:55:16.343Z\"\n    },\n    \"error\": null\n}"},{"id":"2d1a208d-9569-4c36-9376-b3bfb28aba94","name":"Invalid conversion Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversion/:id","host":["https://api.changenow.io"],"path":["v2","partner","conversion",":id"],"variable":[{"key":"id","value":"4a646b9be0d"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"unknown_error\",\n    \"result\": null,\n    \"error\": \"Could not get partner conversion by id='4a646b9be0d': Request failed with status code 404 404 {\\\"status\\\":\\\"not_found\\\",\\\"result\\\":null,\\\"error\\\":\\\"Partner conversion not found by id=4a646b9be0d\\\"}\"\n}"},{"id":"77f796ca-ccda-4981-b7d2-995d8b08d26a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversion/:id","host":["https://api.changenow.io"],"path":["v2","partner","conversion",":id"],"variable":[{"key":"id","value":"4a646b9be0df72"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"c69d9e64-041d-40e3-be7c-7a82be363ffd"},{"name":"Get partner conversion status","id":"4071d49f-737b-4c0c-b1da-0f94cb34b116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/conversion/:id/status","description":"<p>Get partner conversion by ID. Returns the status only.</p>\n","urlObject":{"path":["v2","partner","conversion",":id","status"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"fc798d4c-6b66-422e-8f1d-ec1a2fa96142","description":{"content":"<p>(Required) Partner conversion Id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"924150da-4027-4b86-91b7-c4fd1465450d","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversion/:id/status","host":["https://api.changenow.io"],"path":["v2","partner","conversion",":id","status"],"variable":[{"key":"id","value":"4a646b9be0df72"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": \"4a646b9be0df72\",\n        \"externalId\": null,\n        \"status\": \"FINISHED\"\n    },\n    \"error\": null\n}"},{"id":"dc38b1f7-bec3-4efb-87cf-d17fde5aa577","name":"Invalid conversion Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversion/:id/status","host":["https://api.changenow.io"],"path":["v2","partner","conversion",":id","status"],"variable":[{"key":"id","value":"4a646b9be0d"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"unknown_error\",\n    \"result\": null,\n    \"error\": \"Could not get partner conversion's status by id=4a646b9be0d: Request failed with status code 404 404 {\\\"status\\\":\\\"not_found\\\",\\\"result\\\":null,\\\"error\\\":\\\"Partner conversion not found by id=4a646b9be0d\\\"}\"\n}"},{"id":"e58c0750-b0dd-4e6a-b851-8920a378f1f3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversion/:id/status","host":["https://api.changenow.io"],"path":["v2","partner","conversion",":id","status"],"variable":[{"key":"id","value":"4a646b9be0df72"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"4071d49f-737b-4c0c-b1da-0f94cb34b116"},{"name":"Get partner conversions","id":"3b083967-c0d9-4c5c-8dad-895ed55d1cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/conversions?subpartners=boolean&spid=string[]&fromCurrency=string&toCurrency=string&id=string[]&externalId=string[]&status=string[]&createdSort=string&updatedSort=string&createdFrom=string&createdTo=string&updatedFrom=string&updatedTo=string&limit=number&offset=number","description":"<p>Get partner conversions with optional filters.</p>\n","urlObject":{"path":["v2","partner","conversions"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) If set to \"true\", returns operations of the parent account and its subaccounts. Enum: [\"true\"]</p>\n","type":"text/plain"},"key":"subpartners","value":"boolean"},{"description":{"content":"<p>(Optional) Returns only operations where the specified partner is involved as either \"from\" or \"to\" (multiple values supported)</p>\n","type":"text/plain"},"key":"spid","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by fromCurrency</p>\n","type":"text/plain"},"key":"fromCurrency","value":"string"},{"description":{"content":"<p>(Optional) Filter by toCurrency</p>\n","type":"text/plain"},"key":"toCurrency","value":"string"},{"description":{"content":"<p>(Optional) Filter by conversion IDs (multiple values supported)</p>\n","type":"text/plain"},"key":"id","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by externalId (multiple values supported)</p>\n","type":"text/plain"},"key":"externalId","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by partner conversion statuses (multiple values supported)</p>\n","type":"text/plain"},"key":"status","value":"string[]"},{"description":{"content":"<p>(Optional) Sort results by creation time in ascending or descending order. Enum: [\"ASC\", \"DESC\"]</p>\n","type":"text/plain"},"key":"createdSort","value":"string"},{"description":{"content":"<p>(Optional) Sort results by update time in ascending or descending order. Enum: [\"ASC\", \"DESC\"]</p>\n","type":"text/plain"},"key":"updatedSort","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdTo","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedTo","value":"string"},{"description":{"content":"<p>(Optional) Maximum number of transactions to return. Defaults to 10 if not specified</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>(Optional) Number of transactions to skip. Defaults to 0 if not specified</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"8b3d3795-7092-43ca-8d25-ea5bdd5696b0","name":"Get all conversions (no filters)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/conversions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"6ede5ff27ee65f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"ton\",\n            \"fromAmount\": \"0.2\",\n            \"toAmount\": \"0.1338360401585764\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T11:23:33.368Z\",\n            \"updatedAt\": \"2025-12-18T11:24:28.859Z\"\n        },\n        {\n            \"id\": \"9d48a3890a1987\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.02\",\n            \"toAmount\": \"0.029673056728847465\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T11:21:33.020Z\",\n            \"updatedAt\": \"2025-12-18T11:22:28.174Z\"\n        },\n        {\n            \"id\": \"145d3cbe394d01\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.15\",\n            \"toAmount\": \"0.22254835728302028\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T11:17:11.156Z\",\n            \"updatedAt\": \"2025-12-18T11:17:55.853Z\"\n        },\n        {\n            \"id\": \"f94ffb1eaf693f\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0014836552554216768\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T11:04:34.592Z\",\n            \"updatedAt\": \"2025-12-18T11:05:15.181Z\"\n        },\n        {\n            \"id\": \"774c3c2edd5074\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"ton\",\n            \"fromAmount\": \"0.5\",\n            \"toAmount\": \"0.3345907161987457\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:56:39.331Z\",\n            \"updatedAt\": \"2025-12-18T10:57:17.440Z\"\n        },\n        {\n            \"id\": \"325e861febaa58\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"1.3\",\n            \"toAmount\": \"1.927354762995302\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:50:50.816Z\",\n            \"updatedAt\": \"2025-12-18T10:51:29.816Z\"\n        },\n        {\n            \"id\": \"ae1a82bdeb5e15\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.014816614211634096\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:47:41.289Z\",\n            \"updatedAt\": \"2025-12-18T10:48:20.516Z\"\n        },\n        {\n            \"id\": \"1ffba80d17c71c\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.014836603305661297\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:27:58.516Z\",\n            \"updatedAt\": \"2025-12-18T10:28:37.474Z\"\n        },\n        {\n            \"id\": \"56e7c73d612ca2\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.014836603305661297\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:27:41.574Z\",\n            \"updatedAt\": \"2025-12-18T10:28:21.549Z\"\n        },\n        {\n            \"id\": \"d0a9348bebfe0a\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.014826632321737759\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:26:09.450Z\",\n            \"updatedAt\": \"2025-12-18T10:26:51.268Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"9014e1d9-7105-42d5-9ace-e0c8c30d504a","name":"Get conversions (including subaccounts)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?subpartners=true&createdFrom=2026-01-27&createdSort=DESC","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"subpartners","value":"true"},{"key":"createdFrom","value":"2026-01-27"},{"key":"createdSort","value":"DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"f7bac56617c3f1\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.015117937173658827\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:55:08.014Z\",\n            \"updatedAt\": \"2026-01-27T18:55:42.937Z\"\n        },\n        {\n            \"id\": \"b7f0a0fe9159b4\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.01510793228408097\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:50:07.389Z\",\n            \"updatedAt\": \"2026-01-27T18:50:39.262Z\"\n        },\n        {\n            \"id\": \"bbb1bcc4e87164\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.015099279597971452\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:41:46.170Z\",\n            \"updatedAt\": \"2026-01-27T18:42:16.717Z\"\n        },\n        {\n            \"id\": \"79da637b2b5f87\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.015099279597971452\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:41:39.881Z\",\n            \"updatedAt\": \"2026-01-27T18:42:12.207Z\"\n        },\n        {\n            \"id\": \"9c39a1249d0152\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.01507802176603762\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:39:08.861Z\",\n            \"updatedAt\": \"2026-01-27T18:39:40.812Z\"\n        },\n        {\n            \"id\": \"24a371cdd50a7c\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.015078021916833018\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:38:54.540Z\",\n            \"updatedAt\": \"2026-01-27T18:39:21.762Z\"\n        },\n        {\n            \"id\": \"e2844a85007e34\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.015068049983048318\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:38:44.108Z\",\n            \"updatedAt\": \"2026-01-27T18:39:17.412Z\"\n        },\n        {\n            \"id\": \"6707f5eb3d1e11\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.015068049983048318\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:38:24.816Z\",\n            \"updatedAt\": \"2026-01-27T18:38:57.762Z\"\n        },\n        {\n            \"id\": \"6c512572afcaa4\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0015107949505763342\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T18:18:40.228Z\",\n            \"updatedAt\": \"2026-01-27T18:19:13.962Z\"\n        },\n        {\n            \"id\": \"0adcd9bfd20420\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.001509776814274412\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2026-01-27T15:39:45.105Z\",\n            \"updatedAt\": \"2026-01-27T15:40:20.796Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"aae2f880-92c3-4c0a-9814-82b766659ec2","name":"Get conversions (filtered by partner, multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?spid=26efe5f727&spid=67882d8aec","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"spid","value":"26efe5f727"},{"key":"spid","value":"67882d8aec"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"28c9f6158c5361\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"26efe5f727\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0015736940019006383\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-27T14:27:21.085Z\",\n            \"updatedAt\": \"2025-12-27T14:28:03.603Z\"\n        },\n        {\n            \"id\": \"da879f8d60ba3c\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"42e42951dd\",\n            \"to\": \"26efe5f727\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0015394863088447298\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-16T22:05:55.981Z\",\n            \"updatedAt\": \"2025-12-16T22:06:33.600Z\"\n        },\n        {\n            \"id\": \"e411554fca2feb\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"67882d8aec\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"sol\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.000018533671111106134\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-16T10:10:26.380Z\",\n            \"updatedAt\": \"2025-07-16T10:11:04.331Z\"\n        },\n        {\n            \"id\": \"19e2f25c80147c\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"67882d8aec\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"sol\",\n            \"toCurrency\": \"ada\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.26679216486102897\",\n            \"rateId\": \"ZZAvREWcbLCROJv/u4ya36ni9vQY8rx6b3RxY9MfU8ow6YAfDYo1UaHoBtCoocoviTsxjHtTNCrA5Ki1a3A9/MIG9dSo423f8M3+gocMg80=\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T13:08:27.069Z\",\n            \"updatedAt\": \"2025-07-01T13:09:01.171Z\"\n        },\n        {\n            \"id\": \"05c620c7beaf35\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"67882d8aec\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"sol\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": \"0.001893560011876559\",\n            \"rateId\": \"Fqiu3cqw289rWWXJ5Lb9pwTuTkZezBVU/oGq8rKGNC7TxpGrqIJqv8pjJ89gO3JmEHh2L/aqgdq0x1GPJgPQWg==\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T12:35:07.862Z\",\n            \"updatedAt\": \"2025-07-01T12:35:45.816Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"e017b20b-c6b0-4dee-b550-6def429f5cef","name":"Filter by fromCurrency","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?fromCurrency=usdtbsc","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"fromCurrency","value":"usdtbsc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"58fc57e4989653\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"ton\",\n            \"fromAmount\": \"1\",\n            \"toAmount\": \"0.6457723487223725\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-16T21:55:33.229Z\",\n            \"updatedAt\": \"2025-12-16T21:56:16.484Z\"\n        },\n        {\n            \"id\": \"149bd6fb5dd01e\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"btc\",\n            \"fromAmount\": \"5\",\n            \"toAmount\": \"0.00005801778965320886\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-24T14:22:03.073Z\",\n            \"updatedAt\": \"2025-11-24T14:22:47.271Z\"\n        },\n        {\n            \"id\": \"b4cd5bcecb6938\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"btc\",\n            \"fromAmount\": \"4\",\n            \"toAmount\": \"0.00004640033020491306\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-24T14:20:35.456Z\",\n            \"updatedAt\": \"2025-11-24T14:21:16.785Z\"\n        },\n        {\n            \"id\": \"963bbb5307bfb9\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"ton\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": \"0.058207837257675775\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-19T21:00:09.171Z\",\n            \"updatedAt\": \"2025-11-19T21:00:54.037Z\"\n        },\n        {\n            \"id\": \"6a6f3f2024f3dc\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"ton\",\n            \"fromAmount\": \"2\",\n            \"toAmount\": \"1.0089845583085892\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-13T22:39:26.999Z\",\n            \"updatedAt\": \"2025-11-13T22:40:04.474Z\"\n        },\n        {\n            \"id\": \"5a0cf7c43a7538\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"btc\",\n            \"fromAmount\": \"4\",\n            \"toAmount\": \"0.000038570504142356095\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-12T15:30:46.718Z\",\n            \"updatedAt\": \"2025-11-12T15:31:27.805Z\"\n        },\n        {\n            \"id\": \"32e93dfd823891\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"ton\",\n            \"fromAmount\": \"1\",\n            \"toAmount\": \"0.43675712119336063\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-01T15:01:45.220Z\",\n            \"updatedAt\": \"2025-11-01T15:02:23.160Z\"\n        },\n        {\n            \"id\": \"592b7f008dfbd3\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"ton\",\n            \"fromAmount\": \"1\",\n            \"toAmount\": \"0.43620602931898983\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-10-31T21:22:53.128Z\",\n            \"updatedAt\": \"2025-10-31T21:23:28.924Z\"\n        },\n        {\n            \"id\": \"e23c0d58d0a540\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"xrp\",\n            \"fromAmount\": \"0.5\",\n            \"toAmount\": \"0.19818914233213014\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-10-31T13:20:09.136Z\",\n            \"updatedAt\": \"2025-10-31T13:20:47.740Z\"\n        },\n        {\n            \"id\": \"03ccde8de27c02\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"xem\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": \"43.782220517298235\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-09-01T16:14:44.249Z\",\n            \"updatedAt\": \"2025-09-01T16:15:24.116Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"fda511fd-ae36-4138-b991-e07486fa559c","name":"Filter by toCurrency","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?toCurrency=btc","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"toCurrency","value":"btc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"149bd6fb5dd01e\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"btc\",\n            \"fromAmount\": \"5\",\n            \"toAmount\": \"0.00005801778965320886\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-24T14:22:03.073Z\",\n            \"updatedAt\": \"2025-11-24T14:22:47.271Z\"\n        },\n        {\n            \"id\": \"b4cd5bcecb6938\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"btc\",\n            \"fromAmount\": \"4\",\n            \"toAmount\": \"0.00004640033020491306\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-24T14:20:35.456Z\",\n            \"updatedAt\": \"2025-11-24T14:21:16.785Z\"\n        },\n        {\n            \"id\": \"5a0cf7c43a7538\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"usdtbsc\",\n            \"toCurrency\": \"btc\",\n            \"fromAmount\": \"4\",\n            \"toAmount\": \"0.000038570504142356095\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-11-12T15:30:46.718Z\",\n            \"updatedAt\": \"2025-11-12T15:31:27.805Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"4e2952de-264f-440a-b6eb-d7825c12b765","name":"Filter by conversion ID (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?id=4a646b9be0df72&id=306761bb6783cc","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"id","value":"4a646b9be0df72"},{"key":"id","value":"306761bb6783cc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"306761bb6783cc\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": \"0.15404986700547996\",\n            \"rateId\": \"hHgIFzH5KIqY8h31pL7RK2jUTx+71OOT1zm3XC86pvRs+gG1sWm8EggIDHP56sHkIOSG7BdCJ89x1HQKAThg8l20wTlG3a74SKPMAp0nuU4=\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-16T21:47:07.749Z\",\n            \"updatedAt\": \"2025-12-16T21:47:45.776Z\"\n        },\n        {\n            \"id\": \"4a646b9be0df72\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": \"0.15584191218876103\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-16T16:54:37.308Z\",\n            \"updatedAt\": \"2025-12-16T16:55:16.343Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"aeb72407-7c73-40e9-89c7-3685fbcf0c71","name":"Filter by externalId (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?externalId=test-789&externalId=test-1","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"externalId","value":"test-789"},{"key":"externalId","value":"test-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"bdaed80052b629\",\n            \"externalId\": \"test-1\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": \"0.16385205820035859\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-28T16:59:30.970Z\",\n            \"updatedAt\": \"2025-12-28T17:00:08.045Z\"\n        },\n        {\n            \"id\": \"e6fae847f24f5f\",\n            \"externalId\": \"test-789\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": \"0.1559420495687827\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-16T17:02:02.534Z\",\n            \"updatedAt\": \"2025-12-16T17:02:41.510Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"38416e33-4ea4-4e7f-8f66-65289b812429","name":"Filter by status (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?status=PROCESSING&status=NEW","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"status","value":"PROCESSING"},{"key":"status","value":"NEW"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"fcd8884060e1b3\",\n            \"externalId\": null,\n            \"status\": \"PROCESSING\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": null,\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-28T17:50:40.585Z\",\n            \"updatedAt\": \"2025-12-28T17:50:48.056Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"ff960493-0de4-4875-b4fc-9cf811719f2e","name":"Sort by creation date","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?createdSort=ASC","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"createdSort","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"05c620c7beaf35\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"67882d8aec\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"sol\",\n            \"fromAmount\": \"0.1\",\n            \"toAmount\": \"0.001893560011876559\",\n            \"rateId\": \"Fqiu3cqw289rWWXJ5Lb9pwTuTkZezBVU/oGq8rKGNC7TxpGrqIJqv8pjJ89gO3JmEHh2L/aqgdq0x1GPJgPQWg==\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T12:35:07.862Z\",\n            \"updatedAt\": \"2025-07-01T12:35:45.816Z\"\n        },\n        {\n            \"id\": \"64a373e6c9f5f0\",\n            \"externalId\": null,\n            \"status\": \"REJECTED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"bnb\",\n            \"fromAmount\": \"0.05\",\n            \"toAmount\": null,\n            \"rateId\": \"FMyRkQkE0zcJ9zzurBB9fu8HSZQ8kC3VJLFLReJUQJML0A0Xuf+0ziyTARuQGs6jXJ0akZiLZ2YDCEe2PtYM9zLCNhO8X/Mc6pXqkjq7mG0=\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T12:47:14.667Z\",\n            \"updatedAt\": \"2025-07-01T12:56:57.846Z\",\n            \"error\": \"Could not create conversion from affiliate: Could not create conversion: {\\\"externalId\\\":\\\"64a373e6c9f5f0\\\",\\\"partnerId\\\":\\\"55788b9cf5\\\",\\\"fromPartnerId\\\":\\\"55788b9cf5\\\",\\\"fromCurrency\\\":\\\"ton\\\",\\\"fromAmount\\\":\\\"0.05\\\",\\\"toCurrency\\\":\\\"bnb\\\",\\\"rateId\\\":\\\"FMyRkQkE0zcJ9zzurBB9fu8HSZQ8kC3VJLFLReJUQJML0A0Xuf+0ziyTARuQGs6jXJ0akZiLZ2YDCEe2PtYM9zLCNhO8X/Mc6pXqkjq7mG0=\\\",\\\"requestedAt\\\":\\\"2025-07-01T12:56:56.332Z\\\"}: Request failed with status code 503 (503) {\\\"code\\\":\\\"SERVICE_UNAVAILABLE\\\",\\\"error\\\":\\\"toCurrency bnb not equal rateId's toCurrency bnbbsc\\\",\\\"result\\\":null}\"\n        },\n        {\n            \"id\": \"48b47323bdcb7f\",\n            \"externalId\": null,\n            \"status\": \"REJECTED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdc\",\n            \"fromAmount\": \"0.05\",\n            \"toAmount\": null,\n            \"rateId\": \"VOr5rbaOKVzmZlgUXC0D1Un4YJfvIBngSG19bnmQ/dX7iV36mvf3i+KDsKH66oj0x2OMiqicqLmtEDdi4hZooUJBYeV5GpSqJvOgLo97ygA=\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T12:50:42.326Z\",\n            \"updatedAt\": \"2025-07-01T13:00:14.753Z\",\n            \"error\": \"Could not create conversion from affiliate: Could not create conversion: {\\\"externalId\\\":\\\"48b47323bdcb7f\\\",\\\"partnerId\\\":\\\"55788b9cf5\\\",\\\"fromPartnerId\\\":\\\"55788b9cf5\\\",\\\"fromCurrency\\\":\\\"ton\\\",\\\"fromAmount\\\":\\\"0.05\\\",\\\"toCurrency\\\":\\\"usdc\\\",\\\"rateId\\\":\\\"VOr5rbaOKVzmZlgUXC0D1Un4YJfvIBngSG19bnmQ/dX7iV36mvf3i+KDsKH66oj0x2OMiqicqLmtEDdi4hZooUJBYeV5GpSqJvOgLo97ygA=\\\",\\\"requestedAt\\\":\\\"2025-07-01T13:00:13.057Z\\\"}: Request failed with status code 503 (503) {\\\"code\\\":\\\"SERVICE_UNAVAILABLE\\\",\\\"error\\\":\\\"toCurrency usdc not equal rateId's toCurrency usdcmatic\\\",\\\"result\\\":null}\"\n        },\n        {\n            \"id\": \"824227819eee73\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"btc\",\n            \"toCurrency\": \"sol\",\n            \"fromAmount\": \"0.00001\",\n            \"toAmount\": \"0.007147106586833659\",\n            \"rateId\": \"wJV3IYjUeto0a4UAeMb5BLx0lb0VQCTkFkfoaqLWM4aHAM9Ji7sMIDy9tUsc20C6VPBs9QvT37ReMNVYKAVnRgrYwjUmjkB8XPt4GrFIuLM=\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T12:55:27.978Z\",\n            \"updatedAt\": \"2025-07-01T12:56:05.180Z\"\n        },\n        {\n            \"id\": \"19e2f25c80147c\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"67882d8aec\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"sol\",\n            \"toCurrency\": \"ada\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.26679216486102897\",\n            \"rateId\": \"ZZAvREWcbLCROJv/u4ya36ni9vQY8rx6b3RxY9MfU8ow6YAfDYo1UaHoBtCoocoviTsxjHtTNCrA5Ki1a3A9/MIG9dSo423f8M3+gocMg80=\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T13:08:27.069Z\",\n            \"updatedAt\": \"2025-07-01T13:09:01.171Z\"\n        },\n        {\n            \"id\": \"09cbadb78cfa23\",\n            \"externalId\": null,\n            \"status\": \"REJECTED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"btc\",\n            \"toCurrency\": \"ada\",\n            \"fromAmount\": \"0.00001\",\n            \"toAmount\": null,\n            \"rateId\": \"wJV3IYjUeto0a4UAeMb5BLT+/XPjTxdzYKUKC0kU0Xil8Z/bAzNnC5f2URBHsvldqc6lupw+wiqDAH8qsBy4zYjd6TvBGnFmhllNT0C9gMY=\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T13:59:41.657Z\",\n            \"updatedAt\": \"2025-07-01T14:09:21.597Z\",\n            \"error\": \"Could not create conversion from affiliate: Could not create conversion: {\\\"externalId\\\":\\\"09cbadb78cfa23\\\",\\\"partnerId\\\":\\\"55788b9cf5\\\",\\\"fromPartnerId\\\":\\\"55788b9cf5\\\",\\\"fromCurrency\\\":\\\"btc\\\",\\\"fromAmount\\\":\\\"0.00001\\\",\\\"toCurrency\\\":\\\"ada\\\",\\\"rateId\\\":\\\"wJV3IYjUeto0a4UAeMb5BLT+/XPjTxdzYKUKC0kU0Xil8Z/bAzNnC5f2URBHsvldqc6lupw+wiqDAH8qsBy4zYjd6TvBGnFmhllNT0C9gMY=\\\",\\\"requestedAt\\\":\\\"2025-07-01T14:09:19.568Z\\\"}: Request failed with status code 503 (503) {\\\"code\\\":\\\"SERVICE_UNAVAILABLE\\\",\\\"error\\\":\\\"toCurrency ada not equal rateId's toCurrency sol\\\",\\\"result\\\":null}\"\n        },\n        {\n            \"id\": \"3afc8811edb8f0\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"42e42951dd\",\n            \"fromCurrency\": \"btc\",\n            \"toCurrency\": \"sol\",\n            \"fromAmount\": \"0.000005\",\n            \"toAmount\": \"0.0035875988046479004\",\n            \"rateId\": \"M8KwUpRBlZ422QJaQVN43BVWcoSh8x2ifKYwBOmUaQuBXB9pVOreVdcXqj3kNtWUoRjtBm5SmbLCG2KJdqZCNnP8s/8lTm5u9kKAXspg4jI=\",\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-01T14:01:59.750Z\",\n            \"updatedAt\": \"2025-07-01T14:02:35.367Z\"\n        },\n        {\n            \"id\": \"110bfee1c203b9\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"sol\",\n            \"fromAmount\": \"0.02\",\n            \"toAmount\": \"0.00037170419936146363\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-04T11:51:17.352Z\",\n            \"updatedAt\": \"2025-07-04T11:51:56.611Z\"\n        },\n        {\n            \"id\": \"84ebaccb8f6214\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"sol\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.00018883595809082943\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-04T16:06:12.390Z\",\n            \"updatedAt\": \"2025-07-04T16:06:50.699Z\"\n        },\n        {\n            \"id\": \"cb012d5b476f4e\",\n            \"externalId\": \"test\",\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"sol\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.00018782622585071583\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-07-04T16:19:08.859Z\",\n            \"updatedAt\": \"2025-07-04T16:19:49.277Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"96ac550b-f3ea-4ac1-a4b0-a1bb3a6a1b8d","name":"Filter by creation date range","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?createdFrom=2025-12-10&createdTo=2025-12-15","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"createdFrom","value":"2025-12-10"},{"key":"createdTo","value":"2025-12-15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"c1dc2e0e21307d\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.001586732400572375\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-12T17:04:41.912Z\",\n            \"updatedAt\": \"2025-12-12T17:05:16.786Z\"\n        },\n        {\n            \"id\": \"6396fbbb5542e1\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0015780908922161277\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-12T16:49:52.172Z\",\n            \"updatedAt\": \"2025-12-12T16:50:28.957Z\"\n        },\n        {\n            \"id\": \"ea5fb4159ae199\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0016366201375874832\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-12T12:35:56.352Z\",\n            \"updatedAt\": \"2025-12-12T12:36:35.671Z\"\n        },\n        {\n            \"id\": \"cb5cc4f0abac9a\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0016376790135563075\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-12T12:05:33.621Z\",\n            \"updatedAt\": \"2025-12-12T12:06:15.778Z\"\n        },\n        {\n            \"id\": \"dbd34192751b49\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.0163269493103367\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-12T10:54:33.785Z\",\n            \"updatedAt\": \"2025-12-12T10:55:09.024Z\"\n        },\n        {\n            \"id\": \"5fa1ef2ca51876\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.00163169601068034\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-12T10:51:56.662Z\",\n            \"updatedAt\": \"2025-12-12T10:52:34.355Z\"\n        },\n        {\n            \"id\": \"dc6252b0dbe0ed\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0016443793577430837\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-10T16:20:53.998Z\",\n            \"updatedAt\": \"2025-12-10T16:21:41.394Z\"\n        },\n        {\n            \"id\": \"01830461e4e822\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.001637588601596287\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-10T15:01:26.064Z\",\n            \"updatedAt\": \"2025-12-10T15:02:04.615Z\"\n        },\n        {\n            \"id\": \"a93500c3c352fb\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0016396947373924595\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-10T14:52:30.901Z\",\n            \"updatedAt\": \"2025-12-10T14:53:06.789Z\"\n        },\n        {\n            \"id\": \"86cd6d7a4b0332\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.001\",\n            \"toAmount\": \"0.0016406921190364285\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-10T14:45:56.175Z\",\n            \"updatedAt\": \"2025-12-10T14:46:29.391Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"11ab7f11-0980-4cf4-bbf0-1287174998d2","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/conversions?limit=5&offset=5","host":["https://api.changenow.io"],"path":["v2","partner","conversions"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"325e861febaa58\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"1.3\",\n            \"toAmount\": \"1.927354762995302\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:50:50.816Z\",\n            \"updatedAt\": \"2025-12-18T10:51:29.816Z\"\n        },\n        {\n            \"id\": \"ae1a82bdeb5e15\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.014816614211634096\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:47:41.289Z\",\n            \"updatedAt\": \"2025-12-18T10:48:20.516Z\"\n        },\n        {\n            \"id\": \"1ffba80d17c71c\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.014836603305661297\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:27:58.516Z\",\n            \"updatedAt\": \"2025-12-18T10:28:37.474Z\"\n        },\n        {\n            \"id\": \"56e7c73d612ca2\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.014836603305661297\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:27:41.574Z\",\n            \"updatedAt\": \"2025-12-18T10:28:21.549Z\"\n        },\n        {\n            \"id\": \"d0a9348bebfe0a\",\n            \"externalId\": null,\n            \"status\": \"FINISHED\",\n            \"from\": \"55788b9cf5\",\n            \"to\": \"55788b9cf5\",\n            \"fromCurrency\": \"ton\",\n            \"toCurrency\": \"usdtbsc\",\n            \"fromAmount\": \"0.01\",\n            \"toAmount\": \"0.014826632321737759\",\n            \"rateId\": null,\n            \"limitTime\": null,\n            \"limitEstimate\": null,\n            \"createdAt\": \"2025-12-18T10:26:09.450Z\",\n            \"updatedAt\": \"2025-12-18T10:26:51.268Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"9ccbbb7e-c333-44f7-a4f3-29cb91ebe78f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/conversions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"3b083967-c0d9-4c5c-8dad-895ed55d1cb5"}],"id":"e1e49e24-81ff-45d6-9b67-322959bc7b07","description":"<p>Manage your balances by converting funds off-chain from one asset to another. By creating a conversion you can consequently also transfer funds from one account to another account.</p>\n<p><strong>Conversion directions (example IDs):</strong><br />Master account: <code>55788b9cf5</code><br />Subaccount: <code>42e42951dd</code></p>\n<p><strong>Master account requester:</strong></p>\n<ul>\n<li><p><strong>Master → same Master</strong><br />  <code>55788b9cf5 → 55788b9cf5</code></p>\n</li>\n<li><p><strong>Master → Subaccount (within the same master account)</strong><br />  <code>55788b9cf5 → 42e42951dd</code></p>\n</li>\n<li><p><strong>Subaccount → Master (within the same master account)</strong><br />  <code>42e42951dd → 55788b9cf5</code></p>\n</li>\n<li><p><strong>Subaccount → same Subaccount</strong><br />  <code>42e42951dd → 42e42951dd</code></p>\n</li>\n<li><p><strong>Subaccount → Subaccount (within the same master account)</strong><br />  <code>42e42951dd → another subaccount</code></p>\n</li>\n</ul>\n<p><strong>Subaccount requester:</strong></p>\n<ul>\n<li><strong>Subaccount → same Subaccount</strong><br />  <code>42e42951dd → 42e42951dd</code></li>\n</ul>\n<p><strong>Restricted conversions:</strong></p>\n<ul>\n<li><strong>Conversions to another master/subaccount are not allowed</strong> (outside the current master account)</li>\n</ul>\n<h4 id=\"conversion-statuses\"><strong>Conversion statuses:</strong></h4>\n<ul>\n<li><p>INIT</p>\n</li>\n<li><p>RESERVING</p>\n</li>\n<li><p>RESERVED</p>\n</li>\n<li><p>WAITING_RISK_CONTROL</p>\n</li>\n<li><p>DELAYED_BY_RISK_CONTROL</p>\n</li>\n<li><p>NEW</p>\n</li>\n<li><p>PROCESSING</p>\n</li>\n<li><p>FINISHED (final)</p>\n</li>\n<li><p>REJECTED (final)</p>\n</li>\n<li><p>WAITING_REJECT</p>\n</li>\n<li><p>FAILED_BY_RISK_CONTROL</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"4586ed77-e3c4-48f7-8962-381a045c1b8c"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"78d1d0b7-76ac-45a3-bbe9-ccfac9446637"}}],"_postman_id":"e1e49e24-81ff-45d6-9b67-322959bc7b07"},{"name":"Permanent addresses for partners","item":[{"name":"Create new address for partner","id":"4b486007-48df-4c9f-b11f-3264674ef5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits/:currency/address?partnerId=string","description":"<p>Create a new deposit address for a master account or subaccount in the specified currency.</p>\n<p><strong>Note</strong>: Deposits sent to a generated address that are smaller than the deposit fee of the respective currency will be rejected.</p>\n<p><strong>At the moment, supported networks and currency tickers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Network</strong></th>\n<th><strong>Currency ticker</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bitcoin</td>\n<td>btc</td>\n</tr>\n<tr>\n<td>Litecoin</td>\n<td>ltc</td>\n</tr>\n<tr>\n<td>Ethereum</td>\n<td>eth, usdc, usdterc20</td>\n</tr>\n<tr>\n<td>Ton</td>\n<td>ton, usdtton</td>\n</tr>\n<tr>\n<td>Tron</td>\n<td>trx, usdttrc20</td>\n</tr>\n<tr>\n<td>Binance Smart Chain</td>\n<td>usdtbsc</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","deposits",":currency","address"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) Subaccount ID for which the deposit address is created</p>\n","type":"text/plain"},"key":"partnerId","value":"string"}],"variable":[{"id":"d1ac8bc7-af23-495c-8466-b7340570acbf","description":{"content":"<p>(Required) Ticker of the currency to generate a deposit address</p>\n","type":"text/plain"},"type":"any","value":"string","key":"currency"}]}},"response":[{"id":"c2e491c7-e070-45cc-8588-2a5a82d1dbe8","name":"Create deposit address (master account)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits/:currency/address","host":["https://api.changenow.io"],"path":["v2","partner","deposits",":currency","address"],"variable":[{"key":"currency","value":"eth"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"address\": \"0xA8341388A4Fcd27FF02C9720729Fd3C4F45f8128\"\n    },\n    \"error\": null\n}"},{"id":"9129b01d-f3a4-460a-a97a-a739af901385","name":"Create deposit address (subaccount)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits/:currency/address?partnerId=42e42951dd","host":["https://api.changenow.io"],"path":["v2","partner","deposits",":currency","address"],"query":[{"key":"partnerId","value":"42e42951dd"}],"variable":[{"key":"currency","value":"eth"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"address\": \"0x850756A63c480DabB840Cee72dE30652bbb9e34D\"\n    },\n    \"error\": null\n}"},{"id":"cbec2d32-1d89-457b-8a20-77c16342d712","name":"Unsupported currency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits/:currency/address","host":["https://api.changenow.io"],"path":["v2","partner","deposits",":currency","address"],"variable":[{"key":"currency","value":"doge"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"The currency 'doge' not found or not configured\"\n}"},{"id":"09efe065-df4d-4020-ba3c-8ab24740d377","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits/:currency/address","host":["https://api.changenow.io"],"path":["v2","partner","deposits",":currency","address"],"variable":[{"key":"currency","value":"eth"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"4b486007-48df-4c9f-b11f-3264674ef5a1"},{"name":"Get Partner Deposits","id":"2a55552a-b749-40d8-bd6c-a1ebaaf3592e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addresses\": [\n        \"0xB4663213865419d164B8517C458b74E3201E1993\",\n        \"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL\"\n    ],\n    \"statuses\": [\n        \"PROCESSED\",\n        \"REJECTED\"\n    ],\n    \"currencies\": [\n        \"btc\",\n        \"eth\",\n        \"trx\"\n    ],\n    \"networks\": [\n        \"btc\",\n        \"erc20\",\n        \"trc20\"\n    ],\n    \"chains\": [\n        \"btc\",\n        \"eth\"\n    ],\n    \"sortField\": \"created_at\",\n    \"sortDirection\": \"ASC\",\n    \"createdFrom\": \"2025-11-10\",\n    \"createdTo\": \"2025-12-01\",\n    \"updatedFrom\": \"2025-11-11\",\n    \"updatedTo\": \"2025-12-02\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/deposits?partnerId=string&id=string&address=string[]&currency=string[]&status=string[]&hash=string&createdFrom=string&createdTo=string&updatedFrom=string&updatedTo=string&limit=number&offset=number","description":"<p>Get partner deposits with optional filters (query + body).</p>\n<p>You can provide parameters via query, body, or both.</p>\n<p><strong>Important:</strong> If the same parameter is provided in both query and body, the body value takes precedence. All multi-value fields (<code>addresses</code>, <code>statuses</code>, <code>currencies</code>, <code>networks</code>, <code>chains</code>) must be non-empty arrays of valid strings.</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>addresses</strong></td>\n<td>string[]</td>\n<td>(Optional) Filter by deposit addresses (multiple values)</td>\n</tr>\n<tr>\n<td><strong>statuses</strong></td>\n<td>string[]</td>\n<td>(Optional) Filter by deposit statuses (multiple values)</td>\n</tr>\n<tr>\n<td><strong>currencies</strong></td>\n<td>string[]</td>\n<td>(Optional) Filter by currencies (multiple values)</td>\n</tr>\n<tr>\n<td><strong>networks</strong></td>\n<td>string[]</td>\n<td>(Optional) Filter by blockchain networks (multiple values)</td>\n</tr>\n<tr>\n<td><strong>chains</strong></td>\n<td>string[]</td>\n<td>(Optional) Filter by blockchain chains (multiple values)</td>\n</tr>\n<tr>\n<td><strong>sortField</strong></td>\n<td>string</td>\n<td>(Optional) Sort results by field.  <br />  <br />Enum: [\"created_at\", \"updated_at\"]</td>\n</tr>\n<tr>\n<td><strong>sortDirection</strong></td>\n<td>string</td>\n<td>(Optional) Sort results in ascending or descending order.  <br />  <br />Enum: [\"ASC\", \"DESC\"]</td>\n</tr>\n<tr>\n<td><strong>createdFrom</strong></td>\n<td>string</td>\n<td>(Optional) Set a date to filter transactions created after this date.  <br />  <br />Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>createdTo</strong></td>\n<td>string</td>\n<td>(Optional) Set a date to filter transactions created before this date.  <br />  <br />Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>updatedFrom</strong></td>\n<td>string</td>\n<td>(Optional) Set a date to filter transactions updated after this date.  <br />  <br />Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>updatedTo</strong></td>\n<td>string</td>\n<td>(Optional) Set a date to filter transactions updated before this date.  <br />  <br />Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","deposits"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) Filter by subaccount IDs</p>\n","type":"text/plain"},"key":"partnerId","value":"string"},{"description":{"content":"<p>(Optional) Filter by deposit IDs</p>\n","type":"text/plain"},"key":"id","value":"string"},{"description":{"content":"<p>(Optional) Filter by deposit addresses (multiple values supported)</p>\n","type":"text/plain"},"key":"address","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by currency (multiple values supported)</p>\n","type":"text/plain"},"key":"currency","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by deposit statuses (multiple values supported)</p>\n","type":"text/plain"},"key":"status","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by transaction hash</p>\n","type":"text/plain"},"key":"hash","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdTo","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedTo","value":"string"},{"description":{"content":"<p>(Optional) Maximum number of transactions to return. Defaults to 10 if not specified</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>(Optional) Number of transactions to skip. Defaults to 0 if not specified</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"725d8b09-0ae5-4297-83d6-244c21a26caa","name":"Get all deposits (no filters)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"e1d00e382cded3\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAzhj6c-e9Qu9lqozmmS7G7s-TVPX6FjMyT22gT-ePKtxkJ\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"wBNYdvfCkKeOZD3SzTqGfakfwV5XZbjOqmx8gAw8fBo=\",\n            \"amount\": \"0.01994\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-19T13:41:11.231Z\",\n            \"updatedAt\": \"2025-12-19T13:41:40.273Z\"\n        },\n        {\n            \"id\": \"ad6239b6de2185\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"fS+kTbzUhO2/Wemiv6FgpuAjH7LXnL/2j1W+0jDNbLk=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T17:09:20.441Z\",\n            \"updatedAt\": \"2025-12-12T17:09:31.921Z\"\n        },\n        {\n            \"id\": \"d5bed8094f585f\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"x64/58+BE8kzoLWMdC1vD1T9kCHQZGuF3tz1oiFsiUY=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T12:35:36.721Z\",\n            \"updatedAt\": \"2025-12-12T12:35:46.966Z\"\n        },\n        {\n            \"id\": \"daea203fd9047d\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"DumcWs393P/8OjaxvJqgPHhoiWW+ugxnyYRx7eS6vJs=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-10T14:57:05.542Z\",\n            \"updatedAt\": \"2025-12-10T14:57:39.139Z\"\n        },\n        {\n            \"id\": \"8221c979969acc\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"gfWbBuarvBosGGHLQxxFrCmnQXnoqxlJ/Rcr8XbJSbk=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-10T14:54:50.701Z\",\n            \"updatedAt\": \"2025-12-10T14:55:22.363Z\"\n        },\n        {\n            \"id\": \"40958062d23561\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"L4HgmTEBRnnu0gEZEjZcenSjP0K1nAX9lcqnD5798Vk=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-09T10:38:21.054Z\",\n            \"updatedAt\": \"2025-12-09T10:38:34.546Z\"\n        },\n        {\n            \"id\": \"2decc083c8842b\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"QUYRWjKTt+JtGCQnv2ZXCkoqJCn3xFUI1Kp15izlfaU=\",\n            \"amount\": \"0.489\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-03T10:18:09.837Z\",\n            \"updatedAt\": \"2025-12-03T10:18:40.703Z\"\n        },\n        {\n            \"id\": \"8b8a52307cb745\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"HVlPOM4wEFCvWSAgdL67fOjsAhPufIaJXwhCH1S3OTY=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-02T22:53:02.306Z\",\n            \"updatedAt\": \"2025-12-02T22:53:03.703Z\"\n        },\n        {\n            \"id\": \"2f48030b27a177\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"yFYRVIHm1CtetvfwsYChOW5N8Iga9Q0oMh+TBscjcjk=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:29:33.781Z\",\n            \"updatedAt\": \"2025-12-02T22:29:43.013Z\"\n        },\n        {\n            \"id\": \"21a952c9dd090c\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"y4U11VKAC6XSSzNXaj6k7MBouI+XvjL+GrzeIzc1res=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:28:16.285Z\",\n            \"updatedAt\": \"2025-12-02T22:28:26.470Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"a68f3485-8266-47ff-ad5f-cedc3dbbac73","name":"Filter by subaccount ID (query)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?partnerId=42e42951dd","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"partnerId","value":"42e42951dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"21d23f290d2ad7\",\n            \"partnerId\": \"42e42951dd\",\n            \"address\": \"UQBfkYT6F4lR0gX-M3ZO1VZ0cKj3oyyEABezsbKA2SJuyR0a\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"CmJqBYivLjnJCHzUuGcLigfZvFGMVLmNVob7io0n5HA=\",\n            \"amount\": \"0.0896\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-09-14T17:53:43.289Z\",\n            \"updatedAt\": \"2025-09-14T17:55:03.046Z\"\n        },\n        {\n            \"id\": \"543080e959ca30\",\n            \"partnerId\": \"42e42951dd\",\n            \"address\": \"UQAuq9ccg8DHJWXEZKGrGKL2sZTU6hlYd69chH4VsBpLEt-6\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"OrHc9QrJDpe3s/AXeD2kkWWqSgc1Vt5tAyP8+wIqpJY=\",\n            \"amount\": \"0.0896\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-09-08T16:27:42.835Z\",\n            \"updatedAt\": \"2025-09-08T16:27:53.514Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"45d494e0-ebf5-4854-ae12-138bab852701","name":"Filter by deposit ID (query)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?id=79fdd8d4ee479a","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"id","value":"79fdd8d4ee479a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"79fdd8d4ee479a\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0xB4663213865419d164B8517C458b74E3201E1993\",\n            \"addressesFrom\": [\n                \"0xd397E2db7f0D9e292Cf50B97B2432E86Eb15067F\"\n            ],\n            \"currency\": \"eth\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343\",\n            \"amount\": \"0.00095799\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-24T21:02:29.071Z\",\n            \"updatedAt\": \"2025-07-24T21:03:49.270Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"f85498ba-4184-42af-ab27-3ddb850f25b1","name":"Filter by deposit address (query)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?address=3Np4NSiV7eZ419Aybq53gQecewPcouHcuv","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"address","value":"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"3c4d0c57718add\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv\",\n            \"addressesFrom\": [\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\",\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"3bd5ba12d735d5119e75f882424ccf843173af06d56648045c633aeaf76e1a08\",\n            \"amount\": \"0.00009738\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-24T14:49:28.396Z\",\n            \"updatedAt\": \"2025-11-24T15:06:30.641Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"91637adf-e0e7-454d-8bd4-60b3fed549d6","name":"Filter by currency (query)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?currency=btc","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"currency","value":"btc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"3c4d0c57718add\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv\",\n            \"addressesFrom\": [\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\",\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"3bd5ba12d735d5119e75f882424ccf843173af06d56648045c633aeaf76e1a08\",\n            \"amount\": \"0.00009738\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-24T14:49:28.396Z\",\n            \"updatedAt\": \"2025-11-24T15:06:30.641Z\"\n        },\n        {\n            \"id\": \"3f1cfe910ccadb\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"37f6Wczf1drkwtTWnBt8RvfYYGMtqdHGBN\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\",\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"d626931fb86b14e399e9071537439fe77864b9e43c5af443cc528a0e9688c92f\",\n            \"amount\": \"0.00006936\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-03T15:48:01.456Z\",\n            \"updatedAt\": \"2025-07-03T16:10:33.082Z\"\n        },\n        {\n            \"id\": \"a02656858e9099\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"c0a1b3f56571d7a91fcae1e733e18e24da8545839c733a2e376841faeb6345a8\",\n            \"amount\": \"0.0003488\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-06-30T11:03:38.637Z\",\n            \"updatedAt\": \"2025-06-30T11:17:52.144Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"730936ae-194b-4d61-af1d-8f08bf133004","name":"Filter by status (query)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?status=PROCESSED","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"status","value":"PROCESSED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"e1d00e382cded3\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAzhj6c-e9Qu9lqozmmS7G7s-TVPX6FjMyT22gT-ePKtxkJ\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"wBNYdvfCkKeOZD3SzTqGfakfwV5XZbjOqmx8gAw8fBo=\",\n            \"amount\": \"0.01994\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-19T13:41:11.231Z\",\n            \"updatedAt\": \"2025-12-19T13:41:40.273Z\"\n        },\n        {\n            \"id\": \"ad6239b6de2185\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"fS+kTbzUhO2/Wemiv6FgpuAjH7LXnL/2j1W+0jDNbLk=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T17:09:20.441Z\",\n            \"updatedAt\": \"2025-12-12T17:09:31.921Z\"\n        },\n        {\n            \"id\": \"d5bed8094f585f\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"x64/58+BE8kzoLWMdC1vD1T9kCHQZGuF3tz1oiFsiUY=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T12:35:36.721Z\",\n            \"updatedAt\": \"2025-12-12T12:35:46.966Z\"\n        },\n        {\n            \"id\": \"daea203fd9047d\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"DumcWs393P/8OjaxvJqgPHhoiWW+ugxnyYRx7eS6vJs=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-10T14:57:05.542Z\",\n            \"updatedAt\": \"2025-12-10T14:57:39.139Z\"\n        },\n        {\n            \"id\": \"2decc083c8842b\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"QUYRWjKTt+JtGCQnv2ZXCkoqJCn3xFUI1Kp15izlfaU=\",\n            \"amount\": \"0.489\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-03T10:18:09.837Z\",\n            \"updatedAt\": \"2025-12-03T10:18:40.703Z\"\n        },\n        {\n            \"id\": \"2f48030b27a177\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"yFYRVIHm1CtetvfwsYChOW5N8Iga9Q0oMh+TBscjcjk=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:29:33.781Z\",\n            \"updatedAt\": \"2025-12-02T22:29:43.013Z\"\n        },\n        {\n            \"id\": \"21a952c9dd090c\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"y4U11VKAC6XSSzNXaj6k7MBouI+XvjL+GrzeIzc1res=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:28:16.285Z\",\n            \"updatedAt\": \"2025-12-02T22:28:26.470Z\"\n        },\n        {\n            \"id\": \"bb45099b0d7dfd\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"t+O0wPJon3EZO9NREOgoPsfe+tRDTHgEE84/f9nUaLw=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:13:21.579Z\",\n            \"updatedAt\": \"2025-12-02T22:13:32.501Z\"\n        },\n        {\n            \"id\": \"05f405a98ec036\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"0zvDJZXr9yxkTkf1r03rvz3zt6UMR3CTtqv9hfthE8o=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:12:39.247Z\",\n            \"updatedAt\": \"2025-12-02T22:12:50.135Z\"\n        },\n        {\n            \"id\": \"bc4367a56944c0\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"d62CY6TOuRxlLI5/BBbnJvB/fkKhtIPm0BJ7iol+Ndk=\",\n            \"amount\": \"0.082315\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T21:56:48.762Z\",\n            \"updatedAt\": \"2025-12-02T21:56:57.896Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"1b33364c-eb18-4aa7-b842-88f006dbc7be","name":"Filter by transaction hash (query)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?hash=0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"hash","value":"0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"79fdd8d4ee479a\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0xB4663213865419d164B8517C458b74E3201E1993\",\n            \"addressesFrom\": [\n                \"0xd397E2db7f0D9e292Cf50B97B2432E86Eb15067F\"\n            ],\n            \"currency\": \"eth\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343\",\n            \"amount\": \"0.00095799\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-24T21:02:29.071Z\",\n            \"updatedAt\": \"2025-07-24T21:03:49.270Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"0c9b7624-03a8-416b-965f-4f832dddc9a5","name":"Filter by creation date range (query)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?createdFrom=2025-12-05&createdTo=2025-12-15","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"createdFrom","value":"2025-12-05"},{"key":"createdTo","value":"2025-12-15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"ad6239b6de2185\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"fS+kTbzUhO2/Wemiv6FgpuAjH7LXnL/2j1W+0jDNbLk=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T17:09:20.441Z\",\n            \"updatedAt\": \"2025-12-12T17:09:31.921Z\"\n        },\n        {\n            \"id\": \"d5bed8094f585f\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"x64/58+BE8kzoLWMdC1vD1T9kCHQZGuF3tz1oiFsiUY=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T12:35:36.721Z\",\n            \"updatedAt\": \"2025-12-12T12:35:46.966Z\"\n        },\n        {\n            \"id\": \"daea203fd9047d\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"DumcWs393P/8OjaxvJqgPHhoiWW+ugxnyYRx7eS6vJs=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-10T14:57:05.542Z\",\n            \"updatedAt\": \"2025-12-10T14:57:39.139Z\"\n        },\n        {\n            \"id\": \"8221c979969acc\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"gfWbBuarvBosGGHLQxxFrCmnQXnoqxlJ/Rcr8XbJSbk=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-10T14:54:50.701Z\",\n            \"updatedAt\": \"2025-12-10T14:55:22.363Z\"\n        },\n        {\n            \"id\": \"40958062d23561\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"L4HgmTEBRnnu0gEZEjZcenSjP0K1nAX9lcqnD5798Vk=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-09T10:38:21.054Z\",\n            \"updatedAt\": \"2025-12-09T10:38:34.546Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"d2d6f9bb-4421-489d-b71c-5bf2f90ddb64","name":"Pagination (query)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?limit=5&offset=10","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"2f48030b27a177\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"yFYRVIHm1CtetvfwsYChOW5N8Iga9Q0oMh+TBscjcjk=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:29:33.781Z\",\n            \"updatedAt\": \"2025-12-02T22:29:43.013Z\"\n        },\n        {\n            \"id\": \"21a952c9dd090c\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"y4U11VKAC6XSSzNXaj6k7MBouI+XvjL+GrzeIzc1res=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:28:16.285Z\",\n            \"updatedAt\": \"2025-12-02T22:28:26.470Z\"\n        },\n        {\n            \"id\": \"cec5b2943a3781\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"9loBbS3XYcrfOcKXV+A41SpXfNpe65CxHNuNF2s/Sfs=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-02T22:27:47.556Z\",\n            \"updatedAt\": \"2025-12-02T22:27:48.612Z\"\n        },\n        {\n            \"id\": \"bb45099b0d7dfd\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"t+O0wPJon3EZO9NREOgoPsfe+tRDTHgEE84/f9nUaLw=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:13:21.579Z\",\n            \"updatedAt\": \"2025-12-02T22:13:32.501Z\"\n        },\n        {\n            \"id\": \"05f405a98ec036\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"0zvDJZXr9yxkTkf1r03rvz3zt6UMR3CTtqv9hfthE8o=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:12:39.247Z\",\n            \"updatedAt\": \"2025-12-02T22:12:50.135Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"42d6e301-9c76-47c1-a12f-5277a1f233c9","name":"Filter by addresses (body)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"79fdd8d4ee479a\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0xB4663213865419d164B8517C458b74E3201E1993\",\n            \"addressesFrom\": [\n                \"0xd397E2db7f0D9e292Cf50B97B2432E86Eb15067F\"\n            ],\n            \"currency\": \"eth\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343\",\n            \"amount\": \"0.00095799\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-24T21:02:29.071Z\",\n            \"updatedAt\": \"2025-07-24T21:03:49.270Z\"\n        },\n        {\n            \"id\": \"a02656858e9099\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"c0a1b3f56571d7a91fcae1e733e18e24da8545839c733a2e376841faeb6345a8\",\n            \"amount\": \"0.0003488\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-06-30T11:03:38.637Z\",\n            \"updatedAt\": \"2025-06-30T11:17:52.144Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"0497c96c-e2d7-4bea-9718-0626ee7e0e7a","name":"Filter by statuses (body)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"e1d00e382cded3\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAzhj6c-e9Qu9lqozmmS7G7s-TVPX6FjMyT22gT-ePKtxkJ\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"wBNYdvfCkKeOZD3SzTqGfakfwV5XZbjOqmx8gAw8fBo=\",\n            \"amount\": \"0.01994\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-19T13:41:11.231Z\",\n            \"updatedAt\": \"2025-12-19T13:41:40.273Z\"\n        },\n        {\n            \"id\": \"ad6239b6de2185\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"fS+kTbzUhO2/Wemiv6FgpuAjH7LXnL/2j1W+0jDNbLk=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T17:09:20.441Z\",\n            \"updatedAt\": \"2025-12-12T17:09:31.921Z\"\n        },\n        {\n            \"id\": \"d5bed8094f585f\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"x64/58+BE8kzoLWMdC1vD1T9kCHQZGuF3tz1oiFsiUY=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T12:35:36.721Z\",\n            \"updatedAt\": \"2025-12-12T12:35:46.966Z\"\n        },\n        {\n            \"id\": \"daea203fd9047d\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"DumcWs393P/8OjaxvJqgPHhoiWW+ugxnyYRx7eS6vJs=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-10T14:57:05.542Z\",\n            \"updatedAt\": \"2025-12-10T14:57:39.139Z\"\n        },\n        {\n            \"id\": \"8221c979969acc\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"gfWbBuarvBosGGHLQxxFrCmnQXnoqxlJ/Rcr8XbJSbk=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-10T14:54:50.701Z\",\n            \"updatedAt\": \"2025-12-10T14:55:22.363Z\"\n        },\n        {\n            \"id\": \"40958062d23561\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"L4HgmTEBRnnu0gEZEjZcenSjP0K1nAX9lcqnD5798Vk=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-09T10:38:21.054Z\",\n            \"updatedAt\": \"2025-12-09T10:38:34.546Z\"\n        },\n        {\n            \"id\": \"2decc083c8842b\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"QUYRWjKTt+JtGCQnv2ZXCkoqJCn3xFUI1Kp15izlfaU=\",\n            \"amount\": \"0.489\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-03T10:18:09.837Z\",\n            \"updatedAt\": \"2025-12-03T10:18:40.703Z\"\n        },\n        {\n            \"id\": \"8b8a52307cb745\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"HVlPOM4wEFCvWSAgdL67fOjsAhPufIaJXwhCH1S3OTY=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-12-02T22:53:02.306Z\",\n            \"updatedAt\": \"2025-12-02T22:53:03.703Z\"\n        },\n        {\n            \"id\": \"2f48030b27a177\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"yFYRVIHm1CtetvfwsYChOW5N8Iga9Q0oMh+TBscjcjk=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:29:33.781Z\",\n            \"updatedAt\": \"2025-12-02T22:29:43.013Z\"\n        },\n        {\n            \"id\": \"21a952c9dd090c\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"y4U11VKAC6XSSzNXaj6k7MBouI+XvjL+GrzeIzc1res=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:28:16.285Z\",\n            \"updatedAt\": \"2025-12-02T22:28:26.470Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"6ae2ce67-594c-4bdd-b9ff-c7757870f19e","name":"Filter by currencies (body)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"3c4d0c57718add\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv\",\n            \"addressesFrom\": [\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\",\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"3bd5ba12d735d5119e75f882424ccf843173af06d56648045c633aeaf76e1a08\",\n            \"amount\": \"0.00009738\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-24T14:49:28.396Z\",\n            \"updatedAt\": \"2025-11-24T15:06:30.641Z\"\n        },\n        {\n            \"id\": \"50bad9309dfa84\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"TFoTjPo1qoKCpWh7mrxBwdWiaDRsmSi7rz\",\n            \"addressesFrom\": [\n                \"TWS1onJnNTg8tJHomceqxBxTsUB1DHh7PV\"\n            ],\n            \"currency\": \"trx\",\n            \"network\": \"trc20\",\n            \"hash\": \"54b231be7536a7c5701c34bd8e7ac84702fd170e5246ce6f92f8e31fb00cbbb2\",\n            \"amount\": \"0.5986\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-30T16:54:59.998Z\",\n            \"updatedAt\": \"2025-07-30T16:56:19.514Z\"\n        },\n        {\n            \"id\": \"79fdd8d4ee479a\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0xB4663213865419d164B8517C458b74E3201E1993\",\n            \"addressesFrom\": [\n                \"0xd397E2db7f0D9e292Cf50B97B2432E86Eb15067F\"\n            ],\n            \"currency\": \"eth\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343\",\n            \"amount\": \"0.00095799\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-24T21:02:29.071Z\",\n            \"updatedAt\": \"2025-07-24T21:03:49.270Z\"\n        },\n        {\n            \"id\": \"3f1cfe910ccadb\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"37f6Wczf1drkwtTWnBt8RvfYYGMtqdHGBN\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\",\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"d626931fb86b14e399e9071537439fe77864b9e43c5af443cc528a0e9688c92f\",\n            \"amount\": \"0.00006936\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-03T15:48:01.456Z\",\n            \"updatedAt\": \"2025-07-03T16:10:33.082Z\"\n        },\n        {\n            \"id\": \"a02656858e9099\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"c0a1b3f56571d7a91fcae1e733e18e24da8545839c733a2e376841faeb6345a8\",\n            \"amount\": \"0.0003488\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-06-30T11:03:38.637Z\",\n            \"updatedAt\": \"2025-06-30T11:17:52.144Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"ba5cc427-0f4b-4603-acd6-fb8c7ea4273a","name":"Filter by networks (body)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"3c4d0c57718add\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv\",\n            \"addressesFrom\": [\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\",\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"3bd5ba12d735d5119e75f882424ccf843173af06d56648045c633aeaf76e1a08\",\n            \"amount\": \"0.00009738\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-24T14:49:28.396Z\",\n            \"updatedAt\": \"2025-11-24T15:06:30.641Z\"\n        },\n        {\n            \"id\": \"d8d4652defba2c\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0x355387b9694a1B5EBF6f139C85274aF4dD079b2B\",\n            \"addressesFrom\": [\n                \"0x78f827becb646bc2ff23361f6ecc028a7885c63a\"\n            ],\n            \"currency\": \"usdc\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x1bf38e91dd1c04f74ef581b19d22348d2547ca8cb996fd8c9ff4b2b082aa2d75\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-08-04T13:54:19.090Z\",\n            \"updatedAt\": \"2025-08-04T13:58:47.765Z\"\n        },\n        {\n            \"id\": \"50bad9309dfa84\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"TFoTjPo1qoKCpWh7mrxBwdWiaDRsmSi7rz\",\n            \"addressesFrom\": [\n                \"TWS1onJnNTg8tJHomceqxBxTsUB1DHh7PV\"\n            ],\n            \"currency\": \"trx\",\n            \"network\": \"trc20\",\n            \"hash\": \"54b231be7536a7c5701c34bd8e7ac84702fd170e5246ce6f92f8e31fb00cbbb2\",\n            \"amount\": \"0.5986\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-30T16:54:59.998Z\",\n            \"updatedAt\": \"2025-07-30T16:56:19.514Z\"\n        },\n        {\n            \"id\": \"79fdd8d4ee479a\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0xB4663213865419d164B8517C458b74E3201E1993\",\n            \"addressesFrom\": [\n                \"0xd397E2db7f0D9e292Cf50B97B2432E86Eb15067F\"\n            ],\n            \"currency\": \"eth\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343\",\n            \"amount\": \"0.00095799\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-24T21:02:29.071Z\",\n            \"updatedAt\": \"2025-07-24T21:03:49.270Z\"\n        },\n        {\n            \"id\": \"3f1cfe910ccadb\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"37f6Wczf1drkwtTWnBt8RvfYYGMtqdHGBN\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\",\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"d626931fb86b14e399e9071537439fe77864b9e43c5af443cc528a0e9688c92f\",\n            \"amount\": \"0.00006936\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-03T15:48:01.456Z\",\n            \"updatedAt\": \"2025-07-03T16:10:33.082Z\"\n        },\n        {\n            \"id\": \"a02656858e9099\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"c0a1b3f56571d7a91fcae1e733e18e24da8545839c733a2e376841faeb6345a8\",\n            \"amount\": \"0.0003488\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-06-30T11:03:38.637Z\",\n            \"updatedAt\": \"2025-06-30T11:17:52.144Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"1bae1c7f-adfc-40d7-908f-d13c65d5fbe8","name":"Filter by blockchain chains (body)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"3b0bd00eb6fa30\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0x1E94ce9Ec235a4700E767C11EdF90f8DE46db1ec\",\n            \"addressesFrom\": [\n                \"0xdd3d72c53ff982ff59853da71158bf1538b3ceee\"\n            ],\n            \"currency\": \"usdterc20\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x93aa1667da60cdeef0770f5dca829de0abbf83219b26d0740ab0be1935b6aa3e\",\n            \"amount\": \"1.03898208\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-25T12:53:59.111Z\",\n            \"updatedAt\": \"2025-12-25T12:55:21.908Z\"\n        },\n        {\n            \"id\": \"3c4d0c57718add\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv\",\n            \"addressesFrom\": [\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\",\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"3bd5ba12d735d5119e75f882424ccf843173af06d56648045c633aeaf76e1a08\",\n            \"amount\": \"0.00009738\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-24T14:49:28.396Z\",\n            \"updatedAt\": \"2025-11-24T15:06:30.641Z\"\n        },\n        {\n            \"id\": \"d8d4652defba2c\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0x355387b9694a1B5EBF6f139C85274aF4dD079b2B\",\n            \"addressesFrom\": [\n                \"0x78f827becb646bc2ff23361f6ecc028a7885c63a\"\n            ],\n            \"currency\": \"usdc\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x1bf38e91dd1c04f74ef581b19d22348d2547ca8cb996fd8c9ff4b2b082aa2d75\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-08-04T13:54:19.090Z\",\n            \"updatedAt\": \"2025-08-04T13:58:47.765Z\"\n        },\n        {\n            \"id\": \"79fdd8d4ee479a\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0xB4663213865419d164B8517C458b74E3201E1993\",\n            \"addressesFrom\": [\n                \"0xd397E2db7f0D9e292Cf50B97B2432E86Eb15067F\"\n            ],\n            \"currency\": \"eth\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343\",\n            \"amount\": \"0.00095799\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-24T21:02:29.071Z\",\n            \"updatedAt\": \"2025-07-24T21:03:49.270Z\"\n        },\n        {\n            \"id\": \"3f1cfe910ccadb\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"37f6Wczf1drkwtTWnBt8RvfYYGMtqdHGBN\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\",\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"d626931fb86b14e399e9071537439fe77864b9e43c5af443cc528a0e9688c92f\",\n            \"amount\": \"0.00006936\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-03T15:48:01.456Z\",\n            \"updatedAt\": \"2025-07-03T16:10:33.082Z\"\n        },\n        {\n            \"id\": \"a02656858e9099\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"c0a1b3f56571d7a91fcae1e733e18e24da8545839c733a2e376841faeb6345a8\",\n            \"amount\": \"0.0003488\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-06-30T11:03:38.637Z\",\n            \"updatedAt\": \"2025-06-30T11:17:52.144Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"a965c575-7a65-48ab-9d8e-4275aaaf2aad","name":"Sort results (body)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"ee4c9a45ee02ad\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQCULvUT3myh3H4gwXIyjNGLWNCpQ73GXDne3_GUz8I5DR2S\",\n            \"addressesFrom\": [\n                \"UQDSygz6n3xrB4ujYjWe0Vqk41lp84q3G-V8-2VR5PDjZZNp\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"LTShgVlf215iJkB11pDZi11mP6Tuymk+gmEa9kJlE1I=\",\n            \"amount\": \"0.2894\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-06-29T20:39:41.710Z\",\n            \"updatedAt\": \"2025-06-29T20:40:10.586Z\"\n        },\n        {\n            \"id\": \"a02656858e9099\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"c0a1b3f56571d7a91fcae1e733e18e24da8545839c733a2e376841faeb6345a8\",\n            \"amount\": \"0.0003488\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-06-30T11:03:38.637Z\",\n            \"updatedAt\": \"2025-06-30T11:17:52.144Z\"\n        },\n        {\n            \"id\": \"4fef5cf0bb3a27\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQB1QBhyiY76wtIDTaV3pFtl8jE_aCrlGeDDTRbz2LaNjTvH\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"k7AZT3tjNA8HSYtiNu8Dw7L7TbPLF2YGMEOzoMNbhj4=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-06-30T11:07:14.937Z\",\n            \"updatedAt\": \"2025-06-30T11:07:35.602Z\"\n        },\n        {\n            \"id\": \"17ca6cd81acc5c\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDZwJPx66YOUenVEuRr5vrFOdO-YVgSqmPE3RAzkBBI8mhi\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"Vu/nXDD11yK/oYyR20abhtJfStQ9M/NWMa4Zj07uK9k=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-07-02T16:43:03.175Z\",\n            \"updatedAt\": \"2025-07-02T16:45:14.819Z\"\n        },\n        {\n            \"id\": \"3f1cfe910ccadb\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"37f6Wczf1drkwtTWnBt8RvfYYGMtqdHGBN\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\",\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"d626931fb86b14e399e9071537439fe77864b9e43c5af443cc528a0e9688c92f\",\n            \"amount\": \"0.00006936\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-03T15:48:01.456Z\",\n            \"updatedAt\": \"2025-07-03T16:10:33.082Z\"\n        },\n        {\n            \"id\": \"07eec026a2f166\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQB1QBhyiY76wtIDTaV3pFtl8jE_aCrlGeDDTRbz2LaNjTvH\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"tsjXmxRV7Gwzs+7qlcfsAi+g7M3jval7yfBilTrVSo8=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-07-18T14:30:10.256Z\",\n            \"updatedAt\": \"2025-07-18T14:32:21.985Z\"\n        },\n        {\n            \"id\": \"75b535b9b3a302\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQB1QBhyiY76wtIDTaV3pFtl8jE_aCrlGeDDTRbz2LaNjTvH\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"CbDp5XC4U4/6e5kNij1sVU1/ZiD7Pdc27bYY0Vj7xsg=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-18T15:11:37.300Z\",\n            \"updatedAt\": \"2025-07-18T15:11:46.409Z\"\n        },\n        {\n            \"id\": \"15a664d06caabb\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQB1QBhyiY76wtIDTaV3pFtl8jE_aCrlGeDDTRbz2LaNjTvH\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"CgBAlHiT11DhIgpp33wryUWRpA7lia65yztOPtR+Cyo=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-07-18T16:22:53.013Z\",\n            \"updatedAt\": \"2025-07-18T16:22:54.218Z\"\n        },\n        {\n            \"id\": \"5c8ff59565467a\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQB1QBhyiY76wtIDTaV3pFtl8jE_aCrlGeDDTRbz2LaNjTvH\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"YbTWTnBnN0joeALBDDLlUxoDQ6NOZ4w4ITq1wQEhhj8=\",\n            \"amount\": \"0.00996\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-22T09:37:12.798Z\",\n            \"updatedAt\": \"2025-07-22T09:38:22.420Z\"\n        },\n        {\n            \"id\": \"ed38e400c6ed02\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQCIoGOxB2GrVrdzLiIOkhoRYT3ydNQPalETnlZeGvNyJlAL\",\n            \"addressesFrom\": [\n                \"UQDZwJPx66YOUenVEuRr5vrFOdO-YVgSqmPE3RAzkBBI8mhi\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"SKR3r9tZ+MtE71SSPmURrZ3ctYKoNM3jE/nBzokfdrI=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-24T20:19:45.544Z\",\n            \"updatedAt\": \"2025-07-24T20:20:04.273Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"d88306cf-72d9-4776-b4b7-21ec2d228253","name":"Filter by date ranges (body)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"0eaf45533b556b\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"NDjw16gkhGQgR2wkIWSQSzq9C6lHRDeeKWBI6XkqUpo=\",\n            \"amount\": \"0.12972\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-27T12:24:12.558Z\",\n            \"updatedAt\": \"2025-11-27T12:24:42.609Z\"\n        },\n        {\n            \"id\": \"3c4d0c57718add\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv\",\n            \"addressesFrom\": [\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\",\n                \"1MY7uziT9V19uAxXVXxz45LgkwbcGYA1Ye\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"3bd5ba12d735d5119e75f882424ccf843173af06d56648045c633aeaf76e1a08\",\n            \"amount\": \"0.00009738\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-24T14:49:28.396Z\",\n            \"updatedAt\": \"2025-11-24T15:06:30.641Z\"\n        },\n        {\n            \"id\": \"2d88f2f983d750\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQCIoGOxB2GrVrdzLiIOkhoRYT3ydNQPalETnlZeGvNyJlAL\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"tGhF6O5Jx8frsiq/tLOzWB5ADN6tM7kr/vWLa28q1+A=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-18T12:17:47.017Z\",\n            \"updatedAt\": \"2025-11-18T12:17:57.355Z\"\n        },\n        {\n            \"id\": \"069737d5bc46e2\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"7yQWKGSRN2CpXQxnoG3Y7w0+WadwjozG4ve8j92abUg=\",\n            \"amount\": \"0\",\n            \"status\": \"REJECTED\",\n            \"createdAt\": \"2025-11-14T13:44:44.922Z\",\n            \"updatedAt\": \"2025-11-14T13:44:46.311Z\"\n        },\n        {\n            \"id\": \"8224aa9429cd85\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"6jZkR9wEIHbOZo6hqrdBvxasxJ5uq19HkHscLkv317Q=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-11-14T13:41:34.009Z\",\n            \"updatedAt\": \"2025-11-14T13:41:45.342Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"5d5e995c-9ba9-4453-b1ab-a0b05be33564","name":"Filter deposits (query + body)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?limit=5&offset=5&currency=ton","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"5"},{"key":"currency","value":"ton"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"21a952c9dd090c\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"y4U11VKAC6XSSzNXaj6k7MBouI+XvjL+GrzeIzc1res=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:28:16.285Z\",\n            \"updatedAt\": \"2025-12-02T22:28:26.470Z\"\n        },\n        {\n            \"id\": \"2f48030b27a177\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDAXHlJE4KdRSkoK8U1S_wQxgRHbJsezSmuRi5fye_YWweU\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"yFYRVIHm1CtetvfwsYChOW5N8Iga9Q0oMh+TBscjcjk=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-02T22:29:33.781Z\",\n            \"updatedAt\": \"2025-12-02T22:29:43.013Z\"\n        },\n        {\n            \"id\": \"2decc083c8842b\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"QUYRWjKTt+JtGCQnv2ZXCkoqJCn3xFUI1Kp15izlfaU=\",\n            \"amount\": \"0.489\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-03T10:18:09.837Z\",\n            \"updatedAt\": \"2025-12-03T10:18:40.703Z\"\n        },\n        {\n            \"id\": \"daea203fd9047d\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"DumcWs393P/8OjaxvJqgPHhoiWW+ugxnyYRx7eS6vJs=\",\n            \"amount\": \"0.0898\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-10T14:57:05.542Z\",\n            \"updatedAt\": \"2025-12-10T14:57:39.139Z\"\n        },\n        {\n            \"id\": \"d5bed8094f585f\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"addressesFrom\": [\n                \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\"\n            ],\n            \"currency\": \"ton\",\n            \"network\": \"tontoken\",\n            \"hash\": \"x64/58+BE8kzoLWMdC1vD1T9kCHQZGuF3tz1oiFsiUY=\",\n            \"amount\": \"0.0399\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-12-12T12:35:36.721Z\",\n            \"updatedAt\": \"2025-12-12T12:35:46.966Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"4c7d220b-2066-40cc-9db7-a1107313d94e","name":"Filter deposits (body takes precedence)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits?address=3Np4NSiV7eZ419Aybq53gQecewPcouHcuv&address=3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL","host":["https://api.changenow.io"],"path":["v2","partner","deposits"],"query":[{"key":"address","value":"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv"},{"key":"address","value":"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"79fdd8d4ee479a\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"0xB4663213865419d164B8517C458b74E3201E1993\",\n            \"addressesFrom\": [\n                \"0xd397E2db7f0D9e292Cf50B97B2432E86Eb15067F\"\n            ],\n            \"currency\": \"eth\",\n            \"network\": \"erc20\",\n            \"hash\": \"0x2f4e484b66b0c5c6fba9781330563af5ad3403feacde32f390093895dde87343\",\n            \"amount\": \"0.00095799\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-24T21:02:29.071Z\",\n            \"updatedAt\": \"2025-07-24T21:03:49.270Z\"\n        },\n        {\n            \"id\": \"3f1cfe910ccadb\",\n            \"partnerId\": \"55788b9cf5\",\n            \"address\": \"37f6Wczf1drkwtTWnBt8RvfYYGMtqdHGBN\",\n            \"addressesFrom\": [\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\",\n                \"bc1qq904ynep5mvwpjxdlyecgeupg22dm8am6cfvgq\"\n            ],\n            \"currency\": \"btc\",\n            \"network\": \"btc\",\n            \"hash\": \"d626931fb86b14e399e9071537439fe77864b9e43c5af443cc528a0e9688c92f\",\n            \"amount\": \"0.00006936\",\n            \"status\": \"PROCESSED\",\n            \"createdAt\": \"2025-07-03T15:48:01.456Z\",\n            \"updatedAt\": \"2025-07-03T16:10:33.082Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"0aff8970-0c3e-40bb-90c0-1f9c4c19e2f1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"2a55552a-b749-40d8-bd6c-a1ebaaf3592e"},{"name":"Get partner deposit addresses","id":"a28790c7-48f3-4348-bd39-ddbc4aa97789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/deposits/addresses?networks=string[]&chains=string[]&createdFrom=string&createdTo=string&updatedFrom=string&updatedTo=string&limit=number&offset=number","description":"<p>Get partner deposit addresses with optional filters.</p>\n","urlObject":{"path":["v2","partner","deposits","addresses"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) Filter by blockchain networks (multiple values supported)</p>\n","type":"text/plain"},"key":"networks","value":"string[]"},{"description":{"content":"<p>(Optional) Filter by blockchain chains (multiple values supported)</p>\n","type":"text/plain"},"key":"chains","value":"string[]"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions created before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"createdTo","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated after this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedFrom","value":"string"},{"description":{"content":"<p>(Optional) Set a date to filter transactions updated before this date.</p>\n<p>Format: YYYY-MM-DD or full ISO 8601 date (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text/plain"},"key":"updatedTo","value":"string"},{"description":{"content":"<p>(Optional) Maximum number of transactions to return. Defaults to 10 if not specified</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>(Optional) Number of transactions to skip. Defaults to 0 if not specified</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"1ca26d23-62a5-4f99-9b90-27307982a83f","name":"Get all deposit addresses (no filters)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"address\": \"TFoTjPo1qoKCpWh7mrxBwdWiaDRsmSi7rz\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-06-24T16:53:33.989Z\",\n            \"updatedAt\": \"2025-06-24T16:53:33.989Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"TB16SmURyZpa8TvX42fUe9rygWQzvP8DkJ\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-09-08T16:07:59.936Z\",\n            \"updatedAt\": \"2025-09-08T16:07:59.936Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"TQk6ZnomCnuHHX1EohXWk4GZJw81DJKpZy\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-12-18T15:49:13.203Z\",\n            \"updatedAt\": \"2025-12-18T15:49:13.203Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"THZCtqsJhtNGb7toSLwvQtg4Ax9UJ9pDpK\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-09-03T10:52:11.999Z\",\n            \"updatedAt\": \"2025-09-03T10:52:11.999Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-06-25T20:35:58.702Z\",\n            \"updatedAt\": \"2025-06-25T20:35:58.702Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQBdeFIRXuXAKRHV1u_rB13dPiTJOxFz8-9JqCAJ3e8R7sYa\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-08-04T12:38:38.403Z\",\n            \"updatedAt\": \"2025-08-04T12:38:38.403Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQDxArcrn1wRZm_0th7wvVFKsyrEGUqcPe6Bjnm5NPxRqWqJ\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-06-30T11:04:51.245Z\",\n            \"updatedAt\": \"2025-06-30T11:04:51.245Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQCIoGOxB2GrVrdzLiIOkhoRYT3ydNQPalETnlZeGvNyJlAL\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-07-24T20:15:48.469Z\",\n            \"updatedAt\": \"2025-07-24T20:15:48.469Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQAucatgQ_Ku2fL6x5irI0gcJJ8g0F7tBSe_-DvFgZnp1fBm\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-07-24T20:03:28.882Z\",\n            \"updatedAt\": \"2025-07-24T20:03:28.882Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQCULvUT3myh3H4gwXIyjNGLWNCpQ73GXDne3_GUz8I5DR2S\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-06-29T16:59:47.084Z\",\n            \"updatedAt\": \"2025-06-29T16:59:47.084Z\",\n            \"addressStatus\": \"disabled\",\n            \"disableReason\": \"Address was blacklisted\",\n            \"disabledAt\": \"2025-08-29T12:51:36.633Z\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"382c47f7-3c42-43d1-943e-2884fa48e17e","name":"Filter by networks (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits/addresses?networks=trc20&networks=btc","host":["https://api.changenow.io"],"path":["v2","partner","deposits","addresses"],"query":[{"key":"networks","value":"trc20"},{"key":"networks","value":"btc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"address\": \"TFoTjPo1qoKCpWh7mrxBwdWiaDRsmSi7rz\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-06-24T16:53:33.989Z\",\n            \"updatedAt\": \"2025-06-24T16:53:33.989Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"THZCtqsJhtNGb7toSLwvQtg4Ax9UJ9pDpK\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-09-03T10:52:11.999Z\",\n            \"updatedAt\": \"2025-09-03T10:52:11.999Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"TB16SmURyZpa8TvX42fUe9rygWQzvP8DkJ\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-09-08T16:07:59.936Z\",\n            \"updatedAt\": \"2025-09-08T16:07:59.936Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"TQk6ZnomCnuHHX1EohXWk4GZJw81DJKpZy\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-12-18T15:49:13.203Z\",\n            \"updatedAt\": \"2025-12-18T15:49:13.203Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"3GwGu8JCx4e2Nqq7xAfUkNwyig242vxekg\",\n            \"networks\": [\n                \"btc\"\n            ],\n            \"chains\": [\n                \"btc\"\n            ],\n            \"createdAt\": \"2025-11-24T14:27:15.336Z\",\n            \"updatedAt\": \"2025-11-24T14:27:15.336Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"3Np4NSiV7eZ419Aybq53gQecewPcouHcuv\",\n            \"networks\": [\n                \"btc\"\n            ],\n            \"chains\": [\n                \"btc\"\n            ],\n            \"createdAt\": \"2025-11-24T14:29:35.713Z\",\n            \"updatedAt\": \"2025-11-24T14:29:35.713Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"3EnG18SFSufpisUuJAGjGzVr6cP7x8ebhL\",\n            \"networks\": [\n                \"btc\"\n            ],\n            \"chains\": [\n                \"btc\"\n            ],\n            \"createdAt\": \"2025-06-30T10:17:52.174Z\",\n            \"updatedAt\": \"2025-06-30T10:17:52.174Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"37iAEbRtgYsHqBo3WYCDZ8vaXFh2s74XE4\",\n            \"networks\": [\n                \"btc\"\n            ],\n            \"chains\": [\n                \"btc\"\n            ],\n            \"createdAt\": \"2025-11-26T12:58:14.832Z\",\n            \"updatedAt\": \"2025-11-26T12:58:14.832Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"38kB2wqnEhZiA8bWZfxgEae5A112GD7GRU\",\n            \"networks\": [\n                \"btc\"\n            ],\n            \"chains\": [\n                \"btc\"\n            ],\n            \"createdAt\": \"2025-11-26T13:05:24.939Z\",\n            \"updatedAt\": \"2025-11-26T13:05:24.939Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"34ntNe38RVhpAY1LeFvpLEK3QHQ832r4u6\",\n            \"networks\": [\n                \"btc\"\n            ],\n            \"chains\": [\n                \"btc\"\n            ],\n            \"createdAt\": \"2025-11-26T11:18:43.424Z\",\n            \"updatedAt\": \"2025-11-26T11:18:43.424Z\",\n            \"addressStatus\": \"enabled\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"9e9c8bb9-611a-4200-9830-0b29ae89a3ad","name":"Filter by blockchain chains (multiple values)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits/addresses?chains=eth&chains=trx","host":["https://api.changenow.io"],"path":["v2","partner","deposits","addresses"],"query":[{"key":"chains","value":"eth"},{"key":"chains","value":"trx"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"address\": \"TFoTjPo1qoKCpWh7mrxBwdWiaDRsmSi7rz\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-06-24T16:53:33.989Z\",\n            \"updatedAt\": \"2025-06-24T16:53:33.989Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"THZCtqsJhtNGb7toSLwvQtg4Ax9UJ9pDpK\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-09-03T10:52:11.999Z\",\n            \"updatedAt\": \"2025-09-03T10:52:11.999Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"TB16SmURyZpa8TvX42fUe9rygWQzvP8DkJ\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-09-08T16:07:59.936Z\",\n            \"updatedAt\": \"2025-09-08T16:07:59.936Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"TQk6ZnomCnuHHX1EohXWk4GZJw81DJKpZy\",\n            \"networks\": [\n                \"trc20\"\n            ],\n            \"chains\": [\n                \"trx\"\n            ],\n            \"createdAt\": \"2025-12-18T15:49:13.203Z\",\n            \"updatedAt\": \"2025-12-18T15:49:13.203Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"0x30e657b176BFDffb55fB8732cE537c013A8ece45\",\n            \"networks\": [\n                \"erc20\"\n            ],\n            \"chains\": [\n                \"eth\"\n            ],\n            \"createdAt\": \"2025-06-29T17:23:10.629Z\",\n            \"updatedAt\": \"2025-06-29T17:23:10.629Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"0xe68558816fe7883dbc78ad58CE1C49050e162a79\",\n            \"networks\": [\n                \"erc20\"\n            ],\n            \"chains\": [\n                \"eth\"\n            ],\n            \"createdAt\": \"2025-07-17T17:00:30.915Z\",\n            \"updatedAt\": \"2025-07-17T17:00:30.915Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"0xB4663213865419d164B8517C458b74E3201E1993\",\n            \"networks\": [\n                \"erc20\"\n            ],\n            \"chains\": [\n                \"eth\"\n            ],\n            \"createdAt\": \"2025-07-24T20:57:07.321Z\",\n            \"updatedAt\": \"2025-07-24T20:57:07.321Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"0x355387b9694a1B5EBF6f139C85274aF4dD079b2B\",\n            \"networks\": [\n                \"erc20\"\n            ],\n            \"chains\": [\n                \"eth\"\n            ],\n            \"createdAt\": \"2025-08-04T12:54:12.225Z\",\n            \"updatedAt\": \"2025-08-04T12:54:12.225Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"0xBAD7611Df6cF07Cc9130cf9634c43a41E7aFe166\",\n            \"networks\": [\n                \"erc20\"\n            ],\n            \"chains\": [\n                \"eth\"\n            ],\n            \"createdAt\": \"2025-09-14T12:31:59.884Z\",\n            \"updatedAt\": \"2025-09-14T12:31:59.884Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"0xdBc65e92a4B0b0C9F5882542fD3E36fd19da3326\",\n            \"networks\": [\n                \"erc20\"\n            ],\n            \"chains\": [\n                \"eth\"\n            ],\n            \"createdAt\": \"2025-09-14T12:35:18.580Z\",\n            \"updatedAt\": \"2025-09-14T12:35:18.580Z\",\n            \"addressStatus\": \"enabled\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"c7a6ae0c-e08f-4daa-a227-088564d31380","name":"Filter by creation date range","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits/addresses?createdFrom=2025-12-01&createdTo=2025-12-15","host":["https://api.changenow.io"],"path":["v2","partner","deposits","addresses"],"query":[{"key":"createdFrom","value":"2025-12-01"},{"key":"createdTo","value":"2025-12-15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"address\": \"UQCR6gUATaFeLfaTlTheGUoqXiksjnucwXcBbctxb8rJtYmd\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-12T17:04:53.010Z\",\n            \"updatedAt\": \"2025-12-12T17:04:53.010Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQAnT2IF1qB3NSFisFxAymnp85oqd8yo9oIgN3jE29Mx9jAa\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-12T12:36:16.808Z\",\n            \"updatedAt\": \"2025-12-12T12:36:16.808Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQDWuqOG-Ko4H5bfAOZZCY1L5eh3P1_PD_K1yKviTltAFQwI\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-11T09:36:12.678Z\",\n            \"updatedAt\": \"2025-12-11T09:36:12.678Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQCy4TI44Hk7McfB4m5RdIa8_U5t7SmUZj-LPJu9CQZvybxk\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-02T09:52:27.263Z\",\n            \"updatedAt\": \"2025-12-02T09:52:27.263Z\",\n            \"addressStatus\": \"enabled\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"bb207c9a-e04e-45ab-b709-178d2f9e83ab","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/deposits/addresses?limit=10&offset=10","host":["https://api.changenow.io"],"path":["v2","partner","deposits","addresses"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"address\": \"UQCULvUT3myh3H4gwXIyjNGLWNCpQ73GXDne3_GUz8I5DR2S\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-06-29T16:59:47.084Z\",\n            \"updatedAt\": \"2025-06-29T16:59:47.084Z\",\n            \"addressStatus\": \"disabled\",\n            \"disableReason\": \"Address was blacklisted\",\n            \"disabledAt\": \"2025-08-29T12:51:36.633Z\"\n        },\n        {\n            \"address\": \"UQBLGQQ0AklEGmcoOC5wNr5K-3-tksQjrczkGJJpYGgAlVtz\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-11-18T12:17:37.928Z\",\n            \"updatedAt\": \"2025-11-18T12:17:37.928Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQCtoEWBdR_V7QLw4efr5qHrIiE25jVZS38UGN6y2HywCfzI\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-11-18T14:52:52.932Z\",\n            \"updatedAt\": \"2025-11-18T14:52:52.932Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQB-N1wb-MAHmagDYgKEMBxGsOqpCmhihLbu1uHIwWybsIvH\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-11-26T15:36:47.775Z\",\n            \"updatedAt\": \"2025-11-26T15:36:47.775Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQCy4TI44Hk7McfB4m5RdIa8_U5t7SmUZj-LPJu9CQZvybxk\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-02T09:52:27.263Z\",\n            \"updatedAt\": \"2025-12-02T09:52:27.263Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQDWuqOG-Ko4H5bfAOZZCY1L5eh3P1_PD_K1yKviTltAFQwI\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-11T09:36:12.678Z\",\n            \"updatedAt\": \"2025-12-11T09:36:12.678Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQAnT2IF1qB3NSFisFxAymnp85oqd8yo9oIgN3jE29Mx9jAa\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-12T12:36:16.808Z\",\n            \"updatedAt\": \"2025-12-12T12:36:16.808Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQCR6gUATaFeLfaTlTheGUoqXiksjnucwXcBbctxb8rJtYmd\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-12T17:04:53.010Z\",\n            \"updatedAt\": \"2025-12-12T17:04:53.010Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQBD-zxT1jUn8nzdEe-JYKtj-rnlINibdx_ATTmXmD_3NGiS\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-16T09:39:49.786Z\",\n            \"updatedAt\": \"2025-12-16T09:39:49.786Z\",\n            \"addressStatus\": \"enabled\"\n        },\n        {\n            \"address\": \"UQAsElNU31M62Pvty-cYleRLohx_ci2E9FUBFs9BFuM-WWaw\",\n            \"networks\": [\n                \"tontoken\"\n            ],\n            \"chains\": [\n                \"ton\"\n            ],\n            \"createdAt\": \"2025-12-18T15:48:03.287Z\",\n            \"updatedAt\": \"2025-12-18T15:48:03.287Z\",\n            \"addressStatus\": \"enabled\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"145337b0-6596-42ec-966e-09acf8c5a4f5","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits/addresses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"a28790c7-48f3-4348-bd39-ddbc4aa97789"},{"name":"Get list of supported chains","id":"c6a45410-f20c-46cf-8c64-7136f7040432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/deposits/chains","description":"<p>Get all currently supported chains and currency tickers for deposits.</p>\n","urlObject":{"path":["v2","partner","deposits","chains"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"1db6cb9d-0796-4b1c-aee1-cd02cf14efc4","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits/chains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"chain\": \"bsc\",\n            \"currencies\": [\n                \"usdtbsc\"\n            ],\n            \"enabled\": true\n        },\n        {\n            \"chain\": \"btc\",\n            \"currencies\": [\n                \"btc\"\n            ],\n            \"enabled\": true\n        },\n        {\n            \"chain\": \"eth\",\n            \"currencies\": [\n                \"usdc\",\n                \"eth\",\n                \"usdterc20\"\n            ],\n            \"enabled\": true\n        },\n        {\n            \"chain\": \"ltc\",\n            \"currencies\": [\n                \"ltc\"\n            ],\n            \"enabled\": true\n        },\n        {\n            \"chain\": \"ton\",\n            \"currencies\": [\n                \"usdtton\",\n                \"ton\"\n            ],\n            \"enabled\": true\n        },\n        {\n            \"chain\": \"trx\",\n            \"currencies\": [\n                \"trx\",\n                \"usdttrc20\"\n            ],\n            \"enabled\": true\n        }\n    ],\n    \"error\": null\n}"},{"id":"b630e543-ad27-4233-8cbd-475be9ddfc70","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/deposits/chains"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"c6a45410-f20c-46cf-8c64-7136f7040432"}],"id":"45548952-e874-4dfe-b624-c100720cf0c6","description":"<p>This feature allows users to create permanent deposit addresses for a master account and its subaccounts. This feature also allows users to get info about supported tickers and networks for addresses, deposit operations with created addresses, to get info about all the master account's created addresses and watch changes and deposit transactions with it.</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<h4 id=\"deposit-statuses\">Deposit statuses:</h4>\n<ul>\n<li><p>NEW</p>\n</li>\n<li><p>CONFIRMING</p>\n</li>\n<li><p>CONFIRMED</p>\n</li>\n<li><p>FEE_INITIALIZATION</p>\n</li>\n<li><p>READY_FOR_CHECKING</p>\n</li>\n<li><p>CHECKING_BY_RISK_CONTROL</p>\n</li>\n<li><p>DELAYED_BY_RISK_CONTROL</p>\n</li>\n<li><p>READY_FOR_ACCOUNTING</p>\n</li>\n<li><p>ACCOUNTING</p>\n</li>\n<li><p>READY_FOR_ROUTING</p>\n</li>\n<li><p>ROUTING</p>\n</li>\n<li><p>PROCESSED (final)</p>\n</li>\n<li><p>REJECTED (final)</p>\n</li>\n<li><p>FAILED_BY_RISK_CONTROL</p>\n</li>\n<li><p>FAILED</p>\n</li>\n<li><p>EXPIRED</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"2ee7a2e7-a21f-4aa7-8eee-8d8fcf698100"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"0d63b49b-78ec-4f68-93ab-d320170210a0"}}],"_postman_id":"45548952-e874-4dfe-b624-c100720cf0c6"},{"name":"Whitelist address","item":[{"name":"Create new whitelist request","id":"1f4e768c-aa25-4e4d-8843-d6f288bfbcc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"x-changenow-sign","value":"<string>","description":"<p>(Required) HMAC-SHA256 signature of the request body, generated using your private API key</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"55788b9cf5\",\n    \"addresses\": [\n        {\n            \"address\": \"UQCm-8BQ43ZVmx0vL36xCp_rV6ztll978PIFkZ3l2KsFCQcK\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1766580995151\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request","description":"<p>Create a whitelist request by specifying the partner ID, as well as the necessary addresses and assets in the body. You will receive the whitelist request ID in the response. Check the OTP that will be sent to your email associated with your affiliate account.</p>\n<p><strong>Signature</strong> - should be generated by code, valid for 2 minutes</p>\n<p><em>ex. for signature in node.js</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">const crypto = require('node:crypto');\nconst privateApiKey = '...';\nconst ts = Date.now();\nconst whitelistRequest = \n{\n    partnerId: \"...\",\n    addresses: [\n        {\n            address: \"0x0000000000000000000000000000000000000000\",\n            currency: \"eth\",\n            extraId: \"\"\n        },\n    ],\n    signedAt: Date.now(),\n};\nconst whitelistRequestBody = JSON.stringify(whitelistRequest);\nconst whitelistRequestSign = crypto\n  .createHmac('sha256', privateApiKey)\n  .update(whitelistRequestBody)\n  .digest('base64');\nconsole.log(whitelistRequestBody);\nconsole.log(whitelistRequestSign);\n\n</code></pre>\n<p><em>ex. for signature in python</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">import hmac, base64, hashlib, json\nfrom datetime import datetime\n_privateApiKey = '...'\nts = int(datetime.utcnow().strftime(\"%s%f\")[:13])\ndata = {\n    \"partnerId\": \"...\",\n    \"addresses\": [\n        {\n            \"address\": \"0x0000000000000000000000000000000000000000\",\n            \"currency\": \"eth\",\n            \"extraId\": \"\"            \n        }\n    ],\n    \"signedAt\":ts\n}\ndump_data = json.dumps(data,  separators = (',' ':'))\nencoded_msg = str(dump_data).encode('utf-8')\ndigest = hmac.new(_privateApiKey.encode('latin-1'), msg=encoded_msg, digestmod=hashlib.sha256).digest()\nsignature = base64.b64encode(digest).decode()\nprint(signature)\nprint(encoded_msg)\n\n</code></pre>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>partnerId</strong></td>\n<td>string</td>\n<td>(Optional) Partner ID for which the whitelist request is created. Defaults to the authenticated partner's ID if not provided. Must be a non-empty string.</td>\n</tr>\n<tr>\n<td><strong>addresses</strong></td>\n<td>array of objects</td>\n<td>(Required) Each object must include \"address\", \"currency\", and optionally \"extraId\"</td>\n</tr>\n<tr>\n<td><strong>address</strong></td>\n<td>string</td>\n<td>(Required) The withdrawal address to whitelist</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>(Required) Ticker of the currency</td>\n</tr>\n<tr>\n<td><strong>extraId</strong></td>\n<td>string</td>\n<td>(Optional) Additional extra identifier</td>\n</tr>\n<tr>\n<td><strong>signedAt</strong></td>\n<td>number</td>\n<td>(Required) Timestamp of the request signature in milliseconds. Used to verify the authenticity of the request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","whitelist","request"],"host":["https://api.changenow.io"],"query":[],"variable":[]}},"response":[{"id":"e14f8c68-3c2c-4569-b90e-04c1654928f1","name":"Create whitelist request (single address)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"55788b9cf5\",\n    \"addresses\": [\n        {\n            \"address\": \"UQCm-8BQ43ZVmx0vL36xCp_rV6ztll978PIFkZ3l2KsFCQcK\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1766580995151\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": 5428689148,\n        \"partnerId\": \"55788b9cf5\",\n        \"status\": \"NEW\",\n        \"otpRequestCount\": 0,\n        \"otpId\": null,\n        \"createdAt\": \"2025-12-24T12:56:55.551554+00:00\",\n        \"updatedAt\": \"2025-12-24T12:56:55.551554+00:00\",\n        \"expirationAt\": \"2025-12-24T13:26:55.551554+00:00\"\n    },\n    \"error\": null\n}"},{"id":"fa1ffc3a-3d9e-4fb4-a07d-8bd76a4be42b","name":"Create whitelist request (batch request)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"55788b9cf5\",\n    \"addresses\": [\n        {\n            \"address\": \"UQArbbs0kAZfRAvUWRtRWwEhoSnwYK60h6Ew_WmkP2pHCQH5\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        },\n        {\n            \"address\": \"UQCz0a9EWypXV2kb57DUt7COYGaG4HbLt8yqzJrE0zOWLtp5\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        },\n        {\n            \"address\": \"UQCUtvx5BamBS8fTFE7eQv0N5RbSX3GLZslQbLaAUYuIUU_4\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1766582067004\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": 6073238059,\n        \"partnerId\": \"55788b9cf5\",\n        \"status\": \"NEW\",\n        \"otpRequestCount\": 0,\n        \"otpId\": null,\n        \"createdAt\": \"2025-12-24T13:14:43.366809+00:00\",\n        \"updatedAt\": \"2025-12-24T13:14:43.366809+00:00\",\n        \"expirationAt\": \"2025-12-24T13:44:43.366809+00:00\"\n    },\n    \"error\": null\n}"},{"id":"096d12b9-40e5-4bb9-b9c9-38716133c823","name":"Create whitelist request (for subaccount)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"26efe5f727\",\n    \"addresses\": [\n        {\n            \"address\": \"UQCz0a9EWypXV2kb57DUt7COYGaG4HbLt8yqzJrE0zOWLtp5\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1766608969078\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": 5847137472,\n        \"partnerId\": \"26efe5f727\",\n        \"status\": \"NEW\",\n        \"otpRequestCount\": 0,\n        \"otpId\": null,\n        \"createdAt\": \"2025-12-24T20:43:05.71478+00:00\",\n        \"updatedAt\": \"2025-12-24T20:43:05.71478+00:00\",\n        \"expirationAt\": \"2025-12-24T21:13:05.71478+00:00\"\n    },\n    \"error\": null\n}"},{"id":"d5926962-ac73-4e5e-bd08-11c7d3a523db","name":"Create whitelist request (without partnerId)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addresses\": [\n        {\n            \"address\": \"UQArbbs0kAZfRAvUWRtRWwEhoSnwYK60h6Ew_WmkP2pHCQH5\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1766591600637\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": 6368939168,\n        \"partnerId\": \"55788b9cf5\",\n        \"status\": \"NEW\",\n        \"otpRequestCount\": 0,\n        \"otpId\": null,\n        \"createdAt\": \"2025-12-24T15:53:37.45923+00:00\",\n        \"updatedAt\": \"2025-12-24T15:53:37.45923+00:00\",\n        \"expirationAt\": \"2025-12-24T16:23:37.45923+00:00\"\n    },\n    \"error\": null\n}"},{"id":"e13591be-cb88-4e0e-acf0-ec18bc4dd462","name":"Create whitelist request (with extraId)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"55788b9cf5\",\n    \"addresses\": [\n        {\n            \"address\": \"UQArbbs0kAZfRAvUWRtRWwEhoSnwYK60h6Ew_WmkP2pHCQH5\",\n            \"currency\": \"ton\",\n            \"extraId\": \"test-123\"\n        }\n    ],\n    \"signedAt\": 1766592393169\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": 5121467620,\n        \"partnerId\": \"55788b9cf5\",\n        \"status\": \"NEW\",\n        \"otpRequestCount\": 0,\n        \"otpId\": null,\n        \"createdAt\": \"2025-12-24T16:07:15.412788+00:00\",\n        \"updatedAt\": \"2025-12-24T16:07:15.412788+00:00\",\n        \"expirationAt\": \"2025-12-24T16:37:15.412788+00:00\"\n    },\n    \"error\": null\n}"},{"id":"187ed5b6-048b-45cf-912c-db5015e8a43e","name":"Address already whitelisted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"55788b9cf5\",\n    \"addresses\": [\n        {\n            \"address\": \"UQCm-8BQ43ZVmx0vL36xCp_rV6ztll978PIFkZ3l2KsFCQcK\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1768757094572\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"EMPTY_ADDRESS_LIST_TO_APPROVE\",\n    \"result\": null,\n    \"error\": \"Could not create new whitelist request for partner 55788b9cf5\"\n}"},{"id":"d7ff59d9-ee93-41eb-913d-91c3e047bcbf","name":"Invalid request sign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"55788b9cf5\",\n    \"addresses\": [\n        {\n            \"address\": \"UQArbbs0kAZfRAvUWRtRWwEhoSnwYK60h6Ew_WmkP2pHCQH5\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1766582960788\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"INVALID_SIGN\",\n    \"result\": null,\n    \"error\": \"Invalid request sign\"\n}"},{"id":"3f6bfc43-565d-473d-a5d5-2ae5919910e6","name":"Invalid partnerId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"55788b9\",\n    \"addresses\": [\n        {\n            \"address\": \"UQCUtvx5BamBS8fTFE7eQv0N5RbSX3GLZslQbLaAUYuIUU_4\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1766609650998\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_PARAMS\",\n    \"result\": null,\n    \"error\": \"Invalid request on create whitelist request: Invalid partner 55788b9. Must be 55788b9cf5 or your subpartner\"\n}"},{"id":"b5626792-3101-430e-bafb-e27193dc0776","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-changenow-sign","value":"<string>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"55788b9cf5\",\n    \"addresses\": [\n        {\n            \"address\": \"UQCUtvx5BamBS8fTFE7eQv0N5RbSX3GLZslQbLaAUYuIUU_4\",\n            \"currency\": \"ton\",\n            \"extraId\": \"\"\n        }\n    ],\n    \"signedAt\": 1766609650998\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"1f4e768c-aa25-4e4d-8843-d6f288bfbcc5"},{"name":"Approve request","id":"57989e37-43bb-4c75-be1d-65d87b24d811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"your_otp_code\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/partner/whitelist/request/:id/approve","description":"<p>Confirm your whitelist request with the OTP received to the email linked to your affiliate account. Include the OTP in the request body to approve the whitelist request.</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>otp</strong></td>\n<td>string</td>\n<td>(Required) The one-time password sent to the user's email for approval. Exactly 6 digits</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partner","whitelist","request",":id","approve"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"00341010-198d-46de-b399-e8d2a7cbce13","description":{"content":"<p>(Required) Whitelist request ID</p>\n","type":"text/plain"},"type":"any","value":"number","key":"id"}]}},"response":[{"id":"f707dda8-2192-4b50-ba61-19af66690762","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"515580\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/approve","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","approve"],"variable":[{"key":"id","value":"5428689148"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": true,\n    \"error\": null\n}"},{"id":"c485ab32-0b9c-4efb-bed2-0f1686dbf041","name":"Request already approved","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"515580\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/approve","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","approve"],"variable":[{"key":"id","value":"5428689148"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ALREADY_APPROVED\",\n    \"result\": null,\n    \"error\": \"Could not approve whitelist request 5428689148\"\n}"},{"id":"46669c13-36eb-45e6-929b-a3903f91a016","name":"Invalid OTP code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/approve","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","approve"],"variable":[{"key":"id","value":"4944838441"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"INVALID_OTP\",\n    \"result\": null,\n    \"error\": \"Could not approve whitelist request 4944838441\"\n}"},{"id":"422b538a-38c6-4019-8be5-704fc7abe457","name":"Expired OTP code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"361004\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/approve","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","approve"],"variable":[{"key":"id","value":"4944838441"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OTP_EXPIRED\",\n    \"result\": null,\n    \"error\": \"Could not approve whitelist request 4944838441\"\n}"},{"id":"49d37876-ba1c-4e00-91fa-5e216d4f51eb","name":"Empty OTP request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/approve","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","approve"],"variable":[{"key":"id","value":"4944838441"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"bad_params\",\n    \"result\": null,\n    \"error\": \"Invalid 'otp': expected only 6 digits.\"\n}"},{"id":"2c7bc5ce-67d9-4c67-acf9-b436e43c642c","name":"Invalid request ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"361004\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/approve","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","approve"],"variable":[{"key":"id","value":"123456789"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"REQUEST_NOT_FOUND\",\n    \"result\": null,\n    \"error\": \"Could not approve whitelist request 123456789\"\n}"},{"id":"9e9b5e88-1bbb-45e8-8c2f-c655c31fc47f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"515580\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/approve","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","approve"],"variable":[{"key":"id","value":"5428689148"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"57989e37-43bb-4c75-be1d-65d87b24d811"},{"name":"Create OTP","id":"985e3858-4fbb-4d22-8bb4-d321d7b7e122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.changenow.io/v2/partner/whitelist/request/:id/otp","description":"<p>In case you did not receive an OTP or could not use it during its expiration time, you can request a new OTP using this method. To do this, you need to specify the whitelist request ID for which you need a new OTP. Please note the following:</p>\n<ul>\n<li><p>This method can only be used twice for one whitelist request ID. In case you have not used the OTP any of these attempts, then create a new whitelist request.</p>\n</li>\n<li><p>A new OTP can only be requested one minute after the previous OTP has been sent within a single whitelist request ID.</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","partner","whitelist","request",":id","otp"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"4dc23a63-c2d6-44cf-9088-86dbf72e3b5d","description":{"content":"<p>(Required) Whitelist request ID</p>\n","type":"text/plain"},"type":"any","value":"number","key":"id"}]}},"response":[{"id":"6b199f64-f494-4aa8-859e-02edc1bd4713","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/otp","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","otp"],"variable":[{"key":"id","value":"4780864357"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": true,\n    \"error\": null\n}"},{"id":"a4f7fbd7-028f-4a69-9974-9c013a6b457e","name":"OTP sending timeout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/otp","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","otp"],"variable":[{"key":"id","value":"4780864357"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OTP_SENDING_TIMEOUT\",\n    \"result\": null,\n    \"error\": \"Could not send new OTP for whitelist request 4780864357\"\n}"},{"id":"6282e5ac-fb6a-4f3f-a09a-490fbedcc306","name":"Request expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/otp","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","otp"],"variable":[{"key":"id","value":"4780864357"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"REQUEST_EXPIRED\",\n    \"result\": null,\n    \"error\": \"Could not send new OTP for whitelist request 4780864357\"\n}"},{"id":"eb2b89cc-ace3-4c12-95ae-786ee18e2be0","name":"Request ID not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/otp","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","otp"],"variable":[{"key":"id","value":"123456789"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"REQUEST_NOT_FOUND\",\n    \"result\": null,\n    \"error\": \"Could not send new OTP for whitelist request 123456789\"\n}"},{"id":"cdce9453-cc17-4b67-87e0-51a468aecdd0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id/otp","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id","otp"],"variable":[{"key":"id","value":"4780864357"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"985e3858-4fbb-4d22-8bb4-d321d7b7e122"},{"name":"Get  whitelist request status by id","id":"d5ddd1d3-8cd8-44b0-a722-23c827f61eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/whitelist/request/:id","description":"<p>Specify the ID of your whitelist request to get its details and status.</p>\n","urlObject":{"path":["v2","partner","whitelist","request",":id"],"host":["https://api.changenow.io"],"query":[],"variable":[{"id":"56c356fc-b1dc-4454-a15b-eeb23fe8ebab","description":{"content":"<p>(Required) Whitelist request ID</p>\n","type":"text/plain"},"type":"any","value":"number","key":"id"}]}},"response":[{"id":"99aa1aba-2ed8-450a-ad8b-0a3b32ec6354","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id"],"variable":[{"key":"id","value":"5428689148"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": {\n        \"id\": 5428689148,\n        \"partnerId\": \"55788b9cf5\",\n        \"status\": \"APPROVED\",\n        \"otpRequestCount\": 1,\n        \"otpId\": 6021471809,\n        \"createdAt\": \"2025-12-24T12:56:55.551554+00:00\",\n        \"updatedAt\": \"2025-12-24T13:00:02.062481+00:00\",\n        \"expirationAt\": \"2025-12-24T13:26:55.551554+00:00\"\n    },\n    \"error\": null\n}"},{"id":"24237b48-c0b4-476d-a29e-c24312c8c4a1","name":"Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id"],"variable":[{"key":"id","value":"123456789"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NOT_FOUND\",\n    \"result\": null,\n    \"error\": \"Could not get whitelist request by id 123456789\"\n}"},{"id":"23e98d62-2cae-45b3-b62d-d8c05804669a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/request/:id","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","request",":id"],"variable":[{"key":"id","value":"5428689148"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"d5ddd1d3-8cd8-44b0-a722-23c827f61eb0"},{"name":"Get  whitelist addresses","id":"9ea7ac02-6a71-450c-9dab-3873bccc567d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.changenow.io/v2/partner/whitelist/addresses?limit=number&offset=number","description":"<p>Get whitelist addresses with optional filters.</p>\n","urlObject":{"path":["v2","partner","whitelist","addresses"],"host":["https://api.changenow.io"],"query":[{"description":{"content":"<p>(Optional) Maximum number of transactions to return. If not specified, all results are returned</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"description":{"content":"<p>(Optional) Number of transactions to skip. Defaults to 0 if not specified</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"75f097da-2cbb-415d-973c-d51bea007e40","name":"Get all addresses (no filters)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/whitelist/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"5586762867\",\n            \"address\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n            \"extraId\": \"\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"5376796966\",\n            \"address\": \"UQAaBwtDweVVE3ds8xPuZYcqCzIuFrP0RVL0lcowil6SqVw9\",\n            \"extraId\": \"\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"5155543834\",\n            \"address\": \"UQDhfYsfH8swbiTXqr0nTMgibWpd5bIj64FTLCoV8W0ddWSO\",\n            \"extraId\": \"\",\n            \"currency\": \"usdtton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"4833430602\",\n            \"address\": \"bnb1cp4vuek2jacvjwaqghlgjrpvpfhrl3rdeeemke\",\n            \"extraId\": \"\",\n            \"currency\": \"bnbbsc\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"4633141661\",\n            \"address\": \"0x9dcc1310042413b0fc2810f8b65f7296430e0ab1\",\n            \"extraId\": \"\",\n            \"currency\": \"usdtbsc\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"5424367887\",\n            \"address\": \"UQCm-8BQ43ZVmx0vL36xCp_rV6ztll978PIFkZ3l2KsFCQcK\",\n            \"extraId\": \"\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"6097956812\",\n            \"address\": \"UQArbbs0kAZfRAvUWRtRWwEhoSnwYK60h6Ew_WmkP2pHCQH5\",\n            \"extraId\": \"test-123\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"5126250781\",\n            \"address\": \"0x7fA2045502586774b1F6C7dF1A2B2CA1bf20D65C\",\n            \"extraId\": \"\",\n            \"currency\": \"usdtbsc\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"4808511773\",\n            \"address\": \"0x0B3E2eaDe9f88674D968F5027129E30A48413b9b\",\n            \"extraId\": \"\",\n            \"currency\": \"usdtbsc\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"6437226087\",\n            \"address\": \"UQCuB4TCAr0AQrPTC50Qb4cGwW-nvnfujkgLs_tdKkVLb2rk\",\n            \"extraId\": \"\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"4419178488\",\n            \"address\": \"UQBu4Eb5arlG6mVUOIKIRCc2U-S-yvWnitHiGA0XLvB4FxG4\",\n            \"extraId\": \"777\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"5916950365\",\n            \"address\": \"UQDakvh1pzG7T9Hw4fBWrlltseMXdCsV92A4nUIQTI83Qnue\",\n            \"extraId\": \"\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"f7069ba2-72a4-4522-938c-f7c2adadcf36","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/partner/whitelist/addresses?limit=5&offset=5","host":["https://api.changenow.io"],"path":["v2","partner","whitelist","addresses"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"result\": [\n        {\n            \"id\": \"5424367887\",\n            \"address\": \"UQCm-8BQ43ZVmx0vL36xCp_rV6ztll978PIFkZ3l2KsFCQcK\",\n            \"extraId\": \"\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"6097956812\",\n            \"address\": \"UQArbbs0kAZfRAvUWRtRWwEhoSnwYK60h6Ew_WmkP2pHCQH5\",\n            \"extraId\": \"test-123\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"5126250781\",\n            \"address\": \"0x7fA2045502586774b1F6C7dF1A2B2CA1bf20D65C\",\n            \"extraId\": \"\",\n            \"currency\": \"usdtbsc\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"4808511773\",\n            \"address\": \"0x0B3E2eaDe9f88674D968F5027129E30A48413b9b\",\n            \"extraId\": \"\",\n            \"currency\": \"usdtbsc\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        },\n        {\n            \"id\": \"6437226087\",\n            \"address\": \"UQCuB4TCAr0AQrPTC50Qb4cGwW-nvnfujkgLs_tdKkVLb2rk\",\n            \"extraId\": \"\",\n            \"currency\": \"ton\",\n            \"status\": \"PROCESSED\",\n            \"partnerId\": \"55788b9cf5\"\n        }\n    ],\n    \"error\": null\n}"},{"id":"4ad22573-b469-4308-ba70-d524c0ba3841","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://api.changenow.io/v2/partner/whitelist/addresses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Unauthorized"}],"_postman_id":"9ea7ac02-6a71-450c-9dab-3873bccc567d"}],"id":"0ad4255c-353d-438b-8c77-0a920eb46bd0","description":"<p>Whitelist your addresses for any available asset and withdraw funds without the default $100 limit!</p>\n<p>The process is quite simple, specify the addresses and assets you need in the request body of “<a href=\"#17bf7ea3-7359-41aa-b8a3-5c6e8cb2f374\">Create new whitelist request</a>” method.</p>\n<p>In response you will receive a whitelist request ID, which is valid for 30 minutes, and you will also be sent an email with an OTP (one-time password) that will arrive at your email linked to your ChangeNOW affiliate account. OTP expiration time is 15 minutes.You will need the OTP to confirm your whitelist request. To do this, use “<a href=\"#bebc81e9-38f7-40a9-8e19-6cc212a3ba2b\">Approve request</a>” method with the request ID and OTP. Once the request is successfully approved, you will be able to withdraw funds to the addresses specified in the whitelist request without limit.</p>\n<p>Here’s what you need to know about the whitelist service:</p>\n<ul>\n<li><p>You need to bind an address to each asset, which means if your address is whitelisted for ETH, it won’t be whitelisted for USDC on the ETH network, as it’s a separate asset, even though it’s on the same network.</p>\n</li>\n<li><p>It is possible to enter multiple addresses for one asset.</p>\n</li>\n<li><p>You can create a batch request with unlimited number of addresses and assets for them.</p>\n</li>\n</ul>\n<p><strong>Note</strong>: Access to this functionality and its endpoints can be obtained via a dedicated request to <a href=\"https://changenow.io\">partners@changenow.io</a></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"4cbf6d98-1ffd-4fcd-843f-ec73ec623ef0"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"5a7655d9-74a2-43ba-a6c9-67a91dac7fa2"}}],"_postman_id":"0ad4255c-353d-438b-8c77-0a920eb46bd0"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"884b9922-9524-4954-a6a6-7c5851492fdb"}},{"listen":"test","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"deffa774-4b45-40fa-ba6a-a384853174a4"}}],"variable":[{"key":"baseUrl","value":"https://api.changenow.io"},{"key":"accessToken","value":""},{"key":"refreshToken","value":""}]}