Skip to content

Update Pool Status

POST
/liquidity/pool/status

Update the status of a pool (pause/unpause).

Authorizations

Request Body required

object
poolId
required

UUID of the pool to update

string format: uuid
status
required

New pool status

string
Allowed values: active paused
walletId
required

Admin wallet ID that will update the pool

string format: uuid

Responses

200

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