GET
/
eigenlayer
/
reward-info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/reward-info
{
  "type": "<string>",
  "avs": "<string>",
  "submitter": "<string>",
  "tokenHopper": "<string>",
  "submissionNonce": "<string>",
  "rewardsSubmissionHash": "<string>",
  "strategies": "<string>",
  "token": "<string>",
  "amount": "<string>",
  "startTimestamp": "2023-11-07T05:31:56Z",
  "duration": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z",
  "recordTimestamp": "2023-11-07T05:31:56Z"
}

Query Parameters

hash
string
required

The unique rewardsSubmissionHash of the reward to fetch.

Response

200
application/json
Successful response containing the reward details.

The response is of type object.