Skip to main content
Version: mainnet (v0.71)

OrderEstimate

An estimate of the fee to be paid by the order

type OrderEstimate {
fee: TradeFee!
totalFeeAmount: String!
marginLevels: MarginLevels!
}

Fields

OrderEstimate.fee ● TradeFee! non-null object

The estimated fee if the order was to trade

OrderEstimate.totalFeeAmount ● String! non-null scalar

The total estimated amount of fee if the order was to trade

OrderEstimate.marginLevels ● MarginLevels! non-null object

The margin requirement for this order

Returned by

estimateOrder query