Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 693 Bytes

FundingAccount.md

File metadata and controls

12 lines (9 loc) · 693 Bytes

FundingAccount

Properties

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