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