cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/strategy-historical \ --header 'x-api-key: <api-key>'
{ "data": [ { "strategy": "<string>", "tvl": 123, "withdrawals": 123, "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true, "statistics": { "totalStats": 123, "totalTvl": 123, "totalWithdrawals": 123, "averageTvl": 123 } } }
Fetch paginated statistics for a specific strategy and global statistics
Page number for pagination, defaults to 1
Number of items per page, defaults to 12
The strategy identifier (required)
Paginated strategy statistics with global statistics
Show child attributes