Authentication

Authenticate a user and set a JWT cookie for session management.

post/v4/auth/login

Request body

addressstring required
messagestring required
signaturestring required
chainIdnumber

Chain ID of the wallet

Response

Response for status 200

successboolean required

Whether login was successful

tokenstring

JWT token for Authorization header — only returned in development for cross-site cookie fallback

Changes

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