Export node usage to CSV with the Chainstack Platform API v2
Download the full node usage report for your organization as a CSV file using the Platform API v2. Send a GET request to /v2/reporting/node-usage/export/.
Authorizations
Chainstack API uses API keys to authenticate requests. You can view and manage your API keys in the platform UI.
Your API keys carry many privileges, so be sure to keep them secure!
Provide your API key as the Authorization header. The value of the header consists of Bearer prefix and secret key generated through the platform UI.
All API requests must be made over HTTPS.
Query Parameters
Start of the reporting period, inclusive, as an ISO 8601 datetime.
Defaults to the start of your organization's current metered billing period.
Cannot be earlier than the first day of the previous calendar month — usage data is retained for 2 months.
"2026-07-01T00:00:00Z"
End of the reporting period as an ISO 8601 datetime. Must be later than date_from.
Defaults to the end of your organization's current metered billing period.
"2026-07-17T00:00:00Z"
Filter by node ID. Accepts a comma-separated list (ND-123-456-789,ND-987-654-321).
Filter by protocol. Accepts a comma-separated list (ethereum,solana).
Filter by the network's public internal name, prefixed by protocol (ethereum-mainnet, ethereum-sepolia-testnet). Accepts a comma-separated list.
Filter by node type. Omit to include both types.
elastic, dedicated Size of the time bucket the usage is aggregated into.
day, hour Which fields to use when ordering the results — a comma-separated list of datetime and node_id.
Use the - prefix to perform descending ordering (-datetime).
Response
The report as a CSV attachment named node-usage-report.csv.
The response is of type string.