get https://trade-hk.oslsandbox.com/api/3/wallet
Retrieve a list of external personal wallet addresses added to the client's user profile, along with associated details such as wallet name aliases, addresses, verification statuses, and more.
status
Code Table
status
Code TableCode | Description |
---|---|
MICROPAYMENT_PENDING | micropayment verification that's pending |
MICROPAYMENT_REJECTED | micropayment verification that's rejected |
MICROPAYMENT_VERIFIED | micropayment verification that's successful |
UNVERIFIED | an wallet address that's not have any verification request pending. e.g. when a wallet address is newly added and doesn't have any micro payment verification request submitted. Or signing challenge verification that's not successful and within the maximum allowed attempts (i.e. signing challenge failed for 1st and 2nd time) |
SIGNING_CHALLENGE_VERIFIED | signing challenge verification that's successful |
SIGNING_CHALLENGE_REJECTED | signing challenge verification that's rejected (i.e. signing challenge failed for 3rd time |
VERIFICATION_EXPIRED | the verification has expired |
MANUAL_VERIFIED | wallet address has been manually verified by OSL operator |