eth_accounts
Returns array of all accounts owned by the client.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_accounts" , "id" : 1 , "params" : []}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : []
}
eth_chainId
Returns the currently configured chain ID, a value used in replay-protected transaction signing as introduced by EIP-155.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "id" : 1 , "jsonrpc" : "2.0" , "method" : "eth_chainId" }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x13e31"
}
eth_blockNumber
Returns the number of most recent block.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_blockNumber" , "id" : 1 , "params" : []}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x351e76"
}
eth_call
Executes a new message call immediately without creating a transaction on the block chain.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_call" , "params" : [{ "to" : "0xd46e8dd67c5d32be8058bb8eb970870f07244567" } , "latest" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x"
}
eth_estimateGas
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.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_estimateGas" , "params" : [{ "to" : "0xd46e8dd67c5d32be8058bb8eb970870f07244567" } , "latest" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x5208"
}
eth_gasPrice
Returns the current gas price in the default EVM denomination parameter.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_gasPrice" , "id" : 1 , "params" : []}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x1775ed5"
}
eth_getBalance
Returns the balance of the account of given address.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getBalance" , "params" : [ "0x407d73d8a49eeb85d32cf465507dd71d507100c1" , "latest" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x0"
}
eth_getBlockByHash
Returns information about a block by hash.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getBlockByHash" , "params" : [ "0x4e84d2f48d6edeed77ff0d317aace881cce371916af264f75cb31d495fa3aea6" , false ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : {
"baseFeePerGas" : "0x178241c" ,
"difficulty" : "0x0" ,
"extraData" : "0x" ,
"gasLimit" : "0x1c9c380" ,
"gasUsed" : "0x2c262b" ,
"hash" : "0x4e84d2f48d6edeed77ff0d317aace881cce371916af264f75cb31d495fa3aea6" ,
"logsBloom": "0x0020008200004000080088208210080000880000006200000a600002010000011040001c1000000008422440020400441040120000a260000000801022200004400005088420810831000008a0041422400000000248210042008002000200000480c4001000018024400000004000000000000000000400410d1011040c0000000000008a2880022004000200000042100100020020208910004040000000040a40000500004040031180608000084400110080101000010085000004000180040000020098408000010000000c000a00400000000140108a0090020240002400100a8004008001080a00140000084002200161000a60048000000980000100",
"miner" : "0x4200000000000000000000000000000000000011" ,
"mixHash" : "0x55e0724ad4d8fd3a0e378140e5d3f6c8eeed3cccfe97241f56ef0c6b35ddb47f" ,
"nonce" : "0x0000000000000000" ,
"number" : "0x351e78" ,
"parentHash" : "0x7714eb49e742dd3239568f40e0584e80d26a83dbd090b16ec188e7d89f06da46" ,
"receiptsRoot" : "0x2c8a8cfa426744bb0e2770ba2804428400e27e0a6c22cee395def64863cc504f" ,
"sha3Uncles" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" ,
"size" : "0x1c4f" ,
"stateRoot" : "0xa90442da2f14833fada4ca618fb0515fc5c63641b4aecfd6c8d97a3322ff5dab" ,
"timestamp" : "0x66449b47" ,
"totalDifficulty" : "0x0" ,
"transactions" : [
"0xccf96cf467cbbd60b40f07290bf1a17224d1157bc1ed757ac834b16fb70d6744" ,
"0x8c961483a251e9c7f7c85aeee326055b56b622bc433405eb022e9f583e0cc820" ,
"0x8fad08699d10f8f6e0291e347a587af1784de3e70619dfc407e12b1b1a6a6d70" ,
"0x33091365ec2c3e4ab8309a6dd75fe8d1f5c96f4787b640a39a40812e4aa50fd8" ,
"0xfdd4398ed34de0377772c1c597fda711a0cfb09a9a7f39be9a0be5e23675acfa" ,
"0x83535959b9712d9af6e5df368a22382ea56cfbc9cb88509e2a0c28f5f4eeab6b" ,
"0xb3b0dbdb45d3a6b3d36ebc541ccba241893d20c9944116d877e5d6d232bbd469" ,
"0xffe0ea895fd578f36dfa2893f64aebd1c8f77626b56b569351771e7956afe3aa" ,
"0x0e2a1588b6ceec14076d1134affe19793c50dc47972ef9b7425cc4021a5f96b4" ,
"0xa9fcb474480f16ab886fa32b209e4872fbd9d832ca0edb264ba8e493a694d654" ,
"0x19fb4b860b2cfe56f87930a1146b4647230a5761ea0ecec1dcb1c5a26044b7b5" ,
"0x104ad0210c6e17b34f27f4d65863c14677beff7e38f8fcc42bee803ced2241cb" ,
"0xb118c89c8e9f9de2ef1af78d131e5c2439da991827d9bf2de11efb4e943f1fce" ,
"0x0e1498cfe962fe6921cde4a3448ba7b6ffcf3285663b06f5592126962912e0e7" ,
"0x2f26b5b646f4014811befae731f016d2ce580a69d546a86296d07d13c6461921" ,
"0x536d07261ab9044795067800493785333927e068dd24bfdef6a215475cea7396" ,
"0xb9a449a92ca9f9a1fd1abd5db7d273fd4ab706f4b0fd444c0518831a7e2bee18"
] ,
"transactionsRoot" : "0x25ad9a7a309c9fe9979ba3c86eddfe6fd51d56b27ceb13eb9219d669bbe583d7" ,
"uncles" : [] ,
"withdrawals" : [] ,
"withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421"
}
}
eth_getBlockByNumber
Returns information about a block by block number.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getBlockByNumber" , "params" : [ "0x351e78" , true ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : {
"baseFeePerGas" : "0x178241c" ,
"difficulty" : "0x0" ,
"extraData" : "0x" ,
"gasLimit" : "0x1c9c380" ,
"gasUsed" : "0x2c262b" ,
"hash" : "0x4e84d2f48d6edeed77ff0d317aace881cce371916af264f75cb31d495fa3aea6" ,
"logsBloom": "0x0020008200004000080088208210080000880000006200000a600002010000011040001c1000000008422440020400441040120000a260000000801022200004400005088420810831000008a0041422400000000248210042008002000200000480c4001000018024400000004000000000000000000400410d1011040c0000000000008a2880022004000200000042100100020020208910004040000000040a40000500004040031180608000084400110080101000010085000004000180040000020098408000010000000c000a00400000000140108a0090020240002400100a8004008001080a00140000084002200161000a60048000000980000100",
"miner" : "0x4200000000000000000000000000000000000011" ,
"mixHash" : "0x55e0724ad4d8fd3a0e378140e5d3f6c8eeed3cccfe97241f56ef0c6b35ddb47f" ,
"nonce" : "0x0000000000000000" ,
"number" : "0x351e78" ,
"parentHash" : "0x7714eb49e742dd3239568f40e0584e80d26a83dbd090b16ec188e7d89f06da46" ,
"receiptsRoot" : "0x2c8a8cfa426744bb0e2770ba2804428400e27e0a6c22cee395def64863cc504f" ,
"sha3Uncles" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" ,
"size" : "0x1c4f" ,
"stateRoot" : "0xa90442da2f14833fada4ca618fb0515fc5c63641b4aecfd6c8d97a3322ff5dab" ,
"timestamp" : "0x66449b47" ,
"totalDifficulty" : "0x0" ,
"transactions" : [
{
"blockHash" : "0x4e84d2f48d6edeed77ff0d317aace881cce371916af264f75cb31d495fa3aea6" ,
"blockNumber" : "0x351e78" ,
"from" : "0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001" ,
"gas" : "0xf4240" ,
"gasPrice" : "0x0" ,
"hash" : "0xccf96cf467cbbd60b40f07290bf1a17224d1157bc1ed757ac834b16fb70d6744" ,
"input": "0x015d8eb900000000000000000000000000000000000000000000000000000000012f44ed0000000000000000000000000000000000000000000000000000000066449afb0000000000000000000000000000000000000000000000000000000130fb6a8868af405acc64d78b5e72f4e5a7cb0acce29fb8858d0ade15d42539b711525c8a0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000415c8893d514f9bc5211d36eeda4183226b84aa700000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0",
"nonce" : "0x351e77" ,
"to" : "0x4200000000000000000000000000000000000015" ,
"transactionIndex" : "0x0" ,
"value" : "0x0" ,
"type" : "0x7e" ,
"v" : "0x0" ,
"r" : "0x0" ,
"s" : "0x0" ,
"sourceHash" : "0xc85ca38a67323ffb6b5a0c815bc2505298cde9973379f3a2531c924920e269e4" ,
"mint" : "0x0" ,
"depositReceiptVersion" : "0x1"
} ,
...
eth_getBlockTransactionCountByHash
Returns the number of transactions in a block matching the given block hash.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getBlockTransactionCountByHash" , "params" : [ "0x4e84d2f48d6edeed77ff0d317aace881cce371916af264f75cb31d495fa3aea6" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x11"
}
eth_getBlockTransactionCountByNumber
Returns the number of transactions in a block from a block matching the given block number.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getBlockTransactionCountByNumber" , "params" : [ "0xe8" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x1"
}
eth_getCode
Returns code at a given address.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getCode" , "params" : [ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" , "latest" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x"
}
eth_getFilterChanges
Polling method for a filter, which returns an array of logs which occurred since last poll.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getFilterChanges" , "params" : [ "0x16" ] , "id" : 73 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 73 ,
"error" : {
"code" : -32000 ,
"message" : "filter not found"
}
}
eth_getFilterLogs
Returns an array of all logs matching filter with given id.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getFilterLogs" , "params" : [ "0x16" ] , "id" : 74 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 74 ,
"error" : {
"code" : -32000 ,
"message" : "filter not found"
}
}
eth_getLogs
Returns an array of all logs matching a given filter object.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getLogs" , "params" : [{ "topics" : [ "0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b" ]}] , "id" : 74 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 74 ,
"result" : []
}
eth_getStorageAt
Returns the value from a storage position at a given address.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getStorageAt" , "params" : [ "0x295a70b2de5e3953354a6a8344e616ed314d7251" , "0x0" , "latest" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x0000000000000000000000000000000000000000000000000000000000000000"
}
eth_getTransactionByBlockHashAndIndex
Returns information about a transaction by block hash and transaction index position.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getTransactionByBlockHashAndIndex" , "params" : [ "0xc6ef2fc5426d6ad6fd9e2a26abeab0aa2411b7ab17f30a99d3cb96aed1d1055b" , "0x0" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : null
}
eth_getTransactionByBlockNumberAndIndex
Returns information about a transaction by block number and transaction index position.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getTransactionByBlockNumberAndIndex" , "params" : [ "0x29c" , "0x0" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : {
"blockHash" : "0xccda14a2892b58c625a97436d9e83fd1050842ab3f601dadfb89b6ea1353c4fd" ,
"blockNumber" : "0x29c" ,
"from" : "0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001" ,
"gas" : "0xf4240" ,
"gasPrice" : "0x0" ,
"hash" : "0xa83047c29380366c47c08b71d2181db3608cb433eef3eee29e03dd2e0ee61aef" ,
"input": "0x015d8eb90000000000000000000000000000000000000000000000000000000001267f750000000000000000000000000000000000000000000000000000000065da638b0000000000000000000000000000000000000000000000000000000574d35e075ffd8f26da77257d41049b0960cfc97507ffe96e0d9cc275e56ea35b23d8802b0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000415c8893d514f9bc5211d36eeda4183226b84aa700000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0",
"nonce" : "0x29b" ,
"to" : "0x4200000000000000000000000000000000000015" ,
"transactionIndex" : "0x0" ,
"value" : "0x0" ,
"type" : "0x7e" ,
"v" : "0x0" ,
"r" : "0x0" ,
"s" : "0x0" ,
"sourceHash" : "0x00f18433a26f8e7abf19f0ea0fb5094da9b69fb0ea15c1eba1581c5e797121cd" ,
"mint" : "0x0" ,
"depositReceiptVersion" : "0x1"
}
}
eth_getTransactionByHash
Returns the information about a transaction requested by transaction hash.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getTransactionByHash" , "params" : [ "0x88df016429689c079f3b2f6ad39fa052532c56795b733da78a91ebe6a713944b" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : null
}
eth_getTransactionCount
Returns the number of transactions sent from an address.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getTransactionCount" , "params" : [ "0x407d73d8a49eeb85d32cf465507dd71d507100c1" , "latest" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x0"
}
eth_getTransactionReceipt
Returns the receipt of a transaction by transaction hash.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getTransactionReceipt" , "params" : [ "0xb903239f8543d04b5dc1ba6579132b143087c68db1b2168786408fcbce568238" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : null
}
eth_getUncleByBlockHashAndIndex
Returns information about a uncle of a block by hash and uncle index position.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getUncleByBlockHashAndIndex" , "params" : [ "0xc6ef2fc5426d6ad6fd9e2a26abeab0aa2411b7ab17f30a99d3cb96aed1d1055b" , "0x0" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : null
}
eth_getUncleByBlockNumberAndIndex
Returns information about a uncle of a block by number and uncle index position.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getUncleByBlockNumberAndIndex" , "params" : [ "0x29c" , "0x0" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : null
}
eth_getUncleCountByBlockHash
Returns the number of uncles in a block matching the given block hash.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getUncleCountByBlockHash" , "params" : [ "0xc6ef2fc5426d6ad6fd9e2a26abeab0aa2411b7ab17f30a99d3cb96aed1d1055b" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : null
}
eth_getUncleCountByBlockNumber
Returns the number of uncles in a block from a block matching the given block number.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_getUncleCountByBlockNumber" , "params" : [ "0xe8" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x0"
}
eth_newBlockFilter
Creates a filter in the node, to notify when a new block arrives.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_newBlockFilter" , "id" : 1 , "params" : []}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0xad6ab10f191c7d11b985587c60db7c6a"
}
eth_newFilter
Creates a filter object, based on filter options, to notify when the state changes (logs).
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_newFilter" , "params" : [{ "fromBlock" : "0x1" , "toBlock" : "0x2" , "address" : "0x8888f1f195afa192cfee860698584c030f4c9db1" , "topics" : [ "0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b" , null , [ "0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b" , "0x0000000000000000000000000aff3454fce5edbc8cca8697c15331677e6ebccc" ]] }] , "id" : 73 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 73 ,
"result" : "0xf69cd67b422c79a80f58d3765cdb16b9"
}
eth_newPendingTransactionFilter
Creates a filter in the node, to notify when new pending transactions arrive.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_newPendingTransactionFilter" , "id" : 1 , "params" : []}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x751ea9827d88568a09475bdb5590baa5"
}
eth_pendingTransactions
Creates a filter in the node, to notify when new pending transactions arrive.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy {
"jsonrpc" : "2.0" ,
"method" : "eth_pendingTransactions" ,
"id" : 1 ,
"params" : []
}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : []
}
eth_sendRawTransaction
Creates new message call transaction or a contract creation for signed transactions.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_sendRawTransaction" , "params" : [ "0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"error" : {
"code" : -32000 ,
"message" : "rlp: element is larger than containing list"
}
}
eth_sendTransaction
Creates new message call transaction or a contract creation, if the data field contains code.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "id" : 1 , "jsonrpc" : "2.0" , "method" : "eth_sendTransaction" , "params" : [{ "from" : "0xb60e8dd61c5d32be8058bb8eb970870f07233155" , "data" : "0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675" }] }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"error" : {
"code" : -32000 ,
"message" : "unknown account"
}
}
eth_sign
The sign method calculates an Ethereum specific signature with: sign(keccak256("\x19Ethereum Signed Message:\n" + len(message) + message))).
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_sign" , "params" : [ "0x9b2055d370f73ec7d8a03e965129118dc8f5bf83" , "0xdeadbeaf" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"error" : {
"code" : -32000 ,
"message" : "unknown account"
}
}
eth_syncing
The sync status object may need to be different depending on the details of Tendermint's sync protocol. However, the 'synced' result is simply a boolean, and can easily be derived from Tendermint's internal sync state.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_syncing" , "id" : 1 , "params" : []}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : false
}
eth_uninstallFilter
Uninstalls a filter with given id. Should always be called when watch is no longer needed.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "eth_uninstallFilter" , "params" : [ "0xb" ] , "id" : 73 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 73 ,
"result" : false
}
eth_createAccessList
Returns list of addresses and storage keys that are read and written by the transaction (except the sender account and precompiles), plus the estimated gas consumed when the access list is added.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "id" : 1 , "jsonrpc" : "2.0" , "method" : "eth_createAccessList" , "params" : [{ "to" : "0xd46e8dd67c5d32be8058bb8eb970870f07244567" , "gas" : "0x0" , "gasPrice" : "0x9184e72a000" , "value" : "0x0" , "data" : "0x" }]}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"error" : {
"code" : -32000 ,
"message" : "failed to apply transaction: 0x38c27c32bb523c2b2ec1ef8487d0f73877a3471d81c12307c5007cafa265acc3 err: intrinsic gas too low: have 0, want 21000"
}
}
eth_maxPriorityFeePerGas
Returns a fee per gas that is an estimate of how much you can pay as a priority fee, or 'tip', to get a transaction included in the current block.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "id" : 1 , "jsonrpc" : "2.0" , "method" : "eth_maxPriorityFeePerGas" }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0xf4240"
}
eth_feeHistory
Returns a collection of historical gas information.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "id" : 1 , "jsonrpc" : "2.0" , "method" : "eth_feeHistory" , "params" : [ 4 , 4 , 4 ]}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"error" : {
"code" : -32602 ,
"message" : "invalid argument 1: hex string without 0x prefix"
}
}
eth_getProof
Returns the account and storage values of the specified accoun.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "id" : 1 , "jsonrpc" : "2.0" , "method" : "eth_getProof" , "params" : [ "0xe5cB067E90D5Cd1F8052B83562Ae670bA4A211a8" ]}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"error" : {
"code" : -32602 ,
"message" : "missing value for required argument 1"
}
}
eth_mining
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy {
"jsonrpc" : "2.0" ,
"method" : "eth_mining" ,
"params" : [] ,
"id" : 71
}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 71 ,
"result" : false
}
eth_coinbase
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy {
"jsonrpc" : "2.0" ,
"method" : "eth_coinbase" ,
"params" : [] ,
"id" : 64
}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 64 ,
"error" : {
"code" : -32000 ,
"message" : "etherbase must be explicitly specified"
}
}
eth_signTransaction
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy {
"id" : 1 ,
"jsonrpc" : "2.0" ,
"method" : "eth_signTransaction" ,
"params" : [
{
"data" : "0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675" ,
"from" : "0xb60e8dd61c5d32be8058bb8eb970870f07233155" ,
"gas" : "0x76c0" ,
"gasPrice" : "0x9184e72a000" ,
"to" : "0xd46e8dd67c5d32be8058bb8eb970870f07244567" ,
"value" : "0x9184e72a"
}
]
}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"error" : {
"code" : -32000 ,
"message" : "nonce not specified"
}
}
eth_sign
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy {
"jsonrpc" : "2.0" ,
"method" : "eth_sign" ,
"params" : [
"0x9b2055d370f73ec7d8a03e965129118dc8f5bf83" ,
"0xdeadbeaf"
] ,
"id" : 1
}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"error" : {
"code" : -32000 ,
"message" : "unknown account"
}
}
eth_hashrate
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy {
"jsonrpc" : "2.0" ,
"method" : "eth_hashrate" ,
"params" : [] ,
"id" : 71
}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 71 ,
"result" : "0x0"
}
net_version
Returns the current network id.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "net_version" , "id" : 1 , "params" : []}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "81457"
}
net_listening
Returns true if client is actively listening for network connections.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy {
"id" : 1 ,
"jsonrpc" : "2.0" ,
"method" : "net_listening"
}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : true
}
net_peerCount
Returns the number of peers currently connected to the client.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy {
"jsonrpc" : "2.0" ,
"method" : "net_peerCount" ,
"params" : [] ,
"id" : 74
}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 74 ,
"result" : "0x0"
}
web3_clientVersion
Get the web3 client version.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "web3_clientVersion" , "id" : 1 , "params" : []}
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "Geth/v0.1.0-unstable-04ed82f5-20240313/linux-amd64/go1.21.9"
}
web3_sha3
Returns Keccak-256 (not the standardized SHA3-256) of the given data.
Method: POST
Copy https://blast.nownodes.io
Example body (raw )
Copy { "jsonrpc" : "2.0" , "method" : "web3_sha3" , "params" : [ "0x67656c6c6f20776f726c64" ] , "id" : 1 }
Example response: 200
Copy {
"jsonrpc" : "2.0" ,
"id" : 1 ,
"result" : "0x1b84adea42d5b7d192fd8a61a85b25abe0757e9a65cab1da470258914053823f"
}