Retrieve the most recent block data from the NEAR blockchain
Retrieve the most recent block data from the NEAR blockchain
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": "latest"
}
}'{ "jsonrpc": "2.0", "id": "string", "result": {}, "error": { "code": 0, "message": "string", "data": {} } }