IntrinsicYieldsLatestResponse
okboolean
Example:
trueasOfstring<date-time>
The timestamp of the returned data
Example:
2024-01-15T12:00:00.000Zcountinteger
Number of asset groups returned
Example:
3intrinsicApr 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
}
}