All endpoints use the
/api/v1/ prefix. Breaking changes will be announced at least 2 weeks in advance.2026-02-16
Added
- API Reference documentation reorganized with full endpoint coverage
- New sections: Trading, Liquidity, Resolution
GET /api/v1/market/get-resolution-status— check market resolution statusPOST /api/v1/market/add-liquidity— add liquidity to APMM poolsPOST /api/v1/market/remove-liquidity— remove liquidity from APMM poolsPOST /api/v1/market/settle-market— settle prediction markets (admin)POST /api/v1/market/create-market— create new markets (admin)
Changed
- Documentation migrated to use Mintlify components (ParamField, ResponseField, CodeGroup)
get-market-detaildocumentation renamed toget-marketin navigation
2026-02-01
Added
- SSE real-time events:
market:price_change,market:new_trades,market:info_update - User events:
user:position_changed,user:asset_changed,user:new_notification - SSE subscribe/unsubscribe endpoints
Changed
- All endpoints migrated from
/bayes/prefix to/api/v1/
2026-01-15
Added
GET /api/v1/market/get-price-history— historical price data for chartingGET /api/v1/market/get-hot-markets— trending markets endpointGET /api/v1/user/get-user-asset-history— portfolio value time-series- Pagination support with
page,pageSize,totalCount
Changed
place-ordernow requiresminReceiveAmountfor slippage protection- Error codes standardized across all endpoints
2025-12-01
Added
- Initial API launch
- Market listing and detail endpoints
- ERC-4337 gasless trading via UserOperations
- Privy JWT authentication
- User registration and profile endpoints
- Community posts and comments
Versioning Policy
| Policy | Detail |
|---|---|
| Current version | v1 |
| Prefix | /api/v1/ |
| Breaking changes | 2-week advance notice |
| Deprecation | Old endpoints remain active for 3 months |
| Notifications | Announced on Discord and this changelog |

