AGG is currently in alpha. APIs, components, and docs may change.
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>"
}Verifies a signed SIWE/SIWS message and returns an access + refresh token pair directly.
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.