Skip to main content

LenderYieldsByProtocolSnapshotsResponse

okboolean
Example: true
countinteger

Number of entries returned

Example: 8
data object

Nested map structure: chainId -> lender -> assetAddress -> snapshots[]

property name* object
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
  • ]
  • LenderYieldsByProtocolSnapshotsResponse
    {
    "ok": true,
    "count": 8,
    "data": {}
    }