Skip to main content
GET
eth_getUncleByBlockNumberAndIndex

Authorizations

apikey
string
query
required

Enter your Etherscan API key, or set one up if you don't have one.

Query Parameters

chainid
string
required

Chain ID to query, eg 1 for Ethereum, 42161 for Arbitrum from our supported chains.

module
string
default:proxy
required

Set to proxy for this endpoint.

action
string
default:eth_getUncleByBlockNumberAndIndex
required

Set to eth_getUncleByBlockNumberAndIndex for this endpoint.

tag
string

Block number in hex format.

index
string

Position of the uncle in the block, in hex.

Response

200 - application/json

Successful response

jsonrpc
string

JSON-RPC protocol version.

id
integer

Request identifier, echoed back from the request.

result
object