Verify wallet

Verify a wallet account using a verification code sent to the user's email or phone number. This endpoint is used to confirm account ownership and activate the wallet for full platform access.

POST

Parameters

Body

application/json
Email
Email address associated with the account being verified
Phone_number
Phone number in E.164 format associated with the account being verified
Code
REQUIRED
Verification code sent to the user's email or phone
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X POST \
"https://blockv-labs.io/wallet/verify" \
-H 'Accept: application/json'
json
{
"type": "object"
}