{"info":{"_postman_id":"fd7c1f91-c8a5-4d1e-897b-04f6f177f140","name":"Desend v2","description":"<html><head></head><body><blockquote>\n<p>Desend API allows to use all features of Desend Payment Hub </p>\n</blockquote>\n<blockquote>\n<p>Key Pairs: </p>\n</blockquote>\n<p><strong>ApiPublic -</strong> it is API Key</p>\n<p><strong>PrivateKey</strong> - it is Private Key <strong>(do not share with any body)</strong></p>\n<blockquote>\n<p>Authorization: </p>\n</blockquote>\n<p><strong>ApiPublic</strong> header</p>\n<p><strong>TimeStamp</strong> header - timestamp in seconds</p>\n<p><strong>Signature</strong> header - generates by signing your timestamp sec string concatenated with json body by <strong>PrivateKey</strong></p>\n<p>Here is a few examples of <strong>Signature</strong> generation Go/Python</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-go\">mac := hmac.New(sha512.New, []byte(secret))\nmac.Write([]byte(timeStampString + json_body))\nreturn hex.EncodeToString(mac.Sum(nil))\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">return {\n    \"Content-Type\": \"application/json\",\n    \"ApiPublic\": self.api_key,\n    \"TimeStamp\": time_stamp_string,\n    \"Signature\": hmac.new(\n        self.api_secret.encode(\"utf-8\"),\n        \"{}{}\".format(time_stamp_string, string_body).encode(\"utf-8\"),\n        hashlib.sha512,\n    ).hexdigest(),\n}\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26778716","collectionId":"fd7c1f91-c8a5-4d1e-897b-04f6f177f140","publishedId":"2s93XsYS39","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-04-09T21:15:06.000Z"},"item":[{"name":"transaction_create_in","id":"5929637c-79b0-48cb-845b-4cd29089f47f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"host":true,"content-length":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"CARDRUB\",\n    \"client_transaction_id\": \"your_internal_transaction_id\",\n    \"call_back_url\": \"https://ccb1-83-69-220-238.ngrok.io\",\n    \"amount\": 3000,\n    \"email\": \"test@test.com\",\n    \"card_number\": \"5437\"\n}"},"url":"https://apiv2.desend.io/api/transaction/create/in","description":"<p>In <code>call_back_url</code> field you have to set url of your notify consumer. You will receive <strong>POST</strong> request with this body when <strong>income</strong> transaction status will change:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"tracker_id\": \"e7546f7362133ddb17c4304f02fedd9d47be0c1fadfba1a49f85e75e758ecf7a4156dde3d7beca2fa7f833532129e6700c3227169febdb0792adcbb62b7e0b69\"\n}\n\n</code></pre>\n<p>After that you have to make request <strong>transaction_get</strong> to read actual information about transaction by providing <strong>tracker_id</strong></p>\n","urlObject":{"path":["api","transaction","create","in"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"0093593e-c072-4052-81e7-7c05a68c1ac9","name":"wallet_create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"USDTTRC\",\n    \"client_transaction_id\": \"your_internal_transaction_id\",\n    \"callback_url\": \"https://ccb1-83-69-220-238.ngrok.io\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/transaction/create/in"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"description\": \"\",\n\t\"dest_tag\": \"11298bb0-9e18-435a-8db4-466e3b765a5e\",\n\t\"refer\": \"https://oplata.qiwi.com/form/?invoice_uid=fafe0bd9-eb45-43e7-a0ef-2f0b07e47ad8\",\n\t\"status\": \"ACCEPTED\",\n\t\"token_name\": \"CARDRUB\",\n\t\"tracker_id\": \"6494b7b05fe325f8aa213e89c6700d4acfd9417a126ef41b7e681cd26bca5e9643635138055a40ff91bc79ff879ead749e064323e734d52c3fa7fe869b40b313\"\n}"}],"_postman_id":"5929637c-79b0-48cb-845b-4cd29089f47f"},{"name":"transaction_create_out","id":"718aedaf-3eca-4d53-acd3-2618278887b9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"USDTTRC\",\n    \"receiver\": \"TFXY3TqdBiMEqdN6VQjBHFk9gpmn7iYkG5\",\n    \"amount\": 100,\n    \"client_transaction_id\": \"your_internal_transaction_id\",\n    \"call_back_url\": \"https://your.app.url\"\n}"},"url":"https://apiv2.desend.io/api/transaction/create/out","description":"<p>Same as wallet_create, in <code>call_back_url</code> field you have to set url of your notify consumer. You will receive <strong>POST</strong> request with this body when <strong>withdrawal</strong> transaction status will change:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"tracker_id\": \"e7546f7362133ddb17c4304f02fedd9d47be0c1fadfba1a49f85e75e758ecf7a4156dde3d7beca2fa7f833532129e6700c3227169febdb0792adcbb62b7e0b69\"\n}\n\n</code></pre>\n<p>After that you have to make request <strong>transaction_get</strong> to read actual information about transaction by providing <strong>tracker_id</strong></p>\n","urlObject":{"path":["api","transaction","create","out"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"6b5a92c6-bb52-458a-969a-0b45df7fa544","name":"transaction_withdraw","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"USDTTRC\",\n    \"receiver\": \"TFXY3TqdBiMEqdN6VQjBHFk9gpmn7iYkG5\",\n    \"amount\": 100,\n    \"client_transaction_id\": \"shfaifohqwofiqcas\",\n    \"call_back_url\": \"https://your.app.url\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/transaction/create/out"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"\",\n    \"status\": \"ACCEPTED\",\n    \"tracker_id\": \"f2b72094d6b42e6ab7a2a4ecb0f4cdc8f5685251a21a209f5a3e9e8992a9876466319701ddc6839b46185505565b7f2e1271b0626788f2b7d7870f6eb5b51970\"\n}"},{"id":"df0a66be-8c78-4c5e-a5d2-4bce70d93a9d","name":"transaction_withdraw_exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"USDTTRC\",\n    \"receiver\": \"TFXY3TqdBiMEqdN6VQjBHFk9gpmn7iYkG5\",\n    \"amount\": 100,\n    \"client_transaction_id\": \"shfaifohqwofiqcas\",\n    \"call_back_url\": \"https://your.app.url\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/transaction/create/out"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"transaction already exists with client id <a6>\",\n    \"status\": \"500\"\n}"}],"_postman_id":"718aedaf-3eca-4d53-acd3-2618278887b9"},{"name":"transaction_get","id":"6b9e5929-9134-4300-a40d-57f800a24521","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tracker_id\": \"e7546f7362133ddb17c4304f02fedd9d47be0c1fadfba1a49f85e75e758ecf7a4156dde3d7beca2fa7f833532129e6700c3227169febdb0792adcbb62b7e0b69\",\n    \"client_transaction_id\": \"your.client.transaction.id\"\n}"},"url":"https://apiv2.desend.io/api/transaction/get","description":"<p>Transaction Types: <strong>IN / OUT</strong></p>\n<p>Transaction Statuses:</p>\n<p>Processing status - <strong>ACCEPTED</strong></p>\n<p>Final status - <strong>SUCCESS</strong></p>\n<p>Error status - <strong>ERROR</strong></p>\n","urlObject":{"path":["api","transaction","get"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"0f7f1a55-0599-45a2-b9d9-9a0504447518","name":"transaction_get","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tracker_id\": \"e7546f7362133ddb17c4304f02fedd9d47be0c1fadfba1a49f85e75e758ecf7a4156dde3d7beca2fa7f833532129e6700c3227169febdb0792adcbb62b7e0b69\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/transaction/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"description\": \"\",\n\t\"status\": \"ok\",\n\t\"transaction\": {\n\t\t\"amount\": 10,\n\t\t\"callback_url\": \"https://ccb1-83-69-220-238.ngrok.io\",\n\t\t\"client_transaction_id\": \"e7546f7362133ddb17c4304f02fedd9d47be0c1fadfba1a49f85e75e758ecf7a4156dde3d7beca2fa7f833532129e6700c3227169febdb0792adcbb62b7e0b69\",\n\t\t\"date_create\": \"2022-09-06T16:03:06Z\",\n\t\t\"dest_tag\": \"\",\n\t\t\"hash\": \"07e395a5857acd572335ea82abd3bd7a9ff6c263d611a44807690ee334d523bb\",\n\t\t\"receiver\": \"TL8C3cDoMaFfKw3ZzGUQpZ3eXKzfs9rzLT\",\n\t\t\"status\": \"SUCCESS\",\n\t\t\"token\": \"USDTTRC\",\n\t\t\"tracker_id\": \"e7546f7362133ddb17c4304f02fedd9d47be0c1fadfba1a49f85e75e758ecf7a4156dde3d7beca2fa7f833532129e6700c3227169febdb0792adcbb62b7e0b69\",\n\t\t\"transaction_commission\": 0,\n\t\t\"type\": \"IN\"\n\t}\n}"}],"_postman_id":"6b9e5929-9134-4300-a40d-57f800a24521"},{"name":"transaction_fetch","id":"8f89bcc4-878d-4a1c-a130-d33526b88242","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"limit\": 2,\n    \"offset\": 0,\n    \"sort_order\": \"desc\"\n}"},"url":"https://apiv2.desend.io/api/transaction/fetch","urlObject":{"path":["api","transaction","fetch"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"4f3113f9-5fc7-4a9d-9bab-72f50653e897","name":"transaction_fetch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"limit\": 2,\n    \"offset\": 0,\n    \"sort_order\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/transaction/fetch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"description\": \"\",\n\t\"status\": \"ok\",\n\t\"transaction_list\": [\n\t\t{\n\t\t\t\"amount\": 50,\n\t\t\t\"callback_url\": \"https://google.com\",\n\t\t\t\"client_transaction_id\": \"aa1aaaaa\",\n\t\t\t\"date_create\": \"2022-07-16T12:22:27Z\",\n\t\t\t\"dest_tag\": null,\n\t\t\t\"hash\": null,\n\t\t\t\"receiver\": \"test_refer\",\n\t\t\t\"status\": \"ACCEPTED\",\n\t\t\t\"token\": \"USDTTRC\",\n\t\t\t\"tracker_id\": \"5e56149aa21405e007783d8fb3a4bb12d67d00e42c2a235f3c89b20fa18d656b411f80a7f8cbfec5e6b821dcc3e44ee90f75819326c35428c90ccb1de0d8f013\",\n\t\t\t\"transaction_commission\": null,\n\t\t\t\"type\": \"OUT\"\n\t\t},\n\t\t{\n\t\t\t\"amount\": null,\n\t\t\t\"callback_url\": null,\n\t\t\t\"client_transaction_id\": \"ffffffff\",\n\t\t\t\"date_create\": \"2022-07-16T12:22:16Z\",\n\t\t\t\"dest_tag\": null,\n\t\t\t\"hash\": null,\n\t\t\t\"receiver\": \"test_refer\",\n\t\t\t\"status\": \"ACCEPTED\",\n\t\t\t\"token\": \"USDTTRC\",\n\t\t\t\"tracker_id\": \"ba5bc901c4b87bf83e7c56d16aab30e8e612ea3814a2f6a06536135a7adf9d5ee6664892088ebed3ed340a57815ffef215b411aeff21a176e502e6e41dab89f9\",\n\t\t\t\"transaction_commission\": null,\n\t\t\t\"type\": \"IN\"\n\t\t}\n\t]\n}"}],"_postman_id":"8f89bcc4-878d-4a1c-a130-d33526b88242"},{"name":"user_commission","id":"83389228-6913-4bd4-88c4-ac8ebcdd503b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"USDTTRC\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/user/commission","description":"<p><strong>sum_comm_in</strong> - commission in fraction dedicated by amount of incoming sum</p>\n<p><strong>sum_comm_out</strong> - commission in fraction dedicated by amount of withdrawal sum</p>\n<p><strong>fix_comm_in</strong> - fixed network fee of incoming transactions</p>\n<p><strong>fix_comm_out</strong> - fixed network fee of withdrawal transactions</p>\n<p><strong>Total commission transaction: amount * sum_comm + fix_comm</strong></p>\n","urlObject":{"path":["user","commission"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"39df8534-0547-4ce7-a934-1e6052f27eb0","name":"user_commission","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"ETH\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/transaction/create/out"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"token\": \"BTC\",\n\t\"sum_comm_in\": 0,\n\t\"sum_comm_out\": 0.0015,\n\t\"fix_comm_in\": 0,\n\t\"fix_comm_out\": 0.00015,\n\t\"min_deposit_sum\": 0.0005,\n\t\"min_withdrawal_sum\": 0.0001\n}"}],"_postman_id":"83389228-6913-4bd4-88c4-ac8ebcdd503b"},{"name":"token_balance","id":"00714bd5-abe8-4978-a93d-06063fe5aa0f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"USDTTRC\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/token/balance","urlObject":{"path":["api","token","balance"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"c4efd103-0c84-4b10-ab95-247ce5aae082","name":"token_balance","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"jm5r4eutgpk2hqgt5dkrqn3ihf75wtvsfdzou4wf7feh7unmmsr5sv53yazfxuv8","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"USDTTRC\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/token/balance"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"balance\": {\n\t\t\"token\": \"USDTTRC\",\n\t\t\"value\": 2991.5\n\t},\n\t\"description\": \"\",\n\t\"status\": \"ok\"\n}"}],"_postman_id":"00714bd5-abe8-4978-a93d-06063fe5aa0f"},{"name":"token_fetch","id":"3c39be0c-c333-4025-8b55-5b8ac81285c5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/user/token/fetch","urlObject":{"path":["user","token","fetch"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"053e3032-00e7-49ec-a769-ed3423de35b9","name":"token_fetch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/user/token/fetch"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"tokens\": [\n\t\t\"BTC\",\n\t\t\"BCH\",\n\t\t\"BTG\",\n\t\t\"ETH\",\n\t\t\"USDT\",\n\t\t\"ETC\",\n\t\t\"XRP\",\n\t\t\"LTC\",\n\t\t\"ADA\",\n\t\t\"DASH\",\n\t\t\"ZEC\",\n\t\t\"DOGE\",\n\t\t\"XMR\",\n\t\t\"TRX\",\n\t\t\"USDTTRC\",\n\t\t\"BNB\",\n\t\t\"BNB20\",\n\t\t\"USDTBEP\",\n\t\t\"TUSD\",\n\t\t\"USDCTRC\",\n\t\t\"USDC\",\n\t\t\"USDP\",\n\t\t\"XLM\",\n\t\t\"XTZ\",\n\t\t\"EOS\",\n\t\t\"SHIB\",\n\t\t\"CRO\",\n\t\t\"LINK\"\n\t]\n}"}],"_postman_id":"3c39be0c-c333-4025-8b55-5b8ac81285c5"},{"name":"sign_up","id":"2f3c510b-f229-4a5d-abc6-edc3b11d8fff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"invite_code\": \"QQQQQQQ\",\n    \"client_internal_id\": \"your.internal.client.id\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/user/invite/sign_up","urlObject":{"path":["user","invite","sign_up"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"2c2ee4a6-5366-4443-87cd-25eadc6b760e","name":"sign_up","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"invite_code\": \"QQQQQQQ\",\n    \"client_internal_id\": \"your.internal.client.id\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/user/invite/sign_up"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"public_key\": \"zwdnixjs9ajgdaztinopx5zz4ey5dw9jutq4c1gogbr98dkervev0rnsj9rbio6i\",\n    \"private_key\": \"yib4rxz2fs4hesiehbmky376y8i5x1j3dul9gqi5qoxgfgi8t064e3ddqmj8qbjc2yvjds7j37x41f03fxa6xnndnoz35aa642zvddc7lraucvamdnsbkh44291e7vy1\"\n}"}],"_postman_id":"2f3c510b-f229-4a5d-abc6-edc3b11d8fff"},{"name":"swap_exchange_rate","id":"302440df-996e-4bda-a1ed-b2cd23a7639a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token_from\": \"ETH\",\n    \"token_to\": \"USDT\"\n}"},"url":"https://apiv2.desend.io/api/order/exchange_rate","urlObject":{"path":["api","order","exchange_rate"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"2137b6fb-61c4-4334-9c60-4fa96305e3dc","name":"swap create","originalRequest":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token_from\": \"ETH\",\n    \"token_to\": \"USDT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/order/exchange_rate"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"exchange_rate\": 1169.055\n}"}],"_postman_id":"302440df-996e-4bda-a1ed-b2cd23a7639a"},{"name":"swap_make","id":"80fe5ef3-c10c-4971-931b-5256aa7624ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"amount_from\": 10,\n    \"token_from\": \"USDTTRC\",\n\t\"token_to\": \"QWRUB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/order/swap","urlObject":{"path":["api","order","swap"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"c8aaebf1-cb2a-478f-b8ce-1acc735fe30a","name":"swap_make","originalRequest":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"amount_from\": 10,\n    \"token_from\": \"USDTTRC\",\n\t\"token_to\": \"QWRUB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/order/swap"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"amount_from\": 10,\n\t\"amount_to\": 709.5544,\n\t\"exchange_rate\": 70.95544,\n\t\"token_from\": \"USDTTRC\",\n\t\"token_to\": \"QWRUB\",\n\t\"tracker_id\": \"5c64ec68c2a4a4b0e3f002cb5e4232d0d6456cc8b508798c75b2c3f35c650c884c325477af3c9510114e82725e7da92a8fc5b68d06c644b12af8617b22f925a9\"\n}"}],"_postman_id":"80fe5ef3-c10c-4971-931b-5256aa7624ca"},{"name":"pay form create","id":"f13ab52d-7a44-4aea-80ff-10b15e9153b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"token\": \"USDTTRC\",\n\t\"amount\": 100,\n\t\"callback_url\": \"https://your.callback.url\",\n\t\"exchange_name\": \"binance\",\n    \"payeer_side_fee\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/order/pay_form/create","urlObject":{"path":["api","order","pay_form","create"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"058d8876-f33e-4463-8723-3d8ecb12cb9a","name":"pay form create","originalRequest":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tracker_id\": \"b7e774b7c86ef10dfe5204b18c5e2865705cfa986a5bf2b0403e4f16dc871b26bb742cbff4d665f9d3d48e4fe74cfb9fc78ada3ce5e54f2c3b0c7ca657483d98\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/order/pay_form/create"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"pay_form_url\": \"https://unipay.onecrypto.pro/?id=achbhebfihbwdfhbweifdbnhwbefkhshkdfhksdfkhsdfkjnjknfkjanfdkjnafkjnaskjnaksjfnakjnsfkkjansfkjnakjjfnajnsfjknasfjnafjnakjsfnkj\"\n}"}],"_postman_id":"f13ab52d-7a44-4aea-80ff-10b15e9153b1"},{"name":"token_fetch_for_exchange","id":"8e765168-9019-4bb7-90ba-c52425133d3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://apiv2.desend.io/token/fetch/for_exchange?token=USDTTRC","urlObject":{"path":["token","fetch","for_exchange"],"host":["https://apiv2.desend.io"],"query":[{"key":"token","value":"USDTTRC"}],"variable":[]}},"response":[{"id":"b7d21c0a-a090-4bef-8f53-02c1d6f8ffb9","name":"token_fetch_for_exchange","originalRequest":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tracker_id\": \"b7e774b7c86ef10dfe5204b18c5e2865705cfa986a5bf2b0403e4f16dc871b26bb742cbff4d665f9d3d48e4fe74cfb9fc78ada3ce5e54f2c3b0c7ca657483d98\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://apiv2.desend.io/token/fetch/for_exchange?token=USDTTRC","host":["https://apiv2.desend.io"],"path":["token","fetch","for_exchange"],"query":[{"key":"token","value":"USDTTRC"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"tokens\": [\n\t\t\"USDC\",\n\t\t\"ETC\",\n\t\t\"BCH\",\n\t\t\"ETH\",\n\t\t\"BNB\",\n\t\t\"ZEC\",\n\t\t\"DASH\",\n\t\t\"BTC\",\n\t\t\"XMR\",\n\t\t\"TRX\",\n\t\t\"XTZ\",\n\t\t\"SHIB\",\n\t\t\"DOGE\",\n\t\t\"LINK\",\n\t\t\"LTC\",\n\t\t\"EOS\",\n\t\t\"BTG\",\n\t\t\"XLM\",\n\t\t\"XRP\",\n\t\t\"ADA\",\n\t\t\"SOL\"\n\t]\n}"}],"_postman_id":"8e765168-9019-4bb7-90ba-c52425133d3d"},{"name":"get order","id":"b1f4b05d-ee7b-469c-b6db-883f047c32a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tracker_id\": \"lkalkamfklnaskfmaklmflkasfklrouefnewiuhjnsukherunksdnvjksajknfdasmfasnfjkajnsfjkasnfkfnjnfaFJANKFJJANFJANjfnajknSFJASDFSDFNKJSDFJKDF\"\n}"},"url":"https://apiv2.desend.io/api/order/get","urlObject":{"path":["api","order","get"],"host":["https://apiv2.desend.io"],"query":[],"variable":[]}},"response":[{"id":"c8ae4218-07bf-44c4-be38-98d7a4cdc6f5","name":"get order","originalRequest":{"method":"POST","header":[{"key":"ApiPublic","value":"ApiPublic","type":"text"},{"key":"Signature","value":"Signature","type":"text"},{"key":"TimeStamp","value":"1662516481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tracker_id\": \"lkalkamfklnaskfmaklmflkasfklrouefnewiuhjnsukherunksdnvjksajknfdasmfasnfjkajnsfjkasnfkfnjnfaFJANKFJJANFJANjfnajknSFJASDFSDFNKJSDFJKDF\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.desend.io/api/order/get"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"amount_from\": 1,\n    \"amount_to\": 1,\n    \"date_create\": \"2022-11-22T20:39:35Z\",\n    \"exchange_rate\": 1,\n    \"status\": \"SUCCESS\",\n    \"token_from\": \"BCH\",\n    \"token_to\": \"BTC\"\n}"}],"_postman_id":"b1f4b05d-ee7b-469c-b6db-883f047c32a8"}],"event":[{"listen":"prerequest","script":{"id":"a7a03145-2eb8-4136-9543-d844698ba2f3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"46a0740f-fdd3-4362-9fbf-793938876401","type":"text/javascript","exec":[""]}}],"variable":[{"key":"  ","value":"https://apiv2.desend.io"},{"key":"  api_url ","value":"https://apiv2.desend.io"},{"key":"api_url","value":"https://apiv2.desend.io"}]}