v1

latestOpenAPI 3.1.02026-07-26420360.1 KB

출금 가능 정보

해당 통화의 출금 가능 정보를 조회합니다.

get/withdraws/chance

Query parameters

currencystring required

화폐 심볼

예시) BTC

net_typestring required

출금 네트워크

예시) BTC, DASH

Headers

Authorizationstring required

Authorization token (JWT)

Response

200

Example response

{
  "currency": {
    "code": "BTC",
    "withdraw_fee": "0.000108",
    "is_coin": true,
    "wallet_state": "working",
    "wallet_support": [
      "deposit"
    ]
  },
  "account": {
    "currency": "BTC",
    "balance": "124.45282908",
    "locked": "0",
    "avg_buy_price": "36341011",
    "unit_currency": "KRW"
  },
  "withdraw_limit": {
    "currency": "BTC",
    "onetime": "6.01",
    "daily": "160",
    "remaining_daily": "160.00000000",
    "minimum": "0.0001",
    "fixed": 8,
    "can_withdraw": true
  }
}