---
title: "Get Earnings"
method: GET
path: "/api/{account}/statistics/statements/earnings"
tags: ["Statistics"]
---

# Get Earnings

`GET /api/{account}/statistics/statements/earnings`

Get the earnings for a given period.

## Query parameters

- `start_date` string, required — The start date for the period
- `end_date` string — The end date for the period.
- `type` 'total' | 'subscribes' | 'tips' | 'post' | 'messages' | 'stream' — Filter by All / Subscriptions / Tips / Posts / Messages / Streams

## Response `200`

- object
  - `data` object
    - `total` object
      - `delta` number
      - `total` number
      - `gross` number
      - `chartCount` object[]
        - `date` string
        - `count` integer
      - `chartAmount` object[]
        - `date` string
        - `count` number
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
