MCP Avantage

by MissionSquad

crypto_exchangeRates

Fetch real-time exchange rates for cryptocurrency pairs (e.g., BTC to USD) using specific input parameters. Supports accurate conversions for financial analysis or transactions.

Instructions

Fetches the realtime exchange rate for a cryptocurrency pair (e.g., BTC to USD).

Input Schema

NameRequiredDescriptionDefault
from_currencyYesThe cryptocurrency symbol (e.g., "BTC").
to_currencyYesThe physical currency symbol (e.g., "USD").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for fetching cryptocurrency exchange rates.", "properties": { "from_currency": { "description": "The cryptocurrency symbol (e.g., \"BTC\").", "type": "string" }, "to_currency": { "description": "The physical currency symbol (e.g., \"USD\").", "type": "string" } }, "required": [ "from_currency", "to_currency" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    ID: rrb3v0d7c5