TGViewer
Channel Public Channel
Lighter API/MM Updates

Lighter API/MM Updates

@lighter_api_updates

Official Channel for API and Market-maker updates on Lighter
Subscribers
1.02K
Photos
1
Videos
1
Links
78

Showing posts older than #159 · Back to latest

Older Posts 20 shown
Post #158 913
The RHC instance incentives campaign has started: https://t.me/lighter_announcements/392. Note that points will accrue both live, and via a weekly distribution. Builders that wish to display on their apps points accrued by their clients can do so using the following:

leaderboard endpoint, showing totals (both live, and weekly distributions). Use type=all, as weekly granularity is not supported: https://apidocs.rh.lighter.xyz/reference/leaderboard. If you don't authenticate the request, only top addresses in the leaderboard will be returned

livePoints/total endpoint, returning only the live portion of points: https://apidocs.rh.lighter.xyz/reference/livepoints_total

live_points WebSocket channel, to stream live points updates: https://apidocs.rh.lighter.xyz/reference/livepoints_total

Builders that wish to bind their referral code programmatically, as a client signs-up to lighter via their app, can do so via the referral/use endpoint: https://apidocs.rh.lighter.xyz/reference/referral_use. Note that on our RHC instance, an account earns 10% of the points earned by the users they refer.
Post #157 1.03K
To market makers: Lighter on Robinhood Points will go live on Thursday, August 13 at 4 PM UTC.

Connecting to the Robinhood instance is straightforward since the architecture is the same as Lighter Core. The only difference is the API URL you connect to.

USDG from Paxos is the main stablecoin used as collateral. Tokenized SPY and USO are also available to use as collateral, which can be sourced in Lighter on Robinhood Chain.

API Docs: https://apidocs.rh.lighter.xyz/
  • 👍 7
Post #156
Channel name was changed to «Lighter API/MM Updates»
Post #155 944
We will be performing a network upgrade on August 9, 2026 at 1:00 PM UTC. Expected downtime is under 15 minutes.

Please manage your positions in advance, as order placement will be unavailable during the upgrade.
Post #154 1.17K
- We have released v1.0.7 of the Lighter Go SDK. Release notes are available here: https://github.com/elliottech/lighter-go/releases/tag/v1.0.7

- The remaining_usage field will not be returned anymore by the referral/get and referral/create endpoints, starting Monday, Jul 27th. Currently, both Lighter Core and the RHC instance allow for unlimited invites
  • ❤ 1
Post #153 1.12K
- Front-end now allows editing multiple api keys at once to toggle maker-only status: https://apidocs.lighter.xyz/reference/apikeys. For latency-sensitive traders we strongly recommend their usage, more details can be found here: https://apidocs.lighter.xyz/docs/api-keys#maker-only-api-keys

- The positionFunding endpoint now accepts a market_ids query parameter, which can contain a list of market indexes separated by commas: https://apidocs.lighter.xyz/reference/positionfunding

- The fundings endpoint caching has been improved, fixing some edge cases where the last funding payment was showing up as empty: https://apidocs.lighter.xyz/reference/fundings

