Skip to main content
Retrieve all saved alert filter configurations.
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://polychadsbot.xyz/api/v1/presets
{
  "presets": [
    {
      "id": "1",
      "name": "High Signal Crypto",
      "filters": {
        "min_signal": 80,
        "category": "crypto",
        "min_usdc": 1000
      },
      "created_at": "2026-03-01 10:15:22"
    }
  ]
}
FieldTypeDescription
presetsarrayList of preset objects
idstringInternal preset ID
namestringUser-provided name for the preset
filtersobjectThe saved filter configuration
created_atstringUTC timestamp of creation