# BOT_GET_BALANCE

Requests the current L$ balance of the bot.

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | —           |
| `id`     | —           |

## Result

Raises the following event:

* [`BOT_GET_BALANCE_REPLY`](/doc/bot_get_balance_reply-2co4RdrnEw)

## Example

```csharp
llMessageLinked(LINK_SET, BOT_GET_BALANCE, "", "");
```