Skip to main content
Glama

Upbit MCP Server

get_orders

Retrieve order history from Upbit by specifying market, state, page, and limit parameters. Use to efficiently monitor and manage your trading activity.

Instructions

업비트에서 주문 내역을 조회합니다. Args: market (str, optional): 마켓 코드 (예: KRW-BTC) state (str): 주문 상태 - wait(대기), done(완료), cancel(취소) page (int): 페이지 번호 limit (int): 페이지당 주문 개수 (최대 100) Returns: list[dict]: 주문 내역

Input Schema

NameRequiredDescriptionDefault
limitNo
marketNo
pageNo
stateNowait

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "market": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Market" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "state": { "default": "wait", "enum": [ "wait", "done", "cancel" ], "title": "State", "type": "string" } }, "title": "get_ordersArguments", "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