Skip to main content
GET
/
v1
/
eth
/
apiMetadata
Get metadata on the Rated Ethereum API endpoints
curl --request GET \
  --url https://api.rated.network/v1/eth/apiMetadata \
  --header 'Authorization: Bearer <token>'
{
  "day": 1,
  "startEpoch": 1,
  "endEpoch": 1,
  "startSlot": 1,
  "endSlot": 1,
  "fromDate": "2023-11-07T05:31:56Z",
  "toDate": "2023-11-07T05:31:56Z"
}
This endpoint is available only to annual commitment and custom Enterprise plans. Get in touch with [email protected] to learn more.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

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

Query Parameters

utc
boolean | null
default:false

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

Response

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<date-time> | null
toDate
string<date-time> | null