get https://api.liquiditytech.com/api/v1/userWithdrawAddress/list
Retrieve withdrawal address added to whitelist
Tips
Applies to user's API Key. Permission: READ.
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| currency | String | N | Currency |
| network | String | N | Network |
| address | String | N | Address |
| addressTag | String | N | Address tag is the label you filled for your address at LTP, which is different than |
| status | Integer | N | Withdrawal address status: 0: To be reviewed, 1: Approved, 2: Rejected, 3: Pending, -1: Deleted |
Response
| Field name | Type | Remarks |
|---|---|---|
| id | Long | Address ID |
| currency | String | Currency |
| network | String | Network |
| address | String | Address |
| memo | String | Check if the receiving platform requires you to include a tag/memo. If required, ensure the tag/memo is correct to avoid losing your assets. |
| AddressTag | String | Address tag is the label you entered for your address at LTP, which is different than memo. |
| status | Long | Withdraw address status: 0: To be reviewed, 1: Approved, 2: Rejected, 3: Pending, -1: Deleted |
| createdAt | String | Create time |
| category | int | 1: Regular address, 2/3: Universal address A universal address represents all supported tokens under this network. |
