Skip to main content
The lighter.raw.public_pool_info table contains public pool information from Lighter.

Table Details

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

Table Columns

Column NameDescription
timestampUTC timestamp of the snapshot
accountAccount identifier for the pool

Sample Query

SELECT *
FROM lighter.raw.public_pool_info
WHERE timestamp >= CURRENT_DATE - 7
ORDER BY timestamp DESC
LIMIT 100