GET
/
v1
/
eth
/
apiMetadata
curl --request GET \
  --url https://api.rated.network/v1/eth/apiMetadata
{
  "day": 1337,
  "endEpoch": 301049,
  "endSlot": 9633599,
  "fromDate": "2024-07-30T12:00:23",
  "startEpoch": 300825,
  "startSlot": 9626400,
  "toDate": "2024-07-31T12:00:11"
}

This endpoint is available only to annual commitment and custom Enterprise plans. Get in touch with hello@rated.network to learn more.

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Query Parameters

utc
boolean | null
default:false

Returns results based on UTC days (true) or ETH chain days (false)

Response

200
application/json
Successful Response
day
integer
required
Required range: x >= 0
startEpoch
integer
required
Required range: x >= 0
endEpoch
integer
required
Required range: x >= 0
startSlot
integer
required
Required range: x >= 0
endSlot
integer
required
Required range: x >= 0
fromDate
string | null
toDate
string | null