GET
/
v1
/
solana
/
apiMetadata
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

200
application/json

Successful Response

The response is of type object.