cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/reward-strategy
{ "data": [ { "type": "<string>", "avs": "<string>", "strategy": "<string>", "rewardsSubmissionHash": "<string>", "token": "<string>", "amount": "<string>", "weight": "<string>", "strategyReward": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true, "uniqueTokens": [ "<string>" ], "uniqueAVSs": [ "<string>" ], "statistics": { "totalStrategies": 123, "uniqueTokens": 123, "uniqueAVSs": 123, "totalAmount": "<string>" } } }
Page number for pagination
Number of results per page
Filter by strategy type
Filter by AVS
Filter by token
Filter by strategy
A list of reward strategies with metadata and statistics
The response is of type object.
object