Difference between revisions of "Ethereum API"

From wikieduonline
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[wikipedia:Ethereum API]]
 
[[wikipedia:Ethereum API]]
 
* https://github.com/ethereum/execution-apis
 
* https://github.com/ethereum/execution-apis
 +
 +
* <code>[[eth_blockNumber]]</code>
 +
* <code>[[eth_getBalance]]</code>
  
 
  HEX String - an integer block number
 
  HEX String - an integer block number
Line 13: Line 16:
 
* [[Ethereum RPC calls]]
 
* [[Ethereum RPC calls]]
 
* [[Besu]] [[JSON-RPC]] API methods: <code>[[eth]], [[net]], [[web3]], [[debug]], and [[miner]]</code>
 
* [[Besu]] [[JSON-RPC]] API methods: <code>[[eth]], [[net]], [[web3]], [[debug]], and [[miner]]</code>
* [[8545]]
+
* <code>[[8545]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 08:04, 21 June 2024

wikipedia:Ethereum API

HEX String - an integer block number
String "earliest" for the earliest/genesis block
String "latest" - for the latest mined block
String "safe" - for the latest safe head block
String "finalized" - for the latest finalized block
String "pending" - for the pending state/transactions

Related

See also

Advertising: