Parti Oracle Documentation
Build on the Fogo prediction market. APIs, SDKs, and tools for developers and market makers.
Two tracks
Oracle docs are organized into two paths depending on what you're building:
Trading → Start here
For developers integrating prediction markets into an application: route user orders, earn a builder fee on fills, ship a market UI.
- Quickstart — API key, first order in five steps
- Authentication — HMAC request signing
- Deposits — fund user accounts (Solana bridge or native Fogo)
- Market Data — markets, order books, trades
- WebSocket — real-time feeds
- API Reference — every builder endpoint
Market Makers → Start here
For quantitative traders and liquidity providers: earn maker rebates on every fill and claim from the daily liquidity rewards budget.
- Getting Started — run the reference MM bot
- Maker Rebates — fee split, payment flow
- Liquidity Rewards — Polymarket-style quadratic scoring, daily distribution, claim
- Operations — deposit tiers, bridge caps, infra expectations
Base URLs
| Environment | URL |
|---|---|
| Signer (mainnet) | https://signer.parti-oracle.pbcapps.dev |
| API (mainnet) | https://api.parti-oracle.pbcapps.dev |
| WebSocket (mainnet) | wss://ws.parti-oracle.pbcapps.dev/v1/ws |