Get swap fees for a pool
GET /v2/liquidity/pools/{poolId}/fees
GET
/v2/liquidity/pools/{poolId}/fees
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” poolId
required
string
Responses
Section titled “ Responses ”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