Skip to content

Collect admin fees from a pool

POST
/v2/liquidity/pool/admin-fees/collect

Collect accumulated admin fees from a specific pool.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
poolId
required

UUID of the pool to collect fees from

string format: uuid
walletId
required

Admin wallet ID that will collect the fees

string format: uuid

Collected fees transaction

object
transactionId
required

UUID of the transaction

string
poolId
required

UUID of the pool

string
walletId
required

UUID of the wallet that performed the action

string
type
required

Whether liquidity was added or removed

string
token0Amount
required

Amount of token0 added or removed

string
token1Amount
required

Amount of token1 added or removed

string
lpTokenAmount
required

Amount of LP tokens minted or burned

string
status
required

Current state of the transaction

string
timestamp
required

When the transaction was initiated

string

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error