GET
/
avs
/
{address}
/
operators

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

AVS service manager contract address

Query Parameters

searchMode
enum<string>
default:
contains

Search mode

Available options:
contains,
startsWith
searchByText
string

Case-insensitive search query

withTvl
enum<string>
default:
false

Toggle 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:
0

The number of records to skip for pagination

take
string
default:
12

The number of records to return for pagination

Response

200 - application/json
data
object[]
required
meta
object
required