Skip to main content
Glama

Luno MCP Server

Official
by luno

list_transactions

Retrieve transaction details for a specific account on the Luno MCP Server, including pagination support for managing large datasets.

Instructions

List transactions for an account

Input Schema

NameRequiredDescriptionDefault
account_idYesAccount ID
max_rowNoMaximum row ID to return (for pagination, exclusive)
min_rowNoMinimum row ID to return (for pagination, inclusive)

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "Account ID", "type": "string" }, "max_row": { "description": "Maximum row ID to return (for pagination, exclusive)", "type": "number" }, "min_row": { "description": "Minimum row ID to return (for pagination, inclusive)", "type": "number" } }, "required": [ "account_id" ], "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