Difference between revisions of "Ethereum API"

From wikieduonline
Jump to navigation Jump to search
 
(4 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
 +
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 ==
 
== Related ==
Line 6: 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 ==
 
* {{cast}}
 
* {{cast}}
 
* {{web3.eth}}
 
* {{web3.eth}}
* {{Ethereum}}
+
* {{Ethereum API}}
 
* {{Crypto cloud providers}}
 
* {{Crypto cloud providers}}
  
 
[[Category:Ethereum]]
 
[[Category:Ethereum]]

Latest 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[edit]

See also[edit]

Advertising: