Snapshot of tokens close to migrating
Returns the latest snapshot of un-migrated tokens that traded above a price floor (1.2141161767500444e-7 SOL) within the last 10 minutes, sorted by last_avg_price descending. Capped at 100 entries.
The snapshot is computed by a periodic ClickHouse query (every ~5s) on the history service and served from an in-memory cache — request-path latency is sub-millisecond. There is no streaming-side state and no WebSocket dependency for this feed; clients should poll this endpoint at their preferred cadence (the reference UI polls every 5s, matching the cache refresh interval).
Definition: a token is “migrating” iff it has a row in deploys, no row in migrations, and its most recent ohlcv_1s.close in the last 10 minutes is above the floor. There is no deploy-age TTL — a token deployed any time ago that is still trading qualifies.
Authorizations
Query Parameters
1 <= x <= 200Number of records to skip for pagination
x >= 0Filter by platform(s). Supports comma-separated values (e.g., "Pumpfun,Meteora"). Filtering is applied in-memory against the snapshot.
Response
Success
Snapshot of un-migrated tokens that traded above the price floor in the
last 10 minutes, sorted by last_avg_price desc, capped at 100 entries.
Served from history's in-memory cache, refreshed every ~5 seconds by a
ClickHouse query. Poll this endpoint for live updates — there is no
WebSocket event for this feed.
