Commission Fees using Test API

Does the Test API not calculate fees on any trades? I am not the market maker here? Shouldn’t I have some sort of fee?

  {
    "symbol": "BNBUSDT",
    "orderListId": -1,
    "price": 536,
    "quantity": 0.02,
    "quoteQuantity": 10.72,
    "commission": 0,
    "commissionAsset": "BNB",
    "isBuyer": true,
    "isMaker": false,
    "isBestMatch": true
  },

no commission fee on testnet.

1 Like