Skip to content

Get swap fees for a pool

GET
/v2/liquidity/pools/{poolId}/fees
poolId
required
string

Swap fees

object
feeAtoB
required

Fee for swapping token0 to token1 in basis points (e.g., 30 = 0.3%)

number
feeBtoA
required

Fee for swapping token1 to token0 in basis points (e.g., 30 = 0.3%)

number
adminFeeShare
required

Percentage of fees that go to the admin (in basis points)

number