These changes apply to both Lighter Core, and the Robinhood Chain instance (https://apidocs.rh.lighter.xyz/).
  • ❤ 1
Post #151 1.15K
- The Lighter Python SDK has been updated, now supporting mainnet & testnet environments for the RHC instance, as well as lazy nonce initialization: https://pypi.org/project/lighter-sdk/

- WebSocket total connections, and connections per minute, have been increased to 255 per IP: https://apidocs.lighter.xyz/docs/rate-limits

- The export endpoint now allows to aggregate trades: https://apidocs.lighter.xyz/reference/export

- We're removing internal price caps for the below markets before today's market close. To prevent price manipulation attacks, we are going to monitor other liquid venues and cap the price in case of a manipulation attempt. For the other markets, no changes apply.

SPY, US500, QQQ, US100, XAU, XAG, NVDA, TSLA, AAPL, AMZN, MSFT, GOOGL, META, XCU, SNDK, WTI, XPD, XPT, BRENTOIL, MU, EWY, SPCX, DRAM, SOXL, SKHYNIXUSD, SAMSUNGUSD, INTC, NATGAS, IBM, AMD, MSTR
  • 👍 1
Post #150 961
re: $LIT spot/perp

Maker fees will be enabled for Premium accounts on the $LIT perp and spot markets, effective Thursday, July 9, at 1:00 PM UTC
  • 👍 2
Post #148 1.14K

Forwarded from Lighter Announcements

gm

Story Protocol ($IP) has been renamed to Data Network ($DATA). This is a rebrand only and does not affect the underlying market. The update will be reflected across the Lighter frontend and backend tomorrow, June 30, at 11:00 AM UTC.

On the API side, updates will be delivered as DATA starting at that time, while the market ID remains unchanged. No action is required.

https://x.com/datafdn/status/2070180640251666788
X (formerly Twitter) The DATA Foundation (@datafdn) on X Today, Story becomes The DATA Foundation. $IP is now $DATA. The Story Network is now DATA Network, tracking 1B+ data records with a singular mission: to become the trust layer for all AI training…
  • 👍 2
Post #147 1.02K
Fast withdrawals are now limited at ten per hour per address. If that creates any operational issue, you can contact us via Discord support.
  • 👍 4
Post #146 1.21K
- Support for maker-only api keys per L1 has been increased from 200 to 251 per account_index

- Whitelisted operators can now create up to 6 public pools per L1

- The last_updated_at field on the ticker WebSocket channel now always reflects the latest transaction_time impacting the best bid & offer
  • 👍 1
Post #145 1.26K
re: XCU (Copper)

To maintain parity with other venues, we are updating the XCU (Copper) underlying from the spot price methodology previously used to a rolling futures-based methodology, effective immediately.

The documentation has been updated accordingly and can be found here
  • 👍 2
Post #143 830

Forwarded from Lighter Announcements

gm

Toncoin ($TON) has been renamed to Gram ($GRAM), effective today. This is a rebrand only and does not affect the underlying market. The update will be reflected across the Lighter frontend and backend later today.

On the API side, updates will now be delivered as GRAM, while the market ID remains unchanged. No action is required.
  • 👍 3
Post #142 870
- Mark Price Candlesticks are now available via WebSockets: https://apidocs.lighter.xyz/docs/websocket-reference#mark-price-candlesticks

- Starting June 17th, 11am UTC (timestamp: 1781694000), both ws/candle and ws/mark_price_candle will allow for up to 2 candles in the candles[] array to be sent in a single update when a candle period closes (rolls over). If so, candles[0] will be the oldest, just closed candle.

- The Lighter Python SDK has been updated, and now supports approving a zero fees integrator, and revoking all kind of integrator approvals, just using a l2 signature. Moreover, an example has been provided on how to cancel all orders for a single market: https://pypi.org/project/lighter-sdk/

- The market_stats WebSocket channel now returns best_ask_price, best_bid_price (BBO): https://apidocs.lighter.xyz/docs/websocket-reference#market-stats
Post #141 762
Lighter API/MM Updates We'll be listing the $SPCX market today. Some notes: - Global Open Interest Cap: $100M - Isolated Margin - Current shares: ~13.08B Regarding the current pre-IPO $SPACEX market on Lighter: - The current $SPACEX market on Lighter will get delisted; it should…
Also on $SPCX: The index convergence window will be a 3-minute EMA, allowing markets to reflect underlying price movements more quickly
  • 👍 2
Post #140 785
We'll be listing the $SPCX market today. Some notes:

- Global Open Interest Cap: $100M
- Isolated Margin
- Current shares: ~13.08B

Regarding the current pre-IPO $SPACEX market on Lighter:

- The current $SPACEX market on Lighter will get delisted; it should settle next Friday at the close, based on share price × shares outstanding. Once we confirm the final share count, we'll use that to calculate the index price
  • 👍 5
  • ❤ 1
Post #139 934
- Lighter's Python & GO SDKs have been updated on GitHub, supporting explicit attributes for self-trade behavior, following the recent changes: https://t.me/lighter_api_updates/135

- The account index is now shown in the api keys page, and when assigning a new api key pair to an api key index: https://app.lighter.xyz/apikeys

- Builders can leverage this open-source web app to manage integrator approvals, and see how to handle l1 & l2 signing on their end: https://lighter-integrators.up.railway.app/

- As of recently, a l1 signature is not required anymore to approve integrators capped at zero fees, and when revoking approvals for any type of integrator. SDKs will support this in the next release
  • 👍 3
Older posts →
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →