Same slugs, tags, CLOB, order and websocket APIs.
One thing to re-check if you quote these markets: the settlement print is now an average over the window, so a deadline spike moves it less than a single spot print did. Reprice the tail accordingly.
https://t.co/ifLxMaPZnA
5-minute and 15-minute crypto up/down markets now settle against a Chainlink TWAP stream instead of a single spot tick.
The Price to Beat and the resolution price come from the same feed. TWAP at the deadline >= Price to Beat resolves Up, otherwise Down.
Read the rule off the market object, not the 5m/15m label: the config is snapshotted per market at creation.
metadata.chainlinkDataStream carries streamType (spot or twap), twapWindowSeconds (30 or 60), and streamUrl for the exact feed. Descriptions spell out the full rule.
Larger market title and description limits.
Titles now accept up to 120 characters and descriptions up to 4,000 plain-text characters, enforced across markets, groups, and ladders. HTML is stripped before counting.
https://t.co/A3gj16vliN
Match pages get a single data call: GET /sports/events returns the event header, head-to-head history, and recent team form for football, tennis, and esports fixtures.
Query by sport or videogame slug plus the event id from market metadata.
https://t.co/A3gj16vT8l
Public market responses now carry property assignments.
Each market includes a properties field of propertyKeySlug and value pairs across market, group, feed, navigation, props, specials, and bracket responses. Empty when none.
https://t.co/NufOZspQ3i
Tennis matches now get auto-created prop markets: Total Sets and Total Games over/under lines, resolved from official settlement data.
Same pattern as the football props.
https://t.co/A3gj16vT8l
5-minute and 15-minute crypto up/down markets move to TWAP resolution on August 19.
Both the price to beat and the closing value come from a Chainlink time-weighted average, not a single tick. Detect it via streamType twap on market responses.
https://t.co/ifLxMaPZnA
Cancel and replace an order in one call.
New endpoints cancel a resting order and submit its replacement in one request. Non-atomic with per-action outcomes; pick stop-on-failure or allow-failure. A batch variant returns per-operation results.
https://t.co/Gmu8pAXv9u
All four Limitless SDKs are now at v1.1.0: TypeScript, Python, Go, and Rust.
AMM trading with allowance management, cancel-replace for orders in one call, and opt-in raw HTTP responses on every service method. Non-breaking upgrade.
https://t.co/A3gj16vT8l
Portfolio history can now be filtered by market.
Pass an optional market slug to get activity for one market across CLOB, AMM, splits/merges, conversions, claims, and resolutions. Cursors are market-scoped, so replay them with the same slug.
https://t.co/lUIl2A8LLB
Football score markets now resolve faster.
Score-derived markets like 1X2, BTTS, totals and spreads become eligible for automated resolution at kickoff plus 105 minutes instead of deadline minus 21 hours. No API or payload changes.
https://t.co/abHsiGUiEx
Embedding is free and needs no account.
Add the referral code from your Limitless account and you earn a share of the trading fees your referred users generate: 10-40% by tier, in USDC, paid daily.
Full guide:
https://t.co/C074r5N5Ja
You can now embed live Limitless markets on any site.
One iframe snippet: market question, real-time odds, price chart, and buy buttons. Paste a link into the builder, configure, copy the code.
https://t.co/5tZ8gSJ9XT
Embed a single market, or a whole category that rotates through its top live markets and swaps in a replacement when one resolves.
Card or banner layout, light/dark/auto theme, live scoreboards on sports markets, live price lines on crypto.
Limitless profiles can now link an X account.
New /profiles endpoints handle authorize, connect, and disconnect, and a public read exposes { connected, xHandle } for any profile.
https://t.co/A3gj16vliN
The market unrealized PnL leaderboard is now paginated.
Pass page (1-100) alongside limit to walk the full ranking. Responses add page, totalRows, and totalPages, and ranks stay absolute across pages.
https://t.co/xbrgqtkNPL
Embed live Limitless markets on your own site: real-time odds, price chart, and buy buttons in one iframe snippet. Paste a link, configure the look, copy the code. Add your referral code and earn from the traders you bring.
Free to embed:
https://t.co/C074r5N5Ja
Live unrealized PnL leaderboard is up: traders ranked by open-position PnL, updating in real time as marks move.
New read routes cover market-scoped rankings and biggest positions, with WebSocket hints so clients know when to refetch.
https://t.co/A3gj16vT8l
AMM markets are now tradable through the Programmatic API: buy, sell, and allowance management for server-managed wallets, closing the gap with CLOB for delegated trading flows.
HMAC-scoped auth, idempotency keys, slippage caps. Full guide:
https://t.co/BT6UeQQsDl