Default Logo

Request Verification

This endpoint allows an institution to request verification of a user's wallet.


POST /api/request-verification
Content-Type: application/json

{
  "walletAddress": "0x1234567890abcdef",
  "email": "user@example.com"
}