eth_getFinalizedBlock RPC Method
If the latest block has not yet accumulated the input number (verifiedValidatorNum) of validator votes, the method will return an “unknown block” error with code -39001.
Parameters
verifiedValidatorNum
int
REQUIRED
Loading...
fullTransactions
boolean
REQUIRED
Loading...
Returns
baseFeePerGas
string
Loading...
blobGasUsed
string
Loading...
difficulty
string
Loading...
excessBlobGas
string
Loading...
extraData
string
Loading...
gasLimit
string
Loading...
gasUsed
string
Loading...
hash
string
Loading...
logsBloom
string
Loading...
milliTimestamp
string
Loading...
miner
string
Loading...
mixHash
string
Loading...
nonce
string
Loading...
number
string
Loading...
parentBeaconBlockRoot
string
Loading...
parentHash
string
Loading...
receiptsRoot
string
Loading...
requestsHash
string
Loading...
sha3Uncles
string
Loading...
size
string
Loading...
stateRoot
string
Loading...
timestamp
string
Loading...
totalDifficulty
string
Loading...
transactions
array
Loading...
transactionsRoot
string
Loading...
uncles
array
Loading...
withdrawals
array
Loading...
withdrawalsRoot
string
Loading...
Request
1curl https://docs-demo.bsc.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"jsonrpc":"2.0","method":"eth_getFinalizedBlock","params":[-3, false],"id":1}'
1curl https://docs-demo.bsc.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"jsonrpc":"2.0","method":"eth_getFinalizedBlock","params":[-3, false],"id":1}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free