Skip to content

Update Pool Fees

POST
/liquidity/pool/fees

Update the trading fees for a pool.

Authorizations

Request Body required

object
poolId
required

UUID of the pool to update

string format: uuid
fee
required

Trading fee in basis points (e.g., 300 for 0.3%)

integer
>= 1 <= 10000
walletId
required

Admin wallet ID that will update the pool

string format: uuid

Responses

200

Pool fees 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