The Admin API provides programmatic access to your project’s credit usage, subscription details, and per-service request counts. Use it to build internal dashboards, automate usage alerts, or pipe Helius billing data into your own systems, all authenticated with your standard Helius API key. Base URL:Documentation Index
Fetch the complete documentation index at: https://helius-auto-translations.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
https://admin-api.helius.xyz
Quick Example
Retrieve the current billing 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 billing cycle.