Skip to main content
Glama

Luno MCP Server

Official
by luno

create_order

Create a new limit order in the Luno Cryptocurrency API by specifying the trading pair, order type, volume, and limit price. Facilitates precise trade execution.

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" }
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