getwalletheight Method
Obtains the current wallet index height.
Before you can invoke this method you must:
Open the wallet in NEO-CLI.
Install the plugin RpcWallet .
Example
Request body:
{
"jsonrpc": "2.0",
"method": "getwalletheight",
"params": [],
"id": 1
}
Response body:
{
"jsonrpc": "2.0",
"id": 1,
"result": 2713183
}