Skip to main content

LenderYieldSnapshot

dataTsstring<date-time>required

Timestamp of the snapshot

Example: 2024-01-15T12:00:00.000Z
depositnumbernullable

Deposit APR as a percentage at this time

Example: 3.5
borrownumbernullable

Borrow APR as a percentage at this time

Example: 5.2
additionalDepositDataobjectnullable
additionalBorrowDataobjectnullable
LenderYieldSnapshot
{
"dataTs": "2024-01-15T12:00:00.000Z",
"deposit": 3.5,
"borrow": 5.2,
"additionalDepositData": {},
"additionalBorrowData": {}
}