# wallet_listTokens

List BSV21 token outputs in the wallet

## Result

The BSV21 token listing result as JSON text.

## Permissions

Requires the configured wallet or identity context. Wallet read permissions apply; this handler does not request a payment.

## Definition 1 (full)

Registered in: Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; External BRC-100 wallet; Local Vault + sponsor.

List BSV21 token outputs in the wallet

| Field | Type | Required | Description | Constraints |
| --- | --- | --- | --- | --- |
| limit | integer | No | Max number of results to return | minimum: -9007199254740991; maximum: 9007199254740991 |

Nested requirements apply when their parent is supplied.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "limit": {
      "description": "Max number of results to return",
      "type": "integer",
      "minimum": -9007199254740991,
      "maximum": 9007199254740991
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

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