# mnee_getBalance

Retrieves the current MNEE token balance for the wallet. Returns the balance in MNEE tokens.

## Result

MNEE balance data for the requested address as JSON text.

## Permissions

No spending approval is requested by this handler. Public network lookups can still fail or require a compatible service.

## Definition 1 (full)

Registered in: Legacy local wallet; Legacy local identity.

Retrieves the current MNEE token balance for the wallet. Returns the balance in MNEE tokens.

No input fields. Pass an empty object.

Nested requirements apply when their parent is supplied.

### Input schema

```json
{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

[All tools](https://bsvmcp.com/docs/tools)