Retrieve performance metrics and statistics from a NEAR Protocol node
Retrieve performance metrics and statistics from a NEAR Protocol node
curl -i -X POST \
https://rpc.mainnet.fastnear.com/ \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "metrics",
"params": []
}'{ "jsonrpc": "2.0", "id": "string", "result": {}, "error": { "code": 0, "message": "string", "data": {} } }