# Check Bsv Price

> Get current BSV price and exchange rate information from WhatsOnChain API. Returns USD price, market cap, and price changes.

- Skill: `majiayu000/check-bsv-price` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/check-bsv-price`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/check-bsv-price/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/check-bsv-price

---


# Check BSV Price

Get current BSV price from WhatsOnChain API.

## When to Use

- Check current BSV/USD exchange rate
- Calculate transaction values in USD
- Monitor BSV price movements
- Display market information

## Usage

```bash
bun run /path/to/skills/check-bsv-price/scripts/price.ts
```

## 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.

