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).
curl -X GET "https://example.com/api/vaults/chains"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.
List the asset vaults on a chain
Returns every vault Aqua0 runs on a chain (one vault per asset) with its aggregate totals (principal, deployed, credit) and whether the indexer has caught up. Query parameter: chainId (required).