Skip to main content
Glama

Upbit MCP Server

by IQAIcom

GET_ORDERS

Retrieve order details from Upbit exchange using the private API. Filter orders by market, state (wait, done, cancel), and paginate results for efficient tracking.

Instructions

List Upbit orders (requires private API)

Input Schema

NameRequiredDescriptionDefault
limitNo
marketNo
pageNo
stateNowait

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 100, "maximum": 100, "minimum": 1, "type": "integer" }, "market": { "type": "string" }, "page": { "default": 1, "minimum": 1, "type": "integer" }, "state": { "default": "wait", "enum": [ "wait", "done", "cancel" ], "type": "string" } }, "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