LenderYieldSnapshot
dataTsstring<date-time>required
Timestamp of the snapshot
Example:
2024-01-15T12:00:00.000Zdepositnumbernullable
Deposit APR as a percentage at this time
Example:
3.5borrownumbernullable
Borrow APR as a percentage at this time
Example:
5.2additionalDepositDataobjectnullable
additionalBorrowDataobjectnullable
LenderYieldSnapshot
{
"dataTs": "2024-01-15T12:00:00.000Z",
"deposit": 3.5,
"borrow": 5.2,
"additionalDepositData": {},
"additionalBorrowData": {}
}