API Reference

Get Withdrawal Address

Retrieve withdrawal address added to whitelist

🚧

Tips

Applies to user's API Key. Permission: READ.

Request

Field nameTypeNecessaryRemarks
currencyStringNCurrency
networkStringNNetwork
addressStringNAddress
addressTagStringNAddress tag is the label you filled for your address at LTP, which is different than
statusIntegerNWithdrawal address status:
0: To be reviewed,
1: Approved,
2: Rejected,
3: Pending,
-1: Deleted

Response

Field nameTypeRemarks
idLongAddress ID
currencyStringCurrency
networkStringNetwork
addressStringAddress
memoStringCheck if the receiving platform requires you to include a tag/memo. If required, ensure the tag/memo is correct to avoid losing your assets.
AddressTagStringAddress tag is the label you entered for your address at LTP, which is different than memo.
statusLongWithdraw address status:
0: To be reviewed,
1: Approved,
2: Rejected,
3: Pending,
-1: Deleted
createdAtStringCreate time
Language