Operators
Retrieve all operators
Returns all operator records. This endpoint supports pagination.
GET
Headers
API Token for authentication
Query Parameters
Toggle whether the route should calculate the TVL from shares
Available options:
true
, false
Example:
"false"
Case-insensitive search query
Example:
"eigen"
Sort results in asc or desc order of APY
Available options:
asc
, desc
Example:
"desc"
Sort results in asc or desc order of TVL value
Available options:
asc
, desc
Example:
"desc"
Sort results in asc or desc order of total AVS (only valid for Operator queries)
Available options:
asc
, desc
Example:
"desc"
Sort results in asc or desc order of total stakers
Available options:
asc
, desc
Example:
"desc"
The number of records to skip for pagination
Example:
0
The number of records to return for pagination
Example:
12
Response
200
application/json
The list of operator records.
The response is of type object
.