HTTP Methods
getBlock
Returns identity and transaction information about a confirmed block in the ledger.
POST
getBlock
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Slot number as a
u64 integer.The commitment level for the request.
finalized
The encoding format for each returned transaction.
jsonjsonParsedbase58base64
Level of transaction detail to return. If accounts are requested, transaction details only include signatures and an annotated list of accounts in each transaction. Transaction metadata includes only: fee, err, pre_balances, post_balances, pre_token_balances, and post_token_balances.
fullaccountssignaturesnone
Maximum transaction version to return in responses. If the requested block contains a transaction with a higher version, an error will be returned. If omitted, only legacy transactions will be returned.
Whether to populate the rewards array.
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getBlock Parameters for the request.
Slot number as a u64 integer.
Example:
430
Previous
getBlockCommitmentReturns the cluster commitment and stake-weighted vote distribution for a specific Solana block — used to verify how widely confirmed or finalized a block is across the validator set.
Next
getBlock