---
title: "Get payout statistics"
method: POST
path: "/payouts/stats"
tags: ["Payouts"]
---

# Get payout statistics

`POST /payouts/stats`

## Request body

- object
  - `teamId` string — Filter stats by team ID
  - `startDate` string — Start date for stats period (YYYY-MM-DD)
  - `endDate` string — End date for stats period (YYYY-MM-DD)

## Response `200`

OK

- object — Payout statistics grouped by period (current/previous) and currency

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

---

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