Skip to main content
GET
Use these endpoints after you know the token asset id. For live updates, subscribe to the PoolFeed WebSocket topic — see WebSocket. Auth: Public

GET /v1/pools-feed/initial/state

Returns LiquidityPoolInfo: bonding-curve pool state, aggregated metrics (market cap, volume, locks, …), and token metadata.

Query parameters

string
required
Cardano asset id: {policyId}.{hexAssetName}.

Response fields (summary)

object
On-chain pool state: reserves x / y, curve parameters, output reference, graduation fields, etc.
object
marketCap, totalVolumeAda, totalTxCount, crowned, sequentialOrderingEnabled, locks[], …
object
Ticker, description, logo CID, socials, launch type, creator keys, assetType, …

GET /v1/pools-feed/curve/progress

Returns bonding curve completion as a percentage string.

Response