bsv_getPrice
Fetch the current Bitcoin SV (BSV) price in USD to calculate transaction values, monitor market conditions, or convert between BSV and fiat currencies using real-time data from a reliable exchange API.
Instructions
Retrieves the current price of Bitcoin SV (BSV) in USD from a reliable exchange API. This tool provides real-time market data that can be used for calculating transaction values, monitoring market conditions, or converting between BSV and fiat currencies.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | No parameters required - simply returns the current BSV price in USD |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"args": {
"additionalProperties": false,
"description": "No parameters required - simply returns the current BSV price in USD",
"properties": {},
"type": "object"
}
},
"type": "object"
}