Fetch address verification list (USER_DATA)
API Description
Fetch address verification list for user to check on status and other details for the addresses stored in Address Book.
HTTP Request
GET /sapi/v1/addressVerify/list
Request Weight(IP)
1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Response Example
[
{
"status": "PENDING",
"token": "AVAX",
"network": "AVAXC",
"walletAddress": "0xc03a6aa728a8dde7464c33828424ede7553a0021",
"addressQuestionnaire": {
"sendTo": 1,
"satoshiToken": "AVAX",
"isAddressOwner": 1,
"verifyMethod": 1
}
}
]
status: Refers to the status of the address verification. Response would return either of the following - Verified, Unverified, Pending.token&network: Address is verified for this particular token/network withdrawals.walletAddress: Wallet address that was added into the address book.addressQuestionaire: Details of what you answered for the verification questionnaire.