Skip to main content
Glama

Upbit MCP Server

get_order

Retrieve detailed information about a specific order on Upbit using UUID or custom identifier. Simplify order tracking and management with direct access to order data.

Instructions

업비트에서 특정 주문의 정보를 조회합니다. Args: uuid (str, optional): 주문 UUID identifier (str, optional): 조회용 사용자 지정 값 Returns: dict: 주문 정보

Input Schema

NameRequiredDescriptionDefault
identifierNo
uuidNo

Input Schema (JSON Schema)

{ "properties": { "identifier": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Identifier" }, "uuid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Uuid" } }, "title": "get_orderArguments", "type": "object" }

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/solangii/upbit-mcp-server'

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