Aqua0
API ReferenceVaults

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, with on-chain freePrincipal reconciliation batched into a single multicall RPC round-trip. Replaces N per-vault calls with 1.

GET
/api/vaults/positions/{chainId}/{lp}

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

chainId*string

Numeric ID of the chain to query or act on.

lp*string

The liquidity provider's wallet address.

Response Body

curl -X GET "https://example.com/api/vaults/positions/string/string"
Empty