GET
/
metrics
/
total-operators
curl --request GET \
  --url https://api.eigenexplorer.com/metrics/total-operators \
  --header 'X-API-Token: <x-api-token>'
{
  "total": 1000000,
  "change24h": {
    "value": 10,
    "percent": 0.01
  },
  "change7d": {
    "value": 10,
    "percent": 0.01
  }
}

Headers

X-API-Token
string
required

API Token for authentication

Query Parameters

withChange
enum<string>
default:false

Toggle whether the route should return 24h/7d change for count of AVS operators

Available options:
true,
false
Example:

"false"

Response

200
application/json
The total number of AVS operators registered.
total
number
required

The total number of AVS operators registered

Example:

1000000

change24h
object
change7d
object