Request OTP code
Request a one-time password (OTP) code to be sent to the user's email or phone number. This endpoint is used for multi-factor authentication and account security verification.
GET
Parameters
Body
application/jsonEmail
Email address to receive the one-time password
Phone_number
Phone number in E.164 format to receive the one-time password
| Status code | Description |
|---|---|
| 200 | An empty response |
| 400 | Bad request error - the request contains invalid parameters or malformed data |
| 500 | Internal server error - an unexpected error occurred on the server |
cURL
curl -L \"https://blockv-labs.io/wallet/otp" \-H 'Accept: application/json'
json
{"type": "object"}