Agent skill

lookup-bsv-address

Look up BSV address information using WhatsOnChain API. Shows balance, transaction history, and UTXO details.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/lookup-bsv-address

SKILL.md

Lookup BSV Address

Look up BSV address information using WhatsOnChain API.

When to Use

  • Check address balance
  • View transaction history
  • List unspent outputs (UTXOs)
  • Verify address activity

Usage

bash
# Get address info
bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address>

# Get address balance only
bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address> balance

# Get transaction history
bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address> history

# Get UTXOs
bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address> utxos

API Endpoints

WhatsOnChain Address API:

  • Balance: GET /v1/bsv/main/address/{address}/balance
  • History: GET /v1/bsv/main/address/{address}/history
  • UTXOs: GET /v1/bsv/main/address/{address}/unspent

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results