cURL
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" }
Fetches the most recent reward details based on the provided rewardsSubmissionHash.
The unique rewardsSubmissionHash of the reward to fetch.
Successful response containing the reward details.
The response is of type object.
object