Skip to main content

Get intrinsic yield snapshots

GET 

/v1/data/lending/yields/intrinsic/snapshots

Returns historical intrinsic yield time series per asset group.

Plain-text reference — GET /v1/data/lending/yields/intrinsic/snapshots

Parameters

ParameterInTypeRequiredDescription
assetGroupsquerystring[]yesAsset group keys (repeatable)
startquerystringnoISO start date
endquerystringnoISO end date

Response 200

FieldTypeDescription
successTrue
dataobject
data.countintegerNumber of entries in items.
data.seriesobjectMap of assetGroup → array of {dataTs, intrinsicYield}
actionsnull

Example response

{
"success": true,
"data": {
"count": 1,
"series": {}
}
}

Request

Responses

Intrinsic yield snapshots