cURL
curl --request GET \ --url https://api.rated.network/v1/solana/apiMetadata \ --header 'Authorization: Bearer <token>'
{ "lastFullDay": "2023-12-25", "fromSlot": 1, "toSlot": 1, "fromEpoch": 1, "toEpoch": 1 }
This endpoint returns information about the latest complete daily data available from Rated’s Solana API endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
x >= 0