Retrieve block data using a specific block height
Retrieve block data using a specific block height
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": 186561182
}
}'{ "jsonrpc": "2.0", "id": "string", "result": { "author": "string", "chunks": [ … ], "header": { … } }, "error": { "code": 0, "message": "string", "data": {} } }