{"info":{"_postman_id":"757f358b-9edc-49ea-a58d-c67859b0e1d6","name":"StealthEX","description":"<html><head></head><body><p>Cryptocurrency exchange API.</p>\n<p>Integrate StealthEX into any web application – our public API is here for your users to make fast and limitless cryptocurrency swaps. Make your own exchange or aggregator, embed StealthEX and earn with us.</p>\n<p>Pay attention to the fact that api_key parameter is required.</p>\n<p>To get an API Key register at <a href=\"https://stealthex.io/pp/\">https://stealthex.io/pp/</a></p>\n<p>StealthEX API can be integrated into any product – cryptocurrency wallets, aggregators, trading terminals and more.</p>\n<p>Allow your users to have access to swaps of over 1300 crypto assets. Each exchange grants you standard profit of 0.4% from the initial transaction sum.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24333719","collectionId":"757f358b-9edc-49ea-a58d-c67859b0e1d6","publishedId":"2s9YJZ54yN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-19T13:34:02.000Z"},"item":[{"name":"Currency","item":[{"name":"List of supported currencies","item":[{"name":"v2","event":[{"listen":"test","script":{"id":"206c6555-a6b8-4c53-bc8a-abb9d6723305","exec":[""],"type":"text/javascript"}}],"id":"70da534c-d040-427d-82d3-5aa47096e869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/currency?api_key=your-api-key&fixed=boolean","description":"<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an array of objects. Each object contains information about currency.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>symbol</td>\n<td>String</td>\n<td>Currency ticker symbol in lower case</td>\n</tr>\n<tr>\n<td>has_extra_id</td>\n<td>Boolean</td>\n<td><em>true</em> if a currency has an Extra ID</td>\n</tr>\n<tr>\n<td>extra_id</td>\n<td>String or null</td>\n<td>Extra ID name (if exists)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Currency name</td>\n</tr>\n<tr>\n<td>network</td>\n<td>String</td>\n<td>Currency network (if exists)</td>\n</tr>\n<tr>\n<td>warnings_from</td>\n<td>Array.</td>\n<td>Warning messages if you exchange this currency. For example, the type of blockchain platform that we support for this currency</td>\n</tr>\n<tr>\n<td>warnings_to</td>\n<td>Array.</td>\n<td>Warning messages if you receive this currency. For example, the type of blockchain platform that we support for this currency</td>\n</tr>\n<tr>\n<td>validation_address</td>\n<td>String or null</td>\n<td>Regexp to verify the correctness of the currency address</td>\n</tr>\n<tr>\n<td>validation_extra</td>\n<td>String or null</td>\n<td>Regexp to validate Extra ID</td>\n</tr>\n<tr>\n<td>address_explorer</td>\n<td>String or null</td>\n<td>Template of a link to the blockchain explorer for the wallet address</td>\n</tr>\n<tr>\n<td>tx_explorer</td>\n<td>String or null</td>\n<td>Template of a link to the blockchain explorer for the transaction hash</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String or null</td>\n<td>Currency logo url</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","currency"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Optional) Set true to return only for the currencies available on a fixed-rate flow</p>\n","type":"text/plain"},"key":"fixed","value":"boolean"}],"variable":[]}},"response":[{"id":"536d39e8-5476-4836-b95f-22fc834b16a4","name":"Success (floating rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","currency"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 16:53:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8a6c96600006431a3896200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a140bbdfc46431-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"symbol\": \"xlm\",\n        \"has_extra_id\": true,\n        \"extra_id\": \"MEMO\",\n        \"name\": \"Stellar\",\n        \"warnings_from\": [],\n        \"warnings_to\": [],\n        \"validation_address\": \"^G[A-D]{1}[A-Z2-7]{54}$\",\n        \"validation_extra\": \"^[0-9A-Za-z]{1,28}$\",\n        \"address_explorer\": \"https://stellarchain.io/address/{}\",\n        \"tx_explorer\": \"https://stellarchain.io/tx/{}\",\n        \"image\": \"https://api.stealthex.io/icons/625604cd422d1c0017b75412-xlm.svg\"\n    },\n    {\n        \"symbol\": \"btc\",\n        \"has_extra_id\": false,\n        \"extra_id\": \"\",\n        \"name\": \"Bitcoin\",\n        \"warnings_from\": [],\n        \"warnings_to\": [],\n        \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n        \"validation_extra\": null,\n        \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n        \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n        \"image\": \"https://api.stealthex.io/icons/62560294422d1c0017b752d0-btc_b.svg\"\n    }\n]"},{"id":"04916871-b4c2-4c0b-857e-ee90c7087b58","name":"Success (fixed rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency?api_key=your-api-key&fixed=true","host":["https://api.stealthex.io/api"],"path":["v2","currency"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Apr 2021 19:20:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"21d7-I+EGS804679zYvfFL5diaKKTgK0\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"098d2d26e40000ebfc5086d000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=yOxk45fNbuO1a8VieuwP03M1Xu%2BrdpvVcGcUyETVEo3Kpd%2B%2Bp%2FkbOl1SqMQPr5%2BKbXGTrO%2F3O1iBIlUage4fH1LEwp6pNbgobHjknH%2FhlaC9\"}],\"max_age\":604800,\"group\":\"cf-nel\"}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"64287e1e3ec3ebfc-BOS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"symbol\": \"xlm\",\n        \"has_extra_id\": true,\n        \"extra_id\": \"MEMO\",\n        \"name\": \"Stellar\",\n        \"warnings_from\": [],\n        \"warnings_to\": [],\n        \"validation_address\": \"^G[A-D]{1}[A-Z2-7]{54}$\",\n        \"validation_extra\": \"^[0-9A-Za-z]{1,28}$\",\n        \"address_explorer\": \"https://stellarchain.io/address/{}\",\n        \"tx_explorer\": \"https://stellarchain.io/tx/{}\",\n        \"image\": \"https://api.stealthex.io/icons/625604cd422d1c0017b75412-xlm.svg\"\n    },\n    {\n        \"symbol\": \"kmd\",\n        \"has_extra_id\": false,\n        \"extra_id\": \"\",\n        \"name\": \"Komodo\",\n        \"warnings_from\": [],\n        \"warnings_to\": [],\n        \"validation_address\": \"^(R)[A-Za-z0-9]{33}$\",\n        \"validation_extra\": null,\n        \"address_explorer\": \"https://kmdexplorer.io/address/{}\",\n        \"tx_explorer\": \"https://kmdexplorer.io/tx/{}\",\n        \"image\": \"https://api.stealthex.io/icons/qSX71OWWBptA-It4.svg\"\n    }\n]"},{"id":"892ecf2a-6f23-4523-85df-4b3a3b54fe88","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","currency"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:14:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8b9b41600003244a52a8200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a15f002a653244-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"e7ca0100-3485-4750-8ea3-982b0bed0763","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency","host":["https://api.stealthex.io/api"],"path":["v2","currency"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"fixed","value":"boolean","description":"(Optional) Set true to return only for the currencies available on a fixed-rate flow","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:40:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=i2JVCipDjPJW8i8LNJaSGtfXX4%2FVetLPdW7qJW2HcltQ0L5Ye2gmQhmrpXs23cl%2BPzfryNOhLWWMI89s7huVOo1IyT8rg0ZNXHdb91Rs4879EEQc6vbeAok6Q9S7Qiq4l9Y%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c356144c209a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"d2e87f38-c7a2-4fbf-9830-bb1c61ce5614","name":"Fixed should be boolean","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency?api_key=your-api-key&fixed=invalid_value","host":["https://api.stealthex.io/api"],"path":["v2","currency"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"invalid_value","description":"(Optional) Put \"True\" for fixed rate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Feb 2021 15:45:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"30-E+gCgK7p72P1de9arTwnbnXbtas\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"087b76dd3b00004c44d8168000000001"},{"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\",\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=fiDbvErDQVu9HMmc35D64US2YvUq%2BAjx%2FtddgLPdS3feDRbEFROX9z3pOQPnQAapz8ksiSV0B0D4PD4jTmNos1nJ8ZNjGqkS6yVEkmIH%2B31X\"}],\"max_age\":604800}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62728da85dc74c44-AMS"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"fixed should be boolean\"\n}"},{"id":"0494575c-7f88-401f-93f5-6a2fa0f318e8","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","currency"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 18:08:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"70da534c-d040-427d-82d3-5aa47096e869"}],"id":"a0384e7e-03cb-470d-be5b-8b9c5268f4cb","_postman_id":"a0384e7e-03cb-470d-be5b-8b9c5268f4cb","description":""},{"name":"List of supported currencies with custom fee","item":[{"name":"v2","id":"63cc31dc-14bd-4a5e-9ff7-64686195cd16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/fee/currency?api_key=your-api-key","urlObject":{"path":["v2","fee","currency"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"disabled":true,"description":{"content":"<p>(Optional) kucoin/binance/gateio</p>\n","type":"text/plain"},"key":"market","value":"name of market"}],"variable":[]}},"response":[{"id":"2743e1aa-652c-4116-a8f7-0b7046551e22","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/currency?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","currency"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Sep 2023 12:24:10 GMT","description":"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"x-powered-by","value":"Express","description":"","type":"text"},{"key":"ETag","value":"W/\"4339e-ddii9FXLTkC0lbfOxcGL85Cla3U\"","description":"","type":"text"},{"key":"CF-Cache-Status","value":"DYNAMIC","description":"","type":"text"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=47P7L8yIngh%2B9rNIx%2BhUuGvjfKfY3VlkOD883bBRPfH60BtPRIhuLwY1VjZfuLlRVQw0RbcfA7BoL6j9PvrkUykOe9bD6%2BR%2BgWuec7tbMGCaNA07vqZoXNT2fvsWyIsAExY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","description":"","type":"text"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","description":"","type":"text"},{"key":"Strict-Transport-Security","value":"max-age=0","description":"","type":"text"},{"key":"Server","value":"cloudflare","description":"","type":"text"},{"key":"CF-Ray","value":"760531360c17161c-DME","description":"","type":"text"},{"key":"Content-Encoding","value":"br","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"symbol\": \"xlm\",\n        \"network\": \"xlm\",\n        \"has_extra_id\": true,\n        \"extra_id\": \"MEMO\",\n        \"name\": \"Stellar\",\n        \"warnings_from\": [],\n        \"warnings_to\": [],\n        \"validation_address\": \"^G[A-D]{1}[A-Z2-7]{54}$\",\n        \"validation_extra\": \"^[0-9A-Za-z]{1,28}$\",\n        \"address_explorer\": \"https://stellarchain.io/address/{}\",\n        \"tx_explorer\": \"https://stellarchain.io/tx/{}\",\n        \"image\": \"https://api.stealthex.io/icons/625604cd422d1c0017b75412-xlm.svg\"\n    },\n    {\n        \"symbol\": \"kmd\",\n        \"network\": \"MAINNET\",\n        \"has_extra_id\": false,\n        \"extra_id\": \"\",\n        \"name\": \"Komodo\",\n        \"warnings_from\": [],\n        \"warnings_to\": [],\n        \"validation_address\": \"^(R)[A-Za-z0-9]{33}$\",\n        \"validation_extra\": null,\n        \"address_explorer\": \"https://kmdexplorer.io/address/{}\",\n        \"tx_explorer\": \"https://kmdexplorer.io/tx/{}\",\n        \"image\": \"https://api.stealthex.io/icons/6299e62bde5ae50018e77854-kmd_b.svg\"\n    }\n]"},{"id":"63178d58-d5ad-45a0-adea-be88db5dd8ab","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/currency?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","currency"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Sep 2023 12:24:10 GMT","description":"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Content-Length","value":"42","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"x-powered-by","value":"Express","description":"","type":"text"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\"","description":"","type":"text"},{"key":"CF-Cache-Status","value":"DYNAMIC","description":"","type":"text"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=hC4NNeYQ%2FqXuUk5Tw6LPpHUHXax38UQXYUUREfRfAcZnWDatFK%2BwX1Mg6rNZuHzFt4l07a1gsM6bqdyHKO7hxrXV9OmNZQ6FPalJhd%2BORKb9UUyPa0ouh0TySRJrmtRapO8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","description":"","type":"text"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","description":"","type":"text"},{"key":"Strict-Transport-Security","value":"max-age=0","type":"text","enabled":true},{"key":"Server","value":"cloudflare","type":"text","enabled":true},{"key":"CF-RAY","value":"804fe2d2baa2377b-FRA","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"b05b6e81-ce2b-4454-a349-2bccb01c2d5a","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/currency","host":["https://api.stealthex.io/api"],"path":["v2","fee","currency"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:42:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=Sq7eTv3bx%2Bo01WxHV2yiBdx5P0eWJXJFs6vJjNvPdo%2BztSmrL3YQYB%2FiWfDf1UYe771UG5rRlrxotqoUKLMMHSje2veKtmZoT%2FBnP7QS9oVbR7TGZwE3Yx%2BEmtkWc5%2Fjzdk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c359ac4c5a9a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"347d0317-4c4a-4c9e-bebf-24e151f32d60","name":"Unknown market","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/currency?api_key=your-api-key&market=invalid_name","host":["https://api.stealthex.io/api"],"path":["v2","fee","currency"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"invalid_name","description":"(Optional) kucoin/binance/gateio"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 10:45:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=j5tPsLuXAozB34DD5%2FmkT%2FuMP%2FnST9U%2Bi%2BHPa1YotzgyqARlFGrn1iP5UE%2FP3sTSCYekB0HdT%2FUYvvBD7R5%2FfBqYY5QEvY6Xk4YnBd7Zj5a%2FRwnmpp1MAuj0Ad67aT4O2lY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2add8ec02bbd1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"63cc31dc-14bd-4a5e-9ff7-64686195cd16"}],"id":"b4e4e567-6d71-45fa-b94c-df4b26893494","description":"<p>This method is used to set up a custom partner fee with StealthEX API. Using it allows to set up any profit share compared to the standard 0.4%. Adjusted fee can be set for each individual exchange.</p>\n<p>Some of the assets present in the API v2 may be unavailable for custom partner fee.</p>\n<p>This method is valid for floating rate exchanges only.</p>\n","_postman_id":"b4e4e567-6d71-45fa-b94c-df4b26893494"},{"name":"Currency information","item":[{"name":"v2","id":"28de7640-a13e-448c-a9c7-a1977ab97328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/currency/:symbol?api_key=your-api-key","description":"<h2 id=\"successful-response\">Successful response</h2>\n<p>Return an object with currency information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>symbol</td>\n<td>String</td>\n<td>Ticker symbol in lower case</td>\n</tr>\n<tr>\n<td>has_extra_id</td>\n<td>Boolean</td>\n<td><i>true</i> if a currency has an Extra ID</td>\n</tr>\n<tr>\n<td>extra_id</td>\n<td>String | null</td>\n<td>Extra ID name (if exists)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Currency name</td>\n</tr>\n<tr>\n<td>network</td>\n<td>String</td>\n<td>Currency network (if exists)</td>\n</tr>\n<tr>\n<td>warnings_from</td>\n<td>Array.&lt;String&gt;</td>\n<td>Warning messages for currency that you want to exchange. For example, the type of blockchain platform that we support for this currency</td>\n</tr>\n<tr>\n<td>warnings_to</td>\n<td>Array.&lt;String&gt;</td>\n<td>Warning messages for currency that you want to receive. For example, the type of blockchain platform that we support for this currency</td>\n</tr>\n<tr>\n<td>validation_address</td>\n<td>String | null</td>\n<td>Regexp to verify the correctness of the currency address</td>\n</tr>\n<tr>\n<td>validation_extra</td>\n<td>String | null</td>\n<td>Regexp to validate Extra ID</td>\n</tr>\n<tr>\n<td>address_explorer</td>\n<td>String | null</td>\n<td>Template of a link to the blockchain explorer for the wallet address</td>\n</tr>\n<tr>\n<td>tx_explorer</td>\n<td>String | null</td>\n<td>Template of a link to the blockchain explorer for the transaction hash</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String</td>\n<td>Currency logo url</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","currency",":symbol"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"}],"variable":[{"id":"5def2fcc-8e1f-4600-b793-61698c5caa76","description":{"content":"<p>Ticker symbol in lower case</p>\n","type":"text/plain"},"type":"string","value":"btc","key":"symbol"}]}},"response":[{"id":"9e72ff4f-8a1c-4157-b8b6-959d2b1184e9","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency/:symbol?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","currency",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"symbol","value":"zrx","description":"Ticker symbol in lower case"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:21:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8c011b900003244a5213200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1692f8d393244-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"symbol\": \"zrx\",\n    \"has_extra_id\": false,\n    \"extra_id\": \"\",\n    \"name\": \"0x\",\n    \"network\": \"ETH\",\n    \"warnings_from\": [\n        \"Only ZRX ERC-20 tokens are available for the deposit\"\n    ],\n    \"warnings_to\": [\n        \"Only ZRX ERC-20 tokens are available for the withdrawal\"\n    ],\n    \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n    \"validation_extra\": null,\n    \"address_explorer\": \"https://etherscan.io/address/{}\",\n    \"tx_explorer\": \"https://etherscan.io/tx/{}\",\n    \"image\": \"https://api.stealthex.io/icons/625857e6422d1c0017b75e08-zrx.svg\"\n}"},{"id":"28bd11d7-831c-4f4c-8ce4-feb220de4f42","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency/:symbol?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","currency",":symbol"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"symbol","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:22:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8c0f9be00003244a53c3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a16aa2ce313244-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"3f5b13ce-1437-4de6-b79c-d75b02f7f14e","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency/:symbol","host":["https://api.stealthex.io/api"],"path":["v2","currency",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true}],"variable":[{"id":"5def2fcc-8e1f-4600-b793-61698c5caa76","key":"symbol","value":"btc","type":"string","description":"Ticker symbol in lower case"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:43:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=TPoGDDRtK8Z9Mlznq67nHI3JkY1hMN8yJ7%2FHLqlkkl%2FVHOLRZo5UCfO9CTjEVpuPMpIb4cFKPsaDpBO3YXj%2FQAN%2BABkox1e8MIk6A9chLUaBXoktfNqKlMZolyHK9u6%2FqAY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c35abca8269a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"b2bf0f40-03ed-4105-aac8-167f992af486","name":"Invalid ticker symbol","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency/:symbol?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","currency",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"symbol","value":"invalid-symbol","description":"Ticker symbol in lower case"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 18:17:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"currency not found\"\n}"},{"id":"a5c9c91d-c0f8-448a-886f-643f43ac0026","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/currency/:symbol?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","currency",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"symbol","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 18:15:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"28de7640-a13e-448c-a9c7-a1977ab97328"}],"id":"89337d4d-9fad-4877-b7f6-3916daf1997e","_postman_id":"89337d4d-9fad-4877-b7f6-3916daf1997e","description":""},{"name":"Currency information with custom fee","item":[{"name":"v2","id":"af50d2a5-9085-47b6-b5c9-5c3658f014d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/fee/currency/:ticker?api_key=your-api-key","urlObject":{"path":["v2","fee","currency",":ticker"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"disabled":true,"description":{"content":"<p>(Optional) kucoin/binance/gateio</p>\n","type":"text/plain"},"key":"market","value":"name of market"}],"variable":[{"id":"b0df1bf2-f942-4c51-a0b8-0c20d982a641","description":{"content":"<p>Ticker symbol in lower case</p>\n","type":"text/plain"},"type":"any","value":"btc","key":"ticker"}]}},"response":[{"id":"cf008efa-af14-469a-86fc-6319327392a9","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/currency/:ticker?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","currency",":ticker"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"b0df1bf2-f942-4c51-a0b8-0c20d982a641","key":"ticker","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"symbol\": \"btc\",\n    \"has_extra_id\": false,\n    \"extra_id\": \"\",\n    \"name\": \"Bitcoin\",\n    \"network\": \"btc\",\n    \"warnings_from\": [],\n    \"warnings_to\": [],\n    \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n    \"validation_extra\": null,\n    \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n    \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n    \"image\": \"https://api.stealthex.io/icons/62560294422d1c0017b752d0-btc_b.svg\"\n}"},{"id":"5d9f585f-548a-4a1e-9b49-a2867e78177a","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/currency/:ticker?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","currency",":ticker"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"b0df1bf2-f942-4c51-a0b8-0c20d982a641","key":"ticker","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"a26934d9-c647-44ef-977a-4d4990781ef3","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/currency/:ticker","host":["https://api.stealthex.io/api"],"path":["v2","fee","currency",":ticker"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"b0df1bf2-f942-4c51-a0b8-0c20d982a641","key":"ticker","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:44:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=xeeSx87NGiwZsIV0s%2BKcb1xK0FMogqb6nncMVk5%2F2sf%2F6tAITnZBxrjaQOqVmSj9AWBX1CtV2lwXOR0xAM5lnWqGuegGiBe9lIuK9eKmQA6uCK4cVQymICn4m9M7eo1HoUQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c35c2a48e59a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"184176fe-a9c2-405a-9695-979f8de58c7b","name":"Unknown market","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/currency/:ticker?api_key=your-api-key&market=invalid_name","host":["https://api.stealthex.io/api"],"path":["v2","fee","currency",":ticker"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"invalid_name","description":"(Optional) kucoin/binance/gateio"}],"variable":[{"id":"b0df1bf2-f942-4c51-a0b8-0c20d982a641","key":"ticker","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 10:47:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=r5qZ%2BDvKbj6XFmU8WsFkyUcjzItTZd2%2BcZCciA6JitX6Pe1iVVnhOQ%2BbIZ5jtwmxdo5Ndi6t6eMpN9sfIiYNUp6iu5x1dM%2FY26bysPIDQqroPlJ1iksUkDNKQz8X9PfO9G0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2b0922ec2bbd1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"af50d2a5-9085-47b6-b5c9-5c3658f014d4"}],"id":"b6c9211a-8004-4398-ac89-9aedf62b6e38","description":"<p>This method is used to set up a custom partner fee with StealthEX API. Using it allows to set up any profit share compared to the standard 0.4%. Adjusted fee can be set for each individual exchange.</p>\n<p>Some of the assets present in the API v2 may be unavailable for custom partner fee.</p>\n<p>This method is valid for floating rate exchanges only.</p>\n","_postman_id":"b6c9211a-8004-4398-ac89-9aedf62b6e38"},{"name":"Pairs available","item":[{"name":"v2","id":"1e72a152-b165-403b-af9b-780a2b8515df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/pairs?api_key=your-api-key","description":"<p>Returns all available exchange pairs.</p>\n<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an array of objects. Object key is a currency symbol, and object value is an array of available pairs for the currency.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>&lt;symbol&gt;</td>\n<td>Array.&lt;String&gt;</td>\n<td>List of all available exchange pairs for each ticker</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","pairs"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"disabled":true,"description":{"content":"<p>(Optional) Set \"true\" to return only fixed rate pairs</p>\n","type":"text/plain"},"key":"fixed","value":"boolean"}],"variable":[]}},"response":[{"id":"66c4472d-ee0a-4036-a835-ddcfb7f7708b","name":"Success (floating rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","pairs"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:29:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8c7c1eb00001782cc34d200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1757cae4c1782-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"atom\": [\n        \"eth\",\n        \"xmr\",\n        \"btc\",\n        \"ltc\"\n    ],\n    \"xem\": [\n        \"eth\",\n        \"xmr\",\n        \"btc\",\n        \"xvg\",\n        \"ltc\"\n    ]\n}"},{"id":"bbb239be-eb25-4ce2-9700-68a640d7710f","name":"Success (fixed rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs?api_key=your-api-key&fixed=true","host":["https://api.stealthex.io/api"],"path":["v2","pairs"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:29:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8c7c1eb00001782cc34d200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1757cae4c1782-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"atom\": [\n        \"omg\",\n        \"eth\",\n        \"xmr\",\n        \"btc\"\n    ],\n    \"xem\": [\n        \"rep\"\n    ],\n    \"eth\": [\n        \"eth\",\n        \"xmr\",\n        \"btc\"\n    ]\n}"},{"id":"7954bc26-c2db-4337-bb9d-285a57ac45eb","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","pairs"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:30:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8c8793600001782cc2b0200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a176a1f92e1782-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"d060e982-65bb-4f38-b3c8-5b397b3ab692","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs","host":["https://api.stealthex.io/api"],"path":["v2","pairs"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"fixed","value":"boolean","description":"(Optional) Set \"true\" to return only fixed rate pairs","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:46:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=sPz%2BKwEaCmqTGqiIAJ4ZN8EOHg5rjAkEe6Ln2yzSzbowXCOzeE1bYd4kqvH6NIXcjzkOsSYQSBbyC%2FHvn8w6%2F3JEpgdsDmjaEyW8M%2Bx9Gz9IZDXcNELaDhNX%2BQXSi%2BSEgEU%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c35e77cc589a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"1494d0ca-7740-4585-8c94-d9cbfcebd320","name":"Fixed should be boolean","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs?api_key=your-api-key&fixed=invalid_value","host":["https://api.stealthex.io/api"],"path":["v2","pairs"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"invalid_value","description":"(Optional) Put \"True\" for fixed rate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Feb 2021 15:58:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"30-E+gCgK7p72P1de9arTwnbnXbtas\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"087b82b47700004c38380e8000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=ne2aNTbPN6xlkURnt5j4Kvjd0VN3RDR4qsBvniEJy5bkiniZAMivp8AUysFGWfXs%2Fp5dJTl%2F%2B7cDIW13Pd0SfNqkqnEikWfc4VwxqeU2c5hs\"}],\"max_age\":604800,\"group\":\"cf-nel\"}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6272a09a5d0c4c38-AMS"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"fixed should be boolean\"\n}"},{"id":"d4872519-24b8-4fbf-bbe9-524813bcc167","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","pairs"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 18:23:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"1e72a152-b165-403b-af9b-780a2b8515df"}],"id":"6b750fa9-9e96-4e2f-9821-231966a9ca98","_postman_id":"6b750fa9-9e96-4e2f-9821-231966a9ca98","description":""},{"name":"Pairs available with custom fee","item":[{"name":"v2","id":"31f2105d-135f-4d89-98e5-cfc23f421d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/fee/pairs/?api_key=your-api-key","urlObject":{"path":["v2","fee","pairs",""],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"disabled":true,"description":{"content":"<p>(Optional) kucoin/binance/gateio</p>\n","type":"text/plain"},"key":"market","value":"name of market"}],"variable":[]}},"response":[{"id":"674d8be1-ee2c-4df1-b8d2-b891501b767c","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/pairs/?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","pairs",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"xvg\": [\n        \"usdterc20\",\n        \"loom\",\n        \"fil\",\n        \"ada\",\n        \"algo\",\n        \"mtl\"\n    ],\n    \"loom\": [\n        \"xvg\",\n        \"usdterc20\",\n        \"fil\",\n        \"ada\",\n        \"tru\",\n        \"agix\",\n        \"pundix\",\n        \"front\"\n    ]\n}"},{"id":"86aa9527-9f7c-457f-ac91-7b10d4a9a5c0","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/pairs/?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","pairs",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"da42f99d-abdf-438e-a233-7df11802ad2d","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/pairs/","host":["https://api.stealthex.io/api"],"path":["v2","fee","pairs",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:46:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2F2gzmK1XlAfD%2B3DjeDYuWvpO1cFi7NSxUw%2FAbkRsYLDq523syiwW8T5uelR6wFX9AGd%2BRNXdtputVrWQjmFr2mRhzsWjIIgWwWKg%2F4Axr8F4HxPL7Yv5moGdtxobVHkCtLc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c35f5729619a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"d8e614cf-48da-41d6-8cde-9bbb0943433b","name":"Unknown market","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/pairs/?api_key=your-api-key&market=invalid_name","host":["https://api.stealthex.io/api"],"path":["v2","fee","pairs",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"invalid_name","description":"(Optional) kucoin/binance/gateio"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 10:48:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=cVRX0dBC65TRGYr8D1FVD%2FxcfMFK8L6mf7x75GVS7yKEZ7maeqhoLZN8l1iLBtvMz%2FW17CD8gDz1MxfA1qE%2F33dhot5PUxYKfXitUriSjqjB6G%2FiamtBcsWDnY3vPmKumdo%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2b24b7e00bbd1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"31f2105d-135f-4d89-98e5-cfc23f421d83"}],"id":"ab1b0fed-b6f0-4576-99d8-724e75124cfb","description":"<p>This method is used to set up a custom partner fee with StealthEX API. Using it allows to set up any profit share compared to the standard 0.4%. Adjusted fee can be set for each individual exchange.</p>\n<p>Some of the assets present in the API v2 may be unavailable for custom partner fee.</p>\n<p>This method is valid for floating rate exchanges only.</p>\n","_postman_id":"ab1b0fed-b6f0-4576-99d8-724e75124cfb"},{"name":"Currency available pairs","item":[{"name":"v2","id":"ae2da8de-9470-494b-99c3-ccf83809978f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/pairs/:symbol?api_key=your-api-key","description":"<p>Returns an array of available pairs for a requested currency.</p>\n<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an array of available pairs for a requested currency.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Array.&lt;String&gt;</td>\n<td>List of all available exchange pairs for the currency</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","pairs",":symbol"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"disabled":true,"description":{"content":"<p>(Optional) Set \"true\" to return only fixed rate pairs</p>\n","type":"text/plain"},"key":"fixed","value":"boolean"}],"variable":[{"id":"2b8d044b-9a45-4f18-80b5-2a685e658dca","description":{"content":"<p>(Required) Symbol ticker of requested currency</p>\n","type":"text/plain"},"type":"any","value":"btc","key":"symbol"}]}},"response":[{"id":"f1003eb6-91e6-41ae-91d9-0bdc2727536a","name":"Success (floating rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs/:symbol?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","pairs",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"description":"(Required) Symbol ticker of requested currency","key":"symbol","type":"string","value":"btc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:32:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8ca4c4300001782cc09f200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1798d3ac21782-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    \"xrp\",\n    \"usdc\",\n    \"btc\",\n    \"eth\",\n    \"ltc\"\n]"},{"id":"8c79e5cc-0dc3-40e9-b080-3fdd2f999ca2","name":"Success (fixed rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs/:symbol?api_key=your-api-key&fixed=true","host":["https://api.stealthex.io/api"],"path":["v2","pairs",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"}],"variable":[{"description":"(Required) Symbol ticker of requested currency","key":"symbol","type":"string","value":"btc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:32:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8ca4c4300001782cc09f200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1798d3ac21782-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    \"eth\",\n    \"xmr\",\n    \"btc\",\n    \"ltc\",\n    \"xlm\",\n    \"xrp\",\n    \"trx\",\n    \"usdc\",\n    \"usdterc20\",\n    \"usdttrc20\"\n]"},{"id":"efaf01ce-17fb-4026-ab5a-cef83e7e50dd","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs/:symbol?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","pairs",":symbol"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}],"variable":[{"description":"(Required) Symbol ticker of requested currency","key":"symbol","type":"string","value":"btc"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 17:32:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8cacf4b00001782cc027200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a17a5edd991782-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"b1d007e3-1f10-4d5c-90a8-1d4ef2333629","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs/:symbol","host":["https://api.stealthex.io/api"],"path":["v2","pairs",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"fixed","value":"boolean","description":"(Optional) Set \"true\" to return only fixed rate pairs","disabled":true}],"variable":[{"key":"symbol","value":"btc","description":"(Required) Symbol ticker of requested currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:47:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=UwARzMnQ9Nr6xJuES2uwo7OlawjacW33Gta3k16Z00NZuvBkMc7RWMBBKSZErEahVzoXs5vPlD%2FYnFcIHemvGZeAU6EG7TUginyVnokcwGHpfJ%2FWBNuDhaX1Y5ZnK3tqbQc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c36035fb9b9a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"acb9cd71-55be-492f-af54-392eb142158d","name":"Fixed should be boolean","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs/:symbol?api_key=your-api-key&fixed=invalid_value","host":["https://api.stealthex.io/api"],"path":["v2","pairs",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"invalid_value","description":"(Optional) Put \"True\" for fixed rate"}],"variable":[{"key":"symbol","value":"btc","type":"string","description":"(Required) Symbol ticker of requested currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"fixed should be boolean\"\n}"},{"id":"c58afe2a-df58-44d9-b82b-7931b7b2b4c3","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/pairs/:symbol?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","pairs",":symbol"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"symbol","value":"btc","type":"string","description":"(Required) Ticker symbol of requested currency"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 18:37:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"ae2da8de-9470-494b-99c3-ccf83809978f"}],"id":"52adc03b-0ccc-4187-a852-d7e3702401af","_postman_id":"52adc03b-0ccc-4187-a852-d7e3702401af","description":""},{"name":"Currency available pairs with custom fee","item":[{"name":"v2","id":"4c717c9a-7ef7-43ad-8aae-ae0a3de2644d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/fee/pairs/:ticker/?api_key=your-api-key","urlObject":{"path":["v2","fee","pairs",":ticker",""],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"disabled":true,"description":{"content":"<p>(Optional) kucoin/binance/gateio</p>\n","type":"text/plain"},"key":"market","value":"name of market"}],"variable":[{"id":"11c734ac-13bf-4bd9-ab4e-02f2cf944fcd","description":{"content":"<p>Ticker symbol in lower case</p>\n","type":"text/plain"},"type":"any","value":"btc","key":"ticker"}]}},"response":[{"id":"8ae5be3f-3ddf-4e57-95ef-12b36becaabc","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/pairs/:ticker/?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","pairs",":ticker",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"key":"ticker","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"dot\",\n    \"xrp\",\n    \"usdctrc20\",\n    \"usdc\",\n    \"eos\"\n]"},{"id":"6f0b7034-52b1-4b5d-9660-87377772f706","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/pairs/:ticker/?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","pairs",":ticker",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"key":"ticker","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"fb37893e-759b-446c-ba67-f6c9798627eb","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/pairs/:ticker/","host":["https://api.stealthex.io/api"],"path":["v2","fee","pairs",":ticker",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"key":"ticker","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:48:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=8xwzaLtssxxWxMZ6ECBy2iXv1xzn3aYwIn7DNSXZYtvSqWM4TXNH4ZM%2FDkW69RpCiApC7Y8Ao%2F9AzO4LkVk%2FQTPQxs4jrL6S2%2FCUhJxmzCrgjjOf%2FIMdgiddnMXg2l0VKcw%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c36173df219a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"a04a83c0-a47d-49c9-abf9-032cb9edb47b","name":"Unknown market","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/pairs/:ticker/?api_key=your-api-key&market=invalid_name","host":["https://api.stealthex.io/api"],"path":["v2","fee","pairs",":ticker",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"market","value":"invalid_name","description":"(Optional) kucoin/binance/gateio"}],"variable":[{"key":"ticker","value":"btc","description":"Ticker symbol in lower case"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 10:49:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=7IoOXb8UrAt5c20bmI372ObAuMspVFHRRPsD9CcGTaJjKhNurAxyzjHq8jKRQqE3RRlq0wzx7gNtOGT%2FuN5pkM8yRsd8c%2FosQpmZCoqSZNB5wWZ5EAeTtUB4wu7RR3LHBzY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2b3a9be26bbd1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"4c717c9a-7ef7-43ad-8aae-ae0a3de2644d"}],"id":"187749b9-5dc4-4716-8033-340e45f57000","description":"<p>This method is used to set up a custom partner fee with StealthEX API. Using it allows to set up any profit share compared to the standard 0.4%. Adjusted fee can be set for each individual exchange.</p>\n<p>Some of the assets present in the API v2 may be unavailable for custom partner fee.</p>\n<p>This method is valid for floating rate exchanges only.</p>\n","_postman_id":"187749b9-5dc4-4716-8033-340e45f57000"},{"name":"New Request","id":"88d298a3-ba61-46d4-a292-931cc7bd1ea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"88d298a3-ba61-46d4-a292-931cc7bd1ea5"}],"id":"00242efc-c141-4d6b-9c69-e6d46e7a1dc1","description":"<p>With listed methods you can get information about available currencies and pairs.</p>\n","_postman_id":"00242efc-c141-4d6b-9c69-e6d46e7a1dc1"},{"name":"Exchange","item":[{"name":"Get range","item":[{"name":"v2","id":"67c7aad3-748f-4a9e-89d3-aae1017d8f37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/range/:from/:to?api_key=your-api-key&fixed=boolean","description":"<p>Returns a minimal and maximum amount for from/to exchange pair.</p>\n<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with a minimal and maximum amount in the base currency required to make an exchange.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>min_amount</td>\n<td>String</td>\n<td>Minimal amount in base currency</td>\n</tr>\n<tr>\n<td>max_amount</td>\n<td>String</td>\n<td>Maximum amount in base currency</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","range",":from",":to"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Optional) Put \"True\" for fixed rate</p>\n","type":"text/plain"},"key":"fixed","value":"boolean"}],"variable":[{"id":"4bda7515-ca5d-45e8-874d-6cbee28a45e3","description":{"content":"<p>(Required) Ticker symbol of base currency</p>\n","type":"text/plain"},"type":"any","value":"btc","key":"from"},{"id":"db7e53a8-7b87-4fca-acf3-537f6326c648","description":{"content":"<p>(Required) Ticker symbol of quote currency</p>\n","type":"text/plain"},"type":"any","value":"eth","key":"to"}]}},"response":[{"id":"105bea30-69d8-4622-ae06-cb21320549aa","name":"Success (floating rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/range/:from/:to?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"boolean","description":"(Optional) Put \"True\" for fixed rate","disabled":true}],"variable":[{"key":"from","value":"btc","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Nov 2020 20:04:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"069d7500b400000766c823a000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=hUPvQSk6b%2BtbDTi0TrVfqUJjot7WvVFVyNaSH1%2BsjmjpTfJdrS6tmZtMQ7pIH1MTeH5h44PXHANd3V3GlqBHWdrxaw6TeIo%2BinMDC0tLSNH2\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5f75bde1182c0766-LHR"}],"cookie":[],"responseTime":null,"body":"{\n    \"min_amount\": \"0.0014603\"\n}"},{"id":"713ea9dc-9d66-4f48-b56e-d270c45d10e4","name":"Success (fixed rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/range/:from/:to?api_key=your-api-key&fixed=true","host":["https://api.stealthex.io/api"],"path":["v2","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"}],"variable":[{"key":"from","value":"btc","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Nov 2020 20:07:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"069d77acb8000007669410a000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=GW3oz7nkBugaC49xiKdctRLHze851WoXomN8Mqet%2F9lH5929oYN2rIyBK35uP3640ztsoqs0w5hGG7KN%2BIyW4YdJ0S%2FIy2o8GCcFNQTuYbNB\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5f75c2278ca00766-LHR"}],"cookie":[],"responseTime":null,"body":"{\n    \"min_amount\": \"0.003\",\n    \"max_amount\": \"0.7\"\n}"},{"id":"67b72526-40a9-49d4-ae19-726cd1e817ff","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/range/:from/:to?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","range",":from",":to"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"boolean","description":"(Optional) Put \"True\" for fixed rate","disabled":true}],"variable":[{"key":"from","value":"btc","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Nov 2020 20:10:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"069d7a7c0b00000766e00f5000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=B8pJ6JbVr4Jp4oGNQ3fsFstVsIYazQIiURcar7%2B6SV1si3NrZ5JifmiEHB8S1fA0lBU2ur%2B7fMWGlr8OaDq3EBy4kAYrOONeDEOE7iNiNOUi\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5f75c6a678af0766-LHR"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"ee2f5ca3-faa5-4698-8954-8b0804d02a0d","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/range/:from/:to","host":["https://api.stealthex.io/api"],"path":["v2","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"fixed","value":"boolean","description":"(Optional) Put \"True\" for fixed rate","disabled":true}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:48:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=rximVilP%2FzhMK6GfuVumyLVa35veNwsaXDDOiUuyknZihepQdVfpxWe66qyxzRtpxjXdjcgCzHblES3cGWQ7ILFu75z8uekWnIqgqOe%2B%2FQ5F0BSQRmIXbyDXxq66bp6Q3Yc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c36220595f9a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"9f17bd6d-2b18-4ccc-81c4-244323c7ecb3","name":"Fixed should be boolean","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/range/:from/:to?api_key=your-api-key&fixed=invalid_value","host":["https://api.stealthex.io/api"],"path":["v2","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"invalid_value","description":"(Optional) Put \"True\" for fixed rate"}],"variable":[{"key":"from","value":"btc","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"fixed should be boolean\"\n}"},{"id":"9eb65247-cb9b-4750-a805-3f3c8908b7a5","name":"Pair is not available","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/range/:from/:to?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"boolean","description":"(Optional) Put \"True\" for fixed rate","disabled":true}],"variable":[{"key":"from","value":"invalidFrom","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Nov 2020 20:56:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"069da4a3a30000fa480730f000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=tBhpyGM5QXsKk4n3Sb8HCuFXA1Uh6VswqRUlwtwoIg4b%2B8DfDkAhk5BsIzT3Zuu0mlniVf86XWXT1wjIX7Is7SNy%2FgZKjNs7bHjgMwUn662A\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5f760a18f91cfa48-AMS"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"pair is not available\"\n}"},{"id":"49304e7c-900a-4f4b-b988-e5e23b847e66","name":"Pair is not available for fixed rates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/range/:from/:to?api_key=your-api-key&fixed=true","host":["https://api.stealthex.io/api"],"path":["v2","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"}],"variable":[{"key":"from","value":"invalidFrom","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"btc","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 17:36:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06ea2ca1b7000097ba95b09000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=1IUTM8j%2FH6030XGeaZYmxLh4mT3vb%2FGRZw0C8Pfd9fq3CpojhzOEHgO58tpTYqzsvtddoAWN0iowuATGGrLwEFcXn0uwQwf9l3fMDeML%2BJbD\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ff07d49299597ba-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"pair is not available for fixed rates\"\n}"},{"id":"8c8af6e9-f898-476a-a581-76a34a7598c6","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/range/:from/:to?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"boolean","description":"(Optional) Put \"True\" for fixed rate","disabled":true}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 14:26:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"30-E+gCgK7p72P1de9arTwnbnXbtas\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=xnDnrHRD4Lm0PUvTw36X%2FEEQC6KEYE%2FU9ejjbWh34znTl4PYpCqGt0e8eJVo2gh%2Fn6W4dvL3OfvYQOInGk3v8r0mKSgEDkxdoHScDkftjFyCARg%2Bs2Kj35%2FhP%2Fkdw4EZlH8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80d46c0b3f214db3-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"67c7aad3-748f-4a9e-89d3-aae1017d8f37"}],"id":"b28e7bc3-903d-4463-8fbc-2476a95a8f10","_postman_id":"b28e7bc3-903d-4463-8fbc-2476a95a8f10","description":""},{"name":"Get range with custom fee","item":[{"name":"v2","id":"97bbe4e3-b990-4514-a9bb-87e5e87c9b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/fee/range/:from/:to?api_key=your-api-key&partner_fee=number","urlObject":{"path":["v2","fee","range",":from",":to"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive</p>\n","type":"text/plain"},"key":"partner_fee","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) kucoin/binance/gateio</p>\n","type":"text/plain"},"key":"market","value":"name of market"}],"variable":[{"id":"0574e986-e0d8-4ef1-96a9-c33c103b2f73","description":{"content":"<p>(Required) Ticker symbol of base currency</p>\n","type":"text/plain"},"type":"any","value":"btc","key":"from"},{"id":"8ab4846a-5d55-4d3a-ab45-1ade73177ad8","description":{"content":"<p>(Required) Ticker symbol of quote currency</p>\n","type":"text/plain"},"type":"any","value":"eth","key":"to"}]}},"response":[{"id":"991e4f24-24ef-4f17-a8a2-7295ebb15c2e","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/range/:from/:to?api_key=your-api-key&partner_fee=1","host":["https://api.stealthex.io/api"],"path":["v2","fee","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"min_amount\": \"0.0014603\"\n}"},{"id":"bc63a1cb-aa1e-4eec-8d39-9e28f3b7458a","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/range/:from/:to?api_key=invalid-api-key&partner_fee=1","host":["https://api.stealthex.io/api"],"path":["v2","fee","range",":from",":to"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 09:54:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\""},{"key":"set-cookie","value":"vrid=sAme02UC2Gm2ahe4BmFMAg==; domain=stealthex.io; path=/"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ZnsI0DHAu%2Fxd%2BF6njXpp3sdcm37vT%2Fyy%2FR2uPrnx%2BTOZ3jVAqRXKD9rwUm9mN2PtvJn1ae5ehSfH3UsEcO9Pz75AA7lxzFy6DN2mL45gsioKi7aUWXJlSOoKO8%2FHF%2Bt%2Bp8E%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8067c03379506969-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"fa782567-f4c0-4d2d-8b3c-4d3df9945b30","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/range/:from/:to","host":["https://api.stealthex.io/api"],"path":["v2","fee","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"partner_fee","value":"number","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive","disabled":true},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:49:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2Fli0sJIH1ptjl8FLgnASLKcysztmPumXQ368T91Vwun80AatPbdJO%2B89ov6MQiPDTQiJnu7ulSCIvTysYd%2B%2B2%2FiGr0QSnXGp%2Fs9kAs3pMBp6QzLy8ZfAMyMkmODFcLsJJ%2Bg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3634098019a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"3eba6064-d3b2-4c05-8121-04d1cf8c129d","name":"Invalid partner fee","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/range/:from/:to?api_key=your-api-key&partner_fee=invalid_number","host":["https://api.stealthex.io/api"],"path":["v2","fee","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"invalid_number","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 10:54:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2c-Uglc5G6XSnoxT/AqDFkjuQWhTz4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=lnW6hDwNoNirb%2FZ0iq%2F2%2FAqA7WCnrd8Ts%2BvNrJSF9pVtUQNzxJddUern1tcwrlRIRBsl5Gjm5X2SLpsSRN4I8UxXg7OigOr%2BZIu7izO9RFSRXqi1XxLRcaAiDS08F%2FWzCqQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2bb23ddacbbd1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid partner fee\"\n}"},{"id":"edda8de0-0726-4c68-b82e-b708654aa7c5","name":"Unknown market","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/range/:from/:to?api_key=your-api-key&market=invalid_name","host":["https://api.stealthex.io/api"],"path":["v2","fee","range",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive","disabled":true},{"key":"market","value":"invalid_name","description":"(Optional) kucoin/binance/gateio"}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 10:59:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=k1N1Xp5DWDXXhSOlPrMGJddGpBs8qmiKZf56ZJMPMLtqg0IJAWfCQdvNLGeZ0sesD%2B8OM8hvMd9OFVvLYRyKc%2BFytBTmeaWpNlk2%2F1qLBJ0Q0uHEYL3q2Hp85AIuQoa8A3U%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2c157dd44bbd1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"97bbe4e3-b990-4514-a9bb-87e5e87c9b5a"}],"id":"2f25b057-63a4-4b3b-a3ef-d9b24071a73b","description":"<p>This method is used to set up a custom partner fee with StealthEX API. Using it allows to set up any profit share compared to the standard 0.4%. Adjusted fee can be set for each individual exchange.</p>\n<p>When using a custom fee method, please make sure to input a correct amount (custom fee adds up with the default 0.4%).<br />If you would like to get 1% profit, input 0.6%.</p>\n<p>Some of the assets present in the API v2 may be unavailable for custom partner fee.</p>\n<p>This method is valid for floating rate exchanges only.</p>\n","_postman_id":"2f25b057-63a4-4b3b-a3ef-d9b24071a73b"},{"name":"Minimal amount","item":[{"name":"v2","id":"5614f713-0e44-4186-bf3b-aeaa6aacae31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/min/:from/:to?api_key=your-api-key&fixed=boolean","description":"<p>Returns a minimal amount for <code>from</code>/<code>to</code> exchange pair.</p>\n<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with a minimal amount in the base currency required to make an exchange. It also returns the maximum amount for the fixed rate method.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>min_amount</td>\n<td>String</td>\n<td>Minimal amount in base currency</td>\n</tr>\n<tr>\n<td>max_amount</td>\n<td>String</td>\n<td>Maximum amount in base currency (only for fixed rate)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","min",":from",":to"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Optional) Put \"True\" for fixed rate</p>\n","type":"text/plain"},"key":"fixed","value":"boolean"}],"variable":[{"id":"5f666e38-6ec3-4b83-9ee1-12f91f3437f6","description":{"content":"<p>(Required) Ticker symbol of base currency</p>\n","type":"text/plain"},"type":"string","value":"btc","key":"from"},{"id":"fe6cda5c-0490-4dcc-93ad-71a75dee1757","description":{"content":"<p>(Required) Ticker symbol of quote currency</p>\n","type":"text/plain"},"type":"string","value":"eth","key":"to"}]}},"response":[{"id":"0e385f5a-3fda-4950-8e22-5b4892764256","name":"Success (floating rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/min/:from/:to?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","min",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 19:06:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f920849700006491de337200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a20380fa756491-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"min_amount\": \"0.0014448\"\n}"},{"id":"cbf4e40a-ef7f-49ce-afb2-844c228efa4d","name":"Success (fixed rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/min/:from/:to?api_key=your-api-key&fixed=true","host":["https://api.stealthex.io/api"],"path":["v2","min",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"}],"variable":[{"key":"from","value":"btc","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Nov 2020 19:50:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"069d68012300000766c81db000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=Cp5NwwvUCGJB4HJbk0A6db5rpgbRpLzuGuhOAy4rvQ8iYXRRvhGcW7fKTi04gYD1mozveRNpSIWQ342d6NITe74J7uCH%2BNS%2BdJYvfIF3BVLG\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5f75a9150d420766-LHR"}],"cookie":[],"responseTime":null,"body":"{\n    \"min_amount\": \"0.003\",\n    \"max_amount\": \"0.7\"\n}"},{"id":"b9791399-1d85-4011-b517-13002ca52126","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/min/btc/eth?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","min","btc","eth"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 19:07:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f92144aa00006491de3d1200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a204b44ae06491-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"3223fed0-05c9-41b2-892a-039a985f5d6c","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/min/:from/:to","host":["https://api.stealthex.io/api"],"path":["v2","min",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"fixed","value":"boolean","description":"(Optional) Put \"True\" for fixed rate","disabled":true}],"variable":[{"id":"5f666e38-6ec3-4b83-9ee1-12f91f3437f6","key":"from","value":"btc","type":"string","description":"(Required) Ticker symbol of base currency"},{"id":"fe6cda5c-0490-4dcc-93ad-71a75dee1757","key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:50:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=I6dg0sZhKNFVoZwC3%2BWQgNplF4tgZoMJ6FOc43amXd2ARbVgwQ8p8DPQW%2FyKG2AoE6s5LzYRGfJ0DcweNGKYpyrk3e5I5BwhW0j8Ns3eD92560oPgn1pjkcnS5sd%2FPH10Us%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c364118d8e9a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"2b4741c7-313a-4192-b9ad-9b74f2c7eec2","name":"Pair is not available","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/min/:from/:to?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","min",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"from","value":"invalidFrom","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"btc","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 19:07:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f921da0b00006491de398200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a205a34e496491-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"pair is not available\"\n}"},{"id":"1b12f327-923e-4045-8f45-d0012f7164f7","name":"Pair is not available for fixed rates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/min/:from/:to?api_key=your-api-key&fixed=true","host":["https://api.stealthex.io/api"],"path":["v2","min",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"}],"variable":[{"key":"from","value":"invalidFrom","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"btc","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 17:27:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06ea243e7e000097ba90a7e000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=VkNkB1EXuapc%2BZrmgOZaACoueQ6PMS5nGv%2B6XKD0Ss%2BQDw0u2m24m6DSeonAItnItHrVdfngl%2BPg%2FZqxdyohAtrtBKAsrB4YnWIcuNs8WOQm\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ff06fdd9db497ba-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"pair is not available for fixed rates\"\n}"},{"id":"d00481fe-0b30-4f3b-a3fb-9393f453d365","name":"Fixed should be boolean","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/min/:from/:to?api_key=your-api-key&fixed=invalid_value","host":["https://api.stealthex.io/api"],"path":["v2","min",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"invalid_value","description":"(Optional) Put \"True\" for fixed rate"}],"variable":[{"key":"from","value":"btc","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"fixed should be boolean\"\n}"},{"id":"aa157b2f-6930-4257-abf8-be58d741e577","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/min/:from/:to?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","min",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"from","value":"btc","type":"string","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 19:19:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"5614f713-0e44-4186-bf3b-aeaa6aacae31"}],"id":"bf8c7fd7-4836-4934-85d7-f2ab9f89f2f9","_postman_id":"bf8c7fd7-4836-4934-85d7-f2ab9f89f2f9","description":""},{"name":"Minimal amount with custom fee","item":[{"name":"v2","id":"59ec09fe-1354-466d-a24d-d21620cc4788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/fee/min/:from/:to/?api_key=your-api-key&partner_fee=number","urlObject":{"path":["v2","fee","min",":from",":to",""],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive</p>\n","type":"text/plain"},"key":"partner_fee","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) kucoin/binance/gateio</p>\n","type":"text/plain"},"key":"market","value":"name of market"}],"variable":[{"id":"65f0ea66-945b-431f-bdf4-d78eba2a9d8a","description":{"content":"<p>(Required) Ticker symbol of base currency</p>\n","type":"text/plain"},"type":"any","value":"btc","key":"from"},{"id":"a901f52d-ebc7-4e68-8ab7-df62ade4fdad","description":{"content":"<p>(Required) Ticker symbol of quote currency</p>\n","type":"text/plain"},"type":"any","value":"eth","key":"to"}]}},"response":[{"id":"92bf44d3-a44e-49cc-bd50-5c8d36f02a70","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/min/:from/:to/?api_key=your-api-key&partner_fee=1","host":["https://api.stealthex.io/api"],"path":["v2","fee","min",":from",":to",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 10:10:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"1b-lTdA3TnmihBN071g8x7kvL/Vhyc\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=f%2BqA2oODplKyY8AJPWOmg%2B7mU5rnAQe3fzrsQF%2Bdl0FrO%2BMdD4rCdk2Nzqh%2BZ4QXcrzNZEVG4w9LpF9ySZcXKo0rsnBn4LVhvL%2FgFLK37yHNmfI7bPAyUf%2BoqTFXiskH%2F6s%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8067d7d8ca69bbbf-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"min_amount\": \"0.00082449\"\n}"},{"id":"1faa6e8c-bf19-4985-ba6f-37d0ab2cc68b","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/min/:from/:to/?api_key=invalid-api-key&partner_fee=1","host":["https://api.stealthex.io/api"],"path":["v2","fee","min",":from",":to",""],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"65f0ea66-945b-431f-bdf4-d78eba2a9d8a","key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"id":"a901f52d-ebc7-4e68-8ab7-df62ade4fdad","key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 10:09:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=j3UFbK7a%2B7Y8mlBsJMUkXU4MHTLokjnBLW3MbL0qZqOLTUc6G9W%2B1xOOjRMMoBCnFB9DMC3K8apT2gTApYnZ1TuLBaWQY1yFCWzmfvCMqVtND1ICevEcPNx0pzCZqC4lR30%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8067d5a88eadbbbf-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"444b1c2f-f3dc-476f-8380-53c2371e52ea","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/min/:from/:to/","host":["https://api.stealthex.io/api"],"path":["v2","fee","min",":from",":to",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"partner_fee","value":"number","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive","disabled":true},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"65f0ea66-945b-431f-bdf4-d78eba2a9d8a","key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"id":"a901f52d-ebc7-4e68-8ab7-df62ade4fdad","key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:50:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=zmgaXpUlc%2BOmZHB3Ayxprt7cLCx3UiLycAWzeiEBJ5cf7p%2BPk0E24JWSPCNiVsBEtiRD6SkW%2BnG2k3%2BTlPsEbu8jcxPunLUCEDCBwp4U64shGstN0qnJuj47GgKJ%2FGVBwHE%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c364faa83d9a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"5a0c0257-12b6-410b-871b-b8838634ec6a","name":"Invalid partner fee","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/min/:from/:to/?api_key=your-api-key&partner_fee=invalid_number","host":["https://api.stealthex.io/api"],"path":["v2","fee","min",":from",":to",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"invalid_number","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"65f0ea66-945b-431f-bdf4-d78eba2a9d8a","key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"id":"a901f52d-ebc7-4e68-8ab7-df62ade4fdad","key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:06:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2c-Uglc5G6XSnoxT/AqDFkjuQWhTz4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=Iyv%2By%2BEkEjICPcaX5wHl1W2mA5bdI0oW%2B9YCl4LJ2mQ%2FcT8r1wkdc0RUleyNf5bSg%2FR7787GP3ErdqQ1dRoeKBU1TNaHVTu757b%2B%2B%2F86b%2BZ%2Fo%2BDSaIWjQn9AM8noQieeWGc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2cbb7d8e99000-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid partner fee\"\n}"},{"id":"2230fcb2-00fb-4757-a0fb-b13fee164c06","name":"Unknown market","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/min/:from/:to/?api_key=your-api-key&market=invalid_name","host":["https://api.stealthex.io/api"],"path":["v2","fee","min",":from",":to",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive","disabled":true},{"key":"market","value":"invalid_name","description":"(Optional) kucoin/binance/gateio"}],"variable":[{"id":"65f0ea66-945b-431f-bdf4-d78eba2a9d8a","key":"from","value":"btc","description":"(Required) Ticker symbol of base currency"},{"id":"a901f52d-ebc7-4e68-8ab7-df62ade4fdad","key":"to","value":"eth","description":"(Required) Ticker symbol of quote currency"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:29:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=53lC%2FEAVH6dHUoUIRJGF4NEpnawsVzDMibKz8OdIZ3Rrl6pSxGvhnzKOHsIoDr2DNR6jsmC9Kytzsgts5CnJisWw38Ixcc7HoMOpcpBiadk%2FRzCenIrxXppv2BTBnnUvyXw%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2ee245ca62c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"59ec09fe-1354-466d-a24d-d21620cc4788"}],"id":"18dd98f8-a197-443b-90c3-2121c9e97db0","description":"<p>This method is used to set up a custom partner fee with StealthEX API. Using it allows to set up any profit share compared to the standard 0.4%. Adjusted fee can be set for each individual exchange.</p>\n<p>When using a custom fee method, please make sure to input a correct amount (custom fee adds up with the default 0.4%).<br />If you would like to get 1% profit, input 0.6%.</p>\n<p>Some of the assets present in the API v2 may be unavailable for custom partner fee.</p>\n<p>This method is valid for floating rate exchanges only.</p>\n","_postman_id":"18dd98f8-a197-443b-90c3-2121c9e97db0"},{"name":"Estimated amount","item":[{"name":"v2","id":"4ee31a72-1de1-4c34-b8c7-1d41b51eafcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&fixed=boolean&amount=number","description":"<p>Returns estimated exchange amount for a given symbol pair and input amount.</p>\n<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with an estimated exchange amount.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>estimated_amount</td>\n<td>String</td>\n<td>Estimated exchange amount</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","estimate",":from",":to"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Optional) Put \"True\" for fixed rate</p>\n","type":"text/plain"},"key":"fixed","value":"boolean"},{"description":{"content":"<p>(Optional, default: 1) Amount to exchange</p>\n","type":"text/plain"},"key":"amount","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) Only for fixed rate. For reverse estimate calculation instead of the \"amount\"</p>\n","type":"text/plain"},"key":"amount_to","value":"number"}],"variable":[{"id":"8ac9321c-0cbe-49f7-89a6-093a203b7a7c","description":{"content":"<p>Ticker symbol of base currency</p>\n","type":"text/plain"},"type":"string","value":"btc","key":"from"},{"id":"c46b31cd-5c11-42cf-b360-4a3dcfc22c06","description":{"content":"<p>Ticker symbol of quote currency</p>\n","type":"text/plain"},"type":"string","value":"eth","key":"to"}]}},"response":[{"id":"4f07aafd-eecf-4fda-b772-e60d6f31a4bf","name":"Success (floating rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&amount=0.1","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"amount","value":"0.1","description":"(Optional, default: 1) Amount to exchange"}],"variable":[{"key":"from","value":"btc","description":"Ticker symbol of base currency"},{"key":"to","value":"eth","description":"Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 19:14:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f9275cc400006491de34e200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a20e746efe6491-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimated_amount\": \"2.5054064\"\n}"},{"id":"3e9712f3-4966-4c75-9590-89bc658bf78b","name":"Success (fixed rate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&fixed=true&amount=0.1","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"},{"key":"amount","value":"0.1","description":"(Optional, default: 1) Amount to exchange"}],"variable":[{"key":"from","value":"btc","type":"string","description":"Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Nov 2020 19:59:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"069d703cb200000766b63e7000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=TyzBYldVKwDAAdj650%2FMwDrMmzDKfQvKBD6ctxRt5fPWbHE6r%2BPz0RBE%2FfCpIp3z2VL0rs7ziIl6Vxk4fI%2BRV1FUB4Ctd50Rypbr3Opskwt2\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5f75b64119e40766-LHR"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimated_amount\": \"15.93321471\",\n    \"rate_id\": \"IzOlTyHimeLsOJzz1cQG9rHax1f0fSiz\"\n}"},{"id":"ea9e4afe-c74f-4b5b-9920-3bbd2ce2e69a","name":"Success (fixed rate with reverse estimate)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&fixed=true&amount_to=20","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"},{"key":"amount","value":"1","description":"(Optional, default: 1) Amount to exchange","disabled":true},{"key":"amount_to","value":"20","description":"(Optional) Only for fixed rate. For reverse estimate calculation instead of the \"amount\""}],"variable":[{"id":"8ac9321c-0cbe-49f7-89a6-093a203b7a7c","key":"from","value":"btc","type":"string","description":"Ticker symbol of base currency"},{"id":"c46b31cd-5c11-42cf-b360-4a3dcfc22c06","key":"to","value":"eth","type":"string","description":"Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 10:23:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"4e-z8e0Zz4fQ8lKgQI/lxn9bZH+eGg\""},{"key":"x-cache-status","value":"MISS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=8Ju1YyjLQ%2FymG4qIV7LZuOBgHeDkJ48sVTeYYeEqROJHbVmHso74gwtZS7KFr%2ByCEMrrgHiyzU9RdroVN7E%2BOkWz4EZs8hDWkWD4bb7zFy5kMgLdmWqMYQBRwZukZ2LRQKM%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8067eaabfe4e5c68-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimated_amount\": \"1.25536719\",\n    \"rate_id\": \"NTIoussWBGUmKAtgDZHtA8X5tcRfMtlT\"\n}"},{"id":"8e38a173-11aa-486a-a005-fa42a52e8d9f","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/btc/eth?api_key=invalid-api-key&amount=0.1","host":["https://api.stealthex.io/api"],"path":["v2","estimate","btc","eth"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"},{"key":"amount","value":"0.1","description":"(Optional, default: 1) Amount to exchange"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 19:15:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f9285f1200006491de00b200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a21011bdda6491-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"f444334b-8d04-4949-adc7-eb189b670221","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"fixed","value":"boolean","description":"(Optional) Put \"True\" for fixed rate","disabled":true},{"key":"amount","value":"number","description":"(Optional, default: 1) Amount to exchange","disabled":true},{"key":"amount_to","value":"number","description":"(Optional) Only for fixed rate. For reverse estimate calculation instead of the \"amount\"","disabled":true}],"variable":[{"id":"8ac9321c-0cbe-49f7-89a6-093a203b7a7c","key":"from","value":"btc","type":"string","description":"Ticker symbol of base currency"},{"id":"c46b31cd-5c11-42cf-b360-4a3dcfc22c06","key":"to","value":"eth","type":"string","description":"Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:51:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=V7D%2BJrmvifRE7UH2ctWe1wDX7tid%2B%2FqzvLZvtMM%2FmPxfShSen23PGpXvZUdqWE9CoIqyzYYHLarP1lkysGSMZNEY2MZ9LEjHyRe0%2FqVF54OK0Je%2B8ddsrfn89H8PmK%2F%2FlDk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c366751e319a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"d9f95a27-1dd1-48eb-87d7-75cfe845b284","name":"Fixed should be boolean","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&fixed=invalid_value&amount=0.1","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"invalid_value","description":"(Optional) Put \"True\" for fixed rate"},{"key":"amount","value":"0.1","description":"(Optional, default: 1) Amount to exchange"}],"variable":[{"key":"from","value":"btc","type":"string","description":"Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"fixed should be boolean\"\n}"},{"id":"5c6b90e1-469b-41f0-81bd-a4795ebdb4a3","name":"Invalid currency","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&amount=0.1","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"amount","value":"0.1","description":"(Optional, default: 1) Amount to exchange"}],"variable":[{"key":"from","value":"invalid_Ticker","description":"Ticker symbol of base currency"},{"key":"to","value":"eth","description":"Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 19:15:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f928d0a000006491de2a4200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a210c76d556491-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimated_amount\": null\n}"},{"id":"c0d31103-1daa-4066-b679-5d9e233f010a","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&amount=0.1","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"amount","value":"0.1","description":"(Optional, default: 1) Amount to exchange"}],"variable":[{"key":"from","value":"btc","type":"string","description":"Ticker symbol of base currency"},{"key":"to","value":"eth","type":"string","description":"Ticker symbol of quote currency"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 19:19:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"},{"id":"a74a2237-50cc-44e9-88a3-62e4db5241fe","name":"Amount with amount_to","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&fixed=true&amount=1&amount_to=20","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"},{"key":"amount","value":"1","description":"(Optional, default: 1) Amount to exchange"},{"key":"amount_to","value":"20","description":"(Optional) Only for fixed rate. For reverse estimate calculation instead of the \"amount\""}],"variable":[{"id":"8ac9321c-0cbe-49f7-89a6-093a203b7a7c","key":"from","value":"btc","type":"string","description":"Ticker symbol of base currency"},{"id":"c46b31cd-5c11-42cf-b360-4a3dcfc22c06","key":"to","value":"eth","type":"string","description":"Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 10:30:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"3e-yx13c+m1wquPPD29QjHRUvhKDZw\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ovwd6XSQuM5HSU47rk4iOh0LFNfO8b1XOwvqP%2FnAmS9wrEux3P3JGqiCZ8HvDvskFS0JgJnuM6JUhX%2Blt7fryMzhcre%2BNh6qSGxK7FrOXNrks63rwVxXjxB7w%2B%2BuJ%2BRVWQ0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8067f42dcc2e5c68-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Cannot use amount and amount_to at the same time\"\n}"},{"id":"aeb3cc91-1075-4ef0-a9f9-6e0f315f6c13","name":"Amount_to should be number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&fixed=true&amount_to=not_number","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"},{"key":"amount","value":"1","description":"(Optional, default: 1) Amount to exchange","disabled":true},{"key":"amount_to","value":"not_number","description":"(Optional) Only for fixed rate. For reverse estimate calculation instead of the \"amount\""}],"variable":[{"id":"8ac9321c-0cbe-49f7-89a6-093a203b7a7c","key":"from","value":"btc","type":"string","description":"Ticker symbol of base currency"},{"id":"c46b31cd-5c11-42cf-b360-4a3dcfc22c06","key":"to","value":"eth","type":"string","description":"Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 10:37:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"33-tVspXRZLizVqa+tn9SSv7mIPaZo\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=hbWkfN6bl1qoffG74vwBEVtlc8ancaBhYrAzGtAHQbE3hkSOp20T52hOl%2BjrCxJBWgitW9gwQ55d1SDxvHxRMwi5ST71menc8fpNaoVHF9zBnXe0OcHqRELLiYREbXsSDIc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8067fe247ec15c68-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"amount_to should be number\"\n}"},{"id":"f44a2253-fd3b-481f-907e-4ce3c0b2a541","name":"Amount should be number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/estimate/:from/:to?api_key=your-api-key&fixed=true&amount=not_number","host":["https://api.stealthex.io/api"],"path":["v2","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"fixed","value":"true","description":"(Optional) Put \"True\" for fixed rate"},{"key":"amount","value":"not_number","description":"(Optional, default: 1) Amount to exchange"},{"key":"amount_to","value":"20","description":"(Optional) Only for fixed rate. For reverse estimate calculation instead of the \"amount\"","disabled":true}],"variable":[{"id":"8ac9321c-0cbe-49f7-89a6-093a203b7a7c","key":"from","value":"btc","type":"string","description":"Ticker symbol of base currency"},{"id":"c46b31cd-5c11-42cf-b360-4a3dcfc22c06","key":"to","value":"eth","type":"string","description":"Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 10:37:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"30-RjKbWq/EgQbyXdWIxoXU4aF3hmg\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=JIa%2BnF5sLvCv8Fqmwf%2FK0dat%2FqxB60edRuUZ0MnqBII2kq5Ch1vleyNpQZTcigXKSA5A0G5c0CizYMvUNut5W1P4r87dGGYAGjUoyNOJur%2Brj6ftdsl1f6C0prZHFnTRAcg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8067ff5d18a05c68-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"amount should be number\"\n}"}],"_postman_id":"4ee31a72-1de1-4c34-b8c7-1d41b51eafcf"}],"id":"03d635f3-fcc2-44aa-9b64-74697159f70b","_postman_id":"03d635f3-fcc2-44aa-9b64-74697159f70b","description":""},{"name":"Estimated amount with custom fee","item":[{"name":"v2","id":"cf160282-9205-4d8c-bce7-d8b90a73f3cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/fee/estimate/:from/:to?api_key=your-api-key&partner_fee=number&amount=number&market=name of market","urlObject":{"path":["v2","fee","estimate",":from",":to"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive</p>\n","type":"text/plain"},"key":"partner_fee","value":"number"},{"description":{"content":"<p>(Required) Amount to exchange</p>\n","type":"text/plain"},"key":"amount","value":"number"},{"description":{"content":"<p>(Optional) kucoin/binance/gateio</p>\n","type":"text/plain"},"key":"market","value":"name of market"}],"variable":[{"id":"99532d7b-e556-47af-b034-3302662aca9a","description":{"content":"<p>Ticker symbol of base currency</p>\n","type":"text/plain"},"type":"any","value":"btc","key":"from"},{"id":"e28ca4c4-3f18-4464-9432-8ec07ea05c11","description":{"content":"<p>Ticker symbol of quote currency</p>\n","type":"text/plain"},"type":"any","value":"eth","key":"to"}]}},"response":[{"id":"21814d99-e32e-48c1-beed-365b7b702b0c","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/estimate/:from/:to?api_key=your-api-key&partner_fee=1&amount=1&market=binance","host":["https://api.stealthex.io/api"],"path":["v2","fee","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"amount","value":"1","description":"(Required) Amount to exchange"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio"}],"variable":[{"id":"99532d7b-e556-47af-b034-3302662aca9a","key":"from","value":"btc","description":"Ticker symbol of base currency"},{"id":"e28ca4c4-3f18-4464-9432-8ec07ea05c11","key":"to","value":"eth","description":"Ticker symbol of quote currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 10:41:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"22-Ax94zEJtTC52vavUAd+ciD88jvc\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=YYaSvqaSC%2FtZRFE3VzgA0GcqUJkjQUclmN31e3pH0AGQzhv4FuC%2BqWABqU4QKwTKkHb77MsrGRoCBxAvRF6GCy1ATeKCBhcsuKxdQBaQBnl90m7UPisiZrvgHkhWx0v4DAc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"806804243f5e5c68-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimated_amount\": \"15.91054579\"\n}"},{"id":"630511e2-87ad-4dfc-8367-c2bd6d34ee93","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/estimate/:from/:to?api_key=your-api-key&partner_fee=1&amount=1&market=binance","host":["https://api.stealthex.io/api"],"path":["v2","fee","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"amount","value":"1","description":"(Required) Amount to exchange"},{"key":"market","value":"binance","description":"(Optional) kucoin/binance/gateio"}],"variable":[{"id":"99532d7b-e556-47af-b034-3302662aca9a","key":"from","value":"btc","description":"Ticker symbol of base currency"},{"id":"e28ca4c4-3f18-4464-9432-8ec07ea05c11","key":"to","value":"eth","description":"Ticker symbol of quote currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Sep 2023 10:42:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=vefH3VErj1Mcrh3hThjT%2F8GNX2BQ13svZLCTO6%2BEokB%2BTX2xdFn2%2FRZo0C2OgnWxmLD%2BoFpYs2HXvqeYI1wlLmPm3akBj5HYlyuo%2BXNT%2FixmLncihha5SH%2BzJ%2BbGwSfPm7o%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"806805a77d315c68-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"995ff9dc-45ac-4a19-a7b3-34328054ee02","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/estimate/:from/:to","host":["https://api.stealthex.io/api"],"path":["v2","fee","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"partner_fee","value":"number","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive","disabled":true},{"key":"amount","value":"number","description":"(Required) Amount to exchange","disabled":true},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"99532d7b-e556-47af-b034-3302662aca9a","key":"from","value":"btc","description":"Ticker symbol of base currency"},{"id":"e28ca4c4-3f18-4464-9432-8ec07ea05c11","key":"to","value":"eth","description":"Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 12:54:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=NUrteS6SNoxrUd3U%2BzIcWyQNh1EeS%2FtEemkWi4QwRj7UXMuoMe1yhkAhpC2cEUQ8mZYi0sH7N7nEK1G4DGmb0NBT7BmAkIIipurmGwRYYZQXW4Veiy%2FMDgXu5mvE0407VCA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c36a013bcd9a0b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"da53a551-a394-4a48-8593-78e4c1256c44","name":"Amount should be number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/estimate/:from/:to?api_key=your-api-key&partner_fee=1&amount=not_number","host":["https://api.stealthex.io/api"],"path":["v2","fee","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"amount","value":"not_number","description":"(Required) Amount to exchange"},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"99532d7b-e556-47af-b034-3302662aca9a","key":"from","value":"btc","description":"Ticker symbol of base currency"},{"id":"e28ca4c4-3f18-4464-9432-8ec07ea05c11","key":"to","value":"eth","description":"Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:32:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"30-RjKbWq/EgQbyXdWIxoXU4aF3hmg\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=fOo1cxyg1eIIDVdRXrbCeHEIkGqcBz9WZtb69YryJMYms1d5Gba%2FjZ%2Fb4IbO9qDhN1hCjnGaPUybEYOvhtz5W%2BlzGE%2FQtvdTOb7ukso4jrXbRoNQIAZgcsO3UsK3ZAiFZgA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2f2126d922c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"amount should be number\"\n}"},{"id":"0e545e11-f6ce-449e-8543-944a76d4131b","name":"Invalid partner fee","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/estimate/:from/:to?api_key=your-api-key&partner_fee=invalid_number&amount=1","host":["https://api.stealthex.io/api"],"path":["v2","fee","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"invalid_number","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"amount","value":"1","description":"(Required) Amount to exchange"},{"key":"market","value":"name of market","description":"(Optional) kucoin/binance/gateio","disabled":true}],"variable":[{"id":"99532d7b-e556-47af-b034-3302662aca9a","key":"from","value":"btc","description":"Ticker symbol of base currency"},{"id":"e28ca4c4-3f18-4464-9432-8ec07ea05c11","key":"to","value":"eth","description":"Ticker symbol of quote currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:34:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2c-Uglc5G6XSnoxT/AqDFkjuQWhTz4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=mzN9%2BVyngyYHp3GS2noNB0PWgB%2FSCJS%2FlWNIKmupmEnwUUsk9TUgOo2OJQvrS4nIYqFUKX63Jkn9fLgy56O4huji5tKx%2BAdUGUI591qYGveIyCYuxF8zpZK3vYXL8t2xubU%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2f4b5fb332c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid partner fee\"\n}"},{"id":"915251f8-7c3a-444e-995f-6b2efa77c5d4","name":"Unknown market","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/fee/estimate/:from/:to?api_key=your-api-key&partner_fee=1&amount=1&market=invalid_name","host":["https://api.stealthex.io/api"],"path":["v2","fee","estimate",":from",":to"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"partner_fee","value":"1","description":"(Required) Partner fee in percents (e.g. 1, 2, 5.3, 20) \nPartner fee range is from 0 to 20 percents inclusive"},{"key":"amount","value":"1","description":"(Required) Amount to exchange"},{"key":"market","value":"invalid_name","description":"(Optional) kucoin/binance/gateio"}],"variable":[{"id":"99532d7b-e556-47af-b034-3302662aca9a","key":"from","value":"btc","description":"Ticker symbol of base currency"},{"id":"e28ca4c4-3f18-4464-9432-8ec07ea05c11","key":"to","value":"eth","description":"Ticker symbol of quote currency"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:36:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=29Hx70DG2C%2F3RkqEpgLV4%2FleWNhElKy8Vsev46d5rubz%2BMAtws2WGtP0Ucu4%2B7hQz%2FWazcKy%2BuqBMjEDWyCeHlKqfbqs9IT24hXrfs0gVaT3LbsMGR353yuVuVvbkhQJcNw%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2f8e519e42c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"cf160282-9205-4d8c-bce7-d8b90a73f3cd"}],"id":"0e661f3d-5094-4bc4-a825-ef841e7d3eae","description":"<p>This method is used to set up a custom partner fee with StealthEX API. Using it allows to set up any profit share compared to the standard 0.4%. Adjusted fee can be set for each individual exchange.</p>\n<p>When using a custom fee method, please make sure to input a correct amount (custom fee adds up with the default 0.4%).<br />If you would like to get 1% profit, input 0.6%.</p>\n<p>Some of the assets present in the API v2 may be unavailable for custom partner fee.</p>\n<p>This method is valid for floating rate exchanges only.</p>\n","_postman_id":"0e661f3d-5094-4bc4-a825-ef841e7d3eae"},{"name":"Create new exchange","item":[{"name":"v2","id":"981e8ab8-aa07-4ea0-8835-3bb40d067723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"base currency ticker\",\n    \"currency_to\": \"quote currency ticker\",\n    \"address_to\": \"recipient address\",\n    \"extra_id_to\": \"recipient address extra id\",\n    \"amount_from\": \"amount in base currency\",\n    \"amount_to\": \"amount in quote currency\",\n    \"rate_id\": \"Rate ID(required for fixed rate)\",\n    \"referral\": \"referral link value\",\n    \"fixed\": boolean,\n    \"refund_address\": \"refund address\",\n    \"refund_extra_id\": \"refund Extra ID\"\n}"},"url":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","description":"<p>When creating an exchange at a fixed rate, you have 20 minutes to send a deposit.</p>\n<p>For a fixed rate exchange creation, get estimate request is needed first.</p>\n<p>For reverse estimate calculation for fixed rate exchanges, use amount_to instead of the usual amount</p>\n<h2 id=\"request-body-description\">Request body description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID for currencies that require it (optional)</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in base currency</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Amount in quote currency</td>\n</tr>\n<tr>\n<td>rate_id</td>\n<td>String</td>\n<td>Rate ID  <br />(required for fixed rate)  <br />get it through estimate_amount and use when creating exchange</td>\n</tr>\n<tr>\n<td>referral</td>\n<td>String</td>\n<td>Referral link value, may be an empty string if there is no referral link value (optional)</td>\n</tr>\n<tr>\n<td>fixed</td>\n<td>Boolean</td>\n<td>Will the exchange take place at a fixed rate (optional, default \"false\")</td>\n</tr>\n<tr>\n<td>provider</td>\n<td>String</td>\n<td>Fiat provider (Simplex/Mercurio)  <br />(optional)</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Refund address (optional)</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with created exchange information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Exchange ID. Unique exchange identifier</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Exchange rate type. Only <em>floating</em> or <em>fixed</em> type available</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>ISOString</td>\n<td>Exchange creation date and time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>ISOString</td>\n<td>Date and time of the last exchange update</td>\n</tr>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lower case</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in the base currency that exactly was sent by the user</td>\n</tr>\n<tr>\n<td>expected_amount</td>\n<td>String</td>\n<td>Amount in the base currency that we expect to receive (the amount specified in the request body)</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Expected amount in quote currency that the user will receive</td>\n</tr>\n<tr>\n<td>address_from</td>\n<td>String</td>\n<td>Blockchain address to send the base currency to</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_from</td>\n<td>String</td>\n<td>Generated automatically. May be an empty string if there is no Extra ID. If not, the user must send the transaction with an Extra ID, otherwise, the transaction will not be confirmed</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID specified in the request body. May be an empty string if there is no Extra ID</td>\n</tr>\n<tr>\n<td>tx_from</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>tx_to</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_to</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Exchange status, one of: waiting, confirming, exchanging, sending, finished, failed, refunded, verifying</td>\n</tr>\n<tr>\n<td>currencies</td>\n<td>Object</td>\n<td>Currency information for base and quote currencies</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Blockchain address to return the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID for the base currency if the exchange status is failed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","exchange"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"}],"variable":[]}},"response":[{"id":"4cd905f8-dcf4-4c56-9224-6b0fb4f670d2","name":"Success (floating rate)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:22:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8f7eed800006359fa8a3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1c2915cb56359-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fS3Bw7aS0Y\",\n    \"type\": \"floating\",\n    \"timestamp\": \"2021-04-19T20:26:54.351Z\",\n    \"updated_at\": \"2021-04-19T20:26:54.353Z\",\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"amount_from\": \"0.1\",\n    \"expected_amount\": \"0.1\",\n    \"amount_to\": \"2.4935311\",\n    \"address_from\": \"3Nnbta7LXPuqBYozBRruNzgVyJF6o1su7U\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"extra_id_from\": \"\",\n    \"extra_id_to\": \"\",\n    \"tx_from\": \"\",\n    \"tx_to\": \"\",\n    \"status\": \"waiting\",\n    \"currencies\": {\n        \"btc\": {\n            \"symbol\": \"btc\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Bitcoin\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/ZWZYZEGM9pBjGP8U.svg\"\n        },\n        \"eth\": {\n            \"symbol\": \"eth\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Ethereum\",\n            \"warnings_from\": [\n                \"Do not deposit your ETH from a smart contract\"\n            ],\n            \"warnings_to\": [\n                \"Do not provide a smart contract as your ETH payout address\"\n            ],\n            \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/bMilTv7MKMZTzxUZ.svg\"\n        }\n    }\n}"},{"id":"ad08e437-f9ff-4a44-afb7-96902ac39e41","name":"Success (fixed rate)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\",\n    \"rate_id\": \"NhMcbxzc7OvjX37XpukkRCn2rVHuRDJ2\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:22:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8f7eed800006359fa8a3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1c2915cb56359-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"0IuQde7Pu5\",\n    \"type\": \"fixed\",\n    \"timestamp\": \"2021-04-19T20:28:47.959Z\",\n    \"updated_at\": \"2021-04-19T20:28:47.961Z\",\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"amount_from\": \"0.1\",\n    \"expected_amount\": \"0.1\",\n    \"amount_to\": \"2.4754103\",\n    \"address_from\": \"34fw8aNzJ3QrQ3xSSATf6fz6JCsyin7k1v\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"extra_id_from\": \"\",\n    \"extra_id_to\": \"\",\n    \"tx_from\": \"\",\n    \"tx_to\": \"\",\n    \"status\": \"waiting\",\n    \"currencies\": {\n        \"btc\": {\n            \"symbol\": \"btc\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Bitcoin\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/ZWZYZEGM9pBjGP8U.svg\"\n        },\n        \"eth\": {\n            \"symbol\": \"eth\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Ethereum\",\n            \"warnings_from\": [\n                \"Do not deposit your ETH from a smart contract\"\n            ],\n            \"warnings_to\": [\n                \"Do not provide a smart contract as your ETH payout address\"\n            ],\n            \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/bMilTv7MKMZTzxUZ.svg\"\n        }\n    }\n}"},{"id":"8e78d055-2ad4-4524-98e4-6632975e0341","name":"Success (fixed rate with reverse estimate)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_to\": \"20\",\n    \"rate_id\": \"NSImPpc3ygez3fgyfTAsUNVw08ppi5AN\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:31:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1286"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"506-oQ50Y+8QyaSm3dxkE74DfLGG+yc\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=KrQIMO%2BNVdvZp46NmB1yPn7P9L0rxpKcuedzKssRz5llAp5Wyv4Iotq2xczSXem2RH9EN53Jl%2Fl3BD51Eyc2CkpgdV4R%2Fb21FzSJt%2BfIfWG4YJO2b3p%2BmlGGTySmQus3L%2FY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3a0402d9e3aa4-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ybAFH7YL5k\",\n    \"type\": \"fixed\",\n    \"timestamp\": \"2023-09-25T13:31:13.463Z\",\n    \"updated_at\": \"2023-09-25T13:31:13.469Z\",\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"amount_from\": \"1.2271068\",\n    \"expected_amount\": \"1.2271068\",\n    \"amount_to\": \"20\",\n    \"partner_fee\": null,\n    \"address_from\": \"38i8zyEcmnon5ykybi97sB7s4PgBLwBW21\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"extra_id_from\": \"\",\n    \"extra_id_to\": \"\",\n    \"tx_from\": \"\",\n    \"tx_to\": \"\",\n    \"status\": \"waiting\",\n    \"currencies\": {\n        \"btc\": {\n            \"symbol\": \"btc\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Bitcoin\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/62560294422d1c0017b752d0-btc_b.svg\",\n            \"network\": \"btc\"\n        },\n        \"eth\": {\n            \"symbol\": \"eth\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Ethereum\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/625602b0422d1c0017b75312-eth_b.svg\",\n            \"network\": \"eth\"\n        }\n    }\n}"},{"id":"0f02bfad-da1b-4d98-8980-b1d55d7fba5e","name":"Success (all parameters are used)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"xlm\",\n    \"currency_to\": \"xrp\",\n    \"address_to\": \"rLqhP2fH9bD2NaP6iyXaoXeqvq94GkutR4\",\n    \"amount_from\": \"100\",\n    \"fixed\": false,\n    \"extra_id_to\": \"655856521\",\n    \"referral\": \"p7cqc2kuo8y7\",\n    \"refund_address\": \"GDES3FW2Q5NAZAHZ46CIX7GIRNYL4FCVJ5IBXNVP2ZIR3K4TK3X6C75I\",\n    \"refund_extra_id\": \"3234645611789988\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:22:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8f7eed800006359fa8a3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1c2915cb56359-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"2STTTOdWWU\",\n    \"type\": \"floating\",\n    \"timestamp\": \"2021-04-20T12:41:22.930Z\",\n    \"updated_at\": \"2021-04-20T12:41:22.932Z\",\n    \"currency_from\": \"xlm\",\n    \"currency_to\": \"xrp\",\n    \"amount_from\": \"100\",\n    \"expected_amount\": \"100\",\n    \"amount_to\": \"37.8807244\",\n    \"address_from\": \"GDWYCXDRHIKEGYMR45SAC5O2YXCPWUBZZEDFZPZQ3OS7XZJBDCMBON6Y\",\n    \"address_to\": \"rLqhP2fH9bD2NaP6iyXaoXeqvq94GkutR4\",\n    \"extra_id_from\": \"9997247776241739\",\n    \"extra_id_to\": \"655856521\",\n    \"tx_from\": \"\",\n    \"tx_to\": \"\",\n    \"status\": \"waiting\",\n    \"currencies\": {\n        \"xlm\": {\n            \"symbol\": \"xlm\",\n            \"has_extra_id\": true,\n            \"extra_id\": \"MEMO\",\n            \"name\": \"Stellar\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^G[A-D]{1}[A-Z2-7]{54}$\",\n            \"validation_extra\": \"^[0-9A-Za-z]{1,28}$\",\n            \"address_explorer\": \"https://stellarchain.io/address/{}\",\n            \"tx_explorer\": \"https://stellarchain.io/tx/{}\",\n            \"image\": \"https://api.stealthex.io/icons/hCtTWmKp4ib9TR6l.svg\"\n        },\n        \"xrp\": {\n            \"symbol\": \"xrp\",\n            \"has_extra_id\": true,\n            \"extra_id\": \"Destination tag\",\n            \"name\": \"XRP\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^r[1-9A-HJ-NP-Za-km-z]{25,34}$\",\n            \"validation_extra\": \"^([0-9]{1,19})$\",\n            \"address_explorer\": \"https://blockchair.com/ripple/account/{}\",\n            \"tx_explorer\": \"https://blockchair.com/ripple/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/YkpI0BCqTBqVg4c_.svg\"\n        }\n    },\n    \"refund_address\": \"GDES3FW2Q5NAZAHZ46CIX7GIRNYL4FCVJ5IBXNVP2ZIR3K4TK3X6C75I\",\n    \"refund_extra_id\": \"3234645611789988\"\n}"},{"id":"301e9e28-bb04-48e4-b3b6-e6c7730990a3","name":"API Key not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"extra_id_to\": \"\",\n    \"amount_from\": \"0.1\",\n    \"referral\": \"\",\n    \"refund_address\": \"19qkGjPowymJ49VKqomQzo4vH7j99KzmSx\",\n    \"refund_extra_id\": \"\",\n    \"fixed\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:51:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f912682b0000d72d4ea2e200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1eced1d6fd72d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"76ac9ea7-b920-49af-90b1-fb210427dd26","name":"Without API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\",\n    \"amount_to\": \"\",\n    \"rate_id\": \"\",\n    \"referral\": \"\",\n    \"fixed\": false,\n    \"refund_address\": \"\",\n    \"refund_extra_id\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:05:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=vCOBtXN7FM2yNjxGHYdreYu%2BIoNkL70gQHjxgIxzWu%2FxF1YU6ok8tjs83HPea3lA3yDoBwAq1lGXRcTIkG6EIm7tt2rywKnBYGQzLWw%2FmZbWr9nXo0gD1hL1FpjAm1n6l2g%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c37b2f1a85bbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"bbec4146-e491-487d-a7ec-182c5e77de91","name":"Invalid address_to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"invalid_address\",\n    \"amount_from\": \"0.1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 17:23:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06ea205175000097baa218c000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=2zWgwe%2FsK9oeQnSJaH06wXFvYoRJPr64MoxHDJCI9zM8kK79DQTQ7cdJHoetQNfGW1Da9u8wcRa0yjS1fmilY2NsbmeGsTtfIVpPM8dvaLGt\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ff069958c4b97ba-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid address_to\"\n}"},{"id":"0d16c477-5bdb-4b57-82e7-bea6d4fdfa9d","name":"Invalid currency","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"invalid_currency\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Apr 2021 14:15:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"29-yGyw6vRdafG/7wvHM1NhabquxDw\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09913c018b0000c27cf33e6000000001"},{"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,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=ZFDrB3TWeV1jtrDcYSi6a2vn413IAdwyYKrRQeSHDfPn2ORjvsQGAiqowIaoYYDFJWyrsQ3vhFUM3kWnlnksOMYDmNJV5swPLUA39Bdwmi0K\"}],\"group\":\"cf-nel\"}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"642efc48dfadc27c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid currency\"\n}"},{"id":"ef606231-922c-4cd3-a7ce-8a06eb761b8e","name":"Invalid amount_from or less then minimal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Apr 2021 14:21:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"41-8H6u8k94Ahne5yBtHH7nF2hD5HQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09914127830000c27c70a6b000000001"},{"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,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=%2F2pa9TQcxwwHReAKftizSKauoIP%2F4b0YJLA9oqb7ZWLeTcMp1FhELYsi96b6yEf7Mpmb0DZIyIGK%2FZZdobmA72awtM0woc4ojCUEzFW9A5Vl\"}],\"group\":\"cf-nel\"}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"642f048599f6c27c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid amount_from or less then minimal\"\n}"},{"id":"bccb7039-9ccc-4570-9431-4cd461d92657","name":"Invalid amount_to or less then minimal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_to\": \"invalid_value\",\n    \"rate_id\": \"tQVadpQ06x16aOKht8bwWABah5l7xj9k\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 14:25:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"3f-Kxk3gJNiM3qz6q4k9H6sY2sA/q4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=BRMQ1%2FlqozPNhdqEB10QW5oZT7DuA7Xa7FzF2mmmrZhHDNlbJnnuxmenqRQHAvoAgBMoQAeXnvaaCy6zgGilkSH%2Fkauc%2BMdPd%2Fn41y%2BTdH1Av3gVEZLtOC1L7UWOJTnae%2F4%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3ef6a8fb54dc1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid amount_to or less then minimal\"\n}"},{"id":"e2d8fa9f-0fc1-4b2e-8b94-a0eb406bf99a","name":"Amount with amount_to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\",\n    \"amount_to\": \"20\",\n    \"extra_id_to\": \"invalid\",\n    \"rate_id\": \"CHJjdHH9sivreG6WdTTYqr6wYiIi10Hr\",\n    \"fixed\": true\n}"},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 14:14:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"42-KyMxQ/hOKuWDlStbTqh1Oror11A\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=UBDUVzXl8SdGUdSkgbNZscsR6BgIsGazKTBXHDD%2Fb63UFYRXE2zCLblNFyjMZEwdCQsEFQkTUqWda0RnwdnG0xmhiw9lTKwu7E8mPY5vBy959CNVUMbsXWnQGbyGIR9DqLc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3dfa439214dc1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"Should have only amount_to or amount_from\"\n}"},{"id":"a0979c5c-9d96-4b18-a892-24cd7f63383a","name":"Validation of Extra ID failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"xrp\",\n    \"address_to\": \"rLqhP2fH9bD2NaP6iyXaoXeqvq94GkutR4\",\n    \"amount_from\": \"0.1\",\n    \"extra_id_to\": \"invalid\",\n    \"rate_id\": \"cXr1pKlR80gRJQDB1hMnwbQGOZDk8q9Y\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Apr 2021 14:17:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"33-gtsLbVaY+xiH2px1nOu8rqF4kcI\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09913d6ae40000c27c33860000000001"},{"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,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=wuBE08l%2FJXjY7bulMXj%2BfUB6eAAg3Y3VKUqj92e1qktzHtqHOUpyhYKqr3hgmAgf7vl%2FEfLU4ISwYsnsqgy6LbBt68PeEPptLjhpifgLPItJ\"}],\"group\":\"cf-nel\"}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"642efe8b0c68c27c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal error\"\n}"},{"id":"5c830715-d4d9-4ddd-84d9-6036fa7f657b","name":"Reuse the same rate id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_to\": \"20\",\n    \"rate_id\": \"NSImPpc3ygez3fgyfTAsUNVw08ppi5AN\",\n    \"fixed\": true\n}"},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:44:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-OZ2Szal103wuvMFC8d9ZLVEY/Xs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=CJaP7YwfxSzL9oPE5ItekBxqs%2Fx86ecmzPuOD4JsPgWBEY90NVDDS%2B76JzmwrpDyvw5D2dZPJJ2RlguBux9o44xTfzPNiOjjLiYXJGg9V%2B%2FoY4ikJznDsOtDYm0cEFFYUZU%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3b385aab24dc1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal error\"\n}"},{"id":"a5325c5e-f4e7-4c6f-9ca0-3574564f4419","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address_to\": \"recipient address\",\n    \"currency_from\": \"base currency ticker\",\n    \"currency_to\": \"quote currency ticker\",\n    \"extra_id_to\": \"recipient address extra id\",\n    \"amount_from\": \"amount in base currency\",\n    \"referral\": \"referral link value\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 19:16:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"981e8ab8-aa07-4ea0-8835-3bb40d067723"},{"name":"v3","id":"aeeac5f9-36ef-4c83-8b69-2ff00cf466b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"base currency ticker\",\n    \"currency_to\": \"quote currency ticker\",\n    \"address_to\": \"recipient address\",\n    \"extra_id_to\": \"recipient address extra id\",\n    \"amount_from\": \"amount in base currency\",\n    \"amount_to\": \"amount in quote currency\",\n    \"rate_id\": \"Rate ID(required for fixed rate)\",\n    \"referral\": \"referral link value\",\n    \"fixed\": boolean,\n    \"refund_address\": \"refund address\",\n    \"refund_extra_id\": \"refund Extra ID\"\n}"},"url":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","description":"<p>When creating an exchange at a fixed rate, you have 20 minutes to send a deposit.</p>\n<p>For a fixed rate exchange creation, get estimate request is needed first.</p>\n<p>For reverse estimate calculation for fixed rate exchanges, use amount_to instead of the usual amount</p>\n<h2 id=\"request-body-description\">Request body description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID for currencies that require it (optional)</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in base currency</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Amount in quote currency</td>\n</tr>\n<tr>\n<td>rate_id</td>\n<td>String</td>\n<td>Rate ID  <br />(required for fixed rate)  <br />get it through estimate_amount and use when creating exchange</td>\n</tr>\n<tr>\n<td>referral</td>\n<td>String</td>\n<td>Referral link value, may be an empty string if there is no referral link value (optional)</td>\n</tr>\n<tr>\n<td>fixed</td>\n<td>Boolean</td>\n<td>Will the exchange take place at a fixed rate (optional, default \"false\")</td>\n</tr>\n<tr>\n<td>provider</td>\n<td>String</td>\n<td>Fiat provider (Simplex/Mercurio)  <br />(optional)</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Refund address (optional)</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with created exchange information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Exchange ID. Unique exchange identifier</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Exchange rate type. Only <em>floating</em> or <em>fixed</em> type available</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>ISOString</td>\n<td>Exchange creation date and time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>ISOString</td>\n<td>Date and time of the last exchange update</td>\n</tr>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lower case</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in the base currency that exactly was sent by the user</td>\n</tr>\n<tr>\n<td>expected_amount</td>\n<td>String</td>\n<td>Amount in the base currency that we expect to receive (the amount specified in the request body)</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Expected amount in quote currency that the user will receive</td>\n</tr>\n<tr>\n<td>address_from</td>\n<td>String</td>\n<td>Blockchain address to send the base currency to</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_from</td>\n<td>String</td>\n<td>Generated automatically. May be an empty string if there is no Extra ID. If not, the user must send the transaction with an Extra ID, otherwise, the transaction will not be confirmed</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID specified in the request body. May be an empty string if there is no Extra ID</td>\n</tr>\n<tr>\n<td>tx_from</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>tx_to</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_to</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Exchange status, one of: waiting, confirming, exchanging, sending, finished, failed, refunded, verifying</td>\n</tr>\n<tr>\n<td>currencies</td>\n<td>Object</td>\n<td>Currency information for base and quote currencies</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Blockchain address to return the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID for the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>signature</td>\n<td>String</td>\n<td>Additional security method</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","exchange"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"}],"variable":[]}},"response":[{"id":"055f28df-082d-48d6-8797-52d0a9a86321","name":"Success (floating rate)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:22:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8f7eed800006359fa8a3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1c2915cb56359-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"0a08WQngs\",\n        \"type\": \"floating\",\n        \"timestamp\": \"2023-09-20T14:37:55.561Z\",\n        \"updated_at\": \"2023-09-20T14:37:55.562Z\",\n        \"currency_from\": \"btc\",\n        \"currency_to\": \"eth\",\n        \"amount_from\": \"0.123\",\n        \"expected_amount\": \"0.123\",\n        \"amount_to\": \"2.04786702\",\n        \"address_from\": \"bc1q0fqxjvm7gqkexakt2p8wvj8rqe7a89h8nwp9ns\",\n        \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n        \"extra_id_from\": \"\",\n        \"extra_id_to\": \"\",\n        \"tx_from\": \"\",\n        \"tx_to\": \"\",\n        \"status\": \"waiting\",\n        \"currencies\": {\n            \"btc\": {\n                \"symbol\": \"btc\",\n                \"has_extra_id\": false,\n                \"extra_id\": \"\",\n                \"name\": \"Bitcoin\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n                \"validation_extra\": null,\n                \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n                \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/62560294422d1c0017b752d0-btc_b.svg\",\n                \"network\": \"btc\"\n            },\n            \"eth\": {\n                \"symbol\": \"eth\",\n                \"has_extra_id\": false,\n                \"extra_id\": \"\",\n                \"name\": \"Ethereum\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n                \"validation_extra\": null,\n                \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n                \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/625602b0422d1c0017b75312-eth_b.svg\",\n                \"network\": \"eth\"\n            }\n        },\n        \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n        \"refund_extra_id\": \"\"\n    },\n    \"signature\": \"MSFXsPnSJtqVsn5TSKzOjSnBcgImZd9ZLBC6a+6G2EMCB5odfierjhkK1Yp1ugjfMm4a0J3GalFqO3n8Bcl0pA==\"\n}"},{"id":"467a0575-b757-499e-b6d0-23e17c9c70c8","name":"Success (fixed rate)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\",\n    \"rate_id\": \"NhMcbxzc7OvjX37XpukkRCn2rVHuRDJ2\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:22:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8f7eed800006359fa8a3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1c2915cb56359-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n    \"id\": \"0IuQde7Pu5\",\n    \"type\": \"fixed\",\n    \"timestamp\": \"2021-04-19T20:28:47.959Z\",\n    \"updated_at\": \"2021-04-19T20:28:47.961Z\",\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"amount_from\": \"0.1\",\n    \"expected_amount\": \"0.1\",\n    \"amount_to\": \"2.4754103\",\n    \"address_from\": \"34fw8aNzJ3QrQ3xSSATf6fz6JCsyin7k1v\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"extra_id_from\": \"\",\n    \"extra_id_to\": \"\",\n    \"tx_from\": \"\",\n    \"tx_to\": \"\",\n    \"status\": \"waiting\",\n    \"currencies\": {\n        \"btc\": {\n            \"symbol\": \"btc\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Bitcoin\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/ZWZYZEGM9pBjGP8U.svg\"\n        },\n        \"eth\": {\n            \"symbol\": \"eth\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Ethereum\",\n            \"warnings_from\": [\n                \"Do not deposit your ETH from a smart contract\"\n            ],\n            \"warnings_to\": [\n                \"Do not provide a smart contract as your ETH payout address\"\n            ],\n            \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/bMilTv7MKMZTzxUZ.svg\"\n            }\n        },\n        \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n        \"refund_extra_id\": \"\"\n    },\n    \"signature\": \"MSFXsPnSJtqVsn5TSKzOjSnBcgImZd9ZLBC6a+6G2EMCB5odfierjhkK1Yp1ugjfMm4a0J3GalFqO3n8Bcl0pA==\"\n}"},{"id":"3bd258a0-483c-4168-936c-f8ac0326304d","name":"Success (fixed rate with reverse estimate)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_to\": \"20\",\n    \"rate_id\": \"W2mPCt2WzbSjHAF81fPzENIpMSppDE1n\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:48:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1398"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"576-Iymaf8tDc2XJKvK7E0bjO8ml9zc\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=Zy8VytqXYB4j114X4aXY%2BcuGp2zO2IyOGMB%2Bke5fqYA4Mw2ssgpDInM%2BJM%2F4yexxbpODMQYX3R%2BTC9vKCexaeUjKvC%2BdZn26lxGF4qZtF1Ef1pwN7JxXlC06bD14QkWmpPs%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3b9e5dd404dc1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"zgeSIEMwiI\",\n        \"type\": \"fixed\",\n        \"timestamp\": \"2023-09-25T13:48:42.045Z\",\n        \"updated_at\": \"2023-09-25T13:48:42.053Z\",\n        \"currency_from\": \"btc\",\n        \"currency_to\": \"eth\",\n        \"amount_from\": \"1.2276841\",\n        \"expected_amount\": \"1.2276841\",\n        \"amount_to\": \"20\",\n        \"partner_fee\": null,\n        \"address_from\": \"3Bpj7eGdLJaKNUt5QnQ8wz8RSXgHYW2mkn\",\n        \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n        \"extra_id_from\": \"\",\n        \"extra_id_to\": \"\",\n        \"tx_from\": \"\",\n        \"tx_to\": \"\",\n        \"status\": \"waiting\",\n        \"currencies\": {\n            \"btc\": {\n                \"symbol\": \"btc\",\n                \"has_extra_id\": false,\n                \"extra_id\": \"\",\n                \"name\": \"Bitcoin\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n                \"validation_extra\": null,\n                \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n                \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/62560294422d1c0017b752d0-btc_b.svg\",\n                \"network\": \"btc\"\n            },\n            \"eth\": {\n                \"symbol\": \"eth\",\n                \"has_extra_id\": false,\n                \"extra_id\": \"\",\n                \"name\": \"Ethereum\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n                \"validation_extra\": null,\n                \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n                \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/625602b0422d1c0017b75312-eth_b.svg\",\n                \"network\": \"eth\"\n            }\n        }\n    },\n    \"signature\": \"LHqzvytb1irf03ghEupVx0X8aefUukLMln9rWLICHe7EQ8JanaGNyfItinoMqi6ETyI5f3axM73Emi/sKoiy3g==\"\n}"},{"id":"31d7ad39-fc2c-493a-aa5e-57b6f10e6ae6","name":"Success (all parameters are used)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"xlm\",\n    \"currency_to\": \"xrp\",\n    \"address_to\": \"rLqhP2fH9bD2NaP6iyXaoXeqvq94GkutR4\",\n    \"amount_from\": \"100\",\n    \"fixed\": false,\n    \"extra_id_to\": \"655856521\",\n    \"referral\": \"p7cqc2kuo8y7\",\n    \"refund_address\": \"GDES3FW2Q5NAZAHZ46CIX7GIRNYL4FCVJ5IBXNVP2ZIR3K4TK3X6C75I\",\n    \"refund_extra_id\": \"3234645611789988\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:22:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f8f7eed800006359fa8a3200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1c2915cb56359-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"FEXPZnPFkJ\",\n        \"type\": \"floating\",\n        \"timestamp\": \"2023-09-20T14:41:10.418Z\",\n        \"updated_at\": \"2023-09-20T14:41:10.422Z\",\n        \"currency_from\": \"xlm\",\n        \"currency_to\": \"xrp\",\n        \"amount_from\": \"100\",\n        \"expected_amount\": \"100\",\n        \"amount_to\": \"21.806363\",\n        \"address_from\": \"GDBIXGZ3EKI3M4DBM65ADLHVNYIOG7JXGOHW5DHUZQAXPORY3QNO2PNY\",\n        \"address_to\": \"rLqhP2fH9bD2NaP6iyXaoXeqvq94GkutR4\",\n        \"extra_id_from\": \"4136377232146742\",\n        \"extra_id_to\": \"655856521\",\n        \"tx_from\": \"\",\n        \"tx_to\": \"\",\n        \"status\": \"waiting\",\n        \"currencies\": {\n            \"xlm\": {\n                \"symbol\": \"xlm\",\n                \"has_extra_id\": true,\n                \"extra_id\": \"MEMO\",\n                \"name\": \"Stellar\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^G[A-D]{1}[A-Z2-7]{54}$\",\n                \"validation_extra\": \"^[0-9A-Za-z]{1,28}$\",\n                \"address_explorer\": \"https://stellarchain.io/address/{}\",\n                \"tx_explorer\": \"https://stellarchain.io/tx/{}\",\n                \"image\": \"https://api.stealthex.io/icons/625604cd422d1c0017b75412-xlm.svg\",\n                \"network\": \"xlm\"\n            },\n            \"xrp\": {\n                \"symbol\": \"xrp\",\n                \"has_extra_id\": true,\n                \"extra_id\": \"Destination tag\",\n                \"name\": \"XRP\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^r[1-9A-HJ-NP-Za-km-z]{25,34}$\",\n                \"validation_extra\": \"^([0-9]{1,19})$\",\n                \"address_explorer\": \"https://blockchair.com/ripple/account/{}\",\n                \"tx_explorer\": \"https://blockchair.com/ripple/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/62560464422d1c0017b753f5-xrp_b.svg\",\n                \"network\": \"xrp\"\n            }\n        },\n        \"refund_address\": \"GDES3FW2Q5NAZAHZ46CIX7GIRNYL4FCVJ5IBXNVP2ZIR3K4TK3X6C75I\",\n        \"refund_extra_id\": \"3234645611789988\"\n    },\n    \"signature\": \"g9n7y8GyEtZyz3JVSOeiaC3wmItr5qjG9qKD3PH/SIJTC4H4e536/fh6YJfPhHdBSP9QV/McTRfQo/ZZBJ0RmA==\"\n}"},{"id":"ce4c30fe-fa4d-40ba-87e6-f2e216021898","name":"API Key not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"extra_id_to\": \"\",\n    \"amount_from\": \"0.1\",\n    \"referral\": \"\",\n    \"refund_address\": \"19qkGjPowymJ49VKqomQzo4vH7j99KzmSx\",\n    \"refund_extra_id\": \"\",\n    \"fixed\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:51:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f912682b0000d72d4ea2e200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1eced1d6fd72d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"9a723d2e-dbff-44b3-b5dd-b8e8201f4825","name":"Without API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\",\n    \"amount_to\": \"\",\n    \"rate_id\": \"\",\n    \"referral\": \"\",\n    \"fixed\": false,\n    \"refund_address\": \"\",\n    \"refund_extra_id\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:07:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=stm8P9CPNpjDzH26H0kt9of1Cfbl8p40Vy6QY0Nuii1iN%2F5LqIXIJEEqy%2BUU%2BktO%2Fk064FAQ%2FB4ciTdRXvoRGtZOIVOp5FN1r8T%2B8foMxmAp6DEo9DB8ac84RAcN3XQC%2B54%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c37cf4d8e6bbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"449545c4-1d27-4562-b85c-6d1e89ca1fa0","name":"Invalid address_to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"invalid_address\",\n    \"amount_from\": \"0.1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 17:23:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06ea205175000097baa218c000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=2zWgwe%2FsK9oeQnSJaH06wXFvYoRJPr64MoxHDJCI9zM8kK79DQTQ7cdJHoetQNfGW1Da9u8wcRa0yjS1fmilY2NsbmeGsTtfIVpPM8dvaLGt\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5ff069958c4b97ba-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid address_to\"\n}"},{"id":"97154435-e675-4165-ae7d-06e992a18e53","name":"Invalid currency","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"invalid_currency\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Apr 2021 14:15:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"29-yGyw6vRdafG/7wvHM1NhabquxDw\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09913c018b0000c27cf33e6000000001"},{"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,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=ZFDrB3TWeV1jtrDcYSi6a2vn413IAdwyYKrRQeSHDfPn2ORjvsQGAiqowIaoYYDFJWyrsQ3vhFUM3kWnlnksOMYDmNJV5swPLUA39Bdwmi0K\"}],\"group\":\"cf-nel\"}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"642efc48dfadc27c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid currency\"\n}"},{"id":"b4b60dc8-4c4f-4573-8ae1-1d8af957c521","name":"Invalid amount_from or less then minimal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Apr 2021 14:21:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"41-8H6u8k94Ahne5yBtHH7nF2hD5HQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09914127830000c27c70a6b000000001"},{"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,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=%2F2pa9TQcxwwHReAKftizSKauoIP%2F4b0YJLA9oqb7ZWLeTcMp1FhELYsi96b6yEf7Mpmb0DZIyIGK%2FZZdobmA72awtM0woc4ojCUEzFW9A5Vl\"}],\"group\":\"cf-nel\"}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"642f048599f6c27c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid amount_from or less then minimal\"\n}"},{"id":"5e2b12e4-e602-492e-8c21-088d8ae6f85e","name":"Invalid amount_to or less then minimal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_to\": \"invalid_value\",\n    \"rate_id\": \"tQVadpQ06x16aOKht8bwWABah5l7xj9k\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 14:27:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"3f-Kxk3gJNiM3qz6q4k9H6sY2sA/q4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=akB7wNDmW%2Bwl3oZ8jUcuVtcQC1SPCYWpQm3QhYFy9f6zJOAesM2xYHOYKYrHhPiLviOsaL5qRRw4warv49yVkckyV26v%2Bf%2BqeA6i%2BmlF9V0KAmvDeTiZDKsDcujKig%2BFgJE%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3f3490f974dc1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid amount_to or less then minimal\"\n}"},{"id":"6a21a5e1-338a-4597-92e9-fe0b2e6d5ed6","name":"Amount with amount_to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\",\n    \"amount_to\": \"20\",\n    \"extra_id_to\": \"invalid\",\n    \"rate_id\": \"RjtKDuOXnqOCFSYQpeevYeaINH3IROj3\",\n    \"fixed\": true\n}"},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 14:20:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"42-KyMxQ/hOKuWDlStbTqh1Oror11A\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ZET06jAE5b4TUJ%2BCL45zNTQ1IJXkKLrLsk%2Bw0XZxYcnG2QXeIpaQe9LI9GhJErXDdfhU5qiyBomDcTfvgr2NSKqs0nJOEstY9tycfOti2kaoZkDU8fk5MXbh1zW5yTLXd8E%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3e8687e7c4dc1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"Should have only amount_to or amount_from\"\n}"},{"id":"15c04b55-773f-4f46-b387-53d7b6073ce2","name":"Validation of Extra ID failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"xrp\",\n    \"address_to\": \"rLqhP2fH9bD2NaP6iyXaoXeqvq94GkutR4\",\n    \"amount_from\": \"100\",\n    \"extra_id_to\": \"invalid\",\n    \"rate_id\": \"NSImPpc3ygez3fgyfTAsUNVw08ppi5AN\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Apr 2021 14:17:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"33-gtsLbVaY+xiH2px1nOu8rqF4kcI\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09913d6ae40000c27c33860000000001"},{"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,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=wuBE08l%2FJXjY7bulMXj%2BfUB6eAAg3Y3VKUqj92e1qktzHtqHOUpyhYKqr3hgmAgf7vl%2FEfLU4ISwYsnsqgy6LbBt68PeEPptLjhpifgLPItJ\"}],\"group\":\"cf-nel\"}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"642efe8b0c68c27c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal error\"\n}"},{"id":"0d141dfe-1897-42c7-8c0e-421f2bb8d2e3","name":"Reuse the same rate id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_to\": \"20\",\n    \"rate_id\": \"W2mPCt2WzbSjHAF81fPzENIpMSppDE1n\",\n    \"fixed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:35:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-OZ2Szal103wuvMFC8d9ZLVEY/Xs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ciKAbslc9qOio0zl4AG%2Bzr%2Bgv5r5eLBxWqt7Akm3oegAmtXyFLWCQgJJMYHQ%2BPfnucq3zNBBm3nleW8XAzX6kKXL%2BBKZq8pu66Qvm3wpyu4DmsEzx1dcCYp1NO%2FfFzSAN5w%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3a70ebbd53aa4-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal error\"\n}"},{"id":"e577e7d0-6969-4bde-8a04-462a013922fd","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address_to\": \"recipient address\",\n    \"currency_from\": \"base currency ticker\",\n    \"currency_to\": \"quote currency ticker\",\n    \"extra_id_to\": \"recipient address extra id\",\n    \"amount_from\": \"amount in base currency\",\n    \"referral\": \"referral link value\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 19:16:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"aeeac5f9-36ef-4c83-8b69-2ff00cf466b0"}],"id":"b3d527c6-d94a-41aa-b186-1315cfebd19d","description":"<p>You can use StealthEX API v3 is you want to use exchange signature (additional security method).<br />If you are not planning to use it, just stick to StealthEX API v2.</p>\n","_postman_id":"b3d527c6-d94a-41aa-b186-1315cfebd19d"},{"name":"Create new exchange with custom fee","item":[{"name":"v2","id":"2e32883a-8cd5-4ca4-97c7-9ea2022e880b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"base currency ticker\",\n    \"currency_to\": \"quote currency ticker\",\n    \"address_to\": \"recipient address\",\n    \"amount_from\": \"amount in base currency\",\n    \"extra_id_to\": \"recipient address extra id\",\n    \"referral\": \"referral link value\",\n    \"refund_address\": \"refund address\",\n    \"refund_extra_id\": \"refund Extra ID\",\n    \"partner_fee\": \"partner fee in percents\",\n    \"market\": \"name of market\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stealthex.io/api/v2/fee/exchange?api_key=your-api-key","description":"<h2 id=\"request-body-description\">Request body description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in base currency</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID for currencies that require it (optional)</td>\n</tr>\n<tr>\n<td>referral</td>\n<td>String</td>\n<td>Referral link value, may be an empty string if there is no referral link value (optional)</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Refund address (optional)</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID (optional)</td>\n</tr>\n<tr>\n<td>partner_fee</td>\n<td>String</td>\n<td>you can adjust the fee to increase your profit (numbers from 0 to 20)</td>\n</tr>\n<tr>\n<td>market</td>\n<td>String</td>\n<td>Name of market: kucoin/binance/gateio (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with created exchange information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Exchange ID. Unique exchange identifier</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Exchange rate type. Only <em>floating</em> or <em>fixed</em> type available</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>ISOString</td>\n<td>Exchange creation date and time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>ISOString</td>\n<td>Date and time of the last exchange update</td>\n</tr>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lower case</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in the base currency that exactly was sent by the user</td>\n</tr>\n<tr>\n<td>expected_amount</td>\n<td>String</td>\n<td>Amount in the base currency that we expect to receive (the amount specified in the request body)</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Expected amount in quote currency that the user will receive</td>\n</tr>\n<tr>\n<td>partner_fee</td>\n<td>String</td>\n<td>custom fee  <br />as one of the numbers from 0 to 20</td>\n</tr>\n<tr>\n<td>address_from</td>\n<td>String</td>\n<td>Blockchain address to send the base currency to</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_from</td>\n<td>String</td>\n<td>Generated automatically. May be an empty string if there is no Extra ID. If not, the user must send the transaction with an Extra ID, otherwise, the transaction will not be confirmed</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID specified in the request body. May be an empty string if there is no Extra ID</td>\n</tr>\n<tr>\n<td>tx_from</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>tx_to</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_to</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Exchange status, one of: waiting, confirming, exchanging, sending, finished, failed, refunded, verifying</td>\n</tr>\n<tr>\n<td>currencies</td>\n<td>Object</td>\n<td>Currency information for base and quote currencies</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Blockchain address to return the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID for the base currency if the exchange status is failed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","fee","exchange"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"}],"variable":[]}},"response":[{"id":"44a6fac5-1a09-4164-b45e-71e72438a965","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"6\",\n    \"market\": \"binance\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 14:21:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1371"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"55b-j8YrWOV6UpJnT+VtEEXw84DbLZ8\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=SG4Bh3dSgiAWAJcRzuKnIJqixhAItDxUSARhHgmrtbfVNh8%2B%2F6KTVEdP1aY0TJ7B3pmioo3oxvuFEs2vQ8nhfAIU%2FXIGamD35DRCzwsiMmBpVsm1GAs746EIUEjMSLGCyEY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809ab7248b5a383b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"gSkehSD0xg\",\n    \"type\": \"floating\",\n    \"timestamp\": \"2023-09-20T14:21:33.349Z\",\n    \"updated_at\": \"2023-09-20T14:21:33.351Z\",\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"amount_from\": \"0.123\",\n    \"expected_amount\": \"0.123\",\n    \"amount_to\": \"2.04684367\",\n    \"partner_fee\": \"6\",\n    \"address_from\": \"bc1q9r7r8crlg3uxmcmnne974kdk3jah6yurr82kth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"extra_id_from\": \"\",\n    \"extra_id_to\": \"\",\n    \"tx_from\": \"\",\n    \"tx_to\": \"\",\n    \"status\": \"waiting\",\n    \"currencies\": {\n        \"btc\": {\n            \"symbol\": \"btc\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Bitcoin\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/62560294422d1c0017b752d0-btc_b.svg\",\n            \"network\": \"btc\"\n        },\n        \"eth\": {\n            \"symbol\": \"eth\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Ethereum\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/625602b0422d1c0017b75312-eth_b.svg\",\n            \"network\": \"eth\"\n        }\n    },\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\"\n}"},{"id":"685d30a9-623b-4339-b229-622f7aee8341","name":"API Key not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"6\",\n    \"market\": \"kucoin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/fee/exchange?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","exchange"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 13:50:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=myhQqCmgJFHnw3O0l5ckiCdCEuxPup7vdquEcLuSj%2Bra81Es8mgMlRFwCAqYKntXcc03ndI6Gz0oP1y4iv4DNplSOpRk0sBJ6aRHDZXW2iBDxnHCDk23ioHBzuY77Lkek80%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80924b9c5df08ff8-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"6eac463f-27e1-49a0-ac0c-978f6141b88a","name":"Without API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"1\",\n    \"market\": \"binance\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/fee/exchange","host":["https://api.stealthex.io/api"],"path":["v2","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:09:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=VIsPSreGMz4RIQVY4FFY1z8ZNskGuSwhzGIA5wc8Qtf7avrlxBdQsqu2qzJFkWRfSfaap2IVywhUOR%2Fio6Cr2lWXUgSAFMXoCGvE9zcZ0eKs7z8QsvnbqETKa1m2soGcpOA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c37fce1f78bbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"858bc575-00a9-492d-915e-88793afec080","name":"Invalid amount_from out of range or invalid extra_id_to","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"6\",\n    \"market\": \"kucoin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 13:49:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"48-bAVk/Um11KW+2ps+SYeFEvat6r4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=xTZmjq8%2BB%2FOROJkuixdiXKozv5HbBdnb3lk7lPG4Lb2b0eQgToo8%2B%2BQiweQZxelBD6gaVDcLsuYJrDJ3QgFFNqJDbJTUQLWcggtwtyQ2FuA1e1YKhPiPqzLwUOiW9JM1TqQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a885abfda9b4b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"amount_from out of range or invalid extra_id_to\"\n}"},{"id":"e170525e-7f3d-4225-9626-5a2336d656d9","name":"Invalid referral link","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"referral\": \"Invalid referral link\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"6\",\n    \"market\": \"binance\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:41:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2e-asG4fOxwzcmwEqpYLZBPVOSlGF0\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=dXTeZSD0Fhf53rgOuJE7dVXfrdVnKxOcjAb70y5YqRixd25BuVwYtASKXqvJNkJPjrXW9jI%2FdCMQP3Yr9cukItmyLU79YPiwSbHM7k%2BS4W19flIimVwcB5xinOE9CyDFaoA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c2ff9acd092c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"Invalid referral link\"\n}"},{"id":"af438689-0795-4a36-aa24-a1a64d656f51","name":"Invalid partner fee","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"invalid_number\",\n    \"market\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:48:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2c-Uglc5G6XSnoxT/AqDFkjuQWhTz4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=z2u1CUB33V1Zii7JIhOhK3cjfdF7YYyZZPXw9WkxALghZ4gapNAyNob9hc9bo0F0Wiz1SvaxHwiLJwIiE1p2NDB1CoCNqRBfEtoLedZU4t5mzsHbjbE7AXQDEIeAzn3D8aQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c30952d8a52c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid partner fee\"\n}"},{"id":"cff7d38a-66c1-4ff1-96dc-5c2818f137b9","name":"Unknown market","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"6\",\n    \"market\": \"invalid_name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:46:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=yUnNRMsaD7K0qbgfqyHT430PCQfX8NigMPwFlaoe5KH7laHLpm05BGWGn6k6JUz6JcUgc9yUO4MzGgrIj0XLgfskiI%2Fo%2FkregX1%2Blz%2FNUEqLN3V5f%2FdfrIDFjTd4eBHautQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c306cfd8a02c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"2e32883a-8cd5-4ca4-97c7-9ea2022e880b"},{"name":"v3","id":"353f2caa-800d-414e-962c-0075027e91cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"base currency ticker\",\n    \"currency_to\": \"quote currency ticker\",\n    \"address_to\": \"recipient address\",\n    \"amount_from\": \"amount in base currency\",\n    \"extra_id_to\": \"recipient address extra id\",\n    \"referral\": \"referral link value\",\n    \"refund_address\": \"refund address\",\n    \"refund_extra_id\": \"refund Extra ID\",\n    \"partner_fee\": \"partner fee in percents\",\n    \"market\": \"name of market\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stealthex.io/api/v3/fee/exchange?api_key=your-api-key","description":"<p>You can use StealthEX API v3 is you want to use exchange signature (additional security method).<br />If you are not planning to use it, just stick to StealthEX API v2.</p>\n<h2 id=\"request-body-description\">Request body description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in base currency</td>\n</tr>\n<tr>\n<td>partner_fee</td>\n<td>String</td>\n<td>you can adjust the fee to increase your profit (numbers from 0 to 20)</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID for currencies that require it (optional)</td>\n</tr>\n<tr>\n<td>referral</td>\n<td>String</td>\n<td>Referral link value, may be an empty string if there is no referral link value (optional)</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Refund address (optional)</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID (optional)</td>\n</tr>\n<tr>\n<td>market</td>\n<td>String</td>\n<td>Name of market: kucoin/binance/gateio (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with created exchange information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Exchange ID. Unique exchange identifier</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Exchange rate type. Only <em>floating</em> or <em>fixed</em> type available</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>ISOString</td>\n<td>Exchange creation date and time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>ISOString</td>\n<td>Date and time of the last exchange update</td>\n</tr>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lower case</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in the base currency that exactly was sent by the user</td>\n</tr>\n<tr>\n<td>expected_amount</td>\n<td>String</td>\n<td>Amount in the base currency that we expect to receive (the amount specified in the request body)</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Expected amount in quote currency that the user will receive</td>\n</tr>\n<tr>\n<td>partner_fee</td>\n<td>String</td>\n<td>custom fee  <br />as one of the numbers from 0 to 20</td>\n</tr>\n<tr>\n<td>address_from</td>\n<td>String</td>\n<td>Blockchain address to send the base currency to</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_from</td>\n<td>String</td>\n<td>Generated automatically. May be an empty string if there is no Extra ID. If not, the user must send the transaction with an Extra ID, otherwise, the transaction will not be confirmed</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID specified in the request body. May be an empty string if there is no Extra ID</td>\n</tr>\n<tr>\n<td>tx_from</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>tx_to</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_to</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Exchange status, one of: waiting, confirming, exchanging, sending, finished, failed, refunded, verifying</td>\n</tr>\n<tr>\n<td>currencies</td>\n<td>Object</td>\n<td>Currency information for base and quote currencies</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Blockchain address to return the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID for the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>signature</td>\n<td>String</td>\n<td>Additional security method</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","fee","exchange"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"}],"variable":[]}},"response":[{"id":"dd50b8f1-3623-48c1-a12f-fd3747410354","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"1\",\n    \"market\": \"binance\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 14:19:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1483"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"5cb-2FVM4LEJIxJexCi13bb0De3XSGQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=AeTI6qR4vO2VHUl2uwgGXUMkQ7dYMMOwiyJaSurolPRxrChhFC09MW1EDrT8YnBOu4dX%2BaQGz%2FMCuAf0iKRcb2qtV%2FhpEE0xPurjL8zwVDo6LMSJ3YWV%2F22zUipiF6avNFM%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809ab3770a6e383b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"MpCBW7nY8l\",\n        \"type\": \"floating\",\n        \"timestamp\": \"2023-09-20T14:19:06.067Z\",\n        \"updated_at\": \"2023-09-20T14:19:06.073Z\",\n        \"currency_from\": \"btc\",\n        \"currency_to\": \"eth\",\n        \"amount_from\": \"0.123\",\n        \"expected_amount\": \"0.123\",\n        \"amount_to\": \"2.04650278\",\n        \"partner_fee\": \"1\",\n        \"address_from\": \"bc1qu4nvtpjkqnqc0rmgfvw70rm9x8flc7hxgerqjp\",\n        \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n        \"extra_id_from\": \"\",\n        \"extra_id_to\": \"\",\n        \"tx_from\": \"\",\n        \"tx_to\": \"\",\n        \"status\": \"waiting\",\n        \"currencies\": {\n            \"btc\": {\n                \"symbol\": \"btc\",\n                \"has_extra_id\": false,\n                \"extra_id\": \"\",\n                \"name\": \"Bitcoin\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n                \"validation_extra\": null,\n                \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n                \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/62560294422d1c0017b752d0-btc_b.svg\",\n                \"network\": \"btc\"\n            },\n            \"eth\": {\n                \"symbol\": \"eth\",\n                \"has_extra_id\": false,\n                \"extra_id\": \"\",\n                \"name\": \"Ethereum\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n                \"validation_extra\": null,\n                \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n                \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/625602b0422d1c0017b75312-eth_b.svg\",\n                \"network\": \"eth\"\n            }\n        },\n        \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n        \"refund_extra_id\": \"\"\n    },\n    \"signature\": \"VUu2ENShYzK0LTheksh2yaqVhGXcmbqau8c6C8W5FJeFg8d9A/dsil0jX9zR5kXJnmJ3KwJjtyUhICg4bY01gw==\"\n}"},{"id":"40bcca1d-2572-442f-ab39-7ba4e443c61d","name":"API Key not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"1\",\n    \"market\": \"kucoin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/fee/exchange?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v3","fee","exchange"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 13:49:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"1f-wFnoF9+Np50ZGof4JtfV992TD0o\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=G0hN5ezMx0sDs4HqW9ku05L7qc%2BnlIelDTwZGh50Va4NwXiksUxXvsJqMENsDjvHoG3yIBNbROIUbhsJNIFNWQ%2B%2B4IsO20erKTWMqeXv5%2Fw6X83iIggBMuIP%2BZuYIp%2F3zgQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a87bcbb789b4b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Api key not found\"\n}"},{"id":"ec8b256b-94ef-46ac-b10a-9249291e178c","name":"Without API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"amount_from\": \"0.1\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"1\",\n    \"market\": \"binance\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/fee/exchange","host":["https://api.stealthex.io/api"],"path":["v3","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:09:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=E2Bydd0g6JU0ahO2O9xkSB8weCjCH9oTdYVKSdacPh9eicsB2drepHOI4HqxG3jxdUZLUUD2m3Q0HlxtUCa%2BZ3SwfQ20lns4VECKW2Iw%2Bn9c6lfUbOPXXRZrysp9z9pdPgw%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c38134cc67bbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"880934d1-daed-42f7-bc6e-11def50d4c77","name":"Invalid amount_from out of range or invalid extra_id_to","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"1\",\n    \"market\": \"kucoin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 13:57:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"48-bAVk/Um11KW+2ps+SYeFEvat6r4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=GWEdtUDm1qxnYckZjO6acvzfMVRItdDskx2YKZfCUUqx2XxSvFTNa5UZYjDtHdAoxrOOyri3WJkm4qKFqYp9PeMwGiEB1XnLMMVgZ9iOWjWorwzG4BDH%2B%2BlIXY0FjRkjW%2Bk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a949fddaa9b4b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"amount_from out of range or invalid extra_id_to\"\n}"},{"id":"32f461dc-6a93-4c8f-9d80-b156a69d8415","name":"Invalid referral link","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"Invalid referral link\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"1\",\n    \"market\": \"binance\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:53:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2e-asG4fOxwzcmwEqpYLZBPVOSlGF0\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=LnpDkzQk8NYVP6R7Cw4IA6%2FSKDqTYDgqUAM7SfH3OSNPCnMYoB0LtXFc4eQXecYM9VTygGlU%2Bet3AaOwDI9bk3wt27Vs%2BjZNAOonML7Ct%2FrZ1MyDJEw05W%2Bwh4QCsnJ8LaQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c310d42d9f2c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"Invalid referral link\"\n}"},{"id":"57245186-8afb-4ce5-aadf-766883928ea2","name":"Invalid partner fee","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"invalid_number\",\n    \"market\": \"binance\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:56:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2c-Uglc5G6XSnoxT/AqDFkjuQWhTz4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=MwvK39%2FJn3BNHqCY1B1KsxubcebRa5Hi4kRnTvAOo2d78HyodIq1RvlgD2zuPNcVlpn9muHtRgJBNfcOoArDzrJHobwM9ZANIwbMD7v7uzROgVrPFnFKVLi73MaXN4GkbqA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c3153d2c002c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"invalid partner fee\"\n}"},{"id":"a401419a-20b7-4f8d-be4a-00a95ef2387c","name":"Unknown market","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"address_to\": \"0x323F04B2ca89eDEa07093b5e082025B208a7e2b7\",\n    \"amount_from\": \"0.123\",\n    \"extra_id_to\": \"\",\n    \"referral\": \"\",\n    \"refund_address\": \"1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX\",\n    \"refund_extra_id\": \"\",\n    \"partner_fee\": \"1\",\n    \"market\": \"invalid_name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v3/fee/exchange?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","fee","exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 11:57:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-rvXRx8k+rBfY8jdkb8nWFYHA2Zs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=rLAnPGF5Xg2jCLvB4RPgn0nY0GIYIK7CCU%2F%2Fgn6iP3xpT5wsW1SjIurXuzO0kynwIu6n1Mk%2BH8upNkM5HZRVMl0AhRTcOBBaQ7flLuGuxQ4Nmgpj31yjZaeZ1BfEGwPh8rc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c31721ade42c3b-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"unknown market\"\n}"}],"_postman_id":"353f2caa-800d-414e-962c-0075027e91cb"}],"id":"9195dd14-968a-41bf-826a-df2c57d9b3a4","description":"<p>This method is used to set up a custom partner fee with StealthEX API. Using it allows to set up any profit share compared to the standard 0.4%. Adjusted fee can be set for each individual exchange.</p>\n<p>When using a custom fee method, please make sure to input a correct amount (custom fee adds up with the default 0.4%).<br />If you would like to get 1% profit, input 0.6%.</p>\n<p>Some of the assets present in the API v2 may be unavailable for custom partner fee.</p>\n<p>This method is valid for floating rate exchanges only.</p>\n","_postman_id":"9195dd14-968a-41bf-826a-df2c57d9b3a4"},{"name":"Public key","item":[{"name":"v3","id":"d095d850-2f7d-4dd3-82d4-5ebe8019e291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v3/public_key?api_key=your-api-key","urlObject":{"path":["v3","public_key"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"}],"variable":[]}},"response":[{"id":"8c21918e-1bd5-4c92-ae82-8e39e537b6a7","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/public_key?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","public_key"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 13:24:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"ff-jqTIESw9Ju99I6SEa2ojlsUoOd4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=5Z1kPe5svLAzBN72z7AJC8BXXzyWeetaXTQHo8k7QAeppnLuUx%2BADLBfTsJPPqGTjYSqxtoeuZDs1AuwK%2FD7nYtWwMJCA5ronIpzx%2BnPD6YOYM9c502ZvBxPm2tHw%2FyWI%2Fc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a63dd4eeb6937-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"publicKey\": \"-----BEGIN PUBLIC KEY-----\\nMFwwDQYJKoZIhvcN3QEBBQADSwAwSAJBAK4+aymRPPfJImTxXiOJKu5zxSMl////\\nwaOoMnToRT2YRGqIIOtyscP456UCRiVPCeEFVaW5niXnTvPqF34OoeECAwEAAQ==\\n-----END PUBLIC KEY-----\\n\",\n        \"id\": \"d3d3e2bc-4b20-4b3e-2c2c-123d56c39f5e\"\n    }\n}"},{"id":"0f71cde0-0beb-4c54-b03f-b9837e113112","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/public_key?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v3","public_key"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 13:22:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"1f-wFnoF9+Np50ZGof4JtfV992TD0o\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=DIPqUvH6YKsITgkkMcJcV10L5BhM%2F9d%2BTvF7HeywK%2FciHDGyMOSPzgj3MdskuPuWZBoEEQBP6Qdmv5fvMvHqJWD9hJSyHEVHIJyNM7cLmQjRwYkZw9hMxdh1BNlN6wrpU4I%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a614feb3a6937-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Api key not found\"\n}"},{"id":"c66c407c-82bd-4166-88ef-410fc1b8a8ca","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/public_key","host":["https://api.stealthex.io/api"],"path":["v3","public_key"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:11:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=opu7hM808riAr5htJaa0AE9olN6XQHrPgHNSWNPSG6H1ccwYu3EI1AaW0zfTRINnV4kQhGsn7be8O2yOBTy6PBnHr%2FPKL2XJFTFLEmi9ABa2gluhOBdcwx4%2B%2FMuJqtGJn%2F8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c383047f4bbbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"0480daba-bc11-492d-b49f-ff97b4d26fff","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/public_key?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","public_key"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 13:27:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"1f-wFnoF9+Np50ZGof4JtfV992TD0o\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=tbLUpuXJHm1krTluRkBn%2BIwrPgHrHZfWUGLtOR6zEdjz%2Bj3ZQAd5dNmJFc719A8bKulPiYZ8TDmronGbRzuR6ONXfRhVK8xHQPD4OAXjLP3fK%2BJzddKNKHKHe9wvSFT6Bk4%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a6771aacb6937-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"d095d850-2f7d-4dd3-82d4-5ebe8019e291"}],"id":"d9fbecc5-cdd9-4bee-ae05-4759c02899c3","description":"<p>A public key is an additional protective layer ensuring the validity of transaction data. All the API responses will contain a signature and will be decrypted with this key. To get your public key and start using this feature, message us at <a href=\"https://mailto:partners@stealthex.io\">partners@stealthex.io </a> or use this method</p>\n","_postman_id":"d9fbecc5-cdd9-4bee-ae05-4759c02899c3"},{"name":"Exchange information","item":[{"name":"v2","id":"cd49b735-3707-44b9-9fd7-e454d140ce02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/exchange/:id?api_key=your-api-key","description":"<p>Returns information about the exchange with the provided id.</p>\n<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with exchange information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Exchange ID. Unique exchange identifier</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Exchange rate type. Only <i>floating</i> type available</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>ISOString</td>\n<td>Exchange creation date and time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>ISOString</td>\n<td>Date and time of the last exchange update</td>\n</tr>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in the base currency that exactly was sent by the user</td>\n</tr>\n<tr>\n<td>expected_amount</td>\n<td>String</td>\n<td>Amount in the base currency that we expect to receive (the amount specified in the request body)</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Expected amount in quote currency that the user will receive</td>\n</tr>\n<tr>\n<td>address_from</td>\n<td>String</td>\n<td>Blockchain address to send the base currency to</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_from</td>\n<td>String</td>\n<td>Generated automatically. May be an empty string if there is no Extra ID. If not, the user must send the transaction with an Extra ID, otherwise, the transaction will not be confirmed</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID specified in the request body. May be an empty string if there is no Extra ID</td>\n</tr>\n<tr>\n<td>tx_from</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>tx_to</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Exchange status, one of: waiting, confirming, exchanging, sending, finished, failed, refunded, verifying</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Blockchain address to return the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID for the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>currencies</td>\n<td>Object</td>\n<td>Currency information for base and quote currencies</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","exchange",":id"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"}],"variable":[{"id":"b2a77bfb-0f3e-406b-bc39-e0fa7b84137b","description":{"content":"<p>(Required) Exchange ID</p>\n","type":"text/plain"},"type":"string","value":"your-exchange-id","key":"id"}]}},"response":[{"id":"0fb6ed42-f39b-4c40-b40c-9f31bad330eb","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchange/:id?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange",":id"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"id","value":"your-exchange-id","description":"(Required) Exchange ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:55:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f91684f70000d72d4eb83200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1f3818b7ed72d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"your-exchange-id\",\n    \"type\": \"floating\",\n    \"timestamp\": \"2020-11-24T18:11:34.325Z\",\n    \"updated_at\": \"2020-11-26T18:11:32.683Z\",\n    \"currency_from\": \"btc\",\n    \"currency_to\": \"eth\",\n    \"amount_from\": \"0.1\",\n    \"expected_amount\": \"0.1\",\n    \"amount_to\": \"3.13986679\",\n    \"address_from\": \"1DpwmiCkmpwXzk4ofFk5Qg9AjqsPiEMbxH\",\n    \"address_to\": \"0x6B6005c8e59bfEcF565c7B5f6097b12AA6e35806\",\n    \"extra_id_from\": \"\",\n    \"extra_id_to\": \"\",\n    \"tx_from\": \"\",\n    \"tx_to\": \"\",\n    \"status\": \"waiting\",\n    \"refund_address\": \"19qkGjPowymJ49VKqomQzo4vH7j99KzmSx\",\n    \"refund_extra_id\": \"\",\n    \"currencies\": {\n        \"btc\": {\n            \"symbol\": \"btc\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Bitcoin\",\n            \"warnings_from\": [],\n            \"warnings_to\": [],\n            \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/ZWZYZEGM9pBjGP8U.svg\"\n        },\n        \"eth\": {\n            \"symbol\": \"eth\",\n            \"has_extra_id\": false,\n            \"extra_id\": \"\",\n            \"name\": \"Ethereum\",\n            \"warnings_from\": [\n                \"Do not deposit your ETH from a smart contract\"\n            ],\n            \"warnings_to\": [\n                \"Do not provide a smart contract as your ETH payout address\"\n            ],\n            \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n            \"validation_extra\": null,\n            \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n            \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n            \"image\": \"https://api.stealthex.io/icons/bMilTv7MKMZTzxUZ.svg\"\n        }\n    }\n}"},{"id":"3bb98abf-b0c5-478c-97e8-cacfb2bd8754","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchange/:id?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange",":id"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"id","value":"your-exchange-id","description":"(Required) Exchange ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:56:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f917c1390000d72d4e8e8200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1f57b8830d72d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"7cc68f5c-363a-47e9-b958-f30050bee708","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchange/:id","host":["https://api.stealthex.io/api"],"path":["v2","exchange",":id"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true}],"variable":[{"key":"id","value":"your-exchange-id","type":"string","description":"(Required) Exchange ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:11:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2BIIR8Qrs8Q8B9fvUi7NNuMrQI4bG1nSK3RfTxttm0TX7sYsVsKKZpwqkv%2F89oK%2FMHTRzHpmIVJleeOcRTGXNN1J1sWy11FTAWDsM5NuRwN2c%2Bfgyj4n2cqJzKG6uS5rNll4%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c383ff9c6dbbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"655182c1-8902-42a5-8265-c7209e0c4ce2","name":"Exchange ID not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchange/:id?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange",":id"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"id","value":"invalid-exchange-id","description":"(Required) Exchange ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 18:57:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f9185c3c0000d72d4eb93200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a1f6739875d72d-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"unknown exchange id\"\n}"},{"id":"b8f959f4-2136-4616-9a16-f14bd18012b3","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchange/:id?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v2","exchange",":id"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"id","value":"your-exchange-id","type":"string","description":"(Required) Exchange ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 19:18:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"cd49b735-3707-44b9-9fd7-e454d140ce02"},{"name":"v3","id":"8276b471-5982-4789-9305-cafdcac920d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.stealthex.io/api/v3/exchange/:id?api_key=your-api-key","description":"<p>Returns information about the exchange with the provided id.</p>\n<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with exchange information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Exchange ID. Unique exchange identifier</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Exchange rate type. Only <em>floating</em> type available</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>ISOString</td>\n<td>Exchange creation date and time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>ISOString</td>\n<td>Date and time of the last exchange update</td>\n</tr>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in the base currency that exactly was sent by the user</td>\n</tr>\n<tr>\n<td>expected_amount</td>\n<td>String</td>\n<td>Amount in the base currency that we expect to receive (the amount specified in the request body)</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Expected amount in quote currency that the user will receive</td>\n</tr>\n<tr>\n<td>address_from</td>\n<td>String</td>\n<td>Blockchain address to send the base currency to</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_from</td>\n<td>String</td>\n<td>Generated automatically. May be an empty string if there is no Extra ID. If not, the user must send the transaction with an Extra ID, otherwise, the transaction will not be confirmed</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID specified in the request body. May be an empty string if there is no Extra ID</td>\n</tr>\n<tr>\n<td>tx_from</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>tx_to</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Exchange status, one of: waiting, confirming, exchanging, sending, finished, failed, refunded, verifying</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Blockchain address to return the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID for the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>currencies</td>\n<td>Object</td>\n<td>Currency information for base and quote currencies</td>\n</tr>\n<tr>\n<td>signature</td>\n<td>String</td>\n<td>Additional security method</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","exchange",":id"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"}],"variable":[{"id":"17cb8ab3-374f-4209-8cb2-7147e1e7eda3","description":{"content":"<p>(Required) Exchange ID</p>\n","type":"text/plain"},"type":"string","value":"your-exchange-id","key":"id"}]}},"response":[{"id":"c0234259-a290-4d35-aeb4-62c9b1033b51","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/exchange/:id?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange",":id"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"id","value":"your-exchange-id","type":"string","description":"(Required) Exchange ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 12:53:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"5cc-gGA8om+eUHQbE6evXhC4Rmmhf6w\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=YVoXz8%2B6US4qpEF6nytDroI99DkDGDvjj%2FxK%2Fi2He0nvbmZgCQDbu8crVGnQ7Qfu5pef0IH2SIsDu4iiDezwZ4xJlhsfSIyq8nia8aCqq%2BT%2BAR4JxHUi6fTU3bJ4dVAsqZA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a36394dd118e6-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"your-exchange-id\",\n        \"type\": \"floating\",\n        \"timestamp\": \"2023-08-11T16:14:09.115Z\",\n        \"updated_at\": \"2023-08-13T16:13:29.559Z\",\n        \"currency_from\": \"btc\",\n        \"currency_to\": \"eth\",\n        \"amount_from\": \"0.123\",\n        \"expected_amount\": \"0.123\",\n        \"amount_to\": \"1.91251741\",\n        \"partner_fee\": \"1\",\n        \"address_from\": \"bc1qml5jvvju6fl2023s6f7295702ktl995ysmkmde\",\n        \"address_to\": \"0x323F04B2ca89eDEa04035b5e079025B208a7e2b7\",\n        \"extra_id_from\": \"\",\n        \"extra_id_to\": \"\",\n        \"tx_from\": \"\",\n        \"tx_to\": \"\",\n        \"status\": \"waiting\",\n        \"refund_address\": \"1F1tAaz4x2HUXrCNLbtMDqcw4o5GNn7xqX\",\n        \"refund_extra_id\": \"\",\n        \"currencies\": {\n            \"btc\": {\n                \"symbol\": \"btc\",\n                \"has_extra_id\": false,\n                \"extra_id\": \"\",\n                \"name\": \"Bitcoin\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^[13][a-km-zA-HJ-NP-Z1-9]{25,80}$|^(bc1)[0-9A-Za-z]{25,80}$\",\n                \"validation_extra\": null,\n                \"address_explorer\": \"https://blockchair.com/bitcoin/address/{}\",\n                \"tx_explorer\": \"https://blockchair.com/bitcoin/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/62560294422d1c0017b752d0-btc_b.svg\",\n                \"network\": \"btc\"\n            },\n            \"eth\": {\n                \"symbol\": \"eth\",\n                \"has_extra_id\": false,\n                \"extra_id\": \"\",\n                \"name\": \"Ethereum\",\n                \"warnings_from\": [],\n                \"warnings_to\": [],\n                \"validation_address\": \"^(0x)[0-9A-Fa-f]{40}$\",\n                \"validation_extra\": null,\n                \"address_explorer\": \"https://blockchair.com/ethereum/address/{}\",\n                \"tx_explorer\": \"https://blockchair.com/ethereum/transaction/{}\",\n                \"image\": \"https://api.stealthex.io/icons/625602b0422d1c0017b75312-eth_b.svg\",\n                \"network\": \"eth\"\n            }\n        }\n    },\n    \"signature\": \"pHYwhv62zw6vn4+WuyrFEJqBqxBLbjWhGwAPtara4RLb34/2T4s7MScLBMpGkeVFx4BlNtVs1GmFY5CsS+7zAg==\"\n}"},{"id":"1310ce0d-f081-472d-bbc1-d0bf904a0ee8","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/exchange/:id?api_key=invalid-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange",":id"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"id","value":"your-exchange-id","type":"string","description":"(Required) Exchange ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 13:02:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"1f-wFnoF9+Np50ZGof4JtfV992TD0o\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=qmJ0T4lZr5WBcrO8tWvWo7MejgL%2FQOhGeKUYaKMW%2BwDvTk8f7o91KoJbnplVzvyQJ%2F9cw6zRypc8rj%2BpKaHBi%2BIDuumKh8scCEj%2FP5soRy106qZqo7%2FaQmtmMEVmZQGZHLE%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a42eb9bd12bd5-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Api key not found\"\n}"},{"id":"ebe4fd8c-d46b-4f69-9f4b-347334111369","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/exchange/:id","host":["https://api.stealthex.io/api"],"path":["v3","exchange",":id"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true}],"variable":[{"key":"id","value":"your-exchange-id","type":"string","description":"(Required) Exchange ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:12:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=CFBWARxElLh2XpqmWqTezxTPt1vR7HL7sWgzNk20VibSMu7ePO04U9M2Az4lv4srM3Fp09YFjKljxbnWwS0HspbexNWc5HSpk7VblJP6x8QW6Gpp4mjjGR55Pq%2BDHEo05xQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c384fa590dbbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"8de70714-7f7a-478b-94bd-8ae0ebd71058","name":"Exchange ID not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/exchange/:id?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange",":id"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"id","value":"invalid-exchange-id","type":"string","description":"(Required) Exchange ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 13:03:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2c-cGyIIMUtNkO2eM4YYRepWHn1a4I\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=LKgUurhh%2FrwtJGeupQTqNz3daQFbAS%2BVbxNgBG11QSlBtzSVR8ggeIJYSAJHFTER56oRZJTNJwsG2gsTpJNOUbetTBujsY83WxUSQ7RX4jlarXg5Lud0kDqPsxJHbHxcnck%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809a454a5c812bd5-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"unknown exchange id\"\n}"},{"id":"64281fe4-c6c6-4086-bdb9-80ffac14792f","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v3/exchange/:id?api_key=your-api-key","host":["https://api.stealthex.io/api"],"path":["v3","exchange",":id"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"}],"variable":[{"key":"id","value":"your-exchange-id","type":"string","description":"(Required) Exchange ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jul 2020 19:18:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"8276b471-5982-4789-9305-cafdcac920d1"}],"id":"5e64aea1-8bb3-4a08-b71f-203863be1719","description":"<p>You can use StealthEX API v3 is you want to use exchange signature (additional security method).<br />If you are not planning to use it, just stick to StealthEX API v2.</p>\n","_postman_id":"5e64aea1-8bb3-4a08-b71f-203863be1719"},{"name":"List of transactions","item":[{"name":"v2","id":"ab3d3578-335c-4931-8cd7-02a317c8ed16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stealthex.io/api/v2/exchanges/?api_key=your-api-key&limit=number","description":"<h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with exchange information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Exchange ID. Unique exchange identifier</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Exchange rate type. Only <em>floating</em> type available</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>ISOString</td>\n<td>Exchange creation date and time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>ISOString</td>\n<td>Date and time of the last exchange update</td>\n</tr>\n<tr>\n<td>currency_from</td>\n<td>String</td>\n<td>Base currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Quote currency ticker in lowercase</td>\n</tr>\n<tr>\n<td>amount_from</td>\n<td>String</td>\n<td>Amount in the base currency that exactly was sent by the user</td>\n</tr>\n<tr>\n<td>expected_amount</td>\n<td>String</td>\n<td>Amount in the base currency that we expect to receive (the amount specified in the request body)</td>\n</tr>\n<tr>\n<td>amount_to</td>\n<td>String</td>\n<td>Expected amount in quote currency that the user will receive</td>\n</tr>\n<tr>\n<td>partner_fee</td>\n<td>String</td>\n<td>you can adjust the fee to increase your profit (numbers from 0 to 20)</td>\n</tr>\n<tr>\n<td>address_from</td>\n<td>String</td>\n<td>Blockchain address to send the base currency to</td>\n</tr>\n<tr>\n<td>address_to</td>\n<td>String</td>\n<td>Recipient blockchain address</td>\n</tr>\n<tr>\n<td>extra_id_from</td>\n<td>String</td>\n<td>Generated automatically. May be an empty string if there is no Extra ID. If not, the user must send the transaction with an Extra ID, otherwise, the transaction will not be confirmed</td>\n</tr>\n<tr>\n<td>extra_id_to</td>\n<td>String</td>\n<td>Recipient address Extra ID specified in the request body. May be an empty string if there is no Extra ID</td>\n</tr>\n<tr>\n<td>tx_from</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>tx_to</td>\n<td>String</td>\n<td>Transaction hash for the currency which you specified in field currency_from</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Exchange status, one of: waiting, confirming, exchanging, sending, finished, failed, refunded, verifying</td>\n</tr>\n<tr>\n<td>refund_address</td>\n<td>String</td>\n<td>Blockchain address to return the base currency if the exchange status is failed</td>\n</tr>\n<tr>\n<td>refund_extra_id</td>\n<td>String</td>\n<td>Refund Extra ID for the base currency if the exchange status is failed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","exchanges",""],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Optional) How many last transactions to get</p>\n","type":"text/plain"},"key":"limit","value":"number"},{"disabled":true,"description":{"content":"<p>(Optional) How many transactions to skip</p>\n","type":"text/plain"},"key":"offset","value":"number"}],"variable":[]}},"response":[{"id":"7037b383-469b-4301-8b7b-4b68203f6151","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchanges/?api_key=your-api-key&limit=2&offset=1","host":["https://api.stealthex.io/api"],"path":["v2","exchanges",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"limit","value":"2","description":"(Optional) How many last transactions to get"},{"key":"offset","value":"1","description":"(Optional) How many transactions to skip"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 10:24:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"18c0-zymSi2Llb0WX6D43wVCYEj/uP58\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=j0uNiYk407Zg75m8mGhAgcZsZd9ocmeOelkfLSE%2FDyut1zqhckMkm%2F%2B3KZXfYxg5B17wZYWxCoVnsAcKt4T9yHEGBv6qrsw%2FFTJZ32QVK78Ep5OXdjfqpoC%2F2wpjrrKPr40%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80911e2ecc79381c-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"number\": 2,\n        \"exchanges\": [\n            {\n                \"id\": \"6sVNsuleo\",\n                \"type\": \"fixed\",\n                \"timestamp\": \"2023-09-15T09:57:30.081Z\",\n                \"updated_at\": \"2023-09-16T09:57:26.470Z\",\n                \"currency_from\": \"usdttrc20\",\n                \"currency_to\": \"xmr\",\n                \"amount_from\": \"106.932599\",\n                \"expected_amount\": \"106.932599\",\n                \"amount_to\": \"0.698812\",\n                \"partner_fee\": null,\n                \"address_from\": \"TP4oxwE6tPsAjKTyXDQvLYewvdrKCe98uR\",\n                \"address_to\": \"888tNkZrPN6JsEgekjMnABU4TBzc2Dt36EPAvkRxbANsAnjyPbb3iQ1YBRk3UXcdRsiKc2dhwMVgN364cQUiyoogDavup4H\",\n                \"extra_id_from\": null,\n                \"extra_id_to\": null,\n                \"tx_from\": null,\n                \"tx_to\": null,\n                \"status\": \"waiting\",\n                \"refund_address\": \"\",\n                \"refund_extra_id\": \"\"\n            },\n            {\n                \"id\": \"lpwdAuRvn\",\n                \"type\": \"fixed\",\n                \"timestamp\": \"2023-09-11T14:54:21.192Z\",\n                \"updated_at\": \"2023-09-12T14:54:14.210Z\",\n                \"currency_from\": \"btc\",\n                \"currency_to\": \"eth\",\n                \"amount_from\": \"1\",\n                \"expected_amount\": \"1\",\n                \"amount_to\": \"15.8237835\",\n                \"partner_fee\": null,\n                \"address_from\": \"3HtLAF8NjjuaZQRYAwjHS56hdkrTRpaBkU\",\n                \"address_to\": \"0x323F04B2ca87eDEa08053b4e083025B408a8e2b7\",\n                \"extra_id_from\": null,\n                \"extra_id_to\": null,\n                \"tx_from\": null,\n                \"tx_to\": null,\n                \"status\": \"waiting\",\n                \"refund_address\": \"1F3tAaz8x2HUXrCNLbtMDqcw9o5GNn5xqX\",\n                \"refund_extra_id\": \"\"\n            }\n        ]\n    }\n}"},{"id":"b5b1de5f-ae55-4bf4-bd5e-fd7c6613848a","name":"API Key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchanges/?api_key=invalid-api-key&limit=20","host":["https://api.stealthex.io/api"],"path":["v2","exchanges",""],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"},{"key":"limit","value":"20","description":"(Optional) How many last transactions to get"},{"key":"offset","value":"1","description":"(Optional) How many transactions to skip","type":"text","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 10:29:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=z8Re%2FQelVCWiYe334fS91G3xpcj8AwCzhA6mcRI80U3YM7TgB%2B9dvaLuu5TDyOrAgz%2Bzfc9NJ1Nc3pvPhj91xra7vXKS0jEWALiax7ob2J6KDfHOu%2FRJivPfecH4b3Ko04w%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809125420ec3381c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"5559391f-9e81-4cd8-832b-5c206d3caa19","name":"Without API Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchanges/","host":["https://api.stealthex.io/api"],"path":["v2","exchanges",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"limit","value":"number","description":"(Optional) How many last transactions to get","disabled":true},{"key":"offset","value":"number","description":"(Optional) How many transactions to skip","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:13:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=W1bq8YIauw9hJG4bV5cZzpnbl1Ga7gLMG9Uz4B1SRGRVnPgF6fDc%2FRbwnKTF61KwLLDiukB9%2BxzngmfWKplDY5SgMFzJbl2KShCTQtT9c0IH4EOatiKN3Qf6mGw%2BLCt%2BeQ0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c385e19886bbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"0b81f575-c816-48f5-a2f8-aabb47b73803","name":"Invalid limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchanges/?api_key=your-api-key&limit=not_number","host":["https://api.stealthex.io/api"],"path":["v2","exchanges",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"limit","value":"not_number","description":"(Optional) How many last transactions to get"},{"key":"offset","value":"1","description":"(Optional) How many transactions to skip","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 14:15:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"26-CObbH7NWEIkHcaXPdVQNMlfTUdE\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=SGFr7J2rs3Nq2rddbdgVyWgpjMqS7dTCTh3lCZCEQjN7zUMTJ3LeQ1UKx1LTx56XW7jrrRp3zRgnFUKFejlLHe8JGujMrhGchAmooOLcV11%2FJv9o%2F3Fv1O5tXFajhj1HIj8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809270ac5de337fc-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"Invalid limit\"\n}"},{"id":"57feb572-a6ca-4ce3-8115-59dc3371f602","name":"Invalid offset","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchanges/?api_key=your-api-key&limit=12&offset=not_number","host":["https://api.stealthex.io/api"],"path":["v2","exchanges",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"limit","value":"12","description":"(Optional) How many last transactions to get"},{"key":"offset","value":"not_number","description":"(Optional) How many transactions to skip"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 14:16:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-g04WwmlxMldKttrQYu3kwq0f0+M\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2FuP8drYsxMl3%2FkQ6gjsviYuzejJFQyjirXMsKsb%2FV05%2FWMkp3LPPVSEb5R5QNyQnsiWT5GCbxGiPSd%2F6F9q731AvMEI1GJ3RZWB3KW11aZcWCrGYiwbMGi1tIj2wU4Phmic%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809272696e5a37fc-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"Invalid offset\"\n}"},{"id":"cb289c15-44ee-400d-949c-884dcb806320","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.stealthex.io/api/v2/exchanges/?api_key=your-api-key&limit=12&offset=10","host":["https://api.stealthex.io/api"],"path":["v2","exchanges",""],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"limit","value":"12","description":"(Optional) How many last transactions to get"},{"key":"offset","value":"10","description":"(Optional) How many transactions to skip"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 14:16:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"27-g04WwmlxMldKttrQYu3kwq0f0+M\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2FuP8drYsxMl3%2FkQ6gjsviYuzejJFQyjirXMsKsb%2FV05%2FWMkp3LPPVSEb5R5QNyQnsiWT5GCbxGiPSd%2F6F9q731AvMEI1GJ3RZWB3KW11aZcWCrGYiwbMGi1tIj2wU4Phmic%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"809272696e5a37fc-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"ab3d3578-335c-4931-8cd7-02a317c8ed16"}],"id":"82d4ce1b-254d-4c78-9669-da377a9ef20f","description":"<p>The list of transactions can be obtained through this API endpoint. The data is arranged in ascending order based on the time of their most recent update (i.e. status update time)</p>\n","_postman_id":"82d4ce1b-254d-4c78-9669-da377a9ef20f"},{"name":"Manually add hash to transaction","item":[{"name":"v2","id":"592a0763-ecc7-4608-b6dd-654e5a04f3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_hash\": \"user_provided_hash\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stealthex.io/api/v2/add_hash_to_exchange?api_key=your-api-key&exchange_id=your-exchange-id","description":"<h2 id=\"request-body-description\">Request body description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_hash</td>\n<td>String</td>\n<td>User provided hash</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"successful-response\">Successful response</h2>\n<p>Returns an object with created exchange information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>String</td>\n<td>Result status ok</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","add_hash_to_exchange"],"host":["https://api.stealthex.io/api"],"query":[{"description":{"content":"<p>(Required) Your API Key</p>\n","type":"text/plain"},"key":"api_key","value":"your-api-key"},{"description":{"content":"<p>(Required) Exchange ID</p>\n","type":"text/plain"},"key":"exchange_id","value":"your-exchange-id"}],"variable":[]}},"response":[{"id":"7d6d7cb0-16c9-4fa8-ae19-22d008208606","name":"Success (hash)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_hash\": \"user_provided_hash\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/add_hash_to_exchange?api_key=your-api-key&exchange_id=your-exchange-id","host":["https://api.stealthex.io/api"],"path":["v2","add_hash_to_exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"exchange_id","value":"your-exchange-id","description":"(Required) Exchange ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 10:40:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=tfAhXtDd5P6MXnRrDOsakBfA328qK%2F%2Fc2AhdtPq7uG3BejTT5JZjJScOAiV%2F%2Bqq4iuxDWILc4ageohmEjcnVkM5it0eqwzlo50Nm9%2FCriAW6XzTGQlsG0rOOK0jWlCEBcZA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80913640ab91381c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"ok\"\n}"},{"id":"fd71d16a-2ee3-491c-ad57-0ebb19197454","name":"Exchange not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_hash\": \"user_provided_hash\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/add_hash_to_exchange?api_key=your-api-key&exchange_id=invalid-exchange-id","host":["https://api.stealthex.io/api"],"path":["v2","add_hash_to_exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"exchange_id","value":"invalid-exchange-id","description":"(Required) Exchange ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 10:38:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2b-d3HUJ+Z7K7Nva0IDhy5tRU8SYrQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=30ljP5CaEI0DBHQ8y4DDj9AMqfAeXpbXXTf8s7SP52Lo1S1KtqB%2FM6097j7CVIUTU%2FwNPBkp1V3WEVLiU4JltmLGGpVnBLswBog7WiRZcy8RZaFoz9BCt6pHWNNXXG%2FPuz8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80913305ec07381c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"exchange not found\"\n}"},{"id":"9c25ad0c-9489-4da7-aed8-c1b6496ee71b","name":"API Key not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_hash\": \"user_provided_hash\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/add_hash_to_exchange?api_key=invalid-api-key&exchange_id=your-exchange-id","host":["https://api.stealthex.io/api"],"path":["v2","add_hash_to_exchange"],"query":[{"key":"api_key","value":"invalid-api-key","description":"(Required) Your API Key"},{"key":"exchange_id","value":"your-exchange-id","description":"(Required) Exchange ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 10:40:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=tfAhXtDd5P6MXnRrDOsakBfA328qK%2F%2Fc2AhdtPq7uG3BejTT5JZjJScOAiV%2F%2Bqq4iuxDWILc4ageohmEjcnVkM5it0eqwzlo50Nm9%2FCriAW6XzTGQlsG0rOOK0jWlCEBcZA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80913640ab91381c-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"api key not found\"\n}"},{"id":"3340e9b2-8b26-488e-a9af-e7c310033d5c","name":"Without API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_hash\": \"user_provided_hash\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/add_hash_to_exchange","host":["https://api.stealthex.io/api"],"path":["v2","add_hash_to_exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key","disabled":true},{"key":"exchange_id","value":"your-exchange-id","description":"(Required) Exchange ID","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Sep 2023 13:13:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"40-dfIba5O63PTsN+TLIxaJWxUvwKM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=bTwKFqfy%2FULChTScgGgKIg5l18yqbQIUFFvDzFd9qWccTfncosbWECCc%2BphTpni6Aj4W2vY3I9%2BAxpKlDy7anUDEWb5tGPVmImzCA7fdAKTeDVtG46MULjdbUhLko3oelHA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80c386dd0d47bbef-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"should have required property 'api_key'\"\n}"},{"id":"d550b4eb-7f25-4c51-ba9a-b0823336d5ac","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_hash\": \"user_provided_hash\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stealthex.io/api/v2/add_hash_to_exchange?api_key=your-api-key&exchange_id=your-exchange-id","host":["https://api.stealthex.io/api"],"path":["v2","add_hash_to_exchange"],"query":[{"key":"api_key","value":"your-api-key","description":"(Required) Your API Key"},{"key":"exchange_id","value":"your-exchange-id","description":"(Required) Exchange ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Sep 2023 14:24:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2a-LbAwubCYqq69nX9Jb7WTKloAJBM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=uVd4nz9lFqx%2BbqeMNhXdDYclGNWrtpCK%2FfMYSYv7BF3lfPQhyzU0qEiGqfYBsfKq5qwIlJBX7Y4j4hCvTWaq%2BW%2Ba1xZj17EpgC1LUsuVMeHFEqEtzQcW6jLfEyCjVsTHz2o%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80927dd0daed39be-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"internal server error\"\n}"}],"_postman_id":"592a0763-ecc7-4608-b6dd-654e5a04f3c0"}],"id":"5c712fc1-7645-4abe-a002-d4d05a7194c6","description":"<p>This optional method can be used for the manual addition of the transaction hash to an exchange. This will allow your users to confirm sent transactions right in your interface</p>\n","_postman_id":"5c712fc1-7645-4abe-a002-d4d05a7194c6"}],"id":"a4587859-67bb-48e7-8e58-e62462be005f","event":[{"listen":"prerequest","script":{"id":"f4e6dc33-436f-443f-9ffe-a7a702441b49","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6a04a228-d47c-4246-b00b-ebabfd8d4757","type":"text/javascript","exec":[""]}}],"_postman_id":"a4587859-67bb-48e7-8e58-e62462be005f","description":""}],"event":[{"listen":"prerequest","script":{"id":"c6886a6a-9899-4ff3-a942-004203169925","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"150918ad-7283-43a6-ad1f-f2bf5922084f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.stealthex.io/api"}]}