cURL
curl --request GET \ --url https://api.example.com/v1/history/{vault_id}
{ "vault_id": "<string>", "data": [ { "timestamp": "2023-11-07T05:31:56Z", "share_price": 123, "total_assets": 123, "hourly_apy": 123 } ], "total_count": 123 }
Returns hourly aggregated share price data for a vault.
Vault ID
Start date for history
End date for history
Limit number of results (default: 1000)
Offset for pagination (default: 0)
Order by timestamp: asc or desc (default: asc)
Historical data retrieved successfully
Show child attributes