Pools
Everything under continuous depth recording.
GET/v1/pools
List monitored pools. Free and keyless.
| Parameter | Type | Notes |
|---|---|---|
chain | string | Filter by settlement chain. |
venue | string | Filter by venue, e.g. aave-v3. |
kind | string | crypto or rwa. |
cursor | string | Opaque pagination cursor. |
{
"data": [
{
"pool": "aave-v3-weth",
"label": "aave-v3 / WETH",
"venue": "aave-v3",
"asset": "WETH",
"chain": "ethereum",
"kind": "crypto",
"recording_since": "2026-08-22",
"days_observed": 7,
"snapshot_cadence_minutes": 5
}
],
"next_cursor": null
}