{"info":{"_postman_id":"05fb178e-b5d2-43c6-9038-d98e9daea0d8","name":"Zam.io API","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<p>A safe wallet to store, manage, send, and receive digital assets. Users need an easy way to access and manage their digital assets. ZamWallet is an application for iOS and Android that allows users to store, access, manage, send, and receive crypto directly from their mobile phones.</p>\n<h2 id=\"general-api-information\">General API information</h2>\n<p>The Zam.io API that serves for creating and managing Your wallet: </p>\n<ul>\n<li>Registration and account management</li>\n<li>Cryptocurrency buy/sell orders</li>\n<li>Working with external wallets</li>\n<li>Ability to update rate information</li>\n</ul>\n<p>For more information visit <a href=\"https://github.com/Zamzam-Technology/API\">description page</a></p>\n<h2 id=\"http-return-codes\">HTTP Return Codes</h2>\n<ul>\n<li>HTTP <code>4XX</code> return codes are used for malformed requests;\nthe issue is on the sender's side.</li>\n<li>HTTP <code>400</code> return code is used when the WAF Limit (Web Application Firewall) has been violated.</li>\n<li>HTTP <code>404</code> return code is used when requested data not found.</li>\n<li>HTTP <code>408</code> return code is used when request timeout exceeded.</li>\n<li>HTTP <code>5XX</code> return codes are used for internal errors; the issue is on\nZam's side.\nIt is important to <strong>NOT</strong> treat this as a failure operation; the execution status is\n<strong>UNKNOWN</strong> and could have been a success.</li>\n<li>HTTP <code>500</code> return code is used when internal server error occured.</li>\n<li>HTTP <code>503</code> return code is used when requested service is unreachable.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11341447","collectionId":"05fb178e-b5d2-43c6-9038-d98e9daea0d8","publishedId":"TzzAKvaB","public":true,"customColor":{"top-bar":"ffffff","right-sidebar":"303030","highlight":"26CB7C"},"publishDate":"2021-08-20T10:50:03.000Z"},"item":[{"name":"Account management requests","item":[{"name":"New User registration","id":"1ee2b506-56fb-4b79-95be-5b8232983701","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"phone\": \"0647744360\",\n \"fullName\": \"Name Surname\",\n \"refCode\": \"{referral code}\",\n \"codeRequest\": {\n  \"phone\": \"0647744360\"\n }\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth","description":"<p>New user registration request. Request fields:</p>\n<p>•   phone(string): User’s phone number. Should contain at least 10 characters.</p>\n<p>•   fullName(string): User’s full name(Surname, Name, Patronymic/Middle Name).</p>\n<p>•   refCode(string): The referral code that user received if was invited.</p>\n<p>•   codeRequest(object): Subrequest for number verification. Contains “phone” field that was mentioned above.</p>\n","urlObject":{"path":["api","auth"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"9187628b-d696-43e7-b95c-77ec7440a274","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"0647744360\",\n    \"fullName\": \"Name Surname\",\n    \"refCode\": \"{referral code}\",\n    \"codeRequest\": {\n        \"phone\": \"0647744360\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"meta\": {\n  \"status\": \"OK\",\n  \"message\": \"Success\"\n },\n \"data\": {\n  \"passportMessage\": \"Passport phrase\",\n  \"agreement\": {\n   \"id\": \"173e4567-e89b-12d3-a456-426624174000\",\n   \"name\": \"Security agreement\",\n   \"url\": \"/api/auth/documents/173e4567-e89b-12d3-a456-426614174000\"\n  }\n }\n}"},{"id":"e4451935-c98c-488f-84da-23b4d3b1d404","name":"Invalid input format","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"0647744360\",\n    \"fullName\": \"tempor laboris ipsum esse\",\n    \"refCode\": \"ullamco\",\n    \"codeRequest\": {\n        \"phone\": \"62038729829242\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"4f08ecf7-981d-4cd1-bb63-89f0dbc20098","name":"Request Timeout","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"0647744360\",\n    \"fullName\": \"tempor laboris ipsum esse\",\n    \"refCode\": \"ullamco\",\n    \"codeRequest\": {\n        \"phone\": \"62038729829242\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"e3b729e4-be22-440f-83b4-f4b1ad3fb189","name":"Internal server error","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"0647744360\",\n    \"fullName\": \"tempor laboris ipsum esse\",\n    \"refCode\": \"ullamco\",\n    \"codeRequest\": {\n        \"phone\": \"62038729829242\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"f4c60d4c-a495-47b0-94e4-9bf7161b4713","name":"Service is unreachable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"0647744360\",\n    \"fullName\": \"tempor laboris ipsum esse\",\n    \"refCode\": \"ullamco\",\n    \"codeRequest\": {\n        \"phone\": \"62038729829242\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"1ee2b506-56fb-4b79-95be-5b8232983701"},{"name":"Password Change","id":"9db40c9e-feeb-4c81-88dd-d257c720ef00","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"{Old password's hash}\",\n    \"newPassword\": \"{New password's hash}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth/change","description":"<p>Simple password change request.</p>\n","urlObject":{"path":["api","auth","change"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"91601a53-d0ff-4ef7-b6b7-c256677e89d2","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"ut proident\",\n    \"newPassword\": \"sit laborum proident nisi do\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"meta\": {\n  \"status\": \"OK\",\n  \"message\": \"Success\"\n }\n}"},{"id":"a29f5265-c3cf-4a19-bef5-ba765101757c","name":"Invalid input format","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"ut proident\",\n    \"newPassword\": \"sit laborum proident nisi do\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth/change"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"meta\": {\n  \"status\": \"OK\",\n  \"message\": \"ERROR - Invalid input format\"\n },\n \"data\": {}\n}"},{"id":"420e39cb-c5e1-4362-9d9e-3df3d6f37db0","name":"Request timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"ut proident\",\n    \"newPassword\": \"sit laborum proident nisi do\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth/change"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"meta\": {\n  \"status\": \"OK\",\n  \"message\": \"ERROR - Request timeout\"\n },\n \"data\": {}\n}"},{"id":"5c02cfe0-73c9-493e-a9e3-63091afd4c80","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"ut proident\",\n    \"newPassword\": \"sit laborum proident nisi do\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth/change"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"meta\": {\n  \"status\": \"OK\",\n  \"message\": \"ERROR - Internal server error\"\n },\n \"data\": {}\n}"},{"id":"609512d1-7838-4e9e-8e1d-47d2ca4484a5","name":"Service is unreachable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"ut proident\",\n    \"newPassword\": \"sit laborum proident nisi do\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth/change"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"9db40c9e-feeb-4c81-88dd-d257c720ef00"},{"name":"Request for security agreements","id":"81f9d997-c412-42be-a33f-40af463bbfe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://zam.io/api/auth/documents/:documentId","description":"<p>Security agreement for user to accept.</p>\n","urlObject":{"path":["api","auth","documents",":documentId"],"host":["https://zam.io"],"query":[],"variable":[{"id":"7d03071a-bc1f-4711-a72b-e523c77c5ffb","description":{"content":"<p>(Required) Document ID</p>\n","type":"text/plain"},"type":"any","value":"173e4567-e89b-12d3-a456-426614174000","key":"documentId"}]}},"response":[{"id":"3e1827a0-11eb-4be7-9b69-0e4e6a015c21","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://zam.io/api/auth/documents/:documentId","host":["https://zam.io"],"path":["api","auth","documents",":documentId"],"variable":[{"key":"documentId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/*"}],"cookie":[],"responseTime":null,"body":"Security agreement file"},{"id":"141d3f54-0e73-405e-bbe0-d87c457a48f9","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://zam.io/api/auth/documents/:documentId","host":["https://zam.io"],"path":["api","auth","documents",":documentId"],"variable":[{"key":"documentId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Not found\"\n    },\n    \"data\": {}\n}"},{"id":"7e43005f-1141-4994-a7e4-ed3c7e205431","name":"Request timeout","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://zam.io/api/auth/documents/:documentId","host":["https://zam.io"],"path":["api","auth","documents",":documentId"],"variable":[{"key":"documentId"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"9f9d1906-3add-4ad3-9b2a-283770d4b2bf","name":"Internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://zam.io/api/auth/documents/:documentId","host":["https://zam.io"],"path":["api","auth","documents",":documentId"],"variable":[{"key":"documentId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"f78d9e2d-ebc8-43b6-a06a-8616b78c9e4a","name":"Service is unreachable","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://zam.io/api/auth/documents/:documentId","host":["https://zam.io"],"path":["api","auth","documents",":documentId"],"variable":[{"key":"documentId"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"81f9d997-c412-42be-a33f-40af463bbfe7"},{"name":"Delete account","id":"0c65e325-6869-4596-b693-65ad19a18251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://zam.io/api/auth/delete","description":"<p>Request to delete authorized account.</p>\n","urlObject":{"path":["api","auth","delete"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"e2c75251-d363-48f4-9a8e-90143152a082","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {}\n}"},{"id":"741f0cb7-b9fd-4e2d-b7d0-db6d3add52c1","name":"Ivalid input data","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"2cba7050-c727-40f3-86c9-f83afda1f8c3","name":"Not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/delete"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Not found\"\n    },\n    \"data\": {}\n}"},{"id":"7b7cb4a8-5d0c-42a1-a4ee-0a48f7aef6b5","name":"Request timeout","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/delete"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"6beffb5b-c978-4f66-bbc9-bfc21b5969cc","name":"Internal server eroor","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"8627be7f-57ee-4978-a0c9-6a3f5d844aa5","name":"Service is unreachable","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/delete"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"0c65e325-6869-4596-b693-65ad19a18251"},{"name":"Generate private key","id":"af353770-2ccc-4319-8d9c-51b74b9080fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth/privateKey","description":"<p>Request for Zam wallet's private key generation.</p>\n","urlObject":{"path":["api","auth","privateKey"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"fe10c5e2-45e4-4716-8e14-2df24d600d99","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/privateKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"privateKey\": \"bd0c8e3bd998a500b0984584a7245ca0\"\n    }\n}"},{"id":"76a259cf-48c2-4b53-aca1-118efbbc4692","name":"Invalid input format","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/privateKey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"17d9ae08-b81f-41a9-9177-fa90e4ae8c25","name":"Request timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/privateKey"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"31c016fd-30a1-41bb-b9b9-c366536103df","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/privateKey"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"d36a88a0-4519-4c47-bd3e-19a1d1029675","name":"Service is unreachable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/auth/privateKey"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"af353770-2ccc-4319-8d9c-51b74b9080fe"},{"name":"Update token","id":"7062f311-7a9c-42cd-8a83-be76487866dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"94a08da1fecbb6e8b46990538c7b50b2\",\n    \"deviceId\": \"123e4567-e89b-12d3-a456-426614174000\",\n    \"login\": \"UserName\",\n    \"password\": \"fb29ed3264c5a92bcf74eccd7489e828\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/auth/token","description":"<p>Request for authorization token. Contains 4 fields (all are string type):</p>\n<p>•   token: Last expired token</p>\n<p>•   deviceId: Device’s UUID</p>\n<p>•   login: User’s login</p>\n<p>•   password: Hash of user’s password</p>\n","urlObject":{"path":["api","auth","token"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"5043d0c9-b036-4ea4-8228-4005e9e3c963","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"irure ut eiusmod in\",\n    \"deviceId\": \"amet d\",\n    \"login\": \"velit consectetur ut irure\",\n    \"password\": \"in ut et\"\n}"},"url":"https://zam.io/api/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"token\": \"94a08da1fecbb6e8b46990538c7b50b2\",\n        \"agreement\": {\n            \"id\": \"173e4567-e89b-12d3-a456-426624174000\",\n            \"name\": \"Security agreement\",\n            \"url\": \"/api/auth/documents/173e4567-e89b-12d3-a456-426614174000\"\n        }\n    }\n}"},{"id":"3471d1b6-42b9-4c3d-9b40-6c208708da05","name":"Invalid input format","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"irure ut eiusmod in\",\n    \"deviceId\": \"amet d\",\n    \"login\": \"velit consectetur ut irure\",\n    \"password\": \"in ut et\"\n}"},"url":"https://zam.io/api/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"60093410-e359-40bd-bd31-e5a6348c039f","name":"Not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"irure ut eiusmod in\",\n    \"deviceId\": \"amet d\",\n    \"login\": \"velit consectetur ut irure\",\n    \"password\": \"in ut et\"\n}"},"url":"https://zam.io/api/auth/token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Not found\"\n    },\n    \"data\": {}\n}"},{"id":"a0536f2e-e0a1-4849-9418-8b715a024612","name":"Request timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"irure ut eiusmod in\",\n    \"deviceId\": \"amet d\",\n    \"login\": \"velit consectetur ut irure\",\n    \"password\": \"in ut et\"\n}"},"url":"https://zam.io/api/auth/token"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"5ce1bba1-0711-429f-933b-7531ad4dcb02","name":"Internal server error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"irure ut eiusmod in\",\n    \"deviceId\": \"amet d\",\n    \"login\": \"velit consectetur ut irure\",\n    \"password\": \"in ut et\"\n}"},"url":"https://zam.io/api/auth/token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"abbe4681-35cd-4010-bbb8-fabe09d9f847","name":"Service is unreachable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"irure ut eiusmod in\",\n    \"deviceId\": \"amet d\",\n    \"login\": \"velit consectetur ut irure\",\n    \"password\": \"in ut et\"\n}"},"url":"https://zam.io/api/auth/token"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"7062f311-7a9c-42cd-8a83-be76487866dd"}],"id":"12c2558e-95a5-4f70-89fd-03c68aae8d5b","_postman_id":"12c2558e-95a5-4f70-89fd-03c68aae8d5b","description":""},{"name":"Order requests","item":[{"name":"Request for transaction order generation","id":"eac460e1-37f7-4e1c-94e8-e4b8c9f6fcd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://zam.io/api/order?priority=MEDIUM&blockchainFrom=Binance&blockchainTo=Binance&addressContractFrom=STRING&addressContractTo=STRING&adressFrom=cosmos18ta688t40kmped54stvdgvgrazmyh0zqwhmhf5&addressTo=12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH&amount=3.45&paymentRestrictionTransaction=STRING","description":"<p>Request for transaction order to buy/sell cryptocurrency. Headers of request are described below</p>\n","urlObject":{"path":["api","order"],"host":["https://zam.io"],"query":[{"description":{"content":"<p>Transaction priority (default value - MEDIUM)</p>\n","type":"text/plain"},"key":"priority","value":"MEDIUM"},{"description":{"content":"<p>(Required) source platform name</p>\n","type":"text/plain"},"key":"blockchainFrom","value":"Binance"},{"description":{"content":"<p>(Required) destiantion platform name</p>\n","type":"text/plain"},"key":"blockchainTo","value":"Binance"},{"description":{"content":"<p>Contract adrress on source wallet</p>\n","type":"text/plain"},"key":"addressContractFrom","value":"STRING"},{"description":{"content":"<p>Contract address on destiantion wallet</p>\n","type":"text/plain"},"key":"addressContractTo","value":"STRING"},{"description":{"content":"<p>(Required) soruce wallet address</p>\n","type":"text/plain"},"key":"adressFrom","value":"cosmos18ta688t40kmped54stvdgvgrazmyh0zqwhmhf5"},{"description":{"content":"<p>(Required) destiantion wallet address</p>\n","type":"text/plain"},"key":"addressTo","value":"12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH"},{"description":{"content":"<p>(Required) cryptrocurrency amount</p>\n","type":"text/plain"},"key":"amount","value":"3.45"},{"description":{"content":"<p>Payment restriction for transaction</p>\n","type":"text/plain"},"key":"paymentRestrictionTransaction","value":"STRING"}],"variable":[]}},"response":[{"id":"f54fa3cc-e4a6-4730-b827-b30db0674447","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order?priority=MEDIUM&blockchainFrom=Binance&blockchainTo=Binance&addressContractFrom=STRING&addressContractTo=STRING&adressFrom=cosmos18ta688t40kmped54stvdgvgrazmyh0zqwhmhf5&addressTo=12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH&amount=3.45&paymentRestrictionTransaction=STRING","host":["https://zam.io"],"path":["api","order"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"Binance"},{"key":"blockchainTo","value":"Binance"},{"key":"addressContractFrom","value":"STRING"},{"key":"addressContractTo","value":"STRING"},{"key":"adressFrom","value":"cosmos18ta688t40kmped54stvdgvgrazmyh0zqwhmhf5"},{"key":"addressTo","value":"12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH"},{"key":"amount","value":"3.45"},{"key":"paymentRestrictionTransaction","value":"STRING"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"blockchainFrom\": \"Binance\",\n        \"blockchainTo\": \"Binance\",\n        \"addressTo\": \"12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH\",\n        \"amount\": \"3.45\",\n        \"dateCreate\": \"1947-04-26T15:41:07.646Z\",\n        \"addressContractFrom\": \"STRING\",\n        \"addressContractTo\": \"STRING\",\n        \"adressFrom\": \"cosmos18ta688t40kmped54stvdgvgrazmyh0zqwhmhf5\",\n        \"currency\": \"BTC\"\n    }\n}"},{"id":"6f7632a3-d002-4e19-817b-932b2622132a","name":"Invalid input format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"fbde5ae3-005e-4bd3-b02e-b36108b664de","name":"Request timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"ecb81cef-3969-4e7e-957c-3d50a4b53e72","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"bff850aa-4030-473b-8fc7-a877e8ff8e2c","name":"Service is unreachable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"eac460e1-37f7-4e1c-94e8-e4b8c9f6fcd2"},{"name":"Order for cyptocurrency buy","id":"763aa959-8c3e-476b-9021-90d0286e9d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/order/purchase?priority=MEDIUM&blockchainTo=Binance&addressContractTo=STRING&addressTo=12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH&amount=3.45&paymentRestrictionTransaction=STRING","description":"<p>The buy operation that follows after receiving transaction order.</p>\n","urlObject":{"path":["api","order","purchase"],"host":["https://zam.io"],"query":[{"description":{"content":"<p>Transaction priority (default value - MEDIUM)</p>\n","type":"text/plain"},"key":"priority","value":"MEDIUM"},{"description":{"content":"<p>(Required) destiantion platform name</p>\n","type":"text/plain"},"key":"blockchainTo","value":"Binance"},{"description":{"content":"<p>Contract address on destiantion wallet</p>\n","type":"text/plain"},"key":"addressContractTo","value":"STRING"},{"description":{"content":"<p>(Required) destiantion wallet address</p>\n","type":"text/plain"},"key":"addressTo","value":"12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH"},{"description":{"content":"<p>(Required) cryptrocurrency amount to buy</p>\n","type":"text/plain"},"key":"amount","value":"3.45"},{"description":{"content":"<p>Payment restriction for transaction</p>\n","type":"text/plain"},"key":"paymentRestrictionTransaction","value":"STRING"}],"variable":[]}},"response":[{"id":"aa53a33c-bfda-4242-a4d6-d53413f2f748","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order/purchase?priority=MEDIUM&blockchainTo=Binance&addressContractTo=STRING&addressTo=12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH&amount=3.45&paymentRestrictionTransaction=STRING","host":["https://zam.io"],"path":["api","order","purchase"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainTo","value":"Binance"},{"key":"addressContractTo","value":"STRING"},{"key":"addressTo","value":"12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH"},{"key":"amount","value":"3.45"},{"key":"paymentRestrictionTransaction","value":"STRING"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"blockchainTo\": \"Binance\",\n        \"addressTo\": \"12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH\",\n        \"amount\": \"3.45\",\n        \"dateCreate\": \"1947-04-26T15:41:07.646Z\",\n        \"order\": \"STRING\",\n        \"addressContractTo\": \"STRING\",\n        \"currency\": \"BTC\"\n    }\n}"},{"id":"2de58d89-e9b3-4f4a-aece-68cf6a1e5124","name":"Invalid input format","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://zam.io/api/order/purchase?priority=MEDIUM&blockchainTo=do adipisicing&addressContractTo=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order","purchase"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"7c857d0f-dbc8-4f75-96e0-a3dad8acb04f","name":"Request timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order/purchase?priority=MEDIUM&blockchainTo=do adipisicing&addressContractTo=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order","purchase"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"54b72fef-b130-4374-93cb-8b0ccab7f8b8","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order/purchase?priority=MEDIUM&blockchainTo=do adipisicing&addressContractTo=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order","purchase"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"31af40c1-3e91-42f6-ae32-aa1bf5b8fe2d","name":"Service is unrechable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/order/purchase?priority=MEDIUM&blockchainTo=do adipisicing&addressContractTo=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order","purchase"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"763aa959-8c3e-476b-9021-90d0286e9d72"},{"name":"Order for cyptocurrency sell","id":"bf7a11c0-b8e8-4112-8d8b-dd21e7ec37ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"spbPhone1\": \"\",\n    \"spbName1\": \"\",\n    \"visaCardNumber2\": \"\",\n    \"visaName2\": \"\",\n    \"masterCardNumber3\": \"\",\n    \"masterName3\": \"\",\n    \"bankAccountPaymentAccount4\": \"\",\n    \"bankAccountBIK4\": \"\",\n    \"bankAccountName4\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/order/sale?priority=MEDIUM&blockchainFrom=Binance&blockchainTo=Binance&addressContractFrom=STRING&addressContractTo=STRING&adressFrom=3.45&addressTo=cosmos18ta688t40kmped54stvdgvgrazmyh0zqwhmhf5&amount=12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH&paymentRestrictionTransaction=STRING","description":"<p>The sell operation that follows after receiving transaction order.</p>\n","urlObject":{"path":["api","order","sale"],"host":["https://zam.io"],"query":[{"description":{"content":"<p>Transaction priority (default value - MEDIUM)</p>\n","type":"text/plain"},"key":"priority","value":"MEDIUM"},{"description":{"content":"<p>(Required) source platform name</p>\n","type":"text/plain"},"key":"blockchainFrom","value":"Binance"},{"description":{"content":"<p>(Required) destiantion platform name (measured wallet on Zam side)</p>\n","type":"text/plain"},"key":"blockchainTo","value":"Binance"},{"description":{"content":"<p>Contract adrress on source wallet</p>\n","type":"text/plain"},"key":"addressContractFrom","value":"STRING"},{"description":{"content":"<p>Contract address on destiantion wallet (measured wallet on Zam side)</p>\n","type":"text/plain"},"key":"addressContractTo","value":"STRING"},{"description":{"content":"<p>(Required) soruce wallet address</p>\n","type":"text/plain"},"key":"adressFrom","value":"3.45"},{"description":{"content":"<p>(Required) destiantion wallet address (measured wallet on Zam side)</p>\n","type":"text/plain"},"key":"addressTo","value":"cosmos18ta688t40kmped54stvdgvgrazmyh0zqwhmhf5"},{"description":{"content":"<p>(Required) cryptrocurrency amount to sell</p>\n","type":"text/plain"},"key":"amount","value":"12PUTiN2VjQQzkmSNU7AauHNrQSuadbmhH"},{"description":{"content":"<p>Payment restriction for transaction</p>\n","type":"text/plain"},"key":"paymentRestrictionTransaction","value":"STRING"}],"variable":[]}},"response":[{"id":"0aa0b57e-c64c-427b-b5ac-7e76a0ac5670","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"spbPhone1\": \"dolore qui cillum\",\n    \"spbName1\": \"dolor nulla laboris esse do\",\n    \"visaCardNumber2\": \"dolore minim commodo\",\n    \"visaName2\": \"do fugiat\",\n    \"masterCardNumber3\": \"et nisi minim quis\",\n    \"masterName3\": \"irure\",\n    \"bankAccountPaymentAccount4\": \"ad\",\n    \"bankAccountBIK4\": \"dolor aliquip cillum exercitation\",\n    \"bankAccountName4\": \"quis\"\n}"},"url":{"raw":"https://zam.io/api/order/sale?priority=MEDIUM&blockchainFrom=asdf&blockchainTo=asdf&addressContractFrom=asdf&addressContractTo=asdf&adressFrom=asdf&addressTo=asdf&amount=34.00&paymentRestrictionTransaction=STRING","host":["https://zam.io"],"path":["api","order","sale"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"asdf"},{"key":"blockchainTo","value":"asdf"},{"key":"addressContractFrom","value":"asdf"},{"key":"addressContractTo","value":"asdf"},{"key":"adressFrom","value":"asdf"},{"key":"addressTo","value":"asdf"},{"key":"amount","value":"34.00"},{"key":"paymentRestrictionTransaction","value":"STRING"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"blockchainFrom\": \"\",\n        \"blockchainTo\": \"\",\n        \"addressTo\": \"\",\n        \"amount\": \"34.00\",\n        \"dateCreate\": \"1947-04-26T15:41:07.646Z\",\n        \"addressContractFrom\": \"\",\n        \"addressContractTo\": \"\",\n        \"adressFrom\": \"\",\n        \"currency\": \"USD\"\n    }\n}"},{"id":"df0d5b18-1453-4b5b-8e34-18bbb220116b","name":"Invalid input format","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"spbPhone1\": \"dolore qui cillum\",\n    \"spbName1\": \"dolor nulla laboris esse do\",\n    \"visaCardNumber2\": \"dolore minim commodo\",\n    \"visaName2\": \"do fugiat\",\n    \"masterCardNumber3\": \"et nisi minim quis\",\n    \"masterName3\": \"irure\",\n    \"bankAccountPaymentAccount4\": \"ad\",\n    \"bankAccountBIK4\": \"dolor aliquip cillum exercitation\",\n    \"bankAccountName4\": \"quis\"\n}"},"url":{"raw":"https://zam.io/api/order/sale?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order","sale"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"701bf405-6536-498f-ab21-8e175e16e61d","name":"Request timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"spbPhone1\": \"dolore qui cillum\",\n    \"spbName1\": \"dolor nulla laboris esse do\",\n    \"visaCardNumber2\": \"dolore minim commodo\",\n    \"visaName2\": \"do fugiat\",\n    \"masterCardNumber3\": \"et nisi minim quis\",\n    \"masterName3\": \"irure\",\n    \"bankAccountPaymentAccount4\": \"ad\",\n    \"bankAccountBIK4\": \"dolor aliquip cillum exercitation\",\n    \"bankAccountName4\": \"quis\"\n}"},"url":{"raw":"https://zam.io/api/order/sale?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order","sale"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"8217009f-9f4b-422d-83a9-463939134150","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"spbPhone1\": \"dolore qui cillum\",\n    \"spbName1\": \"dolor nulla laboris esse do\",\n    \"visaCardNumber2\": \"dolore minim commodo\",\n    \"visaName2\": \"do fugiat\",\n    \"masterCardNumber3\": \"et nisi minim quis\",\n    \"masterName3\": \"irure\",\n    \"bankAccountPaymentAccount4\": \"ad\",\n    \"bankAccountBIK4\": \"dolor aliquip cillum exercitation\",\n    \"bankAccountName4\": \"quis\"\n}"},"url":{"raw":"https://zam.io/api/order/sale?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order","sale"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"6ddb136a-8578-4921-8bdd-812896e5b3f8","name":"Service is unreachable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"spbPhone1\": \"dolore qui cillum\",\n    \"spbName1\": \"dolor nulla laboris esse do\",\n    \"visaCardNumber2\": \"dolore minim commodo\",\n    \"visaName2\": \"do fugiat\",\n    \"masterCardNumber3\": \"et nisi minim quis\",\n    \"masterName3\": \"irure\",\n    \"bankAccountPaymentAccount4\": \"ad\",\n    \"bankAccountBIK4\": \"dolor aliquip cillum exercitation\",\n    \"bankAccountName4\": \"quis\"\n}"},"url":{"raw":"https://zam.io/api/order/sale?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","order","sale"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"bf7a11c0-b8e8-4112-8d8b-dd21e7ec37ef"}],"id":"d81e9ac7-36ba-4305-a1d6-f7b0a3cadb61","_postman_id":"d81e9ac7-36ba-4305-a1d6-f7b0a3cadb61","description":""},{"name":"Enable/Disable external wallets","item":[{"name":"Enable external wallet","id":"5ac7fbb1-4676-4b30-ad5e-966a22b9184f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"blockchain\": \"\",\n \"addressContract\": \"\",\n \"adress\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zam.io/api/otherCrypto","description":"<p>Request for adding external wallet. Fields(all are string type):</p>\n<p>•   blockchain (Required): Platform’s name of external wallet</p>\n<p>•   addressContract: Wallet’s contract address</p>\n<p>•   address (Required): Wallet’s address</p>\n","urlObject":{"path":["api","otherCrypto"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"18c04232-d95e-49ce-8157-3e8ab45c4695","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockchain\": \"officia laboris\",\n    \"addressContract\": \"proident in ut\",\n    \"adress\": \"et esse\"\n}"},"url":"https://zam.io/api/otherCrypto"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {}\n}"},{"id":"7585f159-41e1-4938-8a22-bc5c14a5a216","name":"Invalid input format","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockchain\": \"officia laboris\",\n    \"addressContract\": \"proident in ut\",\n    \"adress\": \"et esse\"\n}"},"url":"https://zam.io/api/otherCrypto"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"49308fec-7cd3-4a91-80f0-27d5cdb665d8","name":"Request timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockchain\": \"officia laboris\",\n    \"addressContract\": \"proident in ut\",\n    \"adress\": \"et esse\"\n}"},"url":"https://zam.io/api/otherCrypto"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"88089a84-4be7-44f6-a707-250032538e76","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockchain\": \"officia laboris\",\n    \"addressContract\": \"proident in ut\",\n    \"adress\": \"et esse\"\n}"},"url":"https://zam.io/api/otherCrypto"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"6da51bda-a466-459d-9876-d5731440b3b5","name":"Service is unreachable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockchain\": \"officia laboris\",\n    \"addressContract\": \"proident in ut\",\n    \"adress\": \"et esse\"\n}"},"url":"https://zam.io/api/otherCrypto"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"5ac7fbb1-4676-4b30-ad5e-966a22b9184f"},{"name":"Disable external wallet","id":"cbb4da06-5ce5-42e4-9024-cae340ac3f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://zam.io/api/otherCrypto?blockchain=STRING&addressContract=STRING&address=STRING","description":"<p>Request to disable external wallet. Headers are described below.</p>\n","urlObject":{"path":["api","otherCrypto"],"host":["https://zam.io"],"query":[{"description":{"content":"<p>(Required) Platform name</p>\n","type":"text/plain"},"key":"blockchain","value":"STRING"},{"description":{"content":"<p>Wallet’s contract address</p>\n","type":"text/plain"},"key":"addressContract","value":"STRING"},{"description":{"content":"<p>(Required) Wallet's adress</p>\n","type":"text/plain"},"key":"address","value":"STRING"}],"variable":[]}},"response":[{"id":"388a5079-26ab-47b6-9e2f-293d3b9fd807","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/otherCrypto?blockchain=do adipisicing&addressContract=do adipisicing&address=do adipisicing","host":["https://zam.io"],"path":["api","otherCrypto"],"query":[{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"},{"key":"address","value":"do adipisicing"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {}\n}"},{"id":"c3220bb9-fb0f-435c-ab7f-db1c96eb21dd","name":"Invalid input format","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/otherCrypto?blockchain=do adipisicing&addressContract=do adipisicing&address=do adipisicing","host":["https://zam.io"],"path":["api","otherCrypto"],"query":[{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"},{"key":"address","value":"do adipisicing"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input data\"\n    },\n    \"data\": {}\n}"},{"id":"6fc6ea59-3dc3-4e6f-a721-58a3963f489f","name":"Not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/otherCrypto?blockchain=do adipisicing&addressContract=do adipisicing&address=do adipisicing","host":["https://zam.io"],"path":["api","otherCrypto"],"query":[{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"},{"key":"address","value":"do adipisicing"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Not found\"\n    },\n    \"data\": {}\n}"},{"id":"eb8e20c8-3816-43f7-a1ce-b4d369579185","name":"Request timeout","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/otherCrypto?blockchain=do adipisicing&addressContract=do adipisicing&address=do adipisicing","host":["https://zam.io"],"path":["api","otherCrypto"],"query":[{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"},{"key":"address","value":"do adipisicing"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"f21ab33b-cc29-403c-9d9e-1aeb39ec5dc8","name":"Internal server error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/otherCrypto?blockchain=do adipisicing&addressContract=do adipisicing&address=do adipisicing","host":["https://zam.io"],"path":["api","otherCrypto"],"query":[{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"},{"key":"address","value":"do adipisicing"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"aa504e78-a935-4e59-9140-50c9c7e17bca","name":"Service is unreachable","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/otherCrypto?blockchain=do adipisicing&addressContract=do adipisicing&address=do adipisicing","host":["https://zam.io"],"path":["api","otherCrypto"],"query":[{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"},{"key":"address","value":"do adipisicing"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"cbb4da06-5ce5-42e4-9024-cae340ac3f12"}],"id":"db59a76e-8f45-4338-a0c1-0644044ceb19","_postman_id":"db59a76e-8f45-4338-a0c1-0644044ceb19","description":""},{"name":"Requests for rate information","item":[{"name":"Get top50 cryptocurrencies' information","id":"b7aff98e-af1d-43c0-8804-f0a71ff778d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://zam.io/api/rate","description":"<p>Request for top 50 crypto currencies with currency to Zam/dollar rate.</p>\n","urlObject":{"path":["api","rate"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"f1e4956f-ebb0-44bd-9f21-3334c420ae9f","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/rate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": [\n        {\n            \"blockchain\": \"c\",\n            \"address\": \"\",\n            \"currency\": \"\",\n            \"rateToDollar\": \"\",\n            \"rateToZam\": \"\",\n            \"amount\": \"\",\n            \"dateRate\": \"\",\n            \"addressContract\": \"\"\n        },\n        {\n            \"blockchain\": \"c\",\n            \"address\": \"\",\n            \"currency\": \"\",\n            \"rateToDollar\": \"\",\n            \"rateToZam\": \"\",\n            \"amount\": \"\",\n            \"dateRate\": \"\",\n            \"addressContract\": \"\"\n        }\n    ]\n}"},{"id":"78cb6679-5c30-4ed1-9944-c855e021401e","name":"Invalid input format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/rate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"c51d2a15-ccd7-415f-a179-e1cc19949dc5","name":"Request timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/rate"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"e06308c4-86ad-46de-bb50-9e3802ed4f2e","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/rate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"b1c3088d-3b10-450b-a712-3eb6eb6cbf83","name":"Service is unreachable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/rate"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"b7aff98e-af1d-43c0-8804-f0a71ff778d9"},{"name":"Selected cryptocurrency to dollar rate","id":"3cc7dd84-9b14-49d6-866e-16fd0f96ed1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://zam.io/api/rate/dollar?currency=BTC&blockchain=BTC&addressContract=STRING","description":"<p>Gets rate to dollar. Headers are described below.</p>\n","urlObject":{"path":["api","rate","dollar"],"host":["https://zam.io"],"query":[{"description":{"content":"<p>(Required) Cryptocurrency shortname</p>\n","type":"text/plain"},"key":"currency","value":"BTC"},{"description":{"content":"<p>(Required) Platform name</p>\n","type":"text/plain"},"key":"blockchain","value":"BTC"},{"description":{"content":"<p>Cryptocurrency contract address</p>\n","type":"text/plain"},"key":"addressContract","value":"STRING"}],"variable":[]}},"response":[{"id":"a8a25814-63d1-464f-9bf1-773e72285de8","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/dollar?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","dollar"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"blockchain\": \"\",\n        \"address\": \"\",\n        \"currency\": \"\",\n        \"rateToDollar\": \"\",\n        \"rateToZam\": \"\",\n        \"amount\": \"\",\n        \"dateRate\": \"\",\n        \"addressContract\": \"\"\n    }\n}"},{"id":"ee77a9e8-0784-4940-9357-b535e8a60f1b","name":"Invalid input format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/dollar?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","dollar"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"e886be6c-6045-48ea-8c87-a36429a54bdc","name":"Request timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/dollar?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","dollar"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"fcd97946-ef9b-46f8-bdf1-75e755c23728","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/dollar?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","dollar"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"bbeb15bf-2b3d-4362-9834-8b2c2599b73b","name":"Service is unreachable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/dollar?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","dollar"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"3cc7dd84-9b14-49d6-866e-16fd0f96ed1e"},{"name":"Selected cryptocurrency to Zam rate","id":"8fc7a92f-e306-4a72-8cb5-69f3c72000ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://zam.io/api/rate/zam?currency=BTC&blockchain=BTC&addressContract=STRING","description":"<p>Gets rate to Zam. Headers are described below.</p>\n","urlObject":{"path":["api","rate","zam"],"host":["https://zam.io"],"query":[{"description":{"content":"<p>(Required) Cryptocurrency shortname</p>\n","type":"text/plain"},"key":"currency","value":"BTC"},{"description":{"content":"<p>(Required) Platform name</p>\n","type":"text/plain"},"key":"blockchain","value":"BTC"},{"description":{"content":"<p>Cryptocurrency contract name</p>\n","type":"text/plain"},"key":"addressContract","value":"STRING"}],"variable":[]}},"response":[{"id":"d9d620d3-3df5-4519-8db6-a93462edd21b","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/zam?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","zam"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"blockchain\": \"\",\n        \"address\": \"\",\n        \"currency\": \"\",\n        \"rateToDollar\": \"\",\n        \"rateToZam\": \"\",\n        \"amount\": \"\",\n        \"dateRate\": \"\",\n        \"addressContract\": \"\"\n    }\n}"},{"id":"e9cbeeab-816d-4ac9-8c3c-16b50bd3d632","name":"Invalid input format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/zam?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","zam"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"f60b3c04-aa48-4109-8ea4-66153fe89d8d","name":"Request timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/zam?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","zam"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"bc2fa32f-0c2f-4d6a-9219-40637e7c33b5","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/zam?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","zam"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"d8b3ef52-23cc-4c60-8ddb-c5dc7322ffe8","name":"Service is unreachable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/rate/zam?currency=do adipisicing&blockchain=do adipisicing&addressContract=do adipisicing","host":["https://zam.io"],"path":["api","rate","zam"],"query":[{"key":"currency","value":"do adipisicing"},{"key":"blockchain","value":"do adipisicing"},{"key":"addressContract","value":"do adipisicing"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"8fc7a92f-e306-4a72-8cb5-69f3c72000ed"}],"id":"14177a4a-8c9f-4407-9064-79c03950e212","_postman_id":"14177a4a-8c9f-4407-9064-79c03950e212","description":""},{"name":"Amount information","item":[{"name":"Balance check on all connected wallets","id":"f41cf9b6-a09d-473d-a06c-577caccca9a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://zam.io/api/amount","description":"<p>Request for balance information on all enabled wallets.</p>\n","urlObject":{"path":["api","amount"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"99c08f0a-c988-4b66-92cc-7c5f1031d5c0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/amount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": [\n        {\n            \"blockchain\": \"\",\n            \"address\": \"\",\n            \"currency\": \"\",\n            \"amount\": \"\",\n            \"addressContract\": \"\"\n        },\n        {\n            \"blockchain\": \"\",\n            \"address\": \"\",\n            \"currency\": \"\",\n            \"amount\": \"\",\n            \"addressContract\": \"\"\n        }\n    ]\n}"},{"id":"7cf31016-6645-448e-b28f-c3ae83d278b3","name":"Invalid input format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/amount"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"c9ec7377-0e7f-403a-a4f1-5615ae23d6c8","name":"Request timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/amount"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"f7a9e080-5b59-475d-b47f-77fa9cdd4f38","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/amount"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"a15e5ee5-98f3-4146-8b2d-c49947fe6d82","name":"Service is unreachable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/amount"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unrechable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"f41cf9b6-a09d-473d-a06c-577caccca9a7"}],"id":"08ff78a9-b6ea-41ca-a931-f057a7f1e1f0","_postman_id":"08ff78a9-b6ea-41ca-a931-f057a7f1e1f0","description":""},{"name":"History","item":[{"name":"Transaction history for selected wallet","id":"0404c76d-3bbf-4849-9e94-cd169f5f233c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://zam.io/api/history","urlObject":{"path":["api","history"],"host":["https://zam.io"],"query":[],"variable":[]}},"response":[{"id":"95d7b6b4-8b19-49d3-8017-6fe6f6c0b334","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": [\n        {\n            \"blockchainFrom\": \"\",\n            \"blockchainTo\": \"\",\n            \"addressTo\": \"\",\n            \"amount\": \"\",\n            \"commission\": [\n                {\n                    \"paymentTransaction\": \"\",\n                    \"commissionTransaction\": \"\"\n                },\n                {\n                    \"paymentTransaction\": \"\",\n                    \"commissionTransaction\": \"\"\n                }\n            ],\n            \"dateCreate\": \"\",\n            \"dateConfirm\": \"\",\n            \"addressContractFrom\": \"\",\n            \"addressContractTo\": \"\",\n            \"adressFrom\": \"\",\n            \"currency\": \"\"\n        },\n        {\n            \"blockchainFrom\": \"\",\n            \"blockchainTo\": \"\",\n            \"addressTo\": \"\",\n            \"amount\": \"\",\n            \"commission\": [\n                {\n                    \"paymentTransaction\": \"\",\n                    \"commissionTransaction\": \"\"\n                },\n                {\n                    \"paymentTransaction\": \"\",\n                    \"commissionTransaction\": \"\"\n                }\n            ],\n            \"dateCreate\": \"\",\n            \"dateConfirm\": \"\",\n            \"addressContractFrom\": \"\",\n            \"addressContractTo\": \"\",\n            \"adressFrom\": \"\",\n            \"currency\": \"\"\n        }\n    ]\n}"},{"id":"5f6e2a42-6e64-48ed-8217-3c48a07aa3c2","name":"Invalid input format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/history"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"2ffd385f-4725-47ae-9b29-bfae46ea6c6d","name":"Request timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/history"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"7eb1454a-0469-41f9-91b4-7949f26727d2","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/history"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"9a847dbc-5c76-4235-aebc-09da5616bdfb","name":"Service is unreachable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://zam.io/api/history"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"0404c76d-3bbf-4849-9e94-cd169f5f233c"}],"id":"078cd5cb-1f38-4799-af4a-58a9dc2dfc31","_postman_id":"078cd5cb-1f38-4799-af4a-58a9dc2dfc31","description":""},{"name":"Notifications management","item":[{"name":"Update notifications","id":"3d57a02b-adde-493b-b5d1-3f96032e4492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://zam.io/api/notifications?offset=0&limit=10","urlObject":{"path":["api","notifications"],"host":["https://zam.io"],"query":[{"description":{"content":"<p>Startpoint of notification's displaying list</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Desired amount of notifications for one request</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"6d1390de-9bbd-48ec-b72a-f088e5f2476e","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/notifications?offset=0&limit=10","host":["https://zam.io"],"path":["api","notifications"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"notifications\": [\n            {\n                \"title\": \"Money purchase\",\n                \"text\": \"2.1 ETH were purchased to Your wallet (address ...), from address ... в 09:02:57 18.06.2021y.\",\n                \"date\": \"2020-10-05T10:04:07.666Z\",\n                \"read\": true\n            },\n            {\n                \"title\": \"Money purchase\",\n                \"text\": \"2.1 ETH were purchased to Your wallet (address ...), from address ... в 09:02:57 18.06.2021y.\",\n                \"date\": \"1947-04-26T15:41:07.646Z\",\n                \"read\": true\n            }\n        ],\n        \"pagination\": {\n            \"offset\": 0,\n            \"limit\": 10,\n            \"total\": 100\n        }\n    }\n}"},{"id":"47e10a33-c53c-4de4-9ace-212c85cc2c59","name":"Invalid input format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/notifications?offset=0&limit=10","host":["https://zam.io"],"path":["api","notifications"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"e459f955-a915-4f30-90e7-843ae99c79dc","name":"Request timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/notifications?offset=0&limit=10","host":["https://zam.io"],"path":["api","notifications"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"c422507e-127b-4b01-89ea-356426d21f0a","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/notifications?offset=0&limit=10","host":["https://zam.io"],"path":["api","notifications"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"3598fb7f-bf2c-443c-b4d6-1f7fb9fb945d","name":"Service is unreachable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/notifications?offset=0&limit=10","host":["https://zam.io"],"path":["api","notifications"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"3d57a02b-adde-493b-b5d1-3f96032e4492"}],"id":"d193789d-9889-4a25-b215-96f6ea29445d","_postman_id":"d193789d-9889-4a25-b215-96f6ea29445d","description":""},{"name":"Calculation requests","item":[{"name":"Transaction information request","id":"397bcd09-63be-4612-8b9b-eff36d460fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://zam.io/api/calculation?priority=MEDIUM&blockchainFrom=STRING&blockchainTo=STRING&addressContractFrom=STRING&addressContractTo=STRING&adressFrom=STRING&addressTo=STRING&amount=STRING&paymentRestrictionTransaction=STRING","description":"<p>Request to get approximate rate and cost of transaction. Headers are described below.</p>\n","urlObject":{"path":["api","calculation"],"host":["https://zam.io"],"query":[{"description":{"content":"<p>Transaction priority (default value - MEDIUM)</p>\n","type":"text/plain"},"key":"priority","value":"MEDIUM"},{"description":{"content":"<p>(Required) source platform name</p>\n","type":"text/plain"},"key":"blockchainFrom","value":"STRING"},{"description":{"content":"<p>(Required) destiantion platform name</p>\n","type":"text/plain"},"key":"blockchainTo","value":"STRING"},{"description":{"content":"<p>Contract adrress on source wallet</p>\n","type":"text/plain"},"key":"addressContractFrom","value":"STRING"},{"description":{"content":"<p>Contract address on destiantion wallet</p>\n","type":"text/plain"},"key":"addressContractTo","value":"STRING"},{"description":{"content":"<p>(Required) soruce wallet address</p>\n","type":"text/plain"},"key":"adressFrom","value":"STRING"},{"description":{"content":"<p>(Required) destiantion wallet address</p>\n","type":"text/plain"},"key":"addressTo","value":"STRING"},{"description":{"content":"<p>(Required) cryptrocurrency amount</p>\n","type":"text/plain"},"key":"amount","value":"STRING"},{"description":{"content":"<p>Payment restriction for transaction</p>\n","type":"text/plain"},"key":"paymentRestrictionTransaction","value":"STRING"}],"variable":[]}},"response":[{"id":"10c75bba-0b59-4d9b-82e0-280ddaa2a63d","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/calculation?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","calculation"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"Success\"\n    },\n    \"data\": {\n        \"blockchainFrom\": \"\",\n        \"blockchainTo\": \"\",\n        \"addressTo\": \"\",\n        \"amount\": \"\",\n        \"commission\": [\n            {\n                \"paymentTransaction\": \"\",\n                \"commissionTransaction\": \"\"\n            },\n            {\n                \"paymentTransaction\": \"\",\n                \"commissionTransaction\": \"\"\n            }\n        ],\n        \"dateActual\": \"n\",\n        \"addressContractFrom\": \"\",\n        \"addressContractTo\": \"\",\n        \"adressFrom\": \"\",\n        \"currency\": \"\"\n    }\n}"},{"id":"0232d3a3-b113-477e-be45-01e7e8f891b5","name":"Invalid input format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/calculation?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","calculation"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Invalid input format\"\n    },\n    \"data\": {}\n}"},{"id":"8abac5aa-81fb-4b07-9573-d0e75b793499","name":"Request timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/calculation?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","calculation"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Request timeout\"\n    },\n    \"data\": {}\n}"},{"id":"231d7b48-0d02-48e3-9c26-11b9ac2779d5","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/calculation?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","calculation"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Internal server error\"\n    },\n    \"data\": {}\n}"},{"id":"55663d0c-f572-4397-b265-beebfac0bcf2","name":"Service is unreachable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://zam.io/api/calculation?priority=MEDIUM&blockchainFrom=do adipisicing&blockchainTo=do adipisicing&addressContractFrom=do adipisicing&addressContractTo=do adipisicing&adressFrom=do adipisicing&addressTo=do adipisicing&amount=do adipisicing&paymentRestrictionTransaction=do adipisicing","host":["https://zam.io"],"path":["api","calculation"],"query":[{"key":"priority","value":"MEDIUM"},{"key":"blockchainFrom","value":"do adipisicing"},{"key":"blockchainTo","value":"do adipisicing"},{"key":"addressContractFrom","value":"do adipisicing"},{"key":"addressContractTo","value":"do adipisicing"},{"key":"adressFrom","value":"do adipisicing"},{"key":"addressTo","value":"do adipisicing"},{"key":"amount","value":"do adipisicing"},{"key":"paymentRestrictionTransaction","value":"do adipisicing"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"OK\",\n        \"message\": \"ERROR - Service is unreachable\"\n    },\n    \"data\": {}\n}"}],"_postman_id":"397bcd09-63be-4612-8b9b-eff36d460fe1"}],"id":"0067b260-e3e1-404b-b3d2-4a5a3e4e3b65","_postman_id":"0067b260-e3e1-404b-b3d2-4a5a3e4e3b65","description":""}],"variable":[{"key":"baseUrl","value":"https://zam.io","type":"string"}]}