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"
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.