Skip to content
Alchemy Logo

Verify OTP Code

POST
https://api.g.alchemy.com/signer/v1/otp

Verifies a one-time password (OTP) code sent to the user's email for authentication. This endpoint allows users to complete the authentication process by providing the OTP code they received, enabling secure access to their Smart Wallet functionalities.

Headers

stringrequired

Bearer token authentication. Use 'Bearer <apiKey>' as the value.

Request Body

Responses

200

OTP verification successful. User is now authenticated.

400

Invalid OTP code or expired OTP.

429

Too many OTP verification attempts. Please wait before trying again.

Was this page helpful?