MCP Bitpanda Server

get_ohlc

Retrieve Open, High, Low, and Close (OHLC) data for specified assets and fiat currencies within daily or weekly timeframes using the MCP Bitpanda Server.

Instructions

Retrieves OHLC data for a specific asset, fiat currency, and timeframe.

Input Schema

NameRequiredDescriptionDefault
fiatCurrencyYesThe fiat currency (e.g., USD, EUR)
symbolYesThe trading symbol of the asset (e.g., BTC, XAU)
timeframeYesThe timeframe for the OHLC data (day or week)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fiatCurrency": { "description": "The fiat currency (e.g., USD, EUR)", "type": "string" }, "symbol": { "description": "The trading symbol of the asset (e.g., BTC, XAU)", "type": "string" }, "timeframe": { "description": "The timeframe for the OHLC data (day or week)", "enum": [ "day", "week" ], "type": "string" } }, "required": [ "symbol", "fiatCurrency", "timeframe" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Bitpanda Server

Related Tools

ID: af8fynmx2i