---
title: "Get Earning Statistics"
method: GET
path: "/api/{account}/payouts/earning-statistics"
tags: ["Payouts"]
---

# Get Earning Statistics

`GET /api/{account}/payouts/earning-statistics`

Get total and monthly time-series earning statistics for the account.

## Query parameters

- `startDate` string, nullable — The start date for earning statistics. Keep empty to get all earnings.
- `endDate` string, nullable — The end date for earning statistics. Keep empty to get all earnings.

## Response `200`

- object
  - `data` object
    - `list` object
      - `months` object
        - `1735689661` object
          - `tips` object[]
            - `time` integer
            - `net` integer
            - `gross` integer
          - `total_net` integer
          - `total_gross` integer
          - `subscribes` object[]
            - `time` integer
            - `net` integer
            - `gross` integer
      - `total` object
        - `tips` object
          - `total_net` number
          - `total_gross` number
        - `all` object
          - `total_net` number
          - `total_gross` number
        - `subscribes` object
          - `total_net` number
          - `total_gross` number
        - `chat_messages` object
          - `total_net` number
          - `total_gross` number
        - `post` object
          - `total_net` number
          - `total_gross` 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/revisions/4a99d36f28a3/schema)
