Skip to main content
GET
Aggregate count + time-series of the buyer’s payment requests

Authorizations

Authorization
string
header
required

Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.

Query Parameters

from
string

ISO-8601 lower bound on createdAt (inclusive).

Example:

"2026-07-01T00:00:00Z"

to
string

ISO-8601 upper bound on createdAt (inclusive).

Example:

"2026-07-31T23:59:59Z"

granularity
enum<string>

Bucket size. Defaults to day.

Available options:
day,
week,
month

Response

Total + time-series.

total
number
required

Total payment requests in the period. Uncapped, unlike the (1000-row-capped) list endpoint.

Example:

137

series
object[]
required

Per-bucket counts, oldest first.