AGG is currently in alpha. APIs, components, and docs may change.
curl --request GET \
--url https://api.agg.market/app/config \
--header 'x-app-id: <api-key>'{
"disabledVenues": [
"kalshi"
],
"disabledCategoryPresets": [
"<string>"
],
"earlyAccessEnabled": true,
"authOptions": [
{
"provider": "google",
"type": "oauth",
"enabled": true,
"callbackUrl": "<string>",
"statement": "<string>"
}
]
}curl --request GET \
--url https://api.agg.market/app/config \
--header 'x-app-id: <api-key>'{
"disabledVenues": [
"kalshi"
],
"disabledCategoryPresets": [
"<string>"
],
"earlyAccessEnabled": true,
"authOptions": [
{
"provider": "google",
"type": "oauth",
"enabled": true,
"callbackUrl": "<string>",
"statement": "<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.
Your application ID. Required for all app-tier and user-tier routes.