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.
Public pool account, position, order, and share data.
lighter_robinhood.raw.public_pool_data
_ingested_at
account
NUMBER(38,0)
channel
VARCHAR
type
update/pool_data
TIMESTAMP_NTZ(9)
orders
VARIANT
positions
trades
shares
funding_histories
_created_at
_updated_at
SELECT _ingested_at, account, orders, positions, shares FROM lighter_robinhood.raw.public_pool_data WHERE _ingested_at >= CURRENT_DATE - 7 LIMIT 100;
Was this page helpful?