Skip to main content
GET
/
v1
/
admin
/
accounts
/
stats
/
series
Economy time series
curl --request GET \
  --url https://api.clipping.cc/v1/admin/accounts/stats/series \
  --header 'Authorization: Bearer <token>'
{
  "bucket": "<string>",
  "since": 123,
  "buckets": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Query Parameters

bucket
enum<string>
default:day
Available options:
day,
month,
year
since
integer

Unix seconds.

Response

Buckets.

bucket
string
since
integer
buckets
object[]