GET
/
metrics
/
restaking-ratio
curl --request GET \
  --url https://api.eigenexplorer.com/metrics/restaking-ratio \
  --header 'X-API-Token: <x-api-token>'
{
  "ratio": 1,
  "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 ratio value

Available options:
true,
false
Example:

"false"

Response

200
application/json
The value of restaking ratio
ratio
number
required

The current value of Restaking Ratio

Example:

1

change24h
object
change7d
object