Get Project Usage
Retrieve credit usage, subscription details, and per-service request counts for a project within the current billing cycle.
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns a complete picture of a project’s credit consumption for the current billing cycle, including credits remaining, subscription plan details, and a breakdown of requests by service type (RPC, DAS, gRPC, WebSocket, etc.).Request Parameters
Response Fields
YYYY-MM-DD format.YYYY-MM-DD format."business", "professional").Request Parameters
Authorizations
API key passed as a query parameter.
Path Parameters
The project ID to retrieve usage for. Must match the project associated with the API key.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
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.
Request counts broken down by service type for the current billing cycle.