Get Balance

<data Commands> Type: Corrade progressive command Command[wiki]: getbalance Description[wiki]: The getbalance command gets the money balance available in the bot's account. Permissions[wiki]: economy Parameters[wiki]: group, password Last Changes[wiki]: none </data>

The getbalance command gets the money balance available in the bot's account.

Command Required Parameters Required Corrade Permissions Example
getbalance group, password economy
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getbalance",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // sent to URL
            "callback", wasURLEscape(URL)
        ]
    )
);