Funding Loans

Funds not used in active positions

Fields

TermTypeDescription
IDintegerLoan ID
SYMBOLstringThe currency of the loan (fUSD, etc)
SIDEint1 if you are the lender, 0 if you are both the lender and borrower, -1 if you're the borrower
MTS_CREATEintMillisecond Time Stamp when the loan was created
MTS_UPDATEintMillisecond Time Stamp when the loan was updated
AMOUNTfloatAmount of funds provided
FLAGSobjectfuture params object (stay tuned)
STATUSstringLoan Status: ACTIVE
RATE_TYPEstring"FIXED" or "VAR" (for FRR)
RATEfloatRate of the loan (percentage expressed as decimal number i.e. 1% = 0.01)
PERIODintPeriod of the loan
MTS_OPENINGintMillisecond Time Stamp for when the loan was opened
MTS_LAST_PAYOUTintMillisecond Time Stamp for when the last payout was made
NOTIFYint0 if false, 1 if true
HIDDENint0 if false, 1 if true
RENEWint0 if false, 1 if true
NO_CLOSEintIf funding will be returned when position is closed. 0 if false, 1 if true

Ratelimit: 90 req/min

Language