Get Credit Lines
async getCreditLine()
async getCreditLine()const response = await this.newBorrowingService.getCreditLines({
token,
ownerAddress,
sort,
limit,
offset
})"creditLines": [
{
"contractAddress": "0x3851115bcEf299b3FCC590caeEFB3E8a71e1Df8B"
"createdAt": "2022-03-21T12:34:45.000Z"
"ownerAddress": "0x9694e69C2ADE5779677672B55d762d7d5F37E58b"
"type": "Type C Loan"
"updatedAt": "2022-03-22T12:50:16.000Z"
},
{
"contractAddress": "0xB874BC19C2139810ccbB59e007D6787550cD04Fe"
"createdAt": "2022-03-21T12:33:35.000Z"
"ownerAddress": "0x9694e69C2ADE5779677672B55d762d7d5F37E58b"
"type": "Type A Loan"
"updatedAt": "2022-03-22T14:10:16.000Z"
}
]Last updated