Skip to main content
Glama

Luno MCP Server

Official
by luno

get_candles

Retrieve candlestick market data for specified trading pairs and durations. Inputs include pair, duration, and optional timestamp to filter historical data.

Instructions

Get candlestick market data for a currency pair

Input Schema

NameRequiredDescriptionDefault
durationYesCandle duration in seconds (e.g., 60 for 1m, 300 for 5m, 3600 for 1h)
pairYesTrading pair (e.g., XBTZAR)
sinceNoFilter to candles starting on or after this timestamp (Unix milliseconds). Defaults to 24 hours ago.

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Candle duration in seconds (e.g., 60 for 1m, 300 for 5m, 3600 for 1h)", "type": "number" }, "pair": { "description": "Trading pair (e.g., XBTZAR)", "type": "string" }, "since": { "description": "Filter to candles starting on or after this timestamp (Unix milliseconds). Defaults to 24 hours ago.", "type": "number" } }, "required": [ "pair", "duration" ], "type": "object" }
Install Server

Other Tools from Luno MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luno/luno-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server