Skip to main content
Glama

Upbit MCP Server

get_deposits_withdrawals

Retrieve deposit and withdrawal transaction history for an Upbit account. Filter by currency, transaction ID, type, and paginate results for precise data access.

Instructions

업비트 계정의 입출금 내역을 조회합니다.

Args:
    currency (str, optional): 통화 코드 (예: BTC)
    txid (str, optional): 거래 ID
    transaction_type (str): 거래 유형 - deposit(입금) 또는 withdraw(출금)
    page (int): 페이지 번호
    limit (int): 페이지당 결과 개수 (최대 100)
    
Returns:
    list[dict]: 입출금 내역

Input Schema

NameRequiredDescriptionDefault
currencyNo
limitNo
pageNo
transaction_typeNodeposit
txidNo

Input Schema (JSON Schema)

{ "properties": { "currency": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Currency" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "transaction_type": { "default": "deposit", "enum": [ "deposit", "withdraw" ], "title": "Transaction Type", "type": "string" }, "txid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Txid" } }, "title": "get_deposits_withdrawalsArguments", "type": "object" }

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

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