GET
/
v1
/
solana
/
apiMetadata
Get metadata on the Rated Solana API endpoints
curl --request GET \
  --url https://api.rated.network/v1/solana/apiMetadata \
  --header 'Authorization: Bearer <token>'
{
  "fromEpoch": 709,
  "fromSlot": 306696063,
  "lastFullDay": "2024-12-11",
  "toEpoch": 710,
  "toSlot": 306902880
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response

lastFullDay
string<date>
required
fromSlot
integer
required
Required range: x >= 0
toSlot
integer
required
Required range: x >= 0
fromEpoch
integer
required
Required range: x >= 0
toEpoch
integer
required
Required range: x >= 0