BSV Price
ordnet_priceGet current BSV price in fiat and convert satoshis to USD/EUR before spending. Uses ORDnet's CoinGecko proxy for real-time rates.
Instructions
Get the current BSV price in fiat, via ORDnet's own CoinGecko proxy.
Lets an agent convert satoshis to USD/EUR before spending.
Args:
currencies (string, optional): comma-separated, default "usd,eur"
Returns: { bsv: { usd, eur, ... }, satsPerUsd }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currencies | No | Comma-separated fiat currencies (default: usd,eur) |