Skip to main content
GET
Get daily account usage

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Query Parameters

from
string
required

Start of the range, inclusive, as a Unix timestamp in seconds.

Example:

"1754006400"

to
string
required

End of the range, exclusive, as a Unix timestamp in seconds. Must be after from and no more than 90 days later.

Example:

"1756598400"

Response

One entry per UTC day in the requested range.

date
string<date>

The UTC day, as YYYY-MM-DD.

Example:

"2026-08-01"

used_bytes
integer

Bytes of traffic used by the account on this day.

Example:

1336682714

total_requests
integer

Requests made by the account on this day.

Example:

20462

successful_requests
integer

Of those, the requests that succeeded.

Example:

20283