latestOpenAPI 3.0.02026-08-15161451.7 KB

6ffb6a8fd74a

Auth

Verify SIWE signature

Verify a Sign-In with Ethereum (SIWE) message and signature. Returns a JWT token on success.

post/v1/auth/siwe/verify

Request body

messagestring required
signaturestring required

Response

Authentication successful

tokenstring required
addressstring required

Example response

{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
  "address": "0x1234567890123456789012345678901234567890"
}