AVS
Retrieve all operators for a given AVS address
Returns all operators for a given AVS address. This endpoint supports pagination.
GET
/
avs
/
{address}
/
operators
Path Parameters
address
string
requiredAVS service manager contract address
Query Parameters
searchMode
enum<string>
default: containsSearch mode
Available options:
contains
, startsWith
searchByText
string
Case-insensitive search query
withTvl
enum<string>
default: falseToggle whether the route should calculate the TVL from shares
Available options:
true
, false
sortOperatorsByTvl
enum<string>
Sort Operators of a given AVS in asc or desc order of TVL (only valid for individual AVS queries)
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?