Aqua0
API ReferenceFronting

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.

POST
/api/fronting/requests

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

curl -X POST "https://example.com/api/fronting/requests"
Empty
Empty