Returns the future windows for maintenance in current epoch for the specified account
Returns the future windows for maintenance in current epoch for the specified account
curl -i -X POST \
https://rpc.mainnet.fastnear.com/ \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "maintenance_windows",
"params": {
"account_id": "example.near"
}
}'{ "jsonrpc": "2.0", "id": "string", "result": [ { … } ], "error": { "code": 0, "message": "string", "data": {} } }