Programmatic access to Outcome data.
curl https://api.outcome.example/v1/markets
const ws = new WebSocket("wss://api.outcome.example/socket"); ws.onmessage = (msg) => console.log(msg.data);