LenderYieldsByAssetSnapshotsResponse
okboolean
Example:
truecountinteger
Number of asset entries returned
Example:
2data object
Nested map of asset -> lender -> snapshots
property name* object
property name* object[]
Array [
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
]
LenderYieldsByAssetSnapshotsResponse
{
"ok": true,
"count": 2,
"data": {}
}