Verify SIWE signature
Verify SIWE signature
0xArchive API reference for Verify SIWE signature. Includes authentication, parameters, response shape, examples, and route-safe implementation notes.
POST
Verify SIWE signature
Body
application/json
SIWE message returned by /v1/auth/web3/challenge and signed by the wallet.
65-byte hex ECDSA signature, with or without 0x prefix.
Example:
"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
Response
SIWE verification succeeded and session cookies were set.
Successful SIWE verification response for an existing wallet account. The route also sets auth cookies for browser/session flows.
Last modified on July 28, 2026