Operators
Retrieve all operators
Returns all operator records. This endpoint supports pagination.
GET
/
operators
Query Parameters
withTvl
enum<string>
default: falseToggle whether the route should calculate the TVL from shares
Available options:
true
, false
searchByText
string
Case-insensitive search query
sortByApy
enum<string>
Sort results in asc or desc order of APY
Available options:
asc
, desc
sortByTvl
enum<string>
Sort results in asc or desc order of TVL value
Available options:
asc
, desc
sortByTotalAvs
enum<string>
Sort results in asc or desc order of total AVS (only valid for Operator queries)
Available options:
asc
, desc
sortByTotalStakers
enum<string>
Sort results in asc or desc order of total stakers
Available options:
asc
, desc
skip
string
default: 0The number of records to skip for pagination
take
string
default: 12The number of records to return for pagination
Response
200 - application/json
data
object[]
requiredmeta
object
requiredWas this page helpful?