Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Order book snapshots with bid and ask levels.
lighter_robinhood.raw.order_books
timestamp
market_id
nonce
NUMBER(38,0)
asks
VARIANT
bids
begin_nonce
offset
code
TIMESTAMP_NTZ(9)
_created_at
_updated_at
SELECT market_id, timestamp, nonce, asks, bids FROM lighter_robinhood.raw.order_books WHERE timestamp >= CURRENT_DATE ORDER BY timestamp DESC LIMIT 100;
Was this page helpful?