v1

latestOpenAPI 3.1.02026-07-26420360.1 KB

개별 입금 주소 조회

가상자산별 입금 주소를 조회합니다.

get/deposits/coin_address

Query parameters

currencystring required

화폐 심볼

예시) BTC

net_typestring required

입금 네트워크(ex.BTC, DASH)

Headers

Authorizationstring required

Authorization token (JWT)

Response

200

currencystring

화폐 심볼

예시) BTC

net_typestring

입금 네트워크

deposit_addressstring

입금 주소

secondary_addressstring

2차 입금 주소

Example response

{
  "currency": "XRP",
  "net_type": "XRP",
  "deposit_address": "rs6qtDrs8qp5qLkUxuzQdxFh5eGrQbL3Ee",
  "secondary_address": "1004775304"
}