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 thangetFirstAvailableBlock return an error.
Parameters
number
Starting Solana slot number from which to begin retrieving the sequential block list.
number
Maximum number of sequential blocks to return (up to 500,000 blocks per request).
string
Finality level to query blocks at - either confirmed (optimistic confirmation) or finalized (full confirmation).
confirmedfinalized
Response
integer[]
Ordered list of confirmed Solana block slot numbers in ascending sequence starting from the requested slot.