JSON-RPC methods
Last updated
Was this helpful?
Last updated
Was this helpful?
You can review the official
β returns the current client version.
β returns Keccak-256 (not the standardized SHA3-256) of the given data.
β returns the current network ID.
β returns true if client is actively listening for network connections.
β returns data on the sync status or false.
β returns the current price per gas in wei.
β returns a list of addresses owned by client.
β returns the number of most recent block.
β returns the balance of the account specified by address.
β returns the value from a storage position at an address specified.
β returns the number of transactions sent from an address.
β returns the number of transactions in a block specified by block hash.
β returns the number of transactions in the block specified by number.
β returns the number of uncles in a block specified by block hash.
β returns the number of uncles in a block specified by block number.
β returns code at an address specified.
β creates a new message call transaction or a contract creation for signed transactions.
β executes a new message call immediately without creating a transaction on the blockchain.
β generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
β returns information for the block specified by block hash.
β returns information for the block specified by block number.
β returns information on a transaction specified by transaction hash.
β returns information on a transaction specified by block hash and transaction index position.
β returns information on a transaction by block number and transaction index position.
β returns the receipt of a transaction by transaction hash.
β returns information about an uncle of a block by hash and uncle index position.
β returns information about an uncle of a block by number and uncle index position.
β returns logs matching the parameters specified.