Skip to content

Update Pool Rate

POST
/liquidity/pool/rate

Update the exchange rate for a pool.

Authorizations

Request Body required

object
poolId
required

UUID of the pool to update

string format: uuid
rate
required

The exchange rate as how many units of token1 you get for 1 unit of token0

string
walletId
required

Admin wallet ID that will update the pool

string format: uuid

Responses

200

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