curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlock",
"params": [
200000000,
{
"encoding": "json",
"maxSupportedTransactionVersion": 0,
"transactionDetails": "none",
"rewards": false
}
]
}
'Returns block metadata (blockhash, parent slot, block time) and optionally the full list of transactions for a slot. Wide hedging across history-enabled RPCs.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlock",
"params": [
200000000,
{
"encoding": "json",
"maxSupportedTransactionVersion": 0,
"transactionDetails": "none",
"rewards": false
}
]
}
'Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.
2.0 "2.0"
getBlock "getBlock"
[slot, config?] — config supports encoding, transactionDetails (full/accounts/signatures/none), rewards, commitment, maxSupportedTransactionVersion
[
200000000,
{
"encoding": "json",
"maxSupportedTransactionVersion": 0,
"transactionDetails": "none",
"rewards": false
}
]
1