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 Mar 22-Mar 27.
Editing: start (Mar 22)
Selected dates: Mar 22-Mar 27 (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-march-22",
    "https://polymarket.com/event/bitcoin-above-on-march-23",
    "https://polymarket.com/event/bitcoin-above-on-march-24",
    "https://polymarket.com/event/bitcoin-above-on-march-25",
    "https://polymarket.com/event/bitcoin-above-on-march-26",
    "https://polymarket.com/event/bitcoin-above-on-march-27"
  ]
}'
Capability token required to call the API directly.