Skip to main content

LenderYieldsByAssetSnapshotsResponse

okboolean
Example: true
countinteger

Number of asset entries returned

Example: 2
data 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.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
  • ]
  • LenderYieldsByAssetSnapshotsResponse
    {
    "ok": true,
    "count": 2,
    "data": {}
    }