Get swap fees for a pool
GET /v2/liquidity/pools/{poolId}/fees
GET
/v2/liquidity/pools/{poolId}/fees
Retrieve the swap fees for a specific liquidity pool.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” poolId
required
string
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
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
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error