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