Skip to content

Commit 2998e5a

Browse files
committed
feat: method aliases
1 parent dfce2ec commit 2998e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cryptomarket/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,7 @@ def get_sub_account_crypto_address(self, sub_account_id: str, currency: str) ->
14671467
# spot trading
14681468
get_spot_trading_balance_by_currency = get_spot_trading_balance_of_currency
14691469
get_spot_trading_balance = get_spot_trading_balance_of_currency
1470+
get_trading_commissions = get_all_trading_commissions
14701471
get_trading_commission_by_symbol = get_trading_commission
14711472
get_trading_commission_of_symbol = get_trading_commission
14721473

0 commit comments

Comments
 (0)