getwalletunclaimedgas

Gets the amount of unclaimed GAS in the wallet.

📘

Before you can invoke this method, wallet must be open first.

Parameters

None

Result

The unclaimed GAS amount.

Example

Request

curl <your-endpoint> \
   -X POST \
   -H "Content-Type: application/json" \
   -d '{"jsonrpc": "2.0", "method": "getwalletunclaimedgas", "params":[],"id": 1}'

Return

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": "353"
}
Language
Click Try It! to start a request and see the response here!