Get one strategy's marketplace detail
Returns one strategy's full marketplace state, grouped across its per-asset vault legs and covering config (strategist, paused), backing (deployed, share price, realized PnL), and a stats summary. Path parameters: chainId and strategyId (the numeric classId), both required. USD/APY/volume stats are reported null pending a data source (see the `unavailable` block).
Authorization
ApiKeyAuth In: header
Path Parameters
Numeric ID of the chain to query or act on.
The strategy's numeric class ID within Aqua0's vaults.
Response Body
curl -X GET "https://example.com/api/vaults/strategies/marketplace/string/string"Build calldata to withdraw free liquidity from a vault
Returns the transaction calldata the LP signs and sends to withdraw their free (undeployed) principal from an asset vault. To exit deployed capital, use prepare-request-redeem instead.
Get one strategy's stats summary
Returns just the stats summary for one strategy (swap count, fees, backing LP count, deployed balance, net venue settlement, last swap time), aggregated across its vault legs. Path parameters: chainId and strategyId (numeric classId), both required. USD/APY/volume stats are reported null pending a data source (see the `unavailable` block).