Changelog
Recent updates and improvements to Context.February 2026
For Agents
New documentation section for AI agents building on Context:- Agent overview with capabilities and integration patterns
- Agent skills documentation for structured workflows
TypeScript SDK reference
Complete SDK documentation covering every module:- Configuration and setup
- Markets, orders, portfolio, and account endpoints
- End-to-end examples for common trading patterns
Developer docs refresh
Major restructure of the developer section:- New quickstart guide to get building in minutes
- Protocol overview explaining how Context works end to end
- Updated market data and placing orders guides
- Refreshed OpenAPI specification
User guide updates
Improved getting started experience:- New create a market guide
- Updated account creation and first trade flows
- Streamlined FAQ
January 2026
v2 API launch
We’ve launched a completely new API with better performance and more features. New endpoints:/v2/markets- List and search markets with flexible sorting/v2/markets/:id/orderbook- Real-time orderbook data with SSE streaming/v2/orders- Create, list, and cancel orders/v2/orders/simulate- Simulate market orders before execution/v2/account- Manage your account/v2/portfolio- View positions and claimable winnings
- Cursor-based pagination for efficient data loading
- ETag support for conditional requests
- Better error messages with specific error codes
- Comprehensive rate limit headers
- Complete API reference with code examples
- Interactive visualizations for orderbook and order flow
- Comprehensive trading bot guide
December 2025
CLOB trading
Context now uses a central limit order book (CLOB) instead of an AMM. What changed:- True orderbook trading with bid/ask spread
- Limit orders that rest in the book
- Market orders with slippage protection
- Better price discovery and tighter spreads
- Existing positions remain valid
- v1 API continues to work for basic operations
- New features require v2 API
AI Oracle updates
Improvements to market resolution:- Faster resolution (minutes instead of hours)
- More data sources supported
- Better handling of edge cases
- Clearer resolution explanations
November 2025
Smart wallet support
Full support for smart contract wallets:- Privy embedded wallets
- Safe multisig
- Coinbase Smart Wallet
- Any ERC-4337 account
Base mainnet launch
Context is now live on Base mainnet:- Lower fees than Ethereum L1
- Fast transaction confirmations
- Full EVM compatibility