Get historical lending rates for assets
Query parameters
Optional comma-separated list of asset IDs to filter for. If excluded, values will be returned for all assets.
Optional comma-separated list of asset IDs to filter for. If excluded, values will be returned for all assets.
Interval value
E.g. for interval buckets of 2h: interval=2&period=h
Interval value
E.g. for interval buckets of 2h: interval=2&period=h
Interval period
Values:
- h: Hourly
- d: Daily (accounts for offsets introduced by DST)
- w: Weekly (provided for convenience, equivalent to 7d)
- m: Monthly (accounts for varying # of days per month)
- y: Yearly (accounts for varying # of days per year)
E.g. for interval buckets of 2h interval=2&period=h
Start timestamp for interval range (inclusive)
Must be provided as unix timestamp (in seconds)
Start timestamp for interval range (inclusive)
Must be provided as unix timestamp (in seconds)
End timestamp for interval range (inclusive)
Must be provided as unix timestamp (in seconds)
End timestamp for interval range (inclusive)
Must be provided as unix timestamp (in seconds)
Time series bucket offset
Time series bucket offset
Maximum number of time buckets/intervals to return.
For responses with multiple series, this limit is applied to each series individually rather than accumulating across series. This is a limit of returned interval sections, it is not a limit of returned points. In other words, limit=200 will provide 200 time points for a single series. For multi-series responses, each series will also see the exact same set of 200 time points.
Maximum number of time buckets/intervals to return.
For responses with multiple series, this limit is applied to each series individually rather than accumulating across series. This is a limit of returned interval sections, it is not a limit of returned points. In other words, limit=200 will provide 200 time points for a single series. For multi-series responses, each series will also see the exact same set of 200 time points.
Response
Success response