GET
/
v1
/
eigenlayer
/
entities
/
{operator_address}
/
rewards

Using this endpoint, you can query per eigenlayer operator using its operator address, and you will see that particular operator’s rewards history, broken down per token. It gives the amount per token, the date when they were distributed (date), and the date when they are claimable (activatedAt given in milliseconds). The ETH and USD prices of the token are also given based on the day when the rewards are claimable.

Based on the granularity parameter, the rewards can be aggregated on a weekly (week) or daily (day) basis.

Headers

X-Rated-Network
enum<string>
default:
mainnet

An enumeration.

Available options:
mainnet,
holesky

Path Parameters

operator_address
string
required

Query Parameters

fromDate
string

Start date

toDate
string

End date

granularity
string

Granularity of the rewards data (day or week). Defaults to day.

limit
integer
default:
10

The number of results returned per page

Required range: x > 0
offset
integer
default:
0

The number of results to skip before starting to return

Required range: x > 0

Response

200 - application/json
pages
integer
required
Required range: x > 0
results
any[]
required
previous
string
next
string