Skip to main content
Glama

Luno MCP Server

Official
by luno

list_trades

Retrieve recent trades for a specified currency pair using a timestamp filter to access trades executed after a specific Unix millisecond time.

Instructions

List recent trades for a currency pair

Input Schema

NameRequiredDescriptionDefault
pairYesTrading pair (e.g., XBTZAR)
sinceNoFetch trades executed after this timestamp (Unix milliseconds)

Input Schema (JSON Schema)

{ "properties": { "pair": { "description": "Trading pair (e.g., XBTZAR)", "type": "string" }, "since": { "description": "Fetch trades executed after this timestamp (Unix milliseconds)", "type": "string" } }, "required": [ "pair" ], "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