{"info":{"_postman_id":"75864244-7658-48e1-8842-50de87c8d8b8","name":"Scalachain","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4636741","collectionId":"75864244-7658-48e1-8842-50de87c8d8b8","publishedId":"RWaHw8yx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-09-10T16:43:32.000Z"},"item":[{"name":"Send transaction","id":"2f24b27b-991c-420b-a56e-c72e72de6ab1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sender\": \"Foo\",\n\t\"recipient\": \"Bar\",\n\t\"value\": 10000\n}"},"url":"http://{{url}}:{{port}}/transactions","description":"<p>Send a transaction to the Scalachain node</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["transactions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f24b27b-991c-420b-a56e-c72e72de6ab1"},{"name":"Read pending transactions","id":"727d111e-f6cc-4541-b3ac-10711e36b9ba","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://{{url}}:{{port}}/transactions","description":"<p>Get the transactions that will be added to next mined block</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["transactions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"727d111e-f6cc-4541-b3ac-10711e36b9ba"},{"name":"Get Status","id":"72920e8d-5980-4d3f-b937-c5ca77cfbaab","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://{{url}}:{{port}}/status","description":"<p>Get the status of the chain</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["status"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"72920e8d-5980-4d3f-b937-c5ca77cfbaab"},{"name":"Get Cluster Members","id":"476806f9-fce4-4969-984e-145c38afe9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://{{url}}:{{port}}/status/members","description":"<p>Get active members of the cluster</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["status","members"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"476806f9-fce4-4969-984e-145c38afe9e3"},{"name":"Mine block","id":"c397c6bd-76ea-487b-b6d6-5713326cd1b3","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://{{url}}:{{port}}/mine","description":"<p>Start the mining of a new block</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["mine"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c397c6bd-76ea-487b-b6d6-5713326cd1b3"}]}