Skip to main content
Glama

Luno MCP Server

Official
by luno

create_order

Place a new limit order on the Luno MCP Server by specifying a trading pair, order type (BUY/SELL), volume, and limit price.

Instructions

Create a new limit order

Input Schema

NameRequiredDescriptionDefault
pairYesTrading pair (e.g., XBTZAR)
priceYesLimit price as a decimal string
typeYesOrder type (BUY or SELL)
volumeYesOrder volume (amount of cryptocurrency to buy or sell)

Input Schema (JSON Schema)

{ "properties": { "pair": { "description": "Trading pair (e.g., XBTZAR)", "type": "string" }, "price": { "description": "Limit price as a decimal string", "type": "string" }, "type": { "description": "Order type (BUY or SELL)", "enum": [ "BUY", "SELL" ], "type": "string" }, "volume": { "description": "Order volume (amount of cryptocurrency to buy or sell)", "type": "string" } }, "required": [ "pair", "type", "volume", "price" ], "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