Authentication
A session JWT or SIWE session cookie is required:Endpoints
List alerts
Example request
cURL
Sample response
Create an alert
Request body
Alert type. Use
"price_threshold" to trigger when a price crosses a value.Alert condition object. The structure depends on
type, but typically includes a field to watch, an operator (above, below, equals), and a value.UUID of the canonical question to watch. Monitors the cross-platform index price.
UUID of a specific platform market to watch. Monitors that platform’s price directly.
Example request
cURL
Sample response
Update an alert
Request body
New alert type.
Updated condition object.
Set to
false to pause the alert without deleting it.