Skip to main content

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

NameTypeMandatoryDescription
recvWindowLONGNO
timestampLONGYES

Response Example

[
{
"status": "PENDING",
"token": "AVAX",
"network": "AVAXC",
"walletAddress": "0xc03a6aa728a8dde7464c33828424ede7553a0021",
"addressQuestionnaire": {
"sendTo": 1,
"satoshiToken": "AVAX",
"isAddressOwner": 1,
"verifyMethod": 1
}
}
]
  1. status: Refers to the status of the address verification. Response would return either of the following - Verified, Unverified, Pending.
  2. token & network: Address is verified for this particular token/network withdrawals.
  3. walletAddress: Wallet address that was added into the address book.
  4. addressQuestionaire: Details of what you answered for the verification questionnaire.