Skip to main content
The API exposes market data and trade execution endpoints.

REST

curl https://api.outcome.example/v1/markets

Websocket

const ws = new WebSocket("wss://api.outcome.example/socket");
ws.onmessage = (msg) => console.log(msg.data);

Notes

  • Endpoints may change without notice; monitor announcements.
  • Respect rate limits to avoid temporary bans.
Use the API at your own risk. Data is provided “as is” with no warranties.