2026-02-20
- Consolidated docs into fewer, deeper pages.
- Removed thin/fragmented pages and merged content into Trading, Rewards, and API reference guides.
- Removed the standalone Authentication page from navigation.
- Expanded backend and CLOB API docs with request/response examples and parameter tables.
- Kept backend WebSocket interfaces out of public docs pending key-based developer access.
2026-02-21
- Reworked developer trading docs to be SDK-first and user-facing.
- Removed low-level header-signing/auth internals from quickstart.
- Documented API key creation through the app UI only (
Settings -> Developer API Keys).
- Updated SDK auth model to
api_key + api_secret (passphrase removed).
- Migrated docs examples to the public package import path:
@speculite/clob-client.
- Added wallet-native SDK lifecycle actions (
mint, merge, claim, resolve) using self-gas transaction flow.
- Added developer-key market resolution endpoint and SDK helper:
resolveExpiredMarket(marketId).
- Added clear SDK flow for trading and state reads:
createAndPostOrder
getOpenOrders
getOrderHistory
getTrades
getPositions