Return the system fees of the block, based on the specified index.
{
"jsonrpc": "2.0",
"method": "getblocksysfee",
"params": [index],
"id": 1
}
- index: Block index
Request body:
{
"jsonrpc": "2.0",
"method": "getblocksysfee",
"params": [1005434],
"id": 1
}
Response body:
{
"jsonrpc": "2.0",
"id": 1,
"result": "195500"
}
Response description:
result: The system fees of the block in NeoGas units.