Skip to main content
Returns a list of confirmed blocks between two slots.

On ThorNode

Forwarded to the upstream node with a 10 s timeout and one retry on a transport error. History is limited to the upstream’s retained ledger; slots older than getFirstAvailableBlock return an error.

Parameters

number
required
Start slot (required).
number
required
End slot (optional, must be ≤ 500,000 blocks from start slot).
string
default:"finalized"
The commitment level for the request.
  • confirmed
  • finalized

Response

integer[]
List of confirmed blocks between start_slot and end_slot.