Skip to main content

Lending

Borrow

Borrow. Apply for a loan.

restClient.Lending.Borrow();

Repay

Repay loan for margin account.

restClient.Lending.Repay();

GetLoans

Query loan records

restClient.Lending.GetLoans();

GetRepays

Query repay records

restClient.Lending.GetRepays();

GetMaxBorrowAmount

Query max borrow amount

restClient.Lending.GetMaxBorrowAmount();

GetInterestHistory

Get history of interest

restClient.Lending.GetInterestHistory();

GetInterestRateHistory

Get history of interest rates

restClient.Lending.GetInterestRateHistory();

GetInterestMarginData

Get interest margin data

restClient.Lending.GetInterestMarginData();

Copyright S Christison ©2024