Skip to main content
Glama

Luno MCP Server

Official
by luno

list_orders

Retrieve open orders for a specified trading pair using the Luno MCP Server. Set a limit to control the number of orders returned, aiding in efficient trade management.

Instructions

List open orders

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of orders to return (default: 100)
pairNoTrading pair (e.g., XBTZAR)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of orders to return (default: 100)", "type": "number" }, "pair": { "description": "Trading pair (e.g., XBTZAR)", "type": "string" } }, "type": "object" }

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