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

TradeFee

The fee paid by the party when a trade occurs

type TradeFee {
makerFee: String!
infrastructureFee: String!
liquidityFee: String!
}

Fields

TradeFee.makerFee ● String! non-null scalar

The maker fee, paid by the aggressive party to the other party (the one who had an order in the book)

TradeFee.infrastructureFee ● String! non-null scalar

The infrastructure fee, a fee paid to the validators to maintain the Vega network

TradeFee.liquidityFee ● String! non-null scalar

The fee paid to the liquidity providers that committed liquidity to the market

Member of

FeeEstimate object ● OrderEstimate object ● Trade object ● TradeUpdate object