FeeEstimate
An estimate of the fee to be paid for the order
type FeeEstimate {
fees: TradeFee!
totalFeeAmount: String!
}
Fields
FeeEstimate.fees ● TradeFee! non-null object
The estimated fees if the order was to trade
FeeEstimate.totalFeeAmount ● String! non-null scalar
The total estimated amount of fees if the order was to trade
Returned by
estimateFees query