이전에 사용한 주소를 포함하여 통화의 예금 주소를 검색합니다.
GET /api/account/v3/deposit/address
GET /api/account/v3/deposit/address?currency=btc
Parameters | Parameters Types | Required | Description |
---|---|---|---|
currency | String | Yes | 토큰 |
Parameters | Parameters Types | Description |
---|---|---|
address | String | 입금 주소 |
tag | String | 입금 태그 (이 부분이 필요없을 경우 반환되는 값이 없습니다) |
payment_id | String | 입금 결제 ID (이 부분이 필요없을 경우 반환되는 값이 없습니다) |
currency | String | 토큰 심볼 |
to | String | 받는이의 계좌 (0: sub account 1:spot 3: futures 4:C2C 5: margin 6: Funding Account 8:PiggyBank 9 :swap) |
{
"0": {
"address": "3ExPiEdPH98LmsxuNKeYSTrHzuntWZDAJL",
"currency": "usdt",
"to": 6
},
"1": {
"address": "0xcbe53566f54dec39d5cd8e79516b3c7afcfd102d",
"currency": "usdt-erc20",
"to": 6
},
"2": {
"address": "0xef447db409594de0141b9a6b28559404e7c9e271",
"currency": "usdt-erc20",
"to": 6
},
...
}