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
Name | Required | Description | Default |
---|---|---|---|
currency | No | ||
limit | No | ||
page | No | ||
transaction_type | No | deposit | |
txid | No |