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 (frontId is the cross-chain join key). The destination fields stay null until the landing is credited, which is the in-flight state the UI shows. Path parameter: frontId (32-byte hex), required.
Authorization
ApiKeyAuth In: header
Path Parameters
The cross-chain front's 32-byte identifier.
Response Body
curl -X GET "https://example.com/api/fronting/string"API overview
Authentication, base URL, and the integration pattern for the Aqua0 REST API.
Submit a cross-chain front request (LP-signed demand)
Records an LP's EIP-712-signed FrontRequest bound to the frontId they will lock. The signature is the authorization (recovers to the owner or ERC-1271), so this records demand only; it moves no funds and grants no capital authority. The orchestrator later joins the observed on-chain lock to this record by frontId. Body: frontId (32-byte hex), srcChainId, srcVault, classId, owner, dstChainId, dstVault, frontAmount, expectedFees, deadline, signature, all required.