Skip to Content
DocsAPI ReferenceAuthenticationOverview

Authentication

SIWE (Sign-In with Ethereum) authentication endpoints. See the Authentication guide for the full flow.

Base path: /api/v1/auth

Endpoints

MethodPathAuthDescription
GET/nonceNoneRequest a nonce for SIWE signing
POST/verifyNoneVerify SIWE signature and get JWT
GET/meRequiredGet current authenticated user
POST/logoutRequiredLogout (client-side token removal)
Last updated on