Skip to main content
All timestamps are UTC. Breaking changes are called out explicitly โ€” subscribe to the status WebSocket channel and watch this page before upgrading.

2026-06-17

๐Ÿ” Changed

  • Single source of truth for currency. An accountโ€™s trading currency now comes solely from accounts.currencyId; default-currency guessing has been removed. Order stakes are denominated in orderCurrency (default USD), while bets and balances use the accountโ€™s native currency. See Currency & Limits.
  • REST betslip path aligned with the WebSocket path so both transports return identical odds/limit shapes.

๐Ÿ”ง Improved

Earlier

โœจ Added

  • 32 bookmaker integrations behind a single API โ€” sportsbooks, betting exchanges, prediction markets, and punter platforms. See Bookmakers.
  • Smart order routing with single and multi-bookmaker placement, partial fills, and exchange sweep mode.
  • Reliable WebSocket delivery โ€” opt-in at-least-once delivery with ack / ack_batch / replay and a 100-message buffer.
  • Request deduplication โ€” per-order requestUuid idempotency with a 30-minute TTL.
  • Analytics โ€” GET /positions and GET /pnl for aggregated exposure and profit/loss.

๐Ÿšง Coming soon

  • Futures / outright markets via futureId + participantId. The data model is in place; order placement and betslip retrieval currently return 501 Not Implemented.