---
title: "Get Earnings Overview"
method: POST
path: "/api/analytics/summary/earnings"
tags: ["Analytics - Summary"]
---

# Get Earnings Overview

`POST /api/analytics/summary/earnings`

Get earnings overview by category for selected accounts within a date range. Returns total earnings, subscriptions, posts, messages, tips, streams, and content stats.

## Request body

- object
  - `account_ids` string[], required — Array of account prefixed IDs to get earnings for
  - `start_date` string, required — The start date (ISO 8601 format)
  - `end_date` string, required — The end date (ISO 8601 format)

## Response `200`

- object
  - `total_earnings` number
  - `subscriptions` number
  - `posts` number
  - `messages` number
  - `tips` number
  - `streams` number
  - `total_accounts` integer
  - `total_messages` integer
  - `total_images` integer
  - `total_videos` 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)
