v1

latestOpenAPI 3.1.02026-07-26420360.1 KB

출금 허용 주소 리스트 조회

등록된 출금 허용 주소(100만원 이상 출금 가능한 주소) 리스트를 조회합니다.

get/withdraws/coin_addresses

Headers

Authorizationstring required

Authorization token (JWT)

Response

200

currencystring

화폐 심볼

예시) BTC

net_typestring

출금 네트워크 타입

network_namestring

출금 네트워크 이름

withdraw_addressstring

출금 주소

secondary_addressstring

2차 출금 주소(필요한 디지털 자산에 한해서)

exchange_namestring

출금 거래소명(영문)

owner_typestring

주소 소유주 고객 타입

  • personal: 개인
  • corporation: 법인
owner_ko_namestring

주소 소유주 국문명

owner_en_namestring

주소 소유주 영문명

owner_corp_ko_namestring

주소 소유 법인 국문명

owner_corp_en_namestring

주소 소유 법인 영문명

Example response

[
  {
    "currency": "ETH",
    "net_type": "ETH",
    "network_name": "Ethereum",
    "withdraw_address": "0x569ece3d6cd807a31b1a2d85ebfee79f89fe0b87",
    "exchange_name": "vv",
    "owner_type": "personal",
    "owner_ko_name": "홍길동"
  }
]