Get Balance

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)
        ]
    )
);