Get an LP's per-strategy backing in an asset vault
Returns, for one LP in one asset vault, the strategies it backs and the per-strategy detail (amount deployed, fees accrued, shortfall charged). Path parameters: chainId, asset (address or symbol), lp (LP address), all required.
Authorization
ApiKeyAuth In: header
Path Parameters
Numeric ID of the chain to query or act on.
The vault's underlying asset, as a token contract address or ticker symbol (e.g. USDC).
The liquidity provider's wallet address.
Response Body
curl -X GET "https://example.com/api/vaults/positions/string/string/string/strategies"Get an LP's position in an asset vault
Returns an LP's full position in one asset vault as a set of buckets (free, deployed, locked) plus withdrawability, so the UI never offers a withdraw the vault would refuse. By default the free principal is reconciled against the vault's own on-chain value and both numbers are reported. Path parameters: chainId, asset (address or symbol), lp (LP address), all required. Query parameter: reconcile (optional, defaults to true; set false to skip the on-chain read).
List the chains Aqua0's vaults are available on
Returns the chains the caller's network mode can see, each with its deployment provenance. In mainnet mode only chains carrying a real mainnet deployment are returned, and in testnet mode every forked chain is. Clients should drive chain pickers from this list rather than a local list, so an undeployed chain is never offered. Fields per chain: chainId, network ('mainnet' or 'fork'), and fleetLive (whether the vaults are both deployed and reachable right now).