v1

latestOpenAPI 3.0.32026-07-237108.5 KB
Fees

Get fee amounts

Returns the liquidity provider fee and operator fee percentages for the pool.

get/feeAmount/{tokenA}/{tokenB}

Path parameters

tokenA'CC' | 'USDCx' | 'CBTC' | 'cETH' | 'HANDL' | 'EDELx' | 'SBC' required

The name/symbol of the first token (URL encoded).

tokenB'CC' | 'USDCx' | 'CBTC' | 'cETH' | 'HANDL' | 'EDELx' | 'SBC' required

The name/symbol of the second token (URL encoded).

Response

Fee amounts

fee_amountnumber double required

Liquidity provider fee percentage.

operator_fee_amountnumber double required

Operator fee percentage.