Skip to content

Update Pool Metadata

POST
/liquidity/pool/metadata

Update the name and description of a pool.

Authorizations

Request Body required

object
poolId
required

UUID of the pool to update

string format: uuid
name
required

New name for the pool

string
description
required

New description for the pool

string
walletId
required

Admin wallet ID that will update the pool

string format: uuid

Responses

200

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