Skip to main content

IntrinsicYieldsSnapshotsResponse

okboolean
Example: true
countinteger

Total number of snapshots across all asset groups

Example: 150
series object

Map of asset group to array of snapshots

property name* object[]
  • Array [
  • dataTsstring<date-time>required

    Timestamp of the snapshot

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

    Intrinsic APR as a percentage

    Example: 4.25
  • ]
  • IntrinsicYieldsSnapshotsResponse
    {
    "ok": true,
    "count": 150,
    "series": {}
    }