Rewards
Reward Strategy
Ecosystem
Operators
Withdrawals
Deposits
Distribution Roots
Rewards
Reward Strategy
GET
/
eigenlayer
/
reward-strategy
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>"
}
}
}
Query Parameters
Page number for pagination
Number of results per page
Filter by strategy type
Filter by AVS
Filter by token
Filter by strategy
Response
200
application/json
A list of reward strategies with metadata and statistics
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>"
}
}
}