Skip to main content
Glama

Upbit MCP Server

by IQAIcom

CREATE_ORDER

Execute custom trading orders on the Upbit cryptocurrency exchange by specifying market, side, order type, volume, and price. Requires a private API for secure trading operations.

Instructions

Create an Upbit order (requires private API)

Input Schema

NameRequiredDescriptionDefault
marketYes
ord_typeYes
priceNo
sideYes
volumeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "market": { "type": "string" }, "ord_type": { "enum": [ "limit", "price", "market" ], "type": "string" }, "price": { "type": "string" }, "side": { "enum": [ "bid", "ask" ], "type": "string" }, "volume": { "type": "string" } }, "required": [ "market", "side", "ord_type" ], "type": "object" }
Install Server

Other Tools from Upbit 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/IQAIcom/mcp-upbit'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server