MCP Avantage

by MissionSquad

crypto_intraday

Fetch real-time and historical intraday cryptocurrency data (e.g., BTC/USD) at customizable intervals (1min to 60min) for analysis and decision-making. Supports JSON or CSV formats.

Instructions

Fetches intraday time series data for a cryptocurrency.

Input Schema

NameRequiredDescriptionDefault
datatypeNoData format for the response.json
intervalYesIntraday interval.
marketYesThe exchange market (e.g., "USD", "EUR").
outputsizeNoOutput size. Compact returns latest 100 data points, Full returns complete history.compact
symbolYesThe cryptocurrency symbol (e.g., "BTC").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for fetching intraday crypto time series data.", "properties": { "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "type": "string" }, "interval": { "description": "Intraday interval.", "enum": [ "1min", "5min", "15min", "30min", "60min" ], "type": "string" }, "market": { "description": "The exchange market (e.g., \"USD\", \"EUR\").", "type": "string" }, "outputsize": { "default": "compact", "description": "Output size. Compact returns latest 100 data points, Full returns complete history.", "enum": [ "compact", "full" ], "type": "string" }, "symbol": { "description": "The cryptocurrency symbol (e.g., \"BTC\").", "type": "string" } }, "required": [ "symbol", "market", "interval" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    ID: rrb3v0d7c5