On this pagegetblockcount MethodGets the block count of the blockchain.noteYou must install the plugin RpcServer before you can invoke the method.Example#Request body:{ "jsonrpc": "2.0", "method": "getblockcount", "params":[], "id": 1}CopyResponse body:{ "jsonrpc": "2.0", "id": 1, "result": 991991}Copy