Skip to main content
POST
eth_getUncleByBlockHashAndIndex
Plasma API method that returns information about an uncle by block hash and uncle index position.

Parameters

  • data — the hash of the block
  • quantity — the uncle index position

Response

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

eth_getUncleByBlockHashAndIndex code examples

Body

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

Hash of the block.

Response

200 - application/json

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

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