{"info":{"_postman_id":"db1aca6a-0bf5-4f6d-8b1a-730ddb9a2490","name":"Ethereum Observer API","description":"<html><head></head><body><h1 id=\"ethereum-observer-api\">Ethereum Observer API</h1>\n<p>\n  <a href=\"https://ethereum-observer-api.andromeda.technology\"><img src=\"./storage/static/hero.jpg\" alt=\"Ethereum Observer API\"></a>\n  <br>\n  <br>\n  <a href=\"https://ethereum-observer-api.andromeda.technology\">Simple tracker for Ethereum Network</a>\n  <br>\n  <a href=\"https://ethereum-observer-api.andromeda.technology\">https://ethereum-observer-api.andromeda.technology</a>\n</p>\n\n<p>Simple <code>block and transaction tracker</code> for <a href=\"https://ethereum.org\">Ethereum network</a>.</p>\n<p>Uses a <code>Smart Contract</code> to save short summary for each day.</p>\n<ul>\n<li><a href=\"https://github.com/moltouni/ethereum-observer-api\">GitHub</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Ethereum Observer API","slug":"ethereum-observer-api"}],"owner":"97483","collectionId":"db1aca6a-0bf5-4f6d-8b1a-730ddb9a2490","publishedId":"UUy7aPBG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-08T03:23:51.000Z"},"item":[{"name":"Root","item":[{"name":"Hello","id":"6dd53e4b-ba3c-48bf-bfac-91f8dfce176e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}{{api_prefix}}","urlObject":{"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dd53e4b-ba3c-48bf-bfac-91f8dfce176e"}],"id":"c2b17319-249e-46c5-904f-4ca7db409861","_postman_id":"c2b17319-249e-46c5-904f-4ca7db409861","description":""},{"name":"Auth","item":[{"name":"Get token","event":[{"listen":"test","script":{"id":"8d7ee196-298c-4a0b-a450-133e0ad01a2c","exec":["pm.test(\"Has Token\", function () {","    var jsonData = pm.response.json();","    pm.environment.set(\"access_token\", jsonData.token);","});"],"type":"text/javascript"}}],"id":"c4dc33ca-c1db-47ae-8159-9604c7f0bc7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"password","value":"{{admin_password}}","type":"text"}]},"url":"{{host}}{{api_prefix}}/auth/token","urlObject":{"path":["auth","token"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4dc33ca-c1db-47ae-8159-9604c7f0bc7e"}],"id":"b6bea64e-028a-4491-b75c-49e15aa2b894","_postman_id":"b6bea64e-028a-4491-b75c-49e15aa2b894","description":""},{"name":"Network","item":[{"name":"Connect to Ethereum","event":[{"listen":"test","script":{"id":"f93b0af6-b048-4cdc-9f2f-2b0f02f4de8b","exec":["pm.test(\"Response\", function () {","    var jsonData = pm.response.json();","});"],"type":"text/javascript"}}],"id":"2b481d83-09f7-4ed8-9601-12b93d3fd8a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{host}}{{api_prefix}}/network","urlObject":{"path":["network"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b481d83-09f7-4ed8-9601-12b93d3fd8a9"},{"name":"Disconnect from Ethereum","event":[{"listen":"test","script":{"id":"a87a3c6a-eb8a-4e00-8673-fa3ade1025a8","exec":["pm.test(\"Response\", function () {","    var jsonData = pm.response.json();","});"],"type":"text/javascript"}}],"id":"df53871e-7fea-4189-a37e-bbba41aaf9e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{host}}{{api_prefix}}/network","urlObject":{"path":["network"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df53871e-7fea-4189-a37e-bbba41aaf9e1"}],"id":"aa9ce547-b922-46fa-9924-4bd5db6dd631","_postman_id":"aa9ce547-b922-46fa-9924-4bd5db6dd631","description":""},{"name":"Block","item":[{"name":"Find Blocks","event":[{"listen":"test","script":{"id":"251d959b-ddf9-4d8a-a1b5-a389f02a51a3","exec":["pm.test(\"\", function () {","    var jsonData = pm.response.json();","    var lastId = jsonData.length ? jsonData[jsonData.length - 1]._id : null;","    pm.environment.set(\"block_id\", lastId);","});"],"type":"text/javascript"}}],"id":"0707efec-edb8-485f-909c-08a05d47b8e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}{{api_prefix}}/blocks","urlObject":{"path":["blocks"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0707efec-edb8-485f-909c-08a05d47b8e1"},{"name":"Find Block","id":"98342100-b4f8-427a-94c5-b75b6d684b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}{{api_prefix}}/blocks/{{block_id}}","urlObject":{"path":["blocks","{{block_id}}"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98342100-b4f8-427a-94c5-b75b6d684b12"},{"name":"Delete All Blocks","id":"c53e93f6-c3e3-44fe-9765-ce19c8c83973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{host}}{{api_prefix}}/blocks","urlObject":{"path":["blocks"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c53e93f6-c3e3-44fe-9765-ce19c8c83973"}],"id":"2739c476-7307-4af3-8e84-b047f7bfbe9e","_postman_id":"2739c476-7307-4af3-8e84-b047f7bfbe9e","description":""},{"name":"Summary - SmartContract","item":[{"name":"Get summaries","event":[{"listen":"test","script":{"id":"3c9d6d9b-ca3b-49b2-b26b-eebc2c139757","exec":["pm.test(\"\", function () {","    var jsonData = pm.response.json();","    const keys = jsonData ? Object.keys(jsonData) : [];","    var lastId = keys.length ? keys[keys.length - 1] : null;","    pm.environment.set(\"dayTimestampStartMs\", lastId);","});"],"type":"text/javascript"}}],"id":"291dbb84-6d0c-4ada-bc51-ff79a06f62bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}{{api_prefix}}/summary","urlObject":{"path":["summary"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"291dbb84-6d0c-4ada-bc51-ff79a06f62bd"},{"name":"Get summary for the day","event":[{"listen":"test","script":{"id":"866082b6-6f5c-454b-a9e4-f5f8205c3c89","exec":["pm.test(\"\", function () {","    var jsonData = pm.response.json();","    var lastId = jsonData.length ? jsonData[jsonData.length - 1]._id : null;","    // pm.environment.set(\"block_id\", lastId);","});"],"type":"text/javascript"}}],"id":"7a29b959-1f70-4f05-90a0-47c63de6756f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}{{api_prefix}}/summary/{{dayTimestampStartMs}}","urlObject":{"path":["summary","{{dayTimestampStartMs}}"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a29b959-1f70-4f05-90a0-47c63de6756f"},{"name":"Add summary for the day","id":"5ecb7ce9-f5e0-407e-a35d-f18f0bd81e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{host}}{{api_prefix}}/summary","urlObject":{"path":["summary"],"host":["{{host}}{{api_prefix}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ecb7ce9-f5e0-407e-a35d-f18f0bd81e8b"}],"id":"a0af0120-6ece-4147-b7e0-12cdec27e4c7","_postman_id":"a0af0120-6ece-4147-b7e0-12cdec27e4c7","description":""}],"event":[{"listen":"prerequest","script":{"id":"0f0d8e57-4738-4bb1-8130-2f4bafdcceab","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e54aad7-f248-471b-9364-d9814c64ed4a","type":"text/javascript","exec":[""]}}]}