{"info":{"_postman_id":"2f0c55f7-a728-4c54-88ad-8e54d09df031","name":"SampleContractToken","description":"<html><head></head><body><p>Smaple contract token apis documentation, compatible with pando chain and adaptor.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"22730401","collectionId":"2f0c55f7-a728-4c54-88ad-8e54d09df031","publishedId":"2s83eysxqi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-27T07:48:59.000Z"},"item":[{"name":"PNC20_deploy","id":"ef493344-f7bf-4463-b65a-d327643756bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tokenName\" : \"PandoToken\",\n    \"tokenSymbol\" : \"PNC20\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8001/api/token/","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to deploy token smart contract on pandochain.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{ \"tokenName\"(String):\"PandoToken\",</p>\n<p>\"tokenSymbol\"(String): \"PS20A\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{</p>\n<p>\"contract address \": \"0x0b6B639e72aD407108De1784024f8AC87834ABB6\"</p>\n<p>}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n","urlObject":{"protocol":"http","port":"8001","path":["api","token",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef493344-f7bf-4463-b65a-d327643756bb"},{"name":"getBalance","id":"f41ac1bb-1429-463b-96d9-39ef3e211815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/token/?methodName=balanceOf&owner=0xf6AD695FC77Ec31A98F4e7cB648051954dfce7d5&address=0x93d0065c27F620Da733E3670E09B73786b49f3B7","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to check balance of particular address.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>GET</p>\n<p><strong>Query-Params</strong></p>\n<p>{ \"address\"(String):\"0x0b6B639e72aD407108De1784024f8AC87834ABB6\",</p>\n<p>\"owner\"(String): \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\",</p>\n<p>\"methodName\" (String) : \"balanceOf\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"resultString\": \"Contract call for balanceOf and result is \",</p>\n<p>\"result\": 100}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token",""],"host":["localhost"],"query":[{"key":"methodName","value":"balanceOf"},{"key":"owner","value":"0xf6AD695FC77Ec31A98F4e7cB648051954dfce7d5"},{"key":"address","value":"0x93d0065c27F620Da733E3670E09B73786b49f3B7"}],"variable":[]}},"response":[],"_postman_id":"f41ac1bb-1429-463b-96d9-39ef3e211815"},{"name":"getTokenName","id":"ca5a6778-5ff1-4546-8400-b3b03be1a335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/token/?methodName=name&address=0x93d0065c27F620Da733E3670E09B73786b49f3B7","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to check name of his token</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>GET</p>\n<p><strong>Query-Params</strong></p>\n<p>{ \"address\"(String):\"0x0b6B639e72aD407108De1784024f8AC87834ABB6\",</p>\n<p>\"methodName\" (String): \"name\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"resultString\": \"Contract call for name and result is \",</p>\n<p>\"result\": PandoToken}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token",""],"host":["localhost"],"query":[{"key":"methodName","value":"name"},{"key":"address","value":"0x93d0065c27F620Da733E3670E09B73786b49f3B7"}],"variable":[]}},"response":[],"_postman_id":"ca5a6778-5ff1-4546-8400-b3b03be1a335"},{"name":"getTokenSymbol","id":"c3b5687f-9226-42de-8e03-03090be155e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/token/?methodName=symbol&address=0x93d0065c27F620Da733E3670E09B73786b49f3B7","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to check symbol of particular token.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>GET</p>\n<p><strong>Query-Params</strong></p>\n<p>{ \"address\"(String):\"0x0b6B639e72aD407108De1784024f8AC87834ABB6\",</p>\n<p>\"methodName\" (String): \"symbol\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"resultString\": \"Contract call for symbol and result is \",</p>\n<p>\"result\": PS20A}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token",""],"host":["localhost"],"query":[{"key":"methodName","value":"symbol"},{"key":"address","value":"0x93d0065c27F620Da733E3670E09B73786b49f3B7"}],"variable":[]}},"response":[],"_postman_id":"c3b5687f-9226-42de-8e03-03090be155e1"},{"name":"getTokenDecimal","id":"4e1737ce-1ac0-4e24-8db2-2986eb852332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/token/?methodName=decimals&address=0x93d0065c27F620Da733E3670E09B73786b49f3B7","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to check decimals of particular token.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>GET</p>\n<p><strong>Query-Params</strong></p>\n<p>{ \"address\"(String):\"0x0b6B639e72aD407108De1784024f8AC87834ABB6\",</p>\n<p>\"methodName\" (String): \"decimals\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"resultString\": \"Contract call for decimal and result is \",</p>\n<p>\"result\": 18}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token",""],"host":["localhost"],"query":[{"key":"methodName","value":"decimals"},{"key":"address","value":"0x93d0065c27F620Da733E3670E09B73786b49f3B7"}],"variable":[]}},"response":[],"_postman_id":"4e1737ce-1ac0-4e24-8db2-2986eb852332"},{"name":"getTotalSupply","id":"2294af5a-13fb-4424-b4ef-616d1efdc1c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/token/?methodName=totalSupply&address=0x93d0065c27F620Da733E3670E09B73786b49f3B7","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to check total supply of particular token.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>GET</p>\n<p><strong>Query-Params</strong></p>\n<p>{ \"address\"(String):\"0x0b6B639e72aD407108De1784024f8AC87834ABB6\",</p>\n<p>\"methodName\" (String): \"totalSupply\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"resultString\": \"Contract call for totalSupply and result is \",</p>\n<p>\"result\": 10000}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token",""],"host":["localhost"],"query":[{"key":"methodName","value":"totalSupply"},{"key":"address","value":"0x93d0065c27F620Da733E3670E09B73786b49f3B7"}],"variable":[]}},"response":[],"_postman_id":"2294af5a-13fb-4424-b4ef-616d1efdc1c3"},{"name":"getOwner","id":"b16e180b-3a01-45e4-a4b1-6e63d6db5a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/token/?methodName=owner&address=0x93d0065c27F620Da733E3670E09B73786b49f3B7","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to check owner of particular smart contract</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>GET</p>\n<p><strong>Query-Params</strong></p>\n<p>{ \"address\"(String):\"0x0b6B639e72aD407108De1784024f8AC87834ABB6\",</p>\n<p>\"methodName\" (String): \"owner\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"resultString\": \"Contract call for owner and result is \",</p>\n<p>\"result\": 0x0b6B639e72aD407108De1784024f8AC87834ABB6 }</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token",""],"host":["localhost"],"query":[{"key":"methodName","value":"owner"},{"key":"address","value":"0x93d0065c27F620Da733E3670E09B73786b49f3B7"}],"variable":[]}},"response":[],"_postman_id":"b16e180b-3a01-45e4-a4b1-6e63d6db5a5a"},{"name":"getAllowance","id":"4de5d4e8-e5e3-4a33-8924-8435ffc61119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/token/?methodName=allowance&owner=0xf6AD695FC77Ec31A98F4e7cB648051954dfce7d5&address=0x93d0065c27F620Da733E3670E09B73786b49f3B7&spender=0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to check owner of spender request is valid or not for transaction of token.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>GET</p>\n<p><strong>Query-Params</strong></p>\n<p>{ \"address\"(String):\"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",</p>\n<p>\"methodName\" (String): \"allowance\",</p>\n<p>\"owner\" (String) : \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\",</p>\n<p>\"spender\" (String) : \"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"resultString\": \"Contract call for allowance and result is \",</p>\n<p>\"result\": true/false }</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token",""],"host":["localhost"],"query":[{"key":"methodName","value":"allowance"},{"key":"owner","value":"0xf6AD695FC77Ec31A98F4e7cB648051954dfce7d5"},{"key":"address","value":"0x93d0065c27F620Da733E3670E09B73786b49f3B7"},{"key":"spender","value":"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43"}],"variable":[]}},"response":[],"_postman_id":"4de5d4e8-e5e3-4a33-8924-8435ffc61119"},{"name":"transfer","id":"d34b205a-8fec-47e7-9c95-602362371b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"recipientAddr\" :\"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",\n    \"pdropAmountInWei\" : 100,\n    \"methodName\" : \"transfer\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to transfer some token to recipient address</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{ \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",</p>\n<p>\"recipientAddr\" :\"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",</p>\n<p>\"pdropAmountInWei\" : 100,</p>\n<p>\"methodName\" : \"transfer\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"</p>\n<p>}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d34b205a-8fec-47e7-9c95-602362371b00"},{"name":"mint","id":"bd2f6c8f-12c5-4caf-a8fa-63bcf225131c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"recipientAddr\" :\"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",\n    \"pdropAmountInWei\" : 100,\n    \"methodName\" : \"mint\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to mint some token to recipient address</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{ \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",</p>\n<p>\"recipientAddr\" :\"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",</p>\n<p>\"pdropAmountInWei\" : 100,</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\",</p>\n<p>\"methodName\" : \"mint\"}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd2f6c8f-12c5-4caf-a8fa-63bcf225131c"},{"name":"unpause","id":"bfcb0e4a-1b13-4ce1-b952-2c8468646e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"methodName\" : \"unpause\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to unpause the transaction state of smart contract.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{ \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\",</p>\n<p>\"methodName\" : \"unpause\"}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfcb0e4a-1b13-4ce1-b952-2c8468646e40"},{"name":"pause","id":"2f4b99d2-8685-4776-99de-f182498021fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"methodName\" : \"pause\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to pause the transaction state of smart contract.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{ \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"</p>\n<p>\"methodName\" : \"pause\"}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f4b99d2-8685-4776-99de-f182498021fd"},{"name":"renounceOwnership","id":"00f32d54-6940-42ad-b652-a00a9e198ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"methodName\" : \"renounceOwnership\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to renounce the ownership of smart contract.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{ \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\",</p>\n<p>\"methodName\" : \"renounceOwnership\"}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"00f32d54-6940-42ad-b652-a00a9e198ec2"},{"name":"transferOwnership","id":"38603449-044b-498d-8074-ece0b91bc711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"owner\" : \"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",\n    \"methodName\" : \"transferOwnership\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to transfer ownership of smart contract to other address.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{<br />\"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",<br />\"owner\" : \"0xf6AD695FC77Ec31A98F4e7cB648051954dfce7d5\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\",<br />\"methodName\" : \"transferOwnership\"<br />}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38603449-044b-498d-8074-ece0b91bc711"},{"name":"burn","id":"857bdafc-0f49-4c1b-b670-9bb526b2f520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"pdropAmountInWei\" : 100,\n    \"methodName\" : \"burn\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to burn some token to zero address.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{ \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\",</p>\n<p>\"pdropAmountInWei\" : 100,</p>\n<p>\"methodName\" : \"burn\"}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"857bdafc-0f49-4c1b-b670-9bb526b2f520"},{"name":"IncreaseAllowance","id":"97b7cc18-e83b-4886-a8d6-3cf96ade79b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"spender\" :\"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",\n    \"pdropAmountInWei\" : 1000,\n    \"methodName\" : \"increaseAllowance\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to increase spender allowance limit.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{<br />\"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",<br />\"spender\" :\"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\",<br />\"pdropAmountInWei\" : 1000,<br />\"methodName\" : \"increaseAllowance\"<br />}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"97b7cc18-e83b-4886-a8d6-3cf96ade79b1"},{"name":"decreaseAllowance","id":"65dcb8d0-f80c-4a61-b1a7-74a59c5858da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",\n    \"spender\" :\"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",\n    \"pdropAmountInWei\" : 90,\n    \"methodName\" : \"decreaseAllowance\",\n    \"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/token/write","description":"<p><strong>Description</strong></p>\n<p>This API is used when end-user want to decrease spender allowance limit.</p>\n<p><strong>Header</strong></p>\n<p>Content-Type: application/json</p>\n<p>Connection: keep-alive</p>\n<p>Accept: <em>/</em></p>\n<p>Accept-Encoding: gzip, deflate, br</p>\n<p><strong>Request-Method</strong></p>\n<p>POST</p>\n<p><strong>Request-Body</strong></p>\n<p>{<br />\"address\" : \"0x93d0065c27F620Da733E3670E09B73786b49f3B7\",<br />\"spender\" :\"0x81bccc41c146f7a2f28ee58ef6c4f7d23dad1d43\",</p>\n<p>\"PRIVATE_KEY\":\"482ceece0ab85befc084a0718f11c5466dfa10ff0506a6ff4f9c39bfceb7143e\",<br />\"pdropAmountInWei\" : 90,<br />\"methodName\" : \"decreaseAllowance\"<br />}</p>\n<p><strong>Response-Body</strong></p>\n<p>{ \"Transaction Detail\": { \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"contractAddress\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"from\": \"0xf6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"to\": \"0x64338792cc78fbccc5dc99df8d17b2942ce277e1\", \"gasUsed\": 74540, \"cumulativeGasUsed\": 74540, \"logs\": [ { \"address\": \"0x64338792cc78fBcCC5dC99Df8D17B2942ce277E1\", \"blockHash\": \"0x20e0d3d3736c93123acd3cd797bb4368ec5a8de84b2c33a8c99c3c94352cfa0f\", \"blockNumber\": 16817, \"logIndex\": 0, \"topics\": [ \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\", \"0x0000000000000000000000000000000000000000000000000000000000000000\", \"0x000000000000000000000000f6ad695fc77ec31a98f4e7cb648051954dfce7d5\", \"0x0000000000000000000000000000000000000000000000000000000000000001\" ], \"transactionHash\": \"0x33db2c2aad6774ed04cf55c97c32f205ea700fd00234414304b757be465f7543\", \"transactionIndex\": 1, \"data\": \"0x\", \"type\": \"mined\", \"id\": \"log_b69be35a\" } ], \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\", \"status\": true }}</p>\n<p><strong>Status</strong></p>\n<p>status-code : 200</p>\n<p><strong>Error</strong></p>\n<ol>\n<li><strong>When something is happened wrong while processing the request</strong></li>\n</ol>\n<p><strong>Status-code</strong> : 500</p>\n<p><strong>Message :</strong> \"Internal Server Error\"</p>\n<p>2. <strong>When method name is passing wrong</strong></p>\n<p><strong>Status-code</strong> : 404</p>\n<p><strong>Message :</strong> \"Method Name not found\"</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","token","write"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"65dcb8d0-f80c-4a61-b1a7-74a59c5858da"}]}