Studio

Above / below builder

Build rolling Polymarket above / below terminal families for major crypto assets.

Guardrails
Venue: Polymarket only for terminal above / below families in Studio right now.
Recent terminal strip
Add rolling terminal family for major crypto assets
Choose whether you are setting the range start or end, then tap a date pill. Current request covers Aug 15-Aug 20.
Editing: start (Aug 15)
Selected dates: Aug 15-Aug 20 (6 markets)
curl -sS https://api.chancedb.com/v1/sources/discover \
  -X POST \
  -H 'Content-Type: application/json' \
  -H "X-ChanceDB-Capability: YOUR_CAPABILITY_TOKEN" \
  --data '{
  "kind": "PRICE_TERMINAL",
  "urls": [
    "https://polymarket.com/event/bitcoin-above-on-august-15",
    "https://polymarket.com/event/bitcoin-above-on-august-16",
    "https://polymarket.com/event/bitcoin-above-on-august-17",
    "https://polymarket.com/event/bitcoin-above-on-august-18",
    "https://polymarket.com/event/bitcoin-above-on-august-19",
    "https://polymarket.com/event/bitcoin-above-on-august-20"
  ]
}'
Capability token required to call the API directly.