{"info":{"_postman_id":"71ce3862-08be-c8de-0cc1-ecb51fe95810","name":"Exchange","description":"<html><head></head><body><p>Exchange API for toQio.\nWorks with bitcoin, ethers and any other coin erc20 (created via the endpoint /coins).</p>\n<p>For now, the URL is:\n<a href=\"http://54.229.121.76:3003/exc/\">http://54.229.121.76:3003/exc/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3372701","collectionId":"71ce3862-08be-c8de-0cc1-ecb51fe95810","publishedId":"RVftjBZD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-02-26T16:04:47.000Z"},"item":[{"name":"GET /users/:address Contract","event":[{"listen":"test","script":{"exec":["pm.test(\"Response is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Status is success\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql('success');","});","","pm.test(\"balance is a number\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.balance).to.be.an('number');","});","","pm.test(\"balance is not null\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.balance).to.not.null;","});","",""],"id":"b3c839a0-17ce-488b-8827-6460b3a5eb9e","type":"text/javascript"}}],"id":"48799a32-f055-3c06-3a86-5ef3fcb75e00","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.229.121.76:3003/exc/users/:coin/:address","description":"<p>Get's the balance for the address. Since and address is for a coin, the coin is needed.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","users",":coin",":address"],"host":["54","229","121","76"],"query":[],"variable":[{"type":"any","value":"sunzi","key":"coin"},{"type":"any","value":"0x11234A7CC7f1DBFD7484398052cf0Ce38Aaed821","key":"address"}]}},"response":[{"id":"24d816f0-026d-609e-eb85-02b447e0fb17","name":"GET /users/:address - 01 - SUCCESS","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xfee4984bc5104276a4ead1bfee6302f6e31a1eb2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"41","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"154","body":"{\"status\":\"success\",\"data\":{\"balance\":0}}"},{"id":"5de7e38b-138f-e077-7ae2-fc2c16ca1cf7","name":"GET /users/:address - 03 - ERROR - Internal server error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xfee4984bc5104276a4ead1bfee6302f6e31a1eb2"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"41","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"error\",\n    \"message\": \"Internal server error\"\n}"},{"id":"a912031a-0709-8c80-afbf-f392574ba120","name":"GET /users/:address - 04 - User doesn't exists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xEBb82A034b9Af5E4477071A9F7f51325353e3233"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"41","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"fail\",\n    \"message\": \"Address doesn't exist\"\n}"},{"id":"b5f44ab3-e5f0-9420-28e8-42e4d997c9f1","name":"GET /users/:address - 02 - ERROR - Wrong address format","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/123"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"41","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"fail\",\n    \"message\": \"address has wrong format\"\n}"}],"_postman_id":"48799a32-f055-3c06-3a86-5ef3fcb75e00"},{"name":"GET /users/:address ETH","event":[{"listen":"test","script":{"exec":["pm.test(\"Response is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Status is success\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql('success');","});","","pm.test(\"balance is a number\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.balance).to.be.an('number');","});","","pm.test(\"balance is not null\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.balance).to.not.null;","});","",""],"id":"b3c839a0-17ce-488b-8827-6460b3a5eb9e","type":"text/javascript"}}],"id":"2b4cc458-ca69-6a32-7687-dbf7c16894f0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.229.121.76:3003/exc/users/:coin/:address","description":"<p>Get's the balance for the address. Since and address is for a coin, the coin is needed.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","users",":coin",":address"],"host":["54","229","121","76"],"query":[],"variable":[{"type":"any","value":"ethereum","key":"coin"},{"type":"any","value":"0x23A1F240a91299451Dea190F5531f541C99040C9","key":"address"}]}},"response":[{"id":"63e28244-8af2-c068-7b19-53c1c4ffc314","name":"GET /users/:address - 02 - ERROR - Wrong address format","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/123"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"fail\",\n    \"message\": \"address has wrong format\"\n}"},{"id":"7866acf4-5c0c-64a6-6509-4eb9e7d8d00f","name":"GET /users/:address - 04 - User doesn't exists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xEBb82A034b9Af5E4477071A9F7f51325353e3233"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"fail\",\n    \"message\": \"Address doesn't exist\"\n}"},{"id":"e683c5c8-a3a8-83c9-5e8d-59c98536ae59","name":"GET /users/:address - 01 - SUCCESS","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xfee4984bc5104276a4ead1bfee6302f6e31a1eb2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"154","body":"{\"status\":\"success\",\"data\":{\"balance\":0}}"},{"id":"fb6243d3-327c-1bdc-1d13-b923cad2d360","name":"GET /users/:address - 03 - ERROR - Internal server error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xfee4984bc5104276a4ead1bfee6302f6e31a1eb2"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"error\",\n    \"message\": \"Internal server error\"\n}"}],"_postman_id":"2b4cc458-ca69-6a32-7687-dbf7c16894f0"},{"name":"GET /users/:address BTC","event":[{"listen":"test","script":{"exec":["pm.test(\"Response is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Status is success\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql('success');","});","","pm.test(\"balance is a number\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.balance).to.be.an('number');","});","","pm.test(\"balance is not null\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.balance).to.not.null;","});","",""],"id":"b3c839a0-17ce-488b-8827-6460b3a5eb9e","type":"text/javascript"}}],"id":"b90f3090-11db-09ca-56a3-44dd2e48628f","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.229.121.76:3003/exc/users/:coin/:address","description":"<p>Get's the balance for the address. Since and address is for a coin, the coin is needed.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","users",":coin",":address"],"host":["54","229","121","76"],"query":[],"variable":[{"type":"any","value":"bitcoin","key":"coin"},{"type":"any","value":"mgZE2mXyboaqDyYe9UbjQHRXvBhs1x9ZgL","key":"address"}]}},"response":[{"id":"018fe45c-8b7e-268d-f2cf-1f87aa2dac39","name":"GET /users/:address - 02 - ERROR - Wrong address format","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/123"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"fail\",\n    \"message\": \"address has wrong format\"\n}"},{"id":"4e083647-4784-c5ee-b547-d7684cd383e2","name":"GET /users/:address - 04 - User doesn't exists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xEBb82A034b9Af5E4477071A9F7f51325353e3233"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"fail\",\n    \"message\": \"Address doesn't exist\"\n}"},{"id":"5cf3d482-6195-d66f-67ca-906286b9ef77","name":"GET /users/:address - 03 - ERROR - Internal server error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xfee4984bc5104276a4ead1bfee6302f6e31a1eb2"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"154","body":"{\n    \"status\": \"error\",\n    \"message\": \"Internal server error\"\n}"},{"id":"9c6a1ca6-8a9d-2333-27b8-72d5198bd396","name":"GET /users/:address - 01 - SUCCESS","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://54.171.134.62:3000/api/users/0xfee4984bc5104276a4ead1bfee6302f6e31a1eb2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"41","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 08 Jan 2018 09:26:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"29-eN2fcecowBCb75v76pqexz51nsg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"154","body":"{\"status\":\"success\",\"data\":{\"balance\":0}}"}],"_postman_id":"b90f3090-11db-09ca-56a3-44dd2e48628f"},{"name":"POST - Users ETH","id":"1c761614-46e1-0d80-cabf-f3ab91bdbdb2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"ethereum\"}"},"url":"http://54.229.121.76:3003/exc/users/","description":"<p>Creates a new address for the coin specified. Only that coin will work with the address.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","users",""],"host":["54","229","121","76"],"query":[],"variable":[]}},"response":[{"id":"3a2f91cc-cd81-38be-387c-6c78237cc35c","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"49","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"},{"id":"65c3e6f9-7616-ba30-4ca7-5552d63bf7c6","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"ethereum\"}"},"url":"http://54.229.121.76:3003/exc/users/","description":"Creates a new address for the coin specified. Only that coin will work with the address."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"76","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"},{"id":"6e5d9bf9-8959-f55a-478f-25f08ee55e8b","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"ethereum\"}"},"url":"http://54.229.121.76:3003/exc/users/","description":"Creates a new address for the coin specified. Only that coin will work with the address."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"49","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"},{"id":"af5f9396-5300-79f0-d37b-680574b3afca","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"76","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"}],"_postman_id":"1c761614-46e1-0d80-cabf-f3ab91bdbdb2"},{"name":"POST - Users Contract","id":"add336ca-532f-6ec7-38dd-af958de3d167","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"network\": \"ethereum\",\n\t\"addressMode\": \"private\"\n}"},"url":"http://127.0.0.1:3333/api/users/","description":"<p>Creates a new address for the coin specified. Only that coin will work with the address.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["api","users",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"37f932ca-c993-14aa-4ddd-1bf8154b1349","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"49","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"},{"id":"afc58cb3-1fc6-5c26-f315-98e767af51c9","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"76","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"}],"_postman_id":"add336ca-532f-6ec7-38dd-af958de3d167"},{"name":"POST - Users BTC","id":"0625d7ff-6277-e717-9f37-3e1dd1d2858a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"bitcoin\"}"},"url":"http://54.229.121.76:3003/exc/users/","description":"<p>Creates a new address for the coin specified. Only that coin will work with the address.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","users",""],"host":["54","229","121","76"],"query":[],"variable":[]}},"response":[{"id":"562f726d-dc36-e7e4-9523-ca6375aabc10","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"},{"id":"d07fcd60-1eef-b11e-da6b-04e153c1e6fe","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"76","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"}],"_postman_id":"0625d7ff-6277-e717-9f37-3e1dd1d2858a"},{"name":"POST - Transfer ETH","id":"5570ddb2-739a-92a7-4ad6-c47073219c05","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"ethereum\", \n\t\"from_wallet\": \"0xC35255d906a633b693f8BC5692c44Dd3B15AF037\",\n\t\"to_wallet\": \"0xB63CF29d1BFC552d1f5485735c7F18b182bFe53F\",\n\t\"amount\": 10\n}"},"url":"http://34.240.171.252:3003/exc/transfer/","description":"<p>Transfers the amount between accounts.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","transfer",""],"host":["34","240","171","252"],"query":[],"variable":[]}},"response":[{"id":"40dfce15-f474-576f-64f2-a9bb1e09bf5a","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"},{"id":"976e3afa-92bf-7f1d-85d7-b94beb318975","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"76","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"}],"_postman_id":"5570ddb2-739a-92a7-4ad6-c47073219c05"},{"name":"POST - Transfer Contract","id":"6019e3db-23f5-436d-bfbc-93c32c7c1faf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"ethereum\", \n\t\"from_wallet\": \"0xC35255d906a633b693f8BC5692c44Dd3B15AF037\",\n\t\"to_wallet\": \"0xB63CF29d1BFC552d1f5485735c7F18b182bFe53F\",\n\t\"amount\": 10\n}"},"url":"http://34.240.171.252:3003/exc/transfer/","description":"<p>Transfers the amount between accounts.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","transfer",""],"host":["34","240","171","252"],"query":[],"variable":[]}},"response":[{"id":"85ce0361-1a15-4ab3-b363-0f44152316b6","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"ethereum\", \n\t\"from_wallet\": \"0x0551C2de3EbcC2f866937577aae93F89ea8924C0\",\n\t\"to_wallet\": \"0x0B0c626c0b181EBef9e27B3EeF36c0b71bB36CCd\",\n\t\"amount\": 0.0001\n}"},"url":"http://54.229.121.76:3003/exc/transfer/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"},{"id":"b968bcee-3fd7-42e3-90ef-4ae9c5d77631","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"ethereum\", \n\t\"from_wallet\": \"0x0551C2de3EbcC2f866937577aae93F89ea8924C0\",\n\t\"to_wallet\": \"0x0B0c626c0b181EBef9e27B3EeF36c0b71bB36CCd\",\n\t\"amount\": 0.0001\n}"},"url":"http://54.229.121.76:3003/exc/transfer/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"76","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"}],"_postman_id":"6019e3db-23f5-436d-bfbc-93c32c7c1faf"},{"name":"POST - Transfer BTC","id":"8e53a953-fb43-5653-6128-9d80de0e8024","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"bitcoin\", \n\t\"from_wallet\": \"n4Q1rWXeG3BbYFUWhw7bRW3sbrrGBy1BBH\",\n\t\"to_wallet\": \"2N8hwP1WmJrFF5QWABn38y63uYLhnJYJYTF\",\n\t\"amount\": 1000000\n}"},"url":"http://54.229.121.76:3003/exc/transfer/","description":"<p>Transfers the amount between accounts.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","transfer",""],"host":["54","229","121","76"],"query":[],"variable":[]}},"response":[{"id":"99e0a697-cd4e-8e2f-aea8-ce5fec9a0696","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"76","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"},{"id":"9de18f3b-45b0-8d80-c9ac-f0f3365ae321","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"}],"_postman_id":"8e53a953-fb43-5653-6128-9d80de0e8024"},{"name":"POST - TransferAll BTC","id":"0060bb54-1cb3-ca30-a9f1-c4f11f9ee3ee","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"bitcoin\", \n  \"from_wallet\": \"mszyUe2Cyzr34z9qixHmPBGKcm1vMX5Tq5\"\n}"},"url":"http://34.240.171.252:3003/exc/transferAll/","description":"<p>Transfers the amount between accounts.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","transferAll",""],"host":["34","240","171","252"],"query":[],"variable":[]}},"response":[{"id":"28ba054b-9025-37aa-ba3a-f61df50833c2","name":"POST - TransferAll BTC 01 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"bitcoin\", \n\t\"from_wallet\": \"mgZE2mXyboaqDyYe9UbjQHRXvBhs1x9ZgL\"\n}"},"url":"http://54.229.121.76:3003/exc/transferAll/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"105","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Mar 2018 11:29:55 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"69-3VOv+6k4usG/euQpUtD64FcY2dE\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"414","body":"{\"status\":\"success\",\"data\":{\"txHash\":\"1454573fa202bcc4ee3825274b9894a4855b214bf237250ac0e334a19006041d\"}}"}],"_postman_id":"0060bb54-1cb3-ca30-a9f1-c4f11f9ee3ee"},{"name":"POST - TransferAll ETH","id":"49d8c2e9-67ff-4800-8f69-5070b1f786c0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"ethereum\", \n  \"from_wallet\": \"0xfcDDc8e65E58fA0a487e5Ae9fe674797B6a754d3\"\n}"},"url":"http://34.240.171.252:3003/exc/transferAll/","description":"<p>Transfers the amount between accounts.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","transferAll",""],"host":["34","240","171","252"],"query":[],"variable":[]}},"response":[{"id":"9c227310-98bf-48a6-b96f-4794abb77c6c","name":"POST - TransferAll BTC 01 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"bitcoin\", \n\t\"from_wallet\": \"mgZE2mXyboaqDyYe9UbjQHRXvBhs1x9ZgL\"\n}"},"url":"http://54.229.121.76:3003/exc/transferAll/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"105","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Mar 2018 11:29:55 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"69-3VOv+6k4usG/euQpUtD64FcY2dE\"","name":"ETag","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":""},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":\"success\",\"data\":{\"txHash\":\"1454573fa202bcc4ee3825274b9894a4855b214bf237250ac0e334a19006041d\"}}"}],"_postman_id":"49d8c2e9-67ff-4800-8f69-5070b1f786c0"},{"name":"POST - Recharge Contract","id":"4970252b-4207-61b6-712c-d844aba628e9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"sunzi\", \n\t\"to_wallet\": \"0x11234A7CC7f1DBFD7484398052cf0Ce38Aaed821\",\n\t\"amount\": \"100000\"\n}"},"url":"http://54.229.121.76:3003/exc/recharge/","description":"<p>Adds an amount from the exchange's account into the users account.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","recharge",""],"host":["54","229","121","76"],"query":[],"variable":[]}},"response":[{"id":"b0f29613-7d72-edb0-8465-962d6f29569e","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"76","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"},{"id":"e0ae3bca-62b8-ae67-29fc-b1b05949f276","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"}],"_postman_id":"4970252b-4207-61b6-712c-d844aba628e9"},{"name":"POST - Deploy Contract","id":"643d24b2-d11a-0657-ae0e-99c1a4414a15","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"contract\": \"60606040526040805190810160405280600481526020017f41302e3100000000000000000000000000000000000000000000000000000000815250600690805190602001906200005192919062000171565b5034156200005e57600080fd5b64e8d4a51000600160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555064e8d4a510006000819055506040805190810160405280600981526020017f6e6f64616c636f696e0000000000000000000000000000000000000000000000815250600390805190602001906200010092919062000171565b506008600460006101000a81548160ff021916908360ff1602179055506040805190810160405280600581526020017f4e4f44414c000000000000000000000000000000000000000000000000000000815250600590805190602001906200016a92919062000171565b5062000220565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620001b457805160ff1916838001178555620001e5565b82800160010185558215620001e5579182015b82811115620001e4578251825591602001919060010190620001c7565b5b509050620001f49190620001f8565b5090565b6200021d91905b8082111562000219576000816000905550600101620001ff565b5090565b90565b61109e80620002306000396000f3006060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c5578063313ce5671461023e57806354fd4d501461026d57806370a08231146102fb57806395d89b4114610348578063a9059cbb146103d6578063cae9ca5114610430578063dd62ed3e146104cd575b600080fd5b34156100bf57600080fd5b6100c7610539565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101075780820151818401526020810190506100ec565b50505050905090810190601f1680156101345780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561014d57600080fd5b610182600480803573ffffffffffffffffffffffffffffffffffffffff169060200190919080359060200190919050506105d7565b604051808215151515815260200191505060405180910390f35b34156101a757600080fd5b6101af6106c9565b6040518082815260200191505060405180910390f35b34156101d057600080fd5b610224600480803573ffffffffffffffffffffffffffffffffffffffff1690602001909190803573ffffffffffffffffffffffffffffffffffffffff169060200190919080359060200190919050506106cf565b604051808215151515815260200191505060405180910390f35b341561024957600080fd5b6102516109ca565b604051808260ff1660ff16815260200191505060405180910390f35b341561027857600080fd5b6102806109dd565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156102c05780820151818401526020810190506102a5565b50505050905090810190601f1680156102ed5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561030657600080fd5b610332600480803573ffffffffffffffffffffffffffffffffffffffff16906020019091905050610a7b565b6040518082815260200191505060405180910390f35b341561035357600080fd5b61035b610ac4565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561039b578082015181840152602081019050610380565b50505050905090810190601f1680156103c85780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34156103e157600080fd5b610416600480803573ffffffffffffffffffffffffffffffffffffffff16906020019091908035906020019091905050610b62565b604051808215151515815260200191505060405180910390f35b341561043b57600080fd5b6104b3600480803573ffffffffffffffffffffffffffffffffffffffff1690602001909190803590602001909190803590602001908201803590602001908080601f01602080910402602001604051908101604052809392919081815260200183838082843782019150505050505091905050610d4a565b604051808215151515815260200191505060405180910390f35b34156104d857600080fd5b610523600480803573ffffffffffffffffffffffffffffffffffffffff1690602001909190803573ffffffffffffffffffffffffffffffffffffffff16906020019091905050610feb565b6040518082815260200191505060405180910390f35b60038054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156105cf5780601f106105a4576101008083540402835291602001916105cf565b820191906000526020600020905b8154815290600101906020018083116105b257829003601f168201915b505050505081565b600081600260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508273ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925846040518082815260200191505060405180910390a36001905092915050565b60005481565b600081600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541015801561079c575081600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205410155b80156108275750600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205482600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205401115b156109be5781600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555081600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254039250508190555081600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a3600190506109c3565b600090505b9392505050565b600460009054906101000a900460ff1681565b60068054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610a735780601f10610a4857610100808354040283529160200191610a73565b820191906000526020600020905b815481529060010190602001808311610a5657829003601f168201915b505050505081565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60058054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610b5a5780601f10610b2f57610100808354040283529160200191610b5a565b820191906000526020600020905b815481529060010190602001808311610b3d57829003601f168201915b505050505081565b600081600160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205410158015610c325750600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205482600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205401115b15610d3f5781600160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254039250508190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a360019050610d44565b600090505b92915050565b600082600260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508373ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925856040518082815260200191505060405180910390a38373ffffffffffffffffffffffffffffffffffffffff1660405180807f72656365697665417070726f76616c28616464726573732c75696e743235362c81526020017f616464726573732c627974657329000000000000000000000000000000000000815250602e01905060405180910390207c01000000000000000000000000000000000000000000000000000000009004338530866040518563ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018481526020018373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828051906020019080838360005b83811015610f8b578082015181840152602081019050610f70565b50505050905090810190601f168015610fb85780820380516001836020036101000a031916815260200191505b5094505050505060006040518083038160008761646e5a03f1925050501515610fe057600080fd5b600190509392505050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050929150505600a165627a7a72305820283af60c45af45a19b67ab4d1d4da15dfe98afec873bdf34cbcc5cf6b4868fd90029\",\n\t\"address\": \"erc20.abi\"\n}"},"url":"http://54.229.121.76:3003/exc/contract/","description":"<p>FOR TESTING PURPOSES ONLY, DO NOT TOUCH</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","contract",""],"host":["54","229","121","76"],"query":[],"variable":[]}},"response":[{"id":"26102f57-4555-573d-7f28-5094857936f1","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"},{"id":"b83b741d-4e02-0a57-cef4-b5499011d40c","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"76","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"}],"_postman_id":"643d24b2-d11a-0657-ae0e-99c1a4414a15"},{"name":"POST - Withdraw Contract","id":"2782a56b-0d1c-4259-639d-162472022938","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"coin\": \"sunzi\", \n\t\"from_wallet\": \"0x11234A7CC7f1DBFD7484398052cf0Ce38Aaed821\",\n\t\"amount\": 100\n}"},"url":"http://54.229.121.76:3003/exc/withdraw/","description":"<p>Withdraws coins from the users account and deposits them into the exchange account.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","withdraw",""],"host":["54","229","121","76"],"query":[],"variable":[]}},"response":[{"id":"a962bfaf-ab96-231a-7398-34aab793a991","name":"POST - Users - 02 - ERROR - User already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"49","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"31-0iKD6zM7bj7hDduiRU7InByNKvE\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"224","body":"{\"status\":\"fail\",\"message\":\"User already exists\"}"},{"id":"e32a5078-78bc-fceb-430f-b90f8d8d7eb4","name":"POST - Users - 01 - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"user_id\": \"2\"}"},"url":"http://127.0.0.1:3003/exc/users/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"76","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 12 Jan 2018 09:10:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4c-5t1ctb2F0+nDhTdTHsB1suJxIXs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"288","body":"{\"status\":\"success\",\"data\":{\"address\":\"mpRnZhYm7UMVbymQoYvyQNVVQ4anQyd5Fx\"}}"}],"_postman_id":"2782a56b-0d1c-4259-639d-162472022938"},{"name":"POST - Coins","id":"f353409c-af2e-b728-f527-1ceea018dd74","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"coin\": \"sunzi\", \n\"address\": \"0x9E0754a9F6a32808486688ea450fce4Cd496fC78\"\n}"},"url":"http://54.229.121.76:3003/exc/coins/","description":"<p>Create a new coin, that uses the contract specified in the address.\nThe exchange will only operate with coins that are uploaded this way.</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","coins",""],"host":["54","229","121","76"],"query":[],"variable":[]}},"response":[],"_postman_id":"f353409c-af2e-b728-f527-1ceea018dd74"},{"name":"GET /tx/:txHash","event":[{"listen":"test","script":{"exec":["pm.test(\"Response is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Status is success\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql('success');","});","","pm.test(\"balance is a number\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.balance).to.be.an('number');","});","","pm.test(\"balance is not null\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.balance).to.not.null;","});","",""],"id":"b3c839a0-17ce-488b-8827-6460b3a5eb9e","type":"text/javascript"}}],"id":"c957994c-e9de-4540-8571-684c4045dbab","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\": \"1234\"}"},"url":"http://127.0.0.1:3003/exc/users/:coin/:address","description":"<p>Get a transaction</p>\n","urlObject":{"protocol":"http","port":"3003","path":["exc","users",":coin",":address"],"host":["127","0","0","1"],"query":[],"variable":[{"type":"any","value":"bitcoin","key":"coin"},{"type":"any","value":"mgZE2mXyboaqDyYe9UbjQHRXvBhs1x9ZgL","key":"address"}]}},"response":[],"_postman_id":"c957994c-e9de-4540-8571-684c4045dbab"},{"name":"Coinmarketcap","id":"351b4033-50b4-44f9-b65b-2adadaa3bf11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"351b4033-50b4-44f9-b65b-2adadaa3bf11"},{"name":"Coinbase","id":"adfe3b3d-e5d0-47e5-88ac-df25c246b909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"adfe3b3d-e5d0-47e5-88ac-df25c246b909"}]}