Aqua0
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.

GET
/api/fronting/{frontId}

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