---
title: "Get the billing info for a user"
method: GET
path: "/billing/billing-info-for-users"
tags: ["General APIs with JWT"]
---

# Get the billing info for a user

`GET /billing/billing-info-for-users`

## Response `200`

Get the billing info for a user

- BillingInfoForUserResponse
  - `total_price_per_hour` number, required
  - `total_price_per_hour_for_volume` number, required
  - `total_price_per_hour_for_pod` number, required
  - `amounts_for_today` object[], required
  - `average_amount_per_day` number, required

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
