FeeFactors
The factors applied to calculate the fees
type FeeFactors {
makerFee: String!
infrastructureFee: String!
liquidityFee: String!
}
Fields
FeeFactors.makerFee ● String! non-null scalar
The factor applied to calculate MakerFees, a non-negative float
FeeFactors.infrastructureFee ● String! non-null scalar
The factor applied to calculate InfrastructureFees, a non-negative float
FeeFactors.liquidityFee ● String! non-null scalar
The factor applied to calculate LiquidityFees, a non-negative float
Member of
Fees object