Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

API overview

All paths below are relative to https://lowcapsxyz.com.

For schemas, parameters, and executable requests, open the interactive OpenAPI reference.

MethodPathPurpose
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.

Pools and events

MethodPathPurpose
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.

Quotes

MethodPathPurpose
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.

Health

MethodPathPurpose
GET/v1/chains/{chain_id}/healthRead the latest feed-health snapshot for a chain.

Session

MethodPathPurpose
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.