{"info":{"_postman_id":"58a09e16-c7c1-4a3d-a43b-b91ae8c31093","name":"EXC24 API","description":"<html><head></head><body><p>EXC24.com is a fast and reliable cryptocurrency exchange service offering crypto-to-crypto swaps through a unified API. We provide real-time exchange rates, instant order creation, and fast processing for supported trading pairs. Our infrastructure is built to support consistent volume, stable performance, and clear status tracking at every step.</p>\n<p>Exchange rates are sourced from multiple trusted liquidity providers to ensure competitive pricing and stable execution.</p>\n<p><strong>🔑 Key Highlights</strong></p>\n<p>🔁 Real-time crypto-to-crypto swaps<br>⚡ Fast execution without unnecessary delays<br>📈 Accurate, up-to-date rates with transparent commissions<br>🧩 Simple and consistent API endpoints for easy integration<br>🕵️ No registration required — anonymous and hassle-free<br>🛡️ Trusted and reliable — built for long-term partnerships</p>\n<p>EXC24 is suitable for platforms, partners, and services that require fast and seamless cryptocurrency exchange capabilities — without dealing with complex infrastructure.</p>\n<p>For technical support, onboarding assistance, or partnership inquiries, please contact us at <a href=\"https://mailto:support@exc24.com\">support@exc24.com</a></p>\n<h2 id=\"🔐-authentication\">🔐 Authentication</h2>\n<p>To access the EXC24.com API, an API key is required.</p>\n<p>Authentication is handled via a custom HTTP header. You must include your API key in every request:</p>\n<blockquote>\n<p><code>Header: x-api-key: {YOUR-API-KEY}</code> </p>\n</blockquote>\n<ul>\n<li><p>Type: Custom header authentication</p>\n</li>\n<li><p>Location: HTTP request header</p>\n</li>\n<li><p>Header name: x-api-key</p>\n</li>\n<li><p>Value format: {YOUR-API-KEY}</p>\n</li>\n<li><p>Required: Yes (for all endpoints)</p>\n</li>\n</ul>\n<p>If you don’t have an API key yet, please contact our team to request access.</p>\n<h2 id=\"🔄-api-workflow\">🔄 API Workflow</h2>\n<p>Here is the standard workflow for using the EXC24.com API:</p>\n<ol>\n<li><p>GET <a href=\"#1b95d1b2-3f56-4337-a8cb-9ba19e093f5a\">getCurrencies</a> – Retrieve the full list of supported cryptocurrencies.</p>\n</li>\n<li><p>GET <a href=\"#95a925a0-9ddf-46f9-8eaa-bea653266fe0\">calcRate</a> - Calculate the estimated amount for a selected pair and direction.</p>\n</li>\n<li><p>GET <a href=\"#d3b3d38e-8377-4e25-a4cc-76e832f889bf\">getOrders</a> – Get a list of your created orders along with their current statuses.</p>\n</li>\n<li><p>GET <a href=\"#714a5d72-999a-43f0-b584-8bd451493880\">findOrder</a> – Retrieve detailed information about a specific order by ID.</p>\n</li>\n<li><p>POST <a href=\"#9102086e-fb9a-4b3f-8e64-1b5434a929e2\">createOrder</a> – Create a new exchange order. Returns deposit address, amount to send, and order metadata.</p>\n</li>\n</ol>\n<p>First of all, you need to call <strong>getCurrencies</strong> to get information about supported currencies and networks. Then make a request with the required parameters to <strong>calcRate</strong> and make sure the exchange is valid. Now call the <strong>createOrder</strong> request and create a new exchange order. Use the <strong>findOrder</strong> request to monitor the current order status. If necessary, use <strong>getOrders</strong> to retrieve all orders placed by your users.</p>\n<p><strong>Order statuses:</strong></p>\n<ul>\n<li><p>pending</p>\n</li>\n<li><p>processing</p>\n</li>\n<li><p>completed</p>\n</li>\n<li><p>canceled</p>\n</li>\n<li><p>revoked</p>\n</li>\n<li><p>refund</p>\n</li>\n<li><p>test</p>\n</li>\n</ul>\n<p><strong>Withdrawal statuses:</strong></p>\n<ul>\n<li><p>pending</p>\n</li>\n<li><p>processing</p>\n</li>\n<li><p>confirmed</p>\n</li>\n<li><p>canceled</p>\n</li>\n</ul>\n<p><strong>Deposit statuses:</strong></p>\n<ul>\n<li><p>pending</p>\n</li>\n<li><p>processing</p>\n</li>\n<li><p>confirmed</p>\n</li>\n<li><p>not_confirmed</p>\n</li>\n<li><p>canceled</p>\n</li>\n<li><p>refund</p>\n</li>\n</ul>\n<p><strong>Examples of server errors:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"data\": [],\n    \"errors\": {\n        \"message\": \"Access denied\",\n        \"fields\": []\n    }\n}\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"data\": [],\n    \"errors\": {\n        \"message\": \"Not found\",\n        \"fields\": []\n    }\n}\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"data\": [],\n    \"errors\": {\n        \"message\": \"Unprocessable Entity\",\n        \"fields\": {\n            \"dateFrom\": [\n                \"The date from field must match the format Y-m-d.\"\n            ],\n            \"dateTo\": [\n                \"The date to field must be a date after or equal to date from.\"\n            ]\n        }\n    }\n}\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25813126","collectionId":"58a09e16-c7c1-4a3d-a43b-b91ae8c31093","publishedId":"2s93RL2H5y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-22T13:24:00.000Z"},"item":[{"name":"getCurrencies","id":"1b95d1b2-3f56-4337-a8cb-9ba19e093f5a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Set-Locale","value":"en","description":"<p>Set the request locale. ISO 639 language codes (supported: ru, en, uk).</p>\n","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"<p>Api key.</p>\n","type":"text"}],"url":"https://api.exc24.com/external/swap/getCurrencies","description":"<p>Returns a list of all supported cryptocurrencies along with their networks.</p>\n","urlObject":{"protocol":"https","path":["external","swap","getCurrencies"],"host":["api","exc24","com"],"query":[],"variable":[]}},"response":[{"id":"8de383c1-4d74-4af4-9c63-c0308575028d","name":"Get currencies","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"Api key.","type":"text"},{"key":"Set-Locale","value":"en","description":"Set the request locale. ISO 639 language codes (supported: ru, en, uk).","type":"text"}],"url":"https://api.exc24.com/external/swap/getCurrencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 23 Mar 2023 16:11:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"https://nepster.pro"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1c363-JIb6n1eUX4nx7n06rEE+IE7Plcw\""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"currencies\": [\n\t\t\t{\n\t\t\t\t\"code\": \"BTC\",\n\t\t\t\t\"name\": \"Bitcoin\",\n\t\t\t\t\"popularity\": 100,\n\t\t\t\t\"networks\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"code\": \"BTC\",\n\t\t\t\t\t\t\"name\": \"BTC\",\n\t\t\t\t\t\t\"addressRegex\": null,\n\t\t\t\t\t\t\"memoRegex\": null,\n\t\t\t\t\t\t\"isRequiredMemo\": false,\n\t\t\t\t\t\t\"isDefault\": true,\n\t\t\t\t\t\t\"explorerUrl\": \"https://www.blockchain.com/explorer/transactions/btc/{hash}\",\n\t\t\t\t\t\t\"popularity\": 90,\n                        \"requiredDepositConfirmations\": 2\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"code\": \"ETH\",\n\t\t\t\t\t\t\"name\": \"ETH (ERC20)\",\n\t\t\t\t\t\t\"addressRegex\": \"^(0x)[0-9A-Fa-f]{40}$\",\n\t\t\t\t\t\t\"memoRegex\": null,\n\t\t\t\t\t\t\"isRequiredMemo\": false,\n\t\t\t\t\t\t\"isDefault\": false,\n\t\t\t\t\t\t\"explorerUrl\": \"https://etherscan.io/tx/{hash}\",\n\t\t\t\t\t\t\"popularity\": 1,\n                        \"requiredDepositConfirmations\": 10\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"errors\": []\n}"}],"_postman_id":"1b95d1b2-3f56-4337-a8cb-9ba19e093f5a"},{"name":"calcRate","id":"95a925a0-9ddf-46f9-8eaa-bea653266fe0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"host":true,"user-agent":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Set-Locale","value":"en","description":"<p>Set the request locale. ISO 639 language codes (supported: ru, en, uk).</p>\n","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"<p>Api key.</p>\n","type":"text"}],"url":"https://api.exc24.com/external/swap/calcRate?from=BTC&fromNetwork=BTC&to=DOGE&toNetwork=DOGE&amount=0.1","description":"<p>Calculates the estimated exchange amount and rate for the requested currency pair based on the provided parameters.</p>\n","urlObject":{"protocol":"https","path":["external","swap","calcRate"],"host":["api","exc24","com"],"query":[{"description":{"content":"<p>Source currency code.</p>\n","type":"text/plain"},"key":"from","value":"BTC"},{"description":{"content":"<p>Network code of the exchanged currency.</p>\n","type":"text/plain"},"key":"fromNetwork","value":"BTC"},{"description":{"content":"<p>Target currency code.</p>\n","type":"text/plain"},"key":"to","value":"DOGE"},{"description":{"content":"<p>Network code of the currency to receive after exchange.</p>\n","type":"text/plain"},"key":"toNetwork","value":"DOGE"},{"description":{"content":"<p>Exchange deposit amount.</p>\n","type":"text/plain"},"key":"amount","value":"0.1"}],"variable":[]}},"response":[{"id":"a9a59df3-e1de-459e-94f0-9fcb7d1331de","name":"Calc rate","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"Api key.","type":"text"},{"key":"Set-Locale","value":"en","description":"Set the request locale. ISO 639 language codes (supported: ru, en, uk).","type":"text"}],"url":{"raw":"https://api.exc24.com/external/swap/calcRate?from=BTC&fromNetwork=BTC&to=USDT&toNetwork=TRX&amount=0.1","protocol":"https","host":["api","exc24","com"],"path":["external","swap","calcRate"],"query":[{"key":"from","value":"BTC","description":"Source currency code."},{"key":"fromNetwork","value":"BTC","description":"Network code of the exchanged currency."},{"key":"to","value":"USDT","description":"Target currency code."},{"key":"toNetwork","value":"TRX","description":"Network code of the currency to receive after exchange."},{"key":"amount","value":"0.1","description":"Exchange deposit amount."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 05 Apr 2023 16:33:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"https://nepster.pro"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"d3-pXEiXSdF/+zNpwHFT6lqZs/u9ho\""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"result\": {\n\t\t\t\"from\": \"BTC\",\n\t\t\t\"fromNetwork\": \"BTC\",\n\t\t\t\"to\": \"USDT\",\n\t\t\t\"toNetwork\": \"TRX\",\n\t\t\t\"amount\": \"1\",\n\t\t\t\"toAmount\": \"89441.4806\",\n\t\t\t\"rate\": \"89441.4806\",\n\t\t\t\"depositMin\": \"0.0005\",\n\t\t\t\"depositMax\": \"1.1069\",\n\t\t\t\"isValidExchange\": true\n\t\t}\n\t},\n\t\"errors\": []\n}"}],"_postman_id":"95a925a0-9ddf-46f9-8eaa-bea653266fe0"},{"name":"findOrder","id":"714a5d72-999a-43f0-b584-8bd451493880","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Set-Locale","value":"en","description":"<p>Set the request locale. ISO 639 language codes (supported: ru, en, uk).</p>\n","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"<p>Api key.</p>\n","type":"text"}],"url":"https://api.exc24.com/external/swap/findOrder/XXXXXXX","description":"<p>Returns order details matching the provided filters.</p>\n","urlObject":{"protocol":"https","path":["external","swap","findOrder","XXXXXXX"],"host":["api","exc24","com"],"query":[],"variable":[]}},"response":[{"id":"9e417b99-734d-491a-a91e-080ae7154ccd","name":"Find order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"Api key.","type":"text"},{"key":"Set-Locale","value":"en","description":"Set the request locale. ISO 639 language codes (supported: ru, en, uk).","type":"text"}],"url":"https://api.exc24.com/external/swap/findOrder/XXXXXXX"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 05 Apr 2023 16:43:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"https://nepster.pro"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1cf-cJ7nL3Q69XM3c/FKOr4ftXbdMuI\""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"order\": {\n\t\t\t\"id\": \"XXXXXXX\",\n\t\t\t\"from\": \"USDT\",\n\t\t\t\"to\": \"SOL\",\n\t\t\t\"fromNetwork\": \"TRX\",\n\t\t\t\"toNetwork\": \"SOL\",\n\t\t\t\"amount\": \"27.5\",\n\t\t\t\"toAmount\": \"0.2437904\",\n\t\t\t\"rate\": \"0.00886511\",\n\t\t\t\"exchangerAddress\": \"TLHitffpQtyZscjAkhzx4MKkTnjX8spXtW\",\n\t\t\t\"exchangerAddressMemo\": null,\n\t\t\t\"recipientAddress\": \"J1Vu63JsZDuHhfBqTt8wg9cDkgGqvuJ5ac4P5PbaF6MJ\",\n\t\t\t\"recipientAddressMemo\": null,\n\t\t\t\"status\": \"completed\",\n\t\t\t\"isTest\": false,\n\t\t\t\"createdAt\": \"2024-01-04T06:06:19+00:00\",\n\t\t\t\"deposits\": [\n\t\t\t\t{\n\t\t\t\t\t\"transactionHash\": \"3e6d3079f7e26d7785aac0633a0f1be9aec68c37bdbc1b79cb2eb866d7545884\",\n\t\t\t\t\t\"transactionUrl\": \"https://tronscan.org/#/transaction/3e6d3079f7e26d7785aac0633a0f1be9aec68c37bdbc1b79cb2eb866d7545884\",\n\t\t\t\t\t\"status\": \"confirmed\",\n\t\t\t\t\t\"insertedAt\": \"2024-01-04T06:09:58+00:00\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"withdrawals\": [\n\t\t\t\t{\n\t\t\t\t\t\"transactionHash\": \"drjZR9eHxYuTxFA7LU2z96Citun335wSTLK6k5BWR6auUBkUGkAek4GG6bf56G3rcN2jGqGRRW8a2Fcm9HDbwnq\",\n\t\t\t\t\t\"transactionUrl\": \"https://explorer.solana.com/tx/drjZR9eHxYuTxFA7LU2z96Citun335wSTLK6k5BWR6auUBkUGkAek4GG6bf56G3rcN2jGqGRRW8a2Fcm9HDbwnq\",\n\t\t\t\t\t\"status\": \"confirmed\",\n\t\t\t\t\t\"createdAt\": \"2024-01-05T16:34:20+00:00\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t},\n\t\"errors\": []\n}"}],"_postman_id":"714a5d72-999a-43f0-b584-8bd451493880"},{"name":"getOrders","id":"d3b3d38e-8377-4e25-a4cc-76e832f889bf","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"user-agent":true,"accept-encoding":true,"connection":true,"accept":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Set-Locale","value":"en","description":"<p>Set the request locale. ISO 639 language codes (supported: ru, en, uk).</p>\n","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"<p>Api key.</p>\n","type":"text"}],"url":"https://api.exc24.com/external/swap/getOrders?search&from=BTC&to=USDT&dateFrom=2024-01-01&dateTo=2024-02-01&page=1&limit=100","description":"<p>Returns a paginated list of orders matching the provided filters.</p>\n","urlObject":{"protocol":"https","path":["external","swap","getOrders"],"host":["api","exc24","com"],"query":[{"description":{"content":"<p>Search/filter string for narrowing the results (e.g. by order ID, status, address and currency code).</p>\n","type":"text/plain"},"key":"search","value":null},{"description":{"content":"<p>Source currency code.</p>\n","type":"text/plain"},"key":"from","value":"BTC"},{"description":{"content":"<p>Target currency code.</p>\n","type":"text/plain"},"key":"to","value":"USDT"},{"description":{"content":"<p>Start date of the filter range in YYYY-MM-DD format (inclusive).</p>\n","type":"text/plain"},"key":"dateFrom","value":"2024-01-01"},{"description":{"content":"<p>End date of the filter range in YYYY-MM-DD format (inclusive).</p>\n","type":"text/plain"},"key":"dateTo","value":"2024-02-01"},{"description":{"content":"<p>Page number for pagination (1-based).</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Maximum number of records returned per page.</p>\n","type":"text/plain"},"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"042bbd76-a269-4252-b6c9-07da9b167326","name":"Get orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"Api key.","type":"text"},{"key":"Set-Locale","value":"en","description":"Set the request locale. ISO 639 language codes (supported: ru, en, uk).","type":"text"}],"url":{"raw":"https://api.exc24.com/external/swap/getOrders?search&from=BTC&to=USDT&dateFrom=2024-01-01&dateTo=2024-02-01&page=1&limit=1000","protocol":"https","host":["api","exc24","com"],"path":["external","swap","getOrders"],"query":[{"key":"search","value":null,"description":"Search/filter string for narrowing the results (e.g. by order ID, status, address and currency code)."},{"key":"from","value":"BTC","description":"Source currency code."},{"key":"to","value":"USDT","description":"Target currency code."},{"key":"dateFrom","value":"2024-01-01","description":"Start date of the filter range in YYYY-MM-DD format (inclusive)."},{"key":"dateTo","value":"2024-02-01","description":"End date of the filter range in YYYY-MM-DD format (inclusive)."},{"key":"page","value":"1","description":"Page number for pagination (1-based)."},{"key":"limit","value":"1000","description":"Maximum number of records returned per page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 05 Apr 2023 16:43:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"https://nepster.pro"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1cf-cJ7nL3Q69XM3c/FKOr4ftXbdMuI\""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"filter\": {\n\t\t\t\"search\": null,\n\t\t\t\"from\": \"BTC\",\n\t\t\t\"to\": \"USDT\",\n\t\t\t\"dateFrom\": \"2024-01-05\",\n\t\t\t\"dateTo\": \"2024-01-05\",\n\t\t\t\"page\": 1,\n\t\t\t\"limit\": 100\n\t\t},\n\t\t\"orders\": [\n            {   \t\t\t\n                \"id\": \"XXXXXXX\",\n                \"from\": \"USDT\",\n                \"to\": \"SOL\",\n                \"fromNetwork\": \"TRX\",\n                \"toNetwork\": \"SOL\",\n                \"amount\": \"27.5\",\n                \"toAmount\": \"0.2437904\",\n                \"rate\": \"0.00886511\",\n                \"exchangerAddress\": \"TLHitffpQtyZscjAkhzx4MKkTnjX8spXtW\",\n                \"exchangerAddressMemo\": null,\n                \"recipientAddress\": \"J1Vu63JsZDuHhfBqTt8wg9cDkgGqvuJ5ac4P5PbaF6MJ\",\n                \"recipientAddressMemo\": null,\n                \"status\": \"completed\",\n                \"isTest\": false,\n                \"createdAt\": \"2024-01-04T06:06:19+00:00\",\n                \"deposits\": [\n                    {\n                        \"transactionHash\": \"3e6d3079f7e26d7785aac0633a0f1be9aec68c37bdbc1b79cb2eb866d7545884\",\n                        \"transactionUrl\": \"https://tronscan.org/#/transaction/3e6d3079f7e26d7785aac0633a0f1be9aec68c37bdbc1b79cb2eb866d7545884\",\n                        \"status\": \"confirmed\",\n                        \"insertedAt\": \"2024-01-04T06:09:58+00:00\"\n                    }\n                ],\n                \"withdrawals\": [\n                    {\n                        \"transactionHash\": \"drjZR9eHxYuTxFA7LU2z96Citun335wSTLK6k5BWR6auUBkUGkAek4GG6bf56G3rcN2jGqGRRW8a2Fcm9HDbwnq\",\n                        \"transactionUrl\": \"https://explorer.solana.com/tx/drjZR9eHxYuTxFA7LU2z96Citun335wSTLK6k5BWR6auUBkUGkAek4GG6bf56G3rcN2jGqGRRW8a2Fcm9HDbwnq\",\n                        \"status\": \"confirmed\",\n                        \"createdAt\": \"2024-01-05T16:34:20+00:00\"\n                    }\n                ]\n            }\n\t\t],\n\t\t\"pageInfo\": {\n\t\t\t\"totalCount\": 1,\n\t\t\t\"countPages\": 1,\n\t\t\t\"hasPreviousPage\": false,\n\t\t\t\"hasNextPage\": false,\n\t\t\t\"currentPage\": 1,\n\t\t\t\"limit\": 100\n\t\t}\n\t},\n\t\"errors\": []\n}"}],"_postman_id":"d3b3d38e-8377-4e25-a4cc-76e832f889bf"},{"name":"createOrder","id":"9102086e-fb9a-4b3f-8e64-1b5434a929e2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true,"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Set-Locale","value":"en","description":"<p>Set the request locale. ISO 639 language codes (supported: ru, en, uk).</p>\n","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"<p>Api key.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"from","value":"BTC","type":"text"},{"key":"fromNetwork","value":"BTC","description":"<p>Network of the exchanged currency</p>\n","type":"text"},{"key":"to","value":"USDT","description":"<p>Ticker of the currency to receive after exchange</p>\n","type":"text"},{"key":"toNetwork","value":"TRX","description":"<p>Network of the currency to receive after exchange</p>\n","type":"text"},{"key":"recipientAddress","value":"","description":"<p>Receiving address</p>\n","type":"text"},{"key":"memo","value":"","type":"text","uuid":"bd2c7c60-5952-45b1-87d2-3a564fdb40c9"},{"key":"amount","value":"1","description":"<p>Exchange deposit amount</p>\n","type":"text"},{"key":"email","value":"","type":"text","uuid":"e15ae05a-5e67-4996-962d-f33d09f3fd9b"}]},"url":"https://api.exc24.com/external/swap/createOrder","description":"<p>Creates a new order and returns details.</p>\n","urlObject":{"protocol":"https","path":["external","swap","createOrder"],"host":["api","exc24","com"],"query":[],"variable":[]}},"response":[{"id":"10f3604b-4a9a-449d-bf22-81e6b0da29c6","name":"Create order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"Api key.","type":"text"},{"key":"Set-Locale","value":"en","description":"Set the request locale. ISO 639 language codes (supported: ru, en, uk).","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"from","value":"BTC","description":"Ticker of the exchanged currency","type":"text"},{"key":"to","value":"DOGE","description":"Ticker of the currency to receive after exchange","type":"text"},{"key":"fromNetwork","value":"BTC","description":"Network of the exchanged currency","type":"text"},{"key":"toNetwork","value":"DOGE","description":"Network of the currency to receive after exchange","type":"text"},{"key":"rateType","value":"fixed","description":"Rate type: fixed or floating","type":"text"},{"key":"recipientAddress","value":"DKfAnJBMhySZktSxFiYtSnLq4fQAmdeJXj","description":"Receiving address","type":"text"},{"key":"amount","value":"0.1","description":"Exchange deposit amount","type":"text"}]},"url":"https://api.exc24.com/external/swap/createOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 05 Apr 2023 16:43:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"438"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"https://nepster.pro"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1b6-A0Zq1qZXtKuhRyJ2xIXdJZxIPag\""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9102086e-fb9a-4b3f-8e64-1b5434a929e2"},{"name":"manageOrder","id":"1a142531-fffb-42ec-8277-27abaf514de1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true,"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Set-Locale","value":"en","description":"<p>Set the request locale. ISO 639 language codes (supported: ru, en, uk).</p>\n","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"<p>Api key.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"dev-change-order-status","type":"text","description":"<p>An action that allows you to manage an order.</p>\n"},{"key":"data","value":"{\n      \"status\": \"completed\"\n    }","description":"<p>Action data.</p>\n","type":"text"}]},"url":"https://api.exc24.com/external/swap/createOrder","description":"<p>Manage a order and change status.</p>\n<p><strong>Actions</strong></p>\n<ul>\n<li><p><code>dev-cancel</code><br />  Requires: order is <code>pending</code>, no deposits/withdrawals.</p>\n</li>\n<li><p><code>dev-deposit</code> (<code>data.status</code> required)<br />  Allowed: <code>pending</code>, <code>not_confirmed</code>, <code>confirmed</code>, <code>canceled</code>, <code>refund</code>.<br />  Requires: order is <code>pending</code>, no existing test deposit.</p>\n</li>\n<li><p><code>dev-withdrawal</code> (<code>data.status</code> required)<br />  Allowed: <code>pending</code>, <code>confirmed</code>, <code>canceled</code>.<br />  Requires: order is <code>exchanged</code>.</p>\n</li>\n<li><p><code>dev-change-order-status</code> (<code>data.status</code> required)<br />  Allowed: <code>pending</code>, <code>completed</code>, <code>canceled</code>, <code>revoked</code>, <code>refund</code>.</p>\n</li>\n<li><p><code>dev-remove-deposits</code><br />  Removes test deposit.</p>\n</li>\n<li><p><code>dev-remove-withdrawals</code><br />  Removes test withdrawal.</p>\n</li>\n<li><p><code>dev-auto-process</code><br />  Requires: order is <code>pending</code>, no deposits/withdrawals.<br />  Result: deposit <code>confirmed</code>, withdrawal <code>confirmed</code>, order <code>completed</code>.</p>\n</li>\n</ul>\n<p><strong>Rules</strong></p>\n<ul>\n<li><p>Dev actions work only with a dev API key.</p>\n</li>\n<li><p>Dev actions operate on test orders (<code>OrderTest</code>).</p>\n</li>\n<li><p>Invalid action/status or failed preconditions -&gt; <code>422</code>.</p>\n</li>\n<li><p>Success response -&gt; <code>200</code> with <code>data.order</code>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["external","swap","createOrder"],"host":["api","exc24","com"],"query":[],"variable":[]}},"response":[{"id":"e997ec87-823f-4ec8-ac0c-4ceed816b4e8","name":"Manage order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"{YOUR_KEY}","description":"Api key.","type":"text"},{"key":"Set-Locale","value":"en","description":"Set the request locale. ISO 639 language codes (supported: ru, en, uk).","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"dev-change-order-status","description":"An action that allows you to manage an order.","type":"text"},{"key":"data.status","value":"completed","description":"Order status.","type":"text"}]},"url":"https://api.exc24.com/external/swap/manageOrder/XXXXXXX"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 05 Apr 2023 16:43:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"438"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"https://nepster.pro"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1b6-A0Zq1qZXtKuhRyJ2xIXdJZxIPag\""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a142531-fffb-42ec-8277-27abaf514de1"}],"event":[{"listen":"prerequest","script":{"id":"d91b4fa8-cff3-42e2-90fc-8ac7d02d3eb7","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"98bec870-dd49-4801-9ba5-287199f1168b","type":"text/javascript","requests":{},"exec":[""]}}]}