Aqua0
API ReferenceFronting

Build calldata to cancel a cross-chain front lock

Returns the calldata to cancel a previously opened front lock.

POST
/api/vaults/{chainId}/{asset}/prepare-cancel-front-lock

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-cancel-front-lock" \  -H "Content-Type: application/json" \  -d '{    "frontId": "string"  }'
Empty
Empty
Empty