Skip to content

Update Admin Fee Share

POST
/liquidity/pool/admin-fee-share

Update the admin fee share for a pool.

Authorizations

Request Body required

object
poolId
required

UUID of the pool to update

string format: uuid
adminFeeShare
required

New admin fee share in basis points (e.g., 1000 = 10% of all fees)

integer
<= 10000
walletId
required

Admin wallet ID that will update the pool

string format: uuid

Responses

200

Admin fee share updated successfully

object
queryId

ID of the command operation

string format: uuid

400

Bad Request

object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters