Get an LP's per-strategy backing in an asset vault
Returns, for one LP in one asset vault, the strategies it backs with per-strategy detail (amount deployed, fees accrued, shortfall charged).
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 (0x-prefixed).
The liquidity provider's wallet address.
Response Body
application/json
curl -X GET "https://example.com/api/vaults/positions/string/string/string/strategies"{ "fleetLive": true, "rpcDegraded": true, "strategies": [ { "chainId": 0, "vault": "string", "lp": "string", "strategyId": "string", "backing": true, "deployedInto": "string", "feeAccrued": "string", "shortfallCharged": "string" } ]}Get all of an LP's positions on a chain in one call (batched multicall)
Returns every vault position for one LP on one chain, each with its freePrincipal reconciled against the vault's own on-chain value. Use this instead of one call per vault.
List pending async redeem requests for a vault
Returns the pending ERC-7540 async redeem requests for a vault, the exit for deployed capital. Each request reports whether the composer struck its price or whether it vested by timeout (different economics).