cURL
curl --request GET \ --url https://api.agg.market/auth/nonce \ --header 'x-app-id: <api-key>'
{ "nonce": "<string>" }
Deprecated: use POST /auth/start { provider: "siwe" } instead. Returns a one-time nonce for SIWE authentication. Nonce expires in 5 minutes.
POST /auth/start { provider: "siwe" }
Your application ID. Required for all app-tier and user-tier routes.
200