Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

The lighter.raw.public_pool_data table contains public pool data from Lighter.

Table Details

PropertyValue
Clustering Key(s)to_date("_ingested_at")

Table Columns

Column NameDescription
_ingested_atIngestion timestamp for the row
accountAccount identifier for the pool

Sample Query

SELECT *
FROM lighter.raw.public_pool_data
WHERE _ingested_at >= CURRENT_DATE - 7
LIMIT 100