{"info":{"_postman_id":"eae20fa3-6be1-4673-830b-89746b74aa13","name":"rpc- api documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"22360262","collectionId":"eae20fa3-6be1-4673-830b-89746b74aa13","publishedId":"VUxLxUsj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-01T09:27:03.000Z"},"item":[{"name":"getblockbyhash","id":"5c9822c7-211c-40c8-9664-55f3a1bc4e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBlockByHash\",\"params\":[\"0x5d5fd12b4fba2479f08b22c292b53d9244fafc80230e55516f175ccb3f118746\", false],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc\n","description":"<p>Returns information about a block by hash.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 32 Bytes - Hash of a block.</li>\n<li><code>Boolean</code> - If <code>true</code> it returns the full transaction objects, if <code>false</code> only the hashes of the transactions.</li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>Object</code> - A block object, or <code>null</code> when no block was found:</p>\n<ul>\n<li><code>number</code>: <code>QUANTITY</code> - the block number. <code>null</code> when its pending block.</li>\n<li><code>hash</code>: <code>DATA</code>, 32 Bytes - hash of the block. <code>null</code> when its pending block.</li>\n<li><code>parentHash</code>: <code>DATA</code>, 32 Bytes - hash of the parent block.</li>\n<li><code>nonce</code>: <code>DATA</code>, 8 Bytes - hash of the generated proof-of-work. <code>null</code> when its pending block.</li>\n<li><code>sha3Uncles</code>: <code>DATA</code>, 32 Bytes - SHA3 of the uncles data in the block.</li>\n<li><code>logsBloom</code>: <code>DATA</code>, 256 Bytes - the bloom filter for the logs of the block. <code>null</code> when its pending block.</li>\n<li><code>transactionsRoot</code>: <code>DATA</code>, 32 Bytes - the root of the transaction trie of the block.</li>\n<li><code>stateRoot</code>: <code>DATA</code>, 32 Bytes - the root of the final state trie of the block.</li>\n<li><code>receiptsRoot</code>: <code>DATA</code>, 32 Bytes - the root of the receipts trie of the block.</li>\n<li><code>miner</code>: <code>DATA</code>, 20 Bytes - the address of the beneficiary to whom the mining rewards were given.</li>\n<li><code>difficulty</code>: <code>QUANTITY</code> - integer of the difficulty for this block.</li>\n<li><code>totalDifficulty</code>: <code>QUANTITY</code> - integer of the total difficulty of the chain until this block.</li>\n<li><code>extraData</code>: <code>DATA</code> - the \"extra data\" field of this block.</li>\n<li><code>size</code>: <code>QUANTITY</code> - integer the size of this block in bytes.</li>\n<li><code>gasLimit</code>: <code>QUANTITY</code> - the maximum gas allowed in this block.</li>\n<li><code>gasUsed</code>: <code>QUANTITY</code> - the total used gas by all transactions in this block.</li>\n<li><code>timestamp</code>: <code>QUANTITY</code> - the unix timestamp for when the block was collated.</li>\n<li><code>transactions</code>: <code>Array</code> - Array of transaction objects, or 32 Bytes transaction hashes depending on the last given parameter.</li>\n<li><code>uncles</code>: <code>Array</code> - Array of uncle hashes.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc\n"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c9822c7-211c-40c8-9664-55f3a1bc4e5c"},{"name":"chain id","id":"d2e8a72c-6ee5-45e7-93e3-f16984445f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_chainId\",\"params\":[],\"id\":67}","options":{"raw":{"language":"json"}}},"url":"http://localhost:16888/rpc","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Returns the chain id.\nParameters\nNone\nReturns\nId of the chain \n\n</code></pre>","urlObject":{"protocol":"http","port":"16888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2e8a72c-6ee5-45e7-93e3-f16984445f06"},{"name":"syncing","id":"d32e19b2-e6b1-44b9-8bb5-f2b2428ba4f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_syncing\",\"params\":[],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc\n","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Returns an object with data about the sync status or false.\nParameters\nNone\nReturns\nObject|Boolean, An object with sync status data or FALSE, when not syncing:\nstartingBlock: QUANTITY - The block at which the import started (will only be reset, after the sync reached his head)\ncurrentBlock: QUANTITY - The current block, same as eth_blockNumber\nhighestBlock: QUANTITY - The estimated highest block\n\n</code></pre>","urlObject":{"protocol":"http","port":"18888","path":["rpc\n"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d32e19b2-e6b1-44b9-8bb5-f2b2428ba4f1"},{"name":"accounts","id":"d0924805-47dd-4ac4-8094-743e180d9750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_accounts\",\"params\":[],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:16888/rpc","description":"<p>Returns a list of addresses owned by client.</p>\n<p><strong>Parameters</strong></p>\n<p>None</p>\n<p><strong>Returns</strong></p>\n<p><code>Array of DATA</code>, 20 Bytes - addresses owned by the client.</p>\n","urlObject":{"protocol":"http","port":"16888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0924805-47dd-4ac4-8094-743e180d9750"},{"name":"getblockbynumber","id":"356167ca-422c-43f8-8ca5-85c9f0c6bc96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBlockByNumber\",\"params\":[\"0x1b4\", true],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns information about a block by block number.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>QUANTITY|TAG</code> - integer of a block number, or the string <code>\"earliest\"</code>, <code>\"latest\"</code> or <code>\"pending\"</code>, as in the <a href=\"https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block-parameter\">default block parameter</a>.</li>\n<li><code>Boolean</code> - If <code>true</code> it returns the full transaction objects, if <code>false</code> only the hashes of the transactions.</li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>Object</code> - A block object, or <code>null</code> when no block was found:</p>\n<ul>\n<li><code>number</code>: <code>QUANTITY</code> - the block number. <code>null</code> when its pending block.</li>\n<li><code>hash</code>: <code>DATA</code>, 32 Bytes - hash of the block. <code>null</code> when its pending block.</li>\n<li><code>parentHash</code>: <code>DATA</code>, 32 Bytes - hash of the parent block.</li>\n<li><code>nonce</code>: <code>DATA</code>, 8 Bytes - hash of the generated proof-of-work. <code>null</code> when its pending block.</li>\n<li><code>sha3Uncles</code>: <code>DATA</code>, 32 Bytes - SHA3 of the uncles data in the block.</li>\n<li><code>logsBloom</code>: <code>DATA</code>, 256 Bytes - the bloom filter for the logs of the block. <code>null</code> when its pending block.</li>\n<li><code>transactionsRoot</code>: <code>DATA</code>, 32 Bytes - the root of the transaction trie of the block.</li>\n<li><code>stateRoot</code>: <code>DATA</code>, 32 Bytes - the root of the final state trie of the block.</li>\n<li><code>receiptsRoot</code>: <code>DATA</code>, 32 Bytes - the root of the receipts trie of the block.</li>\n<li><code>miner</code>: <code>DATA</code>, 20 Bytes - the address of the beneficiary to whom the mining rewards were given.</li>\n<li><code>difficulty</code>: <code>QUANTITY</code> - integer of the difficulty for this block.</li>\n<li><code>totalDifficulty</code>: <code>QUANTITY</code> - integer of the total difficulty of the chain until this block.</li>\n<li><code>extraData</code>: <code>DATA</code> - the \"extra data\" field of this block.</li>\n<li><code>size</code>: <code>QUANTITY</code> - integer the size of this block in bytes.</li>\n<li><code>gasLimit</code>: <code>QUANTITY</code> - the maximum gas allowed in this block.</li>\n<li><code>gasUsed</code>: <code>QUANTITY</code> - the total used gas by all transactions in this block.</li>\n<li><code>timestamp</code>: <code>QUANTITY</code> - the unix timestamp for when the block was collated.</li>\n<li><code>transactions</code>: <code>Array</code> - Array of transaction objects, or 32 Bytes transaction hashes depending on the last given parameter.</li>\n<li><code>uncles</code>: <code>Array</code> - Array of uncle hashes.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"356167ca-422c-43f8-8ca5-85c9f0c6bc96"},{"name":"blocknumber","id":"3f111f94-90b2-4eda-ba38-2b29c7d2c430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":83}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the number of most recent block.</p>\n<p><strong>Parameters</strong></p>\n<p>None</p>\n<p><strong>Returns</strong></p>\n<p><code>QUANTITY</code> - integer of the current block number the client is on.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f111f94-90b2-4eda-ba38-2b29c7d2c430"},{"name":"getUncleByBlockHashAndIndex","id":"660e79b4-7367-4190-b12e-571d3e61f16c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getUncleByBlockHashAndIndex\",\"params\":[\"0x5d5fd12b4fba2479f08b22c292b53d9244fafc80230e55516f175ccb3f118746\", \"612x612\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns information about a uncle of a block by hash and uncle index position.</p>\n<p>**note fyi -An uncle block is a block that did not get mined onto the canonical chain. Only one block can be mined and acknowledged as canonical on the blockchain. The remaining blocks are uncle blocks. When two or more miners produce blocks at nearly the same time, uncle blocks are created.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 32 Bytes - The hash of a block.</li>\n<li><code>QUANTITY</code> - The uncle's index position.</li>\n</ol>\n<p><strong>Returns</strong></p>\n<p>Object - A block object, or null when no block was found:</p>\n<p>number: QUANTITY - the block number. null when its pending block.<br />hash: DATA, 32 Bytes - hash of the block. null when its pending block.<br />parentHash: DATA, 32 Bytes - hash of the parent block.<br />nonce: DATA, 8 Bytes - hash of the generated proof-of-work. null when its pending block.<br />sha3Uncles: DATA, 32 Bytes - SHA3 of the uncles data in the block.<br />logsBloom: DATA, 256 Bytes - the bloom filter for the logs of the block. null when its pending block.<br />transactionsRoot: DATA, 32 Bytes - the root of the transaction trie of the block.<br />stateRoot: DATA, 32 Bytes - the root of the final state trie of the block.<br />receiptsRoot: DATA, 32 Bytes - the root of the receipts trie of the block.<br />miner: DATA, 20 Bytes - the address of the beneficiary to whom the mining rewards were given.<br />difficulty: QUANTITY - integer of the difficulty for this block.<br />totalDifficulty: QUANTITY - integer of the total difficulty of the chain until this block.<br />extraData: DATA - the \"extra data\" field of this block.<br />size: QUANTITY - integer the size of this block in bytes.<br />gasLimit: QUANTITY - the maximum gas allowed in this block.<br />gasUsed: QUANTITY - the total used gas by all transactions in this block.<br />timestamp: QUANTITY - the unix timestamp for when the block was collated.<br />transactions: Array - Array of transaction objects, or 32 Bytes transaction hashes depending on the last given parameter.<br />uncles: Array - Array of uncle hashes.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"660e79b4-7367-4190-b12e-571d3e61f16c"},{"name":"getTransactionByHash","id":"a5ea8438-c1a5-4ff6-9962-a130ab578fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getTransactionByHash\",\"params\":[\"0x5d5fd12b4fba2479f08b22c292b53d9244fafc80230e55516f175ccb3f118746\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the information about a transaction requested by transaction hash.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 32 Bytes - hash of a transaction.</li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>Object</code> - A transaction object, or <code>null</code> when no transaction was found:</p>\n<ul>\n<li><code>blockHash</code>: <code>DATA</code>, 32 Bytes - hash of the block where this transaction was in. <code>null</code> when its pending.</li>\n<li><code>blockNumber</code>: <code>QUANTITY</code> - block number where this transaction was in. <code>null</code> when its pending.</li>\n<li><code>from</code>: <code>DATA</code>, 20 Bytes - address of the sender.</li>\n<li><code>gas</code>: <code>QUANTITY</code> - gas provided by the sender.</li>\n<li><code>gasPrice</code>: <code>QUANTITY</code> - gas price provided by the sender in Wei.</li>\n<li><code>hash</code>: <code>DATA</code>, 32 Bytes - hash of the transaction.</li>\n<li><code>input</code>: <code>DATA</code> - the data send along with the transaction.</li>\n<li><code>nonce</code>: <code>QUANTITY</code> - the number of transactions made by the sender prior to this one.</li>\n<li><code>to</code>: <code>DATA</code>, 20 Bytes - address of the receiver. <code>null</code> when its a contract creation transaction.</li>\n<li><code>transactionIndex</code>: <code>QUANTITY</code> - integer of the transactions index position in the block. <code>null</code> when its pending.</li>\n<li><code>value</code>: <code>QUANTITY</code> - value transferred in Wei.</li>\n<li><code>v</code>: <code>QUANTITY</code> - ECDSA recovery id</li>\n<li><code>r</code>: <code>QUANTITY</code> - ECDSA signature r</li>\n<li><code>s</code>: <code>QUANTITY</code> - ECDSA signature s</li>\n</ul>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5ea8438-c1a5-4ff6-9962-a130ab578fcd"},{"name":"getTransactionByBlockNumberAndIndex","id":"9013a5e7-c3bf-4e1c-a3f9-87f80777964d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getTransactionByBlockNumberAndIndex\",\"params\":[\"0x29c\", \"0x0\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9013a5e7-c3bf-4e1c-a3f9-87f80777964d"},{"name":"getTransactionByBlockHashAndIndex","id":"b64b044a-28df-4c2e-9e0a-3602af09ddcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getTransactionByBlockHashAndIndex\",\"params\":[\"0x5d5fd12b4fba2479f08b22c292b53d9244fafc80230e55516f175ccb3f118746\", \"629x629\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns information about a transaction by block hash and transaction index position.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 32 Bytes - hash of a block.</li>\n<li><code>QUANTITY</code> - integer of the transaction index position</li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>Object</code> - A transaction object, or <code>null</code> when no transaction was found:</p>\n<ul>\n<li><code>blockHash</code>: <code>DATA</code>, 32 Bytes - hash of the block where this transaction was in. <code>null</code> when its pending.</li>\n<li><code>blockNumber</code>: <code>QUANTITY</code> - block number where this transaction was in. <code>null</code> when its pending.</li>\n<li><code>from</code>: <code>DATA</code>, 20 Bytes - address of the sender.</li>\n<li><code>gas</code>: <code>QUANTITY</code> - gas provided by the sender.</li>\n<li><code>gasPrice</code>: <code>QUANTITY</code> - gas price provided by the sender in Wei.</li>\n<li><code>hash</code>: <code>DATA</code>, 32 Bytes - hash of the transaction.</li>\n<li><code>input</code>: <code>DATA</code> - the data send along with the transaction.</li>\n<li><code>nonce</code>: <code>QUANTITY</code> - the number of transactions made by the sender prior to this one.</li>\n<li><code>to</code>: <code>DATA</code>, 20 Bytes - address of the receiver. <code>null</code> when its a contract creation transaction.</li>\n<li><code>transactionIndex</code>: <code>QUANTITY</code> - integer of the transactions index position in the block. <code>null</code> when its pending.</li>\n<li><code>value</code>: <code>QUANTITY</code> - value transferred in Wei.</li>\n<li><code>v</code>: <code>QUANTITY</code> - ECDSA recovery id</li>\n<li><code>r</code>: <code>QUANTITY</code> - ECDSA signature r</li>\n<li><code>s</code>: <code>QUANTITY</code> - ECDSA signature s</li>\n</ul>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b64b044a-28df-4c2e-9e0a-3602af09ddcd"},{"name":"getBlockTransactionCountByHash","id":"8958dca2-78af-48ba-b4f1-46dd5123816a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBlockTransactionCountByHash\",\"params\":[\"0x5d5fd12b4fba2479f08b22c292b53d9244fafc80230e55516f175ccb3f118746\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the number of transactions in a block from a block matching the given block hash.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 32 Bytes - hash of a block</li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>QUANTITY</code> - integer of the number of transactions in this block.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8958dca2-78af-48ba-b4f1-46dd5123816a"},{"name":"getBalance","id":"665d6233-2c4c-44b1-a128-746e8e8aa964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBalance\",\"params\":[\"0x407d73d8a49eeb85d32cf465507dd71d507100c1\", \"latest\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the balance of the account of given address.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 20 Bytes - address to check for balance.</li>\n<li><code>QUANTITY|TAG</code> - integer block number, or the string <code>\"latest\"</code>, <code>\"earliest\"</code> or <code>\"pending\".</code></li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>QUANTITY</code> - integer of the current balance in wei.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"665d6233-2c4c-44b1-a128-746e8e8aa964"},{"name":"getStorageAt","id":"7df28f48-7018-4fd0-b7b5-8e2e3db5ebf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\", \"method\": \"eth_getStorageAt\", \"params\": [\"0x295a70b2de5e3953354a6a8344e616ed314d7251\", \"0x0\", \"latest\"], \"id\": 1}' localhost:8545\n{\"jsonrpc\":\"2.0\",\"id\":1,\"result\":\"0x00000000000000000000000000000000000000000000000000000000000004d2\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the value from a storage position at a given address.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 20 Bytes - address of the storage.</li>\n<li><code>QUANTITY</code> - integer of the position in the storage.</li>\n<li><code>QUANTITY|TAG</code> - integer block number, or the string <code>\"latest\"</code>, <code>\"earliest\"</code> or <code>\"pending\"</code>, see the <a href=\"https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block-parameter\">default block parameter</a></li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>DATA</code> - the value at this storage position.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7df28f48-7018-4fd0-b7b5-8e2e3db5ebf7"},{"name":"getCode","id":"117617f3-5070-49ff-b9ab-c7012329d4f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getCode\",\"params\":[\"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b\", \"0x2\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the value from a storage position at a given address.</p>\n<p>Returns code at a given address.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 20 Bytes - address</li>\n<li><code>QUANTITY|TAG</code> - integer block number, or the string <code>\"latest\"</code>, <code>\"earliest\"</code> or <code>\"pending\"</code>, see the <a href=\"https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block-parameter\">default block parameter</a></li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>DATA</code> - the code from the given address.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"117617f3-5070-49ff-b9ab-c7012329d4f0"},{"name":"getTransactionCount","id":"cebf4060-e3a1-48c5-bac0-bf1d1e9725c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getTransactionCount\",\"params\":[\"0x407d73d8a49eeb85d32cf465507dd71d507100c1\",\"latest\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the number of transactions <em>sent</em> from an address.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, 20 Bytes - address.</li>\n<li><code>QUANTITY|TAG</code> - integer block number, or the string <code>\"latest\"</code>, <code>\"earliest\"</code> or <code>\"pending\"</code></li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>QUANTITY</code> - integer of the number of transactions send from this address.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cebf4060-e3a1-48c5-bac0-bf1d1e9725c9"},{"name":"getLogs","id":"ea21a5e2-574e-4ef0-a24f-a8bc837f44c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getLogs\",\"params\":[{\"topics\":[\"0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b\"]}],\"id\":74}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns an array of all logs matching a given filter object.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>Object</code> - The filter options:</li>\n</ol>\n<ul>\n<li><code>fromBlock</code>: <code>QUANTITY|TAG</code> - (optional, default: <code>\"latest\"</code>) Integer block number, or <code>\"latest\"</code> for the last mined block or <code>\"pending\"</code>, <code>\"earliest\"</code> for not yet mined transactions.</li>\n<li><code>toBlock</code>: <code>QUANTITY|TAG</code> - (optional, default: <code>\"latest\"</code>) Integer block number, or <code>\"latest\"</code> for the last mined block or <code>\"pending\"</code>, <code>\"earliest\"</code> for not yet mined transactions.</li>\n<li><code>address</code>: <code>DATA|Array</code>, 20 Bytes - (optional) Contract address or a list of addresses from which logs should originate.</li>\n<li><code>topics</code>: <code>Array of DATA</code>, - (optional) Array of 32 Bytes <code>DATA</code> topics. Topics are order-dependent. Each topic can also be an array of DATA with \"or\" options.</li>\n<li><code>blockhash</code>: <code>DATA</code>, 32 Bytes - (optional, <strong>future</strong>) With the addition of EIP-234, <code>blockHash</code> will be a new filter option which restricts the logs returned to the single block with the 32-byte hash <code>blockHash</code>. Using <code>blockHash</code> is equivalent to <code>fromBlock</code> = <code>toBlock</code> = the block number with hash <code>blockHash</code>. If <code>blockHash</code> is present in in the filter criteria, then neither <code>fromBlock</code> nor <code>toBlock</code> are allowed.</li>\n</ul>\n<p><strong>Returns</strong> <code>Array</code> - Array of log objects, or an empty array if nothing has changed since last poll.</p>\n<ul>\n<li>For filters created with <code>eth_newBlockFilter</code> the return are block hashes (<code>DATA</code>, 32 Bytes), e.g. <code>[\"0x3454645634534...\"]</code>.</li>\n<li>For filters created with <code>eth_newPendingTransactionFilter</code> the return are transaction hashes (<code>DATA</code>, 32 Bytes), e.g. <code>[\"0x6345343454645...\"]</code>.</li>\n<li>For filters created with <code>eth_newFilter</code> logs are objects with following params:<ul>\n<li><code>removed</code>: <code>TAG</code> - <code>true</code> when the log was removed, due to a chain reorganization. <code>false</code> if its a valid log.</li>\n<li><code>logIndex</code>: <code>QUANTITY</code> - integer of the log index position in the block. <code>null</code> when its pending log.</li>\n<li><code>transactionIndex</code>: <code>QUANTITY</code> - integer of the transactions index position log was created from. <code>null</code> when its pending log.</li>\n<li><code>transactionHash</code>: <code>DATA</code>, 32 Bytes - hash of the transactions this log was created from. <code>null</code> when its pending log.</li>\n<li><code>blockHash</code>: <code>DATA</code>, 32 Bytes - hash of the block where this log was in. <code>null</code> when its pending. <code>null</code> when its pending log.</li>\n<li><code>blockNumber</code>: <code>QUANTITY</code> - the block number where this log was in. <code>null</code> when its pending. <code>null</code> when its pending log.</li>\n<li><code>address</code>: <code>DATA</code>, 20 Bytes - address from which this log originated.</li>\n<li><code>data</code>: <code>DATA</code> - contains one or more 32 Bytes non-indexed arguments of the log.</li>\n<li><code>topics</code>: <code>Array of DATA</code> - Array of 0 to 4 32 Bytes <code>DATA</code> of indexed log arguments. (In <em>solidity</em>: The first topic is the <em>hash</em> of the signature of the event (e.g. <code>Deposit(address,bytes32,uint256)</code>), except you declared the event with the <code>anonymous</code> specifier.)</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea21a5e2-574e-4ef0-a24f-a8bc837f44c4"},{"name":"getBlockTransactionCountByNumber","id":"c993064a-933b-4545-b404-9490726d0c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBlockTransactionCountByNumber\",\"params\":[\"0xe8\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the number of transactions in a block matching the given block number.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>QUANTITY|TAG</code> - integer of a block number, or the string <code>\"earliest\"</code>, <code>\"latest\"</code> or <code>\"pending\"</code>, as in the <a href=\"https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block-parameter\">default block parameter</a>.</li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>QUANTITY</code> - integer of the number of transactions in this block.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c993064a-933b-4545-b404-9490726d0c52"},{"name":"call","id":"f84b7092-ed33-44e4-94e5-ae0b19344436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[\"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Executes a new message call immediately without creating a transaction on the block chain.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>Object</code> - The transaction call object</li>\n</ol>\n<ul>\n<li><code>from</code>: <code>DATA</code>, 20 Bytes - (optional) The address the transaction is sent from.</li>\n<li><code>to</code>: <code>DATA</code>, 20 Bytes - The address the transaction is directed to.</li>\n<li><code>gas</code>: <code>QUANTITY</code> - (optional) Integer of the gas provided for the transaction execution. eth_call consumes zero gas, but this parameter may be needed by some executions.</li>\n<li><code>gasPrice</code>: <code>QUANTITY</code> - (optional) Integer of the gasPrice used for each paid gas</li>\n<li><code>value</code>: <code>QUANTITY</code> - (optional) Integer of the value sent with this transaction</li>\n<li><code>data</code>: <code>DATA</code> - (optional) Hash of the method signature and encoded parameters. For details see <a href=\"https://docs.soliditylang.org/en/latest/abi-spec.html\">Ethereum Contract ABI in the Solidity documentation</a></li>\n</ul>\n<ol>\n<li><code>QUANTITY|TAG</code> - integer block number, or the string <code>\"latest\"</code>, <code>\"earliest\"</code> or <code>\"pending\"</code>, see the <a href=\"https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block-parameter\">default block parameter</a></li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>DATA</code> - the return value of executed contract.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f84b7092-ed33-44e4-94e5-ae0b19344436"},{"name":"gasPrice","id":"f7455441-bdd3-47ee-94be-a8c403b79dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_gasPrice\",\"params\":[],\"id\":73}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the current price per gas in wei.</p>\n<p><strong>Parameters</strong></p>\n<p>None</p>\n<p><strong>Returns</strong></p>\n<p><code>QUANTITY</code> - integer of the current gas price in wei.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7455441-bdd3-47ee-94be-a8c403b79dce"},{"name":"estimateGas","id":"9bf803f4-6f6a-41bd-b6d9-c929304ab4e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_estimateGas\",\"params\":[\"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Generates and returns an estimate of how much gas is necessary to allow the transaction to complete. The transaction will not be added to the blockchain. Note that the estimate may be significantly more than the amount of gas actually used by the transaction, for a variety of reasons including EVM mechanics and node performance.</p>\n<p><strong>Parameters</strong></p>\n<p>See <a href=\"https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_call\">eth_call</a> parameters, expect that all properties are optional. If no gas limit is specified geth uses the block gas limit from the pending block as an upper bound. As a result the returned estimate might not be enough to executed the call/transaction when the amount of gas is higher than the pending block gas limit.</p>\n<p><strong>Returns</strong></p>\n<p><code>QUANTITY</code> - the amount of gas used.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bf803f4-6f6a-41bd-b6d9-c929304ab4e5"},{"name":"sendRawTransaction","id":"01d04c3e-1257-49d8-ba3b-362e9a691fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_sendRawTransaction\",\"params\":[\"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Creates new message call transaction or a contract creation for signed transactions.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>DATA</code>, The signed transaction data.</li>\n</ol>\n<p><strong>Returns</strong></p>\n<p><code>DATA</code>, 32 Bytes - the transaction hash, or the zero hash if the transaction is not yet available.</p>\n<p>Use <a href=\"https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionreceipt\">eth_getTransactionReceipt</a> to get the contract address, after the transaction was mined, when you created a contract.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"01d04c3e-1257-49d8-ba3b-362e9a691fe4"},{"name":"sendTransaction","id":"9038aaa0-b17f-4a6f-a125-c8bc0b855185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_sendTransaction\",\"params\":[from: \"0xb60e8dd61c5d32be8058bb8eb970870f07233155\",\n    to: \"0xd46e8dd67c5d32be8058bb8eb970870f07244567\",\n    gas: \"0x76c0\", // 30400\n    gasPrice: \"0x9184e72a000\", // 10000000000000\n    value: \"0x9184e72a\", // 2441406250\n    data: \"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675\"],\"id\":1}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Creates new message call transaction or a contract creation, if the data field contains code.</p>\n<p><strong>Parameters</strong></p>\n<ol>\n<li><code>Object</code> - The transaction object</li>\n</ol>\n<ul>\n<li><code>from</code>: <code>DATA</code>, 20 Bytes - The address the transaction is sent from.</li>\n<li><code>to</code>: <code>DATA</code>, 20 Bytes - (optional when creating new contract) The address the transaction is directed to.</li>\n<li><code>gas</code>: <code>QUANTITY</code> - (optional, default: 90000) Integer of the gas provided for the transaction execution. It will return unused gas.</li>\n<li><code>gasPrice</code>: <code>QUANTITY</code> - (optional, default: To-Be-Determined) Integer of the gasPrice used for each paid gas.</li>\n<li><code>value</code>: <code>QUANTITY</code> - (optional) Integer of the value sent with this transaction.</li>\n<li><code>data</code>: <code>DATA</code> - The compiled code of a contract OR the hash of the invoked method signature and encoded parameters.</li>\n<li><code>nonce</code>: <code>QUANTITY</code> - (optional) Integer of a nonce. This allows to overwrite your own pending transactions that use the same nonce.</li>\n</ul>\n<p><strong>Returns</strong></p>\n<p><code>DATA</code>, 32 Bytes - the transaction hash, or the zero hash if the transaction is not yet available.</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9038aaa0-b17f-4a6f-a125-c8bc0b855185"},{"name":"net version","id":"b2a82fb5-58db-4ff2-a3a2-59e2d4a4d0b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"net_version\",\"params\":[],\"id\":67}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the current network id.</p>\n<p><strong>Parameters</strong></p>\n<p>None</p>\n<p><strong>Returns</strong></p>\n<p><code>String</code> - The current network id.</p>\n<p>The full list of current network IDs is available at <a href=\"https://chainlist.org/\">chainlist.org</a>. Some common ones are: <code>1</code>: Ethereum Mainnet <code>2</code>: Morden testnet (now deprecated) <code>3</code>: Ropsten testnet <code>4</code>: Rinkeby testnet <code>5</code>: Goerli testnet</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2a82fb5-58db-4ff2-a3a2-59e2d4a4d0b2"},{"name":"web3_clientVersion","id":"3da6d54c-11d0-4d19-8ad4-981e65724aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"jsonrpc\":\"2.0\",\"method\":\"web3_clientVersion\",\"params\":[],\"id\":67}","options":{"raw":{"language":"json"}}},"url":"http://localhost:18888/rpc","description":"<p>Returns the current client version.</p>\n<p><strong>Parameters</strong></p>\n<p>None</p>\n<p><strong>Returns</strong></p>\n<p><code>String</code> - The current client version</p>\n","urlObject":{"protocol":"http","port":"18888","path":["rpc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3da6d54c-11d0-4d19-8ad4-981e65724aa1"}]}