Aqua0
API ReferenceFronting

Read an LP's cross-chain fronting exclusions on a chain

The LP's own per-pair and per-destination-chain refusals. An LP who has expressed nothing is permitted everywhere, because cross-chain fronting is already live and an absent preference must not silently revoke it. Wallet-bound: an LP only ever sees their own answer.

GET
/api/fronting-consent/{chainId}

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

chainId*string

Numeric ID of the chain to query or act on.

Response Body

application/json

curl -X GET "https://example.com/api/fronting-consent/string"
{  "state": "resolved",  "exclusions": [    {      "scope": "chain",      "subject": "string",      "active": true    }  ]}
Empty