All paths below are relative to https://lowcapsxyz.com.
For schemas, parameters, and executable requests, open the interactive OpenAPI reference .
Method Path Purpose
GET/v1/chainsList supported chains.
GET/v1/tokens?chain_id=List known tokens for a chain.
GET/v1/search?address=Find known chain, token, and pool records by address.
Method Path Purpose
GET/v1/poolsRead a keyset-paginated pool snapshot.
GET/v1/pools/{chain_id}/{pool_address}Read one pool and its latest verified state.
GET/v1/pools/{chain_id}/{pool_address}/eventsRead recent events for a pool.
Method Path Purpose
GET/v1/quote/pool/{chain_id}/{pool_address}Compute or retrieve a pool-level quote and evidence.
GET/v1/quote/token/{chain_id}/{token_address}Compute or retrieve a routed USD token quote.
Method Path Purpose
GET/v1/chains/{chain_id}/healthRead the latest feed-health snapshot for a chain.
Method Path Purpose
POST/v1/sessionCreate a browser session and a resumable-stream cursor.
POST /v1/session requires authentication (a bearer token, or an existing session cookie) and has no request body. Its optional query parameters select a chain and a snapshot boundary.
Admin endpoints also exist. They are allowlist-gated and are covered only in the interactive OpenAPI reference .