post https://api.infstones.com/neo/mainnet/
Exports the private key of the specified address.
Before you can invoke this method, wallet must be open first.
Parameters
None
Result
The newly created address.
Example
Request
curl <your-endpoint> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "method": "getnewaddress", "params":[],"id": 1}'
Return
{
"jsonrpc": "2.0",
"id": 1,
"result": "NUkaNyPbML2QYfxK99WqZYpR8rR4CyUoth"
}