cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/staker-activity
{ "data": [ { "action": "<string>", "operator": "<string>", "staker": "<string>", "strategy": "<string>", "token": "<string>", "avs": "<string>", "pod": "<string>", "data": "<string>", "metadata": "<string>" } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true, "statistics": { "totalActivities": 123, "uniqueActions": 123, "uniquePods": 123 } } }
Fetches activities for a specific staker
Page number for pagination
Number of results per page
Staker address or identifier
A list of activities for the specified staker with metadata and statistics
The response is of type object.
object