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.
type
string

The type of the reward.

avs
string

The AVS of the reward.

submitter
string

The submitter of the reward.

tokenHopper
string

The token hopper associated with the reward.

submissionNonce
string

The submission nonce for the reward.

rewardsSubmissionHash
string

The unique hash for the reward submission.

strategies
string

The strategies associated with the reward.

token
string

The token associated with the reward.

amount
string

The amount of the reward.

startTimestamp
string

The start timestamp of the reward.

duration
string

The duration of the reward.

updatedAt
string

The last updated timestamp of the reward.

recordTimestamp
string

The timestamp when the record was created.