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.
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.
You Might Also Like
Related Skills

gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
openclaw
orpc-contract-first
Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.
langgenius

