Skip to content

Commit 382d6b4

Browse files
committed
Update
1 parent fab4f52 commit 382d6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/margin_service.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ func (s *ListMarginTradesService) Do(ctx context.Context, opts ...RequestOption)
957957
}
958958

959959
// GetMaxBorrowableService get max borrowable of asset
960+
// https://developers.binance.com/docs/margin_trading/borrow-and-repay/Query-Max-Borrow
960961
type GetMaxBorrowableService struct {
961962
c *Client
962963
asset string
@@ -999,7 +1000,6 @@ func (s *GetMaxBorrowableService) Do(ctx context.Context, opts ...RequestOption)
9991000
}
10001001

10011002
// MaxBorrowable define max borrowable response
1002-
// https://developers.binance.com/docs/margin_trading/borrow-and-repay/Query-Max-Borrow
10031003
type MaxBorrowable struct {
10041004
Amount string `json:"amount"` // account's currently max borrowable amount with sufficient system availability
10051005
BorrowLimit string `json:"borrowLimit"` // max borrowable amount limited by the account level

0 commit comments

Comments
 (0)