{"info":{"_postman_id":"b8d01254-abf6-4eb7-99a8-6983883b1ab2","name":"Public push & refund","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>This feature allows users to push and refund transactions that are pending due to unexpected fluctuations in the exchange rate or when deposits are sent to the wrong network </p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Integrate the ChangeNOW exchange service using the changenow.io API. To access the ChangeNOW API you need to generate an API key. You can get one in your personal affiliate account or by emailing us at <a href=\"mailto:api@changenow.io\">api@changenow.io</a>.</p>\n<h1 id=\"disclaimer\">Disclaimer</h1>\n<p>New fields may be added to responses of these API endpoints in future.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Authentication","slug":"authentication"},{"content":"Disclaimer","slug":"disclaimer"}],"owner":"8180765","collectionId":"b8d01254-abf6-4eb7-99a8-6983883b1ab2","publishedId":"TzJoFLtG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-13T10:27:16.000Z"},"item":[{"name":"Get available actions","id":"a32dd512-d9a6-4d74-bfa7-f6dd686c4413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Your API key</p>\n","type":"text"}],"url":"https://api.changenow.io/v2/exchange/actions?id=104305fa95353d","description":"<p>The API endpoint to get possible actions that can be applied to your exchange</p>\n<h3 id=\"successful-response\">SUCCESSFUL RESPONSE</h3>\n<p>The response contains an object with an information about available actions</p>\n<h4 id=\"successful-response-fields\">SUCCESSFUL RESPONSE FIELDS</h4>\n<table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><b>available</b></td>\n<td>Boolean</td>\n<td>Indicates if an exchange can be pushed or refunded</td>\n</tr>\n</tbody>\n<tbody>\n<tr>\n<td><b>amount</b></td>\n<td>Number</td>\n<td>Amount that can be refunded</td>\n</tr>\n</tbody>\n<tbody>\n<tr>\n<td><b>address</b></td>\n<td>String</td>\n<td>Refund address if specified when creating an exchange via ChangeNOW API</td>\n</tr>\n</tbody>\n<tbody>\n<tr>\n<td><b>additionalAddressList</b></td>\n<td>String</td>\n<td>A list of initial addresses</td>\n</tr>\n</tbody>\n<tbody>\n<tr>\n<td><b>currentEstimate</b></td>\n<td>Number</td>\n<td>Current estimate for a pair</td>\n</tr>\n</tbody>\n</table>\n\n<p>You can find examples of errors in the Example request block (use the drop-down list).</p>\n<h3 id=\"request-parameters\">Request Parameters:</h3>\n","urlObject":{"protocol":"https","path":["v2","exchange","actions"],"host":["api","changenow","io"],"query":[{"description":{"content":"<p>(Required) Transaction ID from Create transaction request</p>\n","type":"text/plain"},"key":"id","value":"104305fa95353d"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"3a0cb386-5a9c-4b2a-8deb-40c4f0d6c8f4","name":"200 | Get actions","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=54b1bfb3dc2320","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"54b1bfb3dc2320"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Mar 2021 13:22:42 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08b8c0834900002488ea87f000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"max_age\":604800,\"group\":\"cf-nel\",\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=Gf6PMH8SBTKETDfCy9LJ6mcOHFIoGA7wYDroCI%2B%2BbeVzAhzydOExF3BDmN9T3PDEUXJ5qiJOziI4IYtY92bq9z89eftg8KavNynS6PSx75QY\"}]}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62d49d18787e2488-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"refund\": {\n        \"available\": 1,\n        \"amount\": \"0.00012294\",\n        \"address\": {\n            \"address\": \"33ybgTeATi1DMoWic8X7wqjZvAuw6fQEuL\"\n        }\n    },\n    \"continue\": {\n        \"available\": 1,\n        \"currentEstimate\": \"0.0277754\"\n    }\n}"},{"id":"7f273196-fe68-49cf-899b-4d273e15108c","name":"400 | Invalid exchange id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=invalid_id","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"invalid_id"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"invalid id\"\n}"},{"id":"d5a6d86b-bbb1-452b-a973-e6f6a700adb4","name":"404 | Non-existing exchange id","originalRequest":{"method":"GET","header":[{"key":"x-changenow-api-key","value":"your_api_key","type":"text"}],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0882398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0882398314f6"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_found\",\n    \"message\": \"Exchange not found\"\n}"},{"id":"98f18961-9774-42e0-9661-0f83232368c0","name":"200 | Get actions for a fihished exchange","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.changenow.io/v2/exchange/actions?id=1a0772398314f6","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","actions"],"query":[{"key":"id","value":"1a0772398314f6"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"refund\": {\n        \"available\": false,\n        \"amount\": \"0\",\n        \"address\": {\n            \"address\": null,\n            \"extraId\": null\n        },\n        \"additionalAddressList\": []\n    },\n    \"continue\": {\n        \"available\": false,\n        \"currentEstimate\": \"0\"\n    }\n}"}],"_postman_id":"a32dd512-d9a6-4d74-bfa7-f6dd686c4413"},{"name":"Continue  exchange","id":"ee9543de-9a15-4e3c-b3db-a4e433fe766c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Your API key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/continue","description":"<p>This API endpoint continues an exchange that can be pushed </p>\n<h3 id=\"successful-response\">SUCCESSFUL RESPONSE</h3>\n<p>The response contains an object with request status</p>\n<h4 id=\"successful-response-fields\">SUCCESSFUL RESPONSE FIELDS</h4>\n<table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><b>success</b></td>\n<td>Boolean</td>\n<td>Indicates if an exchange is pushed</td>\n</tr>\n</tbody>\n</table>\n\n<p>You can find examples of errors in the Example request block (use the drop-down list).</p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS:</h3>\n","urlObject":{"protocol":"https","path":["v2","exchange","continue"],"host":["api","changenow","io"],"query":[],"variable":[]}},"response":[{"id":"1db5b83b-d415-4c10-9f06-1e4cc1ac2978","name":"200 | Continue exchange","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"54b1bfb3dc2320\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/continue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Mar 2021 13:21:58 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08b8bfd64100002488123e6000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"max_age\":604800,\"group\":\"cf-nel\",\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=yeW54a%2BCo9dIU2zPnJB56p93i%2Fuxt%2BIBsO7lU8Y2BxhXlmQ86Sl4ARfUg075ATDjWnkNQwiaj%2FmZw2bFVnpzjrB3o5pyBV79TGPPKDGY3lcY\"}]}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62d49c039bbf2488-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": 1\n}"},{"id":"9e786498-eb37-4541-8a63-9568c81495fb","name":"400 | Push unavailable","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ba4327eb4fdfd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/continue"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 16:37:33 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"cf_ob_info=502:62ddf7e2ae0b4ece:FRA; path=/; expires=Wed, 10-Mar-21 16:38:03 GMT"},{"key":"Set-Cookie","value":"cf_use_ob=443; path=/; expires=Wed, 10-Mar-21 16:38:03 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Cache-Control","value":"private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:01 GMT"},{"key":"CF-RAY","value":"62ddf7e2ae0b4ece-FRA"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_available\",\n    \"message\": \"Continue not available for exchange 7ba4327eb4fdfd\"\n}"},{"id":"dcae173e-570d-4900-b022-4b1d3430e60f","name":"404 | Exchange not found","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ba4327eb4fdfd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/continue"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 18:33:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08bf039b400000d70d968d1000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=UoP5P8MxqO77NAWy%2F6BdINKpKQRuK5ADQp26ghv4dlo2apPZVZhZf3qNrjg9x2TivpvqIUJ05eMxQt3bPCGEsIH1f2nUvUjCboz%2FjsDTflo7\"}]}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62dea20b9bfad70d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_found\",\n    \"message\": \"Exchange not found\"\n}"}],"_postman_id":"ee9543de-9a15-4e3c-b3db-a4e433fe766c"},{"name":"Refund exchange","id":"acf2515b-99c7-44bd-935c-dc42693b8026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-changenow-api-key","value":"your_api_key","description":"<p>(Required) Your api key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"string\",\n    \"address\": \"string\",\n    \"extraId\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/refund","description":"<p>The API endpoint for refunding your deposit to the refund or original address</p>\n<h3 id=\"successful-response\">SUCCESSFUL RESPONSE</h3>\n<p>The response contains an object with request status</p>\n<h4 id=\"successful-response-fields\">SUCCESSFUL RESPONSE FIELDS</h4>\n<table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><b>success</b></td>\n<td>Boolean</td>\n<td>Indicates if an exchange is refunded</td>\n</tr>\n</tbody>\n</table>\n\n<p>You can find examples of errors in the Example request block (use the drop-down list).</p>\n<h4 id=\"request-parameters\">REQUEST PARAMETERS:</h4>\n","urlObject":{"protocol":"https","path":["v2","exchange","refund"],"host":["api","changenow","io"],"query":[],"variable":[]}},"response":[{"id":"207ff59c-3e51-4707-ba81-e554f9fd3675","name":"200 | Refund","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"54b1bfb3dc2320\",\n    \"address\": \"33ybgTeATi1DMoWic8X7wqjZvAuw6fQEuL\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.changenow.io/v2/exchange/refund","protocol":"https","host":["api","changenow","io"],"path":["v2","exchange","refund"],"query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Mar 2021 13:22:29 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08b8c04eb50000248803ac9000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"max_age\":604800,\"group\":\"cf-nel\",\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=uRmrT4wZN3VYKhrAILCHpehDfl8%2FdpOaBkvIA4IbQupydeAehSdhTmxegv58WuZWTKB9MPgLYIMWTD4fTppnkdjokXTojvwbl%2FT05b6wrvpd\"}]}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62d49cc45dbf2488-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": 1\n}"},{"id":"d296d8dd-c355-4c62-8cb9-db7af5a8ff82","name":"400 | Refund unavailable","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ba4327eb4fdfd\",\n    \"address\": \"THy6JTNy1aBgY52wKFCvAM4YXRxgzFwCaK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/refund"},"status":"Bad request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 16:37:45 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"cf_ob_info=502:62ddf82effb64ece:FRA; path=/; expires=Wed, 10-Mar-21 16:38:15 GMT"},{"key":"Set-Cookie","value":"cf_use_ob=443; path=/; expires=Wed, 10-Mar-21 16:38:15 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Cache-Control","value":"private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:01 GMT"},{"key":"CF-RAY","value":"62ddf82effb64ece-FRA"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_available\",\n    \"message\": \"Refund not available for exchange 7ba4327eb4fdfd\"\n}"},{"id":"b758300f-ade2-4151-9e50-c20dcbe1193e","name":"400 | Refund address doesn't match address from the exchange","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"ae76ee9fde3848\",\n    \"address\": \"THy6JTNy1aBgY52wKFCvAM4YXRxgzFwCaK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 18:36:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08bf06725c0000d70dd91ab000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=1ZgQJoLdJ%2FWT9aEPuX0MTDJnQHXXBfQtMUb7WlOWgnjrldCk3KpPlMbaGX8rle7%2B4t9bjQCg0JkUInN6ttuJYISYNNB4cnHLTd5R9r7tP3na\"}]}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62dea696f973d70d-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_valid_params\",\n    \"message\": \"Refund address does not matched with exchange refund data\"\n}"},{"id":"03852025-ab8d-413e-914f-61de637630a2","name":"404 | Exchange not found","originalRequest":{"method":"POST","header":[{"key":"x-changenow-api-key","value":"your-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ba4327eb4fdfd\",\n    \"address\": \"THy6JTNy1aBgY52wKFCvAM4YXRxgzFwCaK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.changenow.io/v2/exchange/refund"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Mar 2021 18:31:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Access-Control-Allow-Headers,Accept,Origin,X-Changenow-Api-Key"},{"key":"Vary","value":"Origin"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"08bf01f7980000d70db699d000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=Iy5rTqgNXLstL9%2BUIEG%2FJV%2FYMCdTWL8sz%2F8aLI9PfjyaL8Hik9lzTSF%2BSzcUgmm0sudfTZiB3hC8U22fzKn3LQBUfJd9mUyzZttuvz2JG6rm\"}]}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62de9f6c2875d70d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_found\",\n    \"message\": \"Exchange not found\"\n}"}],"_postman_id":"acf2515b-99c7-44bd-935c-dc42693b8026"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a0b7d86f-5d47-455b-bd02-4e592e999820"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"536f53e0-7953-4e50-9d35-f3ad3d8cd636"}}]}