Skip to main content
GET
/
auth
/
nonce
Get SIWE nonce (deprecated)
curl --request GET \
  --url https://api.agg.market/auth/nonce \
  --header 'x-app-id: <api-key>'
{
  "nonce": "<string>"
}

Authorizations

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Response

200

nonce
string
required