Skip to content

Commit

Permalink
Useful docs additiona for repaying loan in full
Browse files Browse the repository at this point in the history
  • Loading branch information
ttamg committed Nov 25, 2020
1 parent b22be0e commit d289fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binance/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2875,6 +2875,8 @@ def create_margin_loan(self, **params):
def repay_margin_loan(self, **params):
"""Repay loan in cross-margin or isolated-margin account.
If amount is more than the amount borrowed, the full loan will be repaid.
https://github.com/binance-exchange/binance-official-api-docs/blob/master/margin-api.md#margin-account-repay-margin
:param asset: name of the asset
Expand Down

0 comments on commit d289fba

Please sign in to comment.