Wallet PIN
To safeguard sensitive on-chain interactions (such as reward claiming, off-ramping, or token transfers), users must configure a 4-to-6-digit security PIN.Set Wallet PIN
Sets an initial security PIN on the user’s account.Endpoint
Headers
Request Body
Response (200 OK)
Verify Wallet PIN
Verifies the user’s entered PIN before initiating a secure transaction.Endpoint
Headers
Request Body
Response (200 OK)
Reset Wallet PIN
Allows requesting and confirming a PIN reset via email OTP verification.Endpoints
POST /api/v2/auth/reset-wallet-pin-otp– Sends PIN reset OTP to user email.POST /api/v2/auth/verify-wallet-pin-reset-otp– Verifies OTP and sets new PIN.