Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 732 Bytes

FundingAccount.md

File metadata and controls

14 lines (10 loc) · 732 Bytes

FundingAccount

Properties

Name Type Description Notes
currency str Currency name [optional]
available str Available assets to lend, which is identical to spot account `available` [optional]
locked str Locked amount. i.e. amount in `open` loans [optional]
lent str Outstanding loan amount yet to be repaid [optional]
total_lent str Amount used for lending. total_lent = lent + locked [optional]

[Back to Model list] [Back to API list] [Back to README]