Skip to main content
GET
/
api
/
v1
/
history
Fetch indexed sHLP historical snapshot series.
curl --request GET \
  --url https://shlp-web-production.up.railway.app/api/v1/history
{
  "success": true,
  "data": {
    "range": "<string>",
    "available": true,
    "series": [
      {
        "timestamp": "2023-11-07T05:31:56Z",
        "t": 123,
        "sharePrice": 123,
        "totalAssets": 123,
        "totalSupply": 123,
        "hlpApy": 123
      }
    ]
  },
  "meta": {
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Query Parameters

range
enum<string>
default:30d
Available options:
1d,
7d,
30d,
90d,
180d,
all

Response

OK

success
boolean
required
data
object
required
meta
object
required