Skip to main content
PATCH
Update fee-wrapper fees
Updates the fee recipient, performance-fee rate, or both without exceeding the wrapper’s creation-time maximum.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
feeRecipientAddress
string
performanceFeeBps
integer
Required range: 0 <= x <= 9999

Response

Already confirmed.

status
enum<string>
required
Available options:
confirmed,
submitted
transactionHash
string | null