{"info":{"_postman_id":"8eb7874d-052d-475e-909a-47504aea3634","name":"users","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7663576","collectionId":"8eb7874d-052d-475e-909a-47504aea3634","publishedId":"S1ZufC5D","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-06-19T03:26:42.000Z"},"item":[{"name":"/users","id":"7e91db2b-a9c6-414d-a6f5-074839d703b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"my-address","type":"text","value":"{{address}}"}],"url":"{{url}}/users?order&page&perPage","description":"<p>Get a list of users</p>\n","urlObject":{"path":["users"],"host":["{{url}}"],"query":[{"description":{"content":"<p>{ [key]: 'ASC' | 'DESC' }</p>\n","type":"text/plain"},"key":"order","value":null},{"key":"page","value":null},{"key":"perPage","value":null}],"variable":[]}},"response":[],"_postman_id":"7e91db2b-a9c6-414d-a6f5-074839d703b1"},{"name":"/users/:address","id":"923c5e39-3c49-490d-b5da-1c813645b026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"my-address","type":"text","value":"{{address}}"}],"url":"{{url}}/users/:address","description":"<p>Get a single user by address</p>\n","urlObject":{"path":["users",":address"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"","key":"address"}]}},"response":[],"_postman_id":"923c5e39-3c49-490d-b5da-1c813645b026"},{"name":"/users/:address/balance","id":"9cf0769b-17a3-4567-a567-e3e4c2a4b2b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"my-address","type":"text","value":"{{address}}"}],"url":"{{url}}/users/:address/balance","description":"<p>Get the balance of an address</p>\n","urlObject":{"path":["users",":address","balance"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"","key":"address"}]}},"response":[],"_postman_id":"9cf0769b-17a3-4567-a567-e3e4c2a4b2b3"},{"name":"/users/:address/utxos","id":"f6626080-03f0-4a2e-9ac6-379d030915bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"my-address","type":"text","value":"{{address}}"}],"url":"{{url}}/users/:address/utxos?amount&batchSize","description":"<p>Get a list of utxos for an address</p>\n","urlObject":{"path":["users",":address","utxos"],"host":["{{url}}"],"query":[{"key":"amount","value":""},{"key":"batchSize","value":""}],"variable":[{"type":"string","value":"","key":"address"}]}},"response":[],"_postman_id":"f6626080-03f0-4a2e-9ac6-379d030915bb"},{"name":"/users/:address/users","id":"256dc1a9-6c56-4f27-80d3-f4d0531cb5ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"my-address","type":"text","value":"{{address}}"}],"url":"{{url}}/users/:address/users?type=&order=&page=&perPage=","description":"<p>Get a list of users who are following or followed by an address</p>\n","urlObject":{"path":["users",":address","users"],"host":["{{url}}"],"query":[{"description":{"content":"<p>REQUIRED - followers, following</p>\n","type":"text/plain"},"key":"type","value":""},{"description":{"content":"<p>{ [key]: 'ASC' | 'DESC' }</p>\n","type":"text/plain"},"key":"order","value":""},{"key":"page","value":""},{"key":"perPage","value":""}],"variable":[{"type":"string","value":"","key":"address"}]}},"response":[],"_postman_id":"256dc1a9-6c56-4f27-80d3-f4d0531cb5ce"}]}