January 2026
January 19, 2026
Schema Updates
| Endpoint | Change |
|---|---|
/v1/matching-markets | Added polymarket_condition_id and polymarket_market_id query parameters |
/v1/matching-markets | Added match_type query parameter to filter by exact, related, or all |
/v1/matching-markets | Response now includes condition_id and market_id fields for Polymarket markets |
/v1/matching-markets/pairs | Response now includes condition_id and market_id fields for Polymarket markets |
/v1/matching-markets/pairs | Response now includes match_type field for each pair |
January 16, 2026
New Features
Trading API
Added support for trading on Polymarket and Kalshi prediction markets:
POST /api/users/{userId}/orders- Place buy or sell ordersGET /api/users/{userId}/positions- Get current positions with PnLGET /api/users/{userId}/balance- Get available balancesPOST /api/users/{userId}/redeem- Redeem resolved positions
January 15, 2026
Schema Updates
| Endpoint | Change |
|---|---|
/v1/kalshi/markets | Added yes_subtitle and no_subtitle fields (replaces single subtitle field) |
/v1/dflow/wallet/positions/{wallet_address} | Added yes_subtitle, no_subtitle, market_title, outcome, status, total_cost_basis, total_qty_bought, total_qty_sold, first_trade_at, last_trade_at fields |
January 13, 2026
New Features
Dflow Support
Added support for Dflow prediction market platform with three new endpoints:
GET /v1/dflow/trades- Fetch trade history for a walletGET /v1/dflow/wallet/positions/{wallet_address}- Get current positions with cost basis and PnLGET /v1/dflow/wallet/pnl/{wallet_address}- Get realized PnL history
Breaking Changes
Schema Updates
| Change | Details |
|---|---|
| CandlestickData | New properly typed schema replacing untyped tuple format |
| CandlesticksResponse | Added condition_id field, flattened candlesticks array |
| PriceData | New schema with explicit dollar-formatted string fields (open_dollars, high_dollars, low_dollars, close_dollars, mean_dollars, previous_dollars) |
Improvements
- All price values in candlesticks now include both numeric and dollar-formatted string representations
- Response schemas are now fully typed for better client SDK generation
- Improved API documentation with accurate response examples
How to Stay Updated
Discord
Join our Discord for real-time updates and community support
All breaking changes are announced at least 3 days in advance via Discord.
