Aqua0
API ReferenceVaults

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.

POST
/api/vaults/{chainId}/{asset}/prepare-claim-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 (0x-prefixed).

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/vaults/string/string/prepare-claim-redeem" \  -H "Content-Type: application/json" \  -d '{    "requestId": "string",    "receiver": "string"  }'
{  "vault": "string",  "calls": [    {      "to": "string",      "data": "string",      "value": "string",      "description": "string"    }  ]}
Empty
Empty