eth_getUncleCountByBlockNumber

Returns the number of transactions in a block matching the given block number.

https://api.1inch.com/web3/143
Supported on:
Monad

Parameters

Block (required)

Block
* any
oneOf[0]
string
oneOf[1]
string (Enum)
earliest
finalized
safe
latest
pending

Request

Request
object
jsonrpc
* string (Enum)
2.0
method
* string
params
array
items
any
oneOf[0]
string
oneOf[1]
string (Enum)
earliest
finalized
safe
latest
pending
id
* number
1

Response

Uncle count

Uncle count
any
oneOf[0]
null
oneOf[1]
string
JSON
1

Did you find what you need?