Retrieve block data using a specific block hash
Retrieve block data using a specific block hash
curl -i -X POST \
https://rpc.mainnet.fastnear.com/ \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "block",
"params": {
"block_id": "BnHU4MCqsNVgLRCiZteef85VYxCbNzwkWEo1cEG8Z6VX"
}
}'{ "jsonrpc": "2.0", "id": "string", "result": { "author": "string", "chunks": [ … ], "header": { … } }, "error": { "code": 0, "message": "string", "data": {} } }