Get daily account usage
Returns one entry per UTC day for a single account, so a multi-day traffic chart costs one request instead of one per day.
Both from and to are required and the range may not exceed 90 days. Days with no traffic are returned with zeroed counters, so the series is always contiguous and needs no gap handling.
Data is sourced from an hourly rollup that lags roughly 90 minutes and begins on 2026-04-10, so days before that date return zeros. Use this endpoint for historical charts, not for real-time or lifetime usage — for cumulative usage against an account’s allowance, read used_bytes from GET /accounts.
Authorizations
Path Parameters
Query Parameters
Start of the range, inclusive, as a Unix timestamp in seconds.
"1754006400"
End of the range, exclusive, as a Unix timestamp in seconds. Must be after from and no more than 90 days later.
"1756598400"
Response
One entry per UTC day in the requested range.
The UTC day, as YYYY-MM-DD.
"2026-08-01"
Bytes of traffic used by the account on this day.
1336682714
Requests made by the account on this day.
20462
Of those, the requests that succeeded.
20283