Verify Wallet Address

Initiate a verification request for the newly added personal wallet address or renewing a wallet address, following the instructions provided during wallet submission. Two supported verification methods are available: signing challenge and micropayment.

verificationStatusCode Table

CodeDescription
MICROPAYMENT_PENDINGmicropayment verification that's pending
MICROPAYMENT_REJECTEDmicropayment verification that's rejected
MICROPAYMENT_VERIFIEDmicropayment verification that's successful
UNVERIFIEDsigning challenge verification that's not successful and within the maximum allowed attempts (i.e. signing challenge failed for 1st and 2nd time)
SIGNING_CHALLENGE_VERIFIEDsigning challenge verification that's successful
SIGNING_CHALLENGE_REJECTEDsigning challenge verification that's rejected (i.e. signing challenge failed for 3rd time
VERIFICATION_EXPIREDverification request has expired
MANUAL_VERIFIEDwallet address has been manually verified by OSL operator
Path Params
string
enum
required
Defaults to payment

Specify the method to verify the wallet address. payment for micropayment; signing for signing challenge

Allowed:
Body Params
int64

The current Unix time in microseconds

string

Required for payment type verification - specify the transaction hash for the micro payment that's made for verify the wallet address

string

Required for signing type verification - specifies the signature of the signing challenge

string
required

The uuid of the wallet that is getting verified by this request

string
enum

Specify the method to verify the wallet address. payment for micropayment; signing for signing challenge

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json