---
title: "Get Account Balances"
method: GET
path: "/api/{account}/payouts/balances"
tags: ["Payouts"]
---

# Get Account Balances

`GET /api/{account}/payouts/balances`

Get the current available and pending balances for the account.

## Response `200`

- object
  - `data` object
    - `payoutAvailable` number
    - `payoutPending` number
    - `currency` string
    - `minPayoutSumm` integer
    - `maxPayoutSumm` number
    - `withdrawalPeriodOptions` object[]
      - `code` string
      - `name` string
    - `manualPayoutPendingDays` integer
    - `withdrawalPeriod` string
  - `_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)
