API ReferenceRedemptions
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).
Authorization
ApiKeyAuth X-API-Key<token>
In: header
Path Parameters
chainId*string
Numeric ID of the chain to query or act on.
vault*string
The vault's on-chain contract address.
Response Body
curl -X GET "https://example.com/api/vaults/redeem-requests/string/string"Empty
Build calldata to redeem a strategy's counter-asset leg
Returns the calldata to redeem the counter-asset portion of a cross-asset strategy position (here the asset is the counter-asset vault, not the one originally locked).
Build calldata to claim a fulfilled async redeem
Returns the calldata to claim the payout of an async redeem request once the composer has fulfilled it, the second step after prepare-request-redeem.