check-bsv-price

This skill should be used when the user asks "what is BSV price", "BSV to USD", "current BSV rate", "BSV market cap", or needs to fetch current BSV price and exchange rate information.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "check-bsv-price" with this command: npx skills add b-open-io/bsv-skills/b-open-io-bsv-skills-check-bsv-price

Check BSV Price

Get current BSV price from WhatsOnChain API.

Status

Complete - All tests passing

When to Use

  • Check current BSV/USD exchange rate
  • Calculate transaction values in USD
  • Monitor BSV price movements
  • Display market information

Usage

# Get price in human-readable format
bun run skills/check-bsv-price/scripts/price.ts

# Get price in JSON format
bun run skills/check-bsv-price/scripts/price.ts --json

# Show help
bun run skills/check-bsv-price/scripts/price.ts --help

API Endpoint

WhatsOnChain Exchange Rate API:

  • GET https://api.whatsonchain.com/v1/bsv/main/exchangerate

Response

Returns current price information including:

  • Rate (USD)
  • Currency
  • Timestamp

No Authentication Required

WhatsOnChain API is public and doesn't require API keys for basic queries.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

create-script-template

No summary provided by upstream source.

Repository SourceNeeds Review
General

key-derivation

No summary provided by upstream source.

Repository SourceNeeds Review
General

stratum-v1

No summary provided by upstream source.

Repository SourceNeeds Review
General

estimate-transaction-fee

No summary provided by upstream source.

Repository SourceNeeds Review