API Reference
REST API powered by gRPC-Gateway. All market data endpoints are public. Trading requires authentication.
Base URL
https://api.satpact.com/v1Auth
Bearer <jwt_token>Format
JSON over HTTPSEndpoints
GET
/v1/abacus/comprehensive-eventsList all active markets with volume, odds, and stats
GET
/v1/abacus/events/{event_id}Get a single event with full details
GET
/v1/abacus/events/{event_id}/orderbook-depthOrder book depth aggregated by price level
GET
/v1/abacus/events/{event_id}/oddsCurrent odds for all outcomes in an event
GET
/v1/abacus/market-offerings/{id}/recent-tradesRecent trade ticker for a market offering
GET
/v1/abacus/outcomes/{id}/ohlcOHLC candlestick data (hour/day/week intervals)
GET
/v1/abacus/market-summaryMarket summary with volume, matched, participants
POSTAUTH
/v1/abacus/ordersCreate a new order with price and amount
POSTAUTH
/v1/abacus/marketplace/ordersDiscover compatible orders to match against
POST
/v1/abacus/auth/telegramAuthenticate with Telegram initData, returns JWT
Full API documentation with request/response schemas coming soon.
gRPC reflection is enabled for programmatic client discovery.
gRPC reflection is enabled for programmatic client discovery.