getting makerCommission, two sources two different results

Has anyone an idea what to make of the difference of makerCommission. Once I call it from client.account and the other time I user get_trade_fee().

get_account()

>>> print(json.dumps(client.get_account(), indent=2))
{
  "makerCommission": 10,
  "takerCommission": 10,

get_trade_fee()

>>> client.get_trade_fee(symbol="XRPBUSD")
[{'symbol': 'XRPBUSD', 'makerCommission': '0', 'takerCommission': '0.001'}]

Hello there,

the account’s result is a general commission rate while symbol’s is more specified to its own rules, in this case “makerCommission” is 0 due to https://www.binance.com/en/support/announcement/479a9086757543359221a42d54089c4f.