← BSV MCPInstall
Explorer

app_explorer_data

App-only: fetches BSV price, chain info, decodes transactions, and looks up addresses.

Read as Markdown

Result

Explorer data for the dashboard query.

Permissions

No wallet required.

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

FieldType / requiredDescription
txidstring
Optional
Transaction ID to decode
addressstring
Optional
Address to look up balance/history

Nested fields are required only when their parent object or array item is supplied.

Full input schema
{
  "type": "object",
  "properties": {
    "txid": {
      "description": "Transaction ID to decode",
      "type": "string"
    },
    "address": {
      "description": "Address to look up balance/history",
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}