https://admin-api.helius.xyz
Quick Example
Retrieve the current credit cycle’s usage for a project:Sample Response
Authentication
Pass your Helius API key either as a header (recommended) or a query parameter:- Header:
X-Api-Key: YOUR_API_KEY - Query parameter:
?api-key=YOUR_API_KEY
The API key must belong to the project you’re querying. Requests where the API key’s project does not match the project ID in the path will return a
400 error.Rate Limits
The Admin API is rate-limited to 5 requests per second per project.Endpoints
Get Project Usage
Retrieve credit usage, subscription details, and per-service request counts for the current credit cycle.