REST API Endpoints (Legacy V1)
SIWE Verify
Verify a signed SIWE message and receive a bearer token.
POST
Verifies the signed SIWE message and returns a bearer token for authenticated wallet requests.
Use the returned token on wallet-authenticated endpoints:
- Auth: none
- Rate limit tier: Tier 2
- Origin policy: request must come from an allowlisted origin/host
400when SIWE input is malformed,chainIdis invalid/unsupported, or chain SIWE RPC is not configured401for expired SIWE messages/challenges or invalid signatures/challenges403when request origin/host is not allowlisted for SIWE
cURL