On TESTNET, when calling /api/v3/account, i got this :
{
“makerCommission”: 0,
“takerCommission”: 0,
“buyerCommission”: 0,
“sellerCommission”: 0,
…
I was expecting a value of 10 for makerCommission and takerCommission in order to emulate real conditions.
How can i change this ?