Skip to main content
POST
eth_getUncleByBlockNumberAndIndex
Robinhood Chain API method that returns information about an uncle by block number and uncle index position.

Parameters

  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)
  • quantity — the uncle index position

Response

  • object — a block object, or null when no uncle was found

eth_getUncleByBlockNumberAndIndex code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_getUncleByBlockNumberAndIndex
params
string[]

Block number or tag (latest, earliest, pending).

Response

200 - application/json

Returns information about an uncle by block number and uncle index position.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026