Build calldata to cancel a cross-chain front lock
Returns the calldata to cancel a previously opened front lock.
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 (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-cancel-front-lock" \ -H "Content-Type: application/json" \ -d '{ "frontId": "string" }'{ "vault": "string", "calls": [ { "to": "string", "data": "string", "value": "string", "description": "string" } ]}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.
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).