list_sell = [float(trade['quoteQty']) for trade in trades if trade['isBuyer'] == False]

print(sum(list_sell))