Skip to main content

IntrinsicYieldsLatestResponse

okboolean
Example: true
asOfstring<date-time>

The timestamp of the returned data

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

Number of asset groups returned

Example: 3
intrinsicApr object

Map of asset group to APR percentage

property name*numbernullable
IntrinsicYieldsLatestResponse
{
"ok": true,
"asOf": "2024-01-15T12:00:00.000Z",
"count": 3,
"intrinsicApr": {
"USDC": 4.25,
"DAI": 3.85,
"WBTC": 0.15
}
}