New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Retrieve credit usage, subscription details, and per-service request counts for a project within the current billing cycle.
curl --request GET \
--url 'https://admin-api.helius.xyz/v0/admin/projects/{id}/usage?api-key='{
"creditsRemaining": 487500,
"creditsUsed": 12500,
"prepaidCreditsRemaining": 50000,
"prepaidCreditsUsed": 0,
"subscriptionDetails": {
"billingCycle": {
"start": "2026-04-01",
"end": "2026-05-01"
},
"creditsLimit": 500000,
"plan": "business"
},
"usage": {
"api": 1200,
"archival": 0,
"das": 5000,
"grpc": 300,
"grpcGeyser": 0,
"photon": 0,
"rpc": 4500,
"stream": 100,
"webhook": 800,
"websocket": 600
}
}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.
YYYY-MM-DD format.YYYY-MM-DD format."business", "professional").API key passed as a query parameter.
The project ID to retrieve usage for. Must match the project associated with the API key.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Project usage retrieved successfully.
Number of credits remaining in the current billing cycle. Calculated as creditsLimit - regularCreditsUsed, floored at 0.
487500
Total credits consumed in the current billing cycle, including both regular and prepaid credits.
12500
Number of prepaid credits remaining.
50000
Number of prepaid credits consumed in the current billing cycle.
0
Details about the project's subscription plan and current billing cycle.
Show child attributes
Request counts broken down by service type for the current billing cycle.
Show child attributes
Was this page helpful?
curl --request GET \
--url 'https://admin-api.helius.xyz/v0/admin/projects/{id}/usage?api-key='{
"creditsRemaining": 487500,
"creditsUsed": 12500,
"prepaidCreditsRemaining": 50000,
"prepaidCreditsUsed": 0,
"subscriptionDetails": {
"billingCycle": {
"start": "2026-04-01",
"end": "2026-05-01"
},
"creditsLimit": 500000,
"plan": "business"
},
"usage": {
"api": 1200,
"archival": 0,
"das": 5000,
"grpc": 300,
"grpcGeyser": 0,
"photon": 0,
"rpc": 4500,
"stream": 100,
"webhook": 800,
"websocket": 600
}
}