Skip to main content
POST
/
auth
/
verify
Verify SIWE/SIWS signature
curl --request POST \
  --url https://api.agg.market/auth/verify \
  --header 'Content-Type: application/json' \
  --header 'x-app-id: <api-key>' \
  --data '
{
  "message": "<string>",
  "signature": "<string>",
  "earlyAccessCode": "<string>"
}
'
{
  "accessToken": "<string>",
  "user": {
    "id": "<string>"
  },
  "refreshToken": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.agg.market/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-app-id
string
header
required

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

Body

application/json
message
string
required
signature
string
required
earlyAccessCode
string

Response

200

accessToken
string
required
user
object
required
refreshToken
string