Skip to content

Get swap fees for a pool

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

Retrieve the swap fees for a specific liquidity pool.

poolId
required
string
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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