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.
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 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" }'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.
Get a cross-chain front by its frontId
Returns one cross-chain front as a single row joining the source lock/commit/release on chain A to the destination landing credit on chain B. The destination fields stay null until the landing is credited, which is the in-flight state the UI shows.