Aqua0
API ReferenceRedemptions

Build calldata to request an async redeem of deployed capital

Returns the calldata to open an ERC-7540 async redeem request, the exit for capital deployed into a strategy. This escrows the request; the composer then strikes the price, after which prepare-claim-redeem pays out.

POST
/api/vaults/{chainId}/{asset}/prepare-request-redeem

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

chainId*string

Numeric ID of the chain to query or act on.

asset*string

The vault's underlying asset, as a token contract address or ticker symbol (e.g. USDC).

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/vaults/string/string/prepare-request-redeem" \  -H "Content-Type: application/json" \  -d '{    "strategyId": "string",    "amount": "string",    "owner": "string"  }'
Empty
Empty
Empty