app_sweep_scan
App-only: scans a Bitcoin address for categorized UTXOs — funding, ordinals, and BSV-21 tokens.
Read as MarkdownResult
Indexed outputs available for a prospective sweep; no transaction is submitted.
Permissions
Requires the configured wallet or identity context. Wallet read permissions apply; this handler does not request a payment.
Inputs and availability
Full catalog · Before wallet setup; Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Project · payments scope; External BRC-100 wallet; Local Vault + sponsor; Droplit wallet
| Field | Type / required | Description |
|---|---|---|
| address | string Required | Bitcoin address to scan |
Nested fields are required only when their parent object or array item is supplied.
Full input schema
{
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Bitcoin address to scan"
}
},
"required": [
"address"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}