Fees
Path parameters
tokenAstring · enumRequiredExample:
The name/symbol of the first token (URL encoded).
CCPossible values: tokenBstring · enumRequiredExample:
The name/symbol of the second token (URL encoded).
USDCxPossible values: Responses
200
Fee amounts
application/json
fee_amountnumber · doubleRequiredExample:
Liquidity provider fee percentage.
0.003operator_fee_amountnumber · doubleRequiredExample:
Operator fee percentage.
0.001400
Liquidity pool fees contract not found
application/json
get/feeAmount/{tokenA}/{tokenB}
GET /v1/feeAmount/{tokenA}/{tokenB} HTTP/1.1
Host: api.tradecraft.fi
Accept: */*
{
"fee_amount": 0.003,
"operator_fee_amount": 0.001
}Last updated
Was this helpful?
