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"
}
]
}
| Field | Type | Description |
|---|---|---|
presets | array | List of preset objects |
id | string | Internal preset ID |
name | string | User-provided name for the preset |
filters | object | The saved filter configuration |
created_at | string | UTC timestamp of creation |

