---
title: "Account Billing"
method: GET
path: "/account/billing"
tags: ["Account"]
---

# Account Billing

`GET /account/billing`

Returns billing information for the authenticated account. Use the `expand`
parameter to include additional details.

**Expandable Fields:**
- `credits` — Current credit balance and currency

**Common Use Cases:**
- Monitor available credit balance programmatically
- Display balance in custom dashboards

## Query parameters

- `expand` union — Data to include in the response. Use 'credits' to include current credit balance.
  - string
  - string[]

## Response `200`

Account billing information retrieved successfully

- object — Account billing information with optional expanded details
  - `username` string, required — Account username
  - `credits` object — Credit balance details. Only present when 'credits' is included in expand parameter.
    - `current_balance` number, required — Current credit balance available on the account
    - `currency` string, required — Currency code for the balance

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `403` — Access denied
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/fal/apis/platform-apis.md) · [All operations](https://skmtc.dev/fal/apis/platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fal/platform-apis/revisions/0c7dabf80b00/schema)
