lookup-bsv-address

Fetch balance, transaction history, and UTXOs for a BSV address via the WhatsOnChain API.

7|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/b-open-io/bsv-skills --skill lookup-bsv-address
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lookup-bsv-address
Source: https://github.com/b-open-io/bsv-skills/tree/main/skills/lookup-bsv-address
Command: npx skills add https://github.com/b-open-io/bsv-skills --skill lookup-bsv-address

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill lets you quickly fetch balance, transaction history, and UTXOs for a BSV address via the WhatsOnChain API, reducing manual lookup time.

Core Features & Use Cases

  • Balance & total value: Retrieve confirmed and unconfirmed satoshis.
  • History: View transaction history and recent activity.
  • UTXOs: List unspent outputs for planning spends or audits.

Quick Start

bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address> [balance|history|utxos|info]