Aqua0
API ReferenceFronting

Permit or refuse cross-chain fronting for one pair or destination chain

Narrows what the matcher will choose for this LP. It moves no funds and carries no capital authority, and the chain does not enforce it: the hard on-chain off switch remains the filler participation registry. Wallet-bound so an LP can only set their own preference.

PUT
/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 PUT "https://example.com/api/fronting-consent/string"
{  "ok": true,  "scope": "chain",  "subject": "string",  "permitted": true}
Empty
Empty