Skip to main content
GET
/
app
/
config
Get the per-app UI config (disabled venues + categories)
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.

Authorizations

x-app-id
string
header
required

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

Response

200 - application/json

200

disabledVenues
enum<string>[]
required
Available options:
kalshi,
polymarket,
limitless,
opinion,
predict,
probable,
myriad,
hyperliquid
disabledCategoryPresets
string[]
required
earlyAccessEnabled
boolean
required
authOptions
object[]
required