API ReferenceCross-chain
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.
Authorization
ApiKeyAuth X-API-Key<token>
In: header
Path Parameters
frontId*string
The cross-chain front's 32-byte identifier.
Response Body
application/json
curl -X GET "https://example.com/api/fronting/string"{ "front": { "frontId": "string", "state": "string", "strategyId": "string", "owner": "string", "amount": "string", "srcChainId": 0, "srcVault": "string", "releasedAssets": "string", "dstChainId": 0, "dstVault": "string", "settlementId": "string", "creditedAmount": "string" }}Empty
Set an LP's JIT range preference for a pool
Stores the LP's chosen V4 tick range for a pool, the curve Aqua0 prices JIT swaps against. It carries no capital authority, moves no funds, and is wallet-bound so an LP can only set their own range.
Build calldata to cancel a cross-chain front lock
Returns the calldata to cancel a previously opened front lock.