wallet_listTokens
List BSV21 token outputs in the wallet
Read as MarkdownResult
Individual BSV21 token outputs. For totals by token, use wallet_getBsv21Balances.
Permissions
Requires the configured wallet or identity context. Wallet read permissions apply; this handler does not request a payment.
Also available through wallet_read in compact mode.
Inputs and availability
full catalog · Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; External BRC-100 wallet; Local Vault + sponsor
| Field | Type / required | Description |
|---|---|---|
| limit | integer Optional | Max number of results to return minimum: -9007199254740991; maximum: 9007199254740991 |
Nested fields are required only when their parent object or array item is supplied.
Full input schema
{
"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"
}