---
title: "Get a Project Balance"
method: GET
path: "/v1/projects/{project_id}/balances/{balance_id}"
tags: ["balances"]
---

# Get a Project Balance

`GET /v1/projects/{project_id}/balances/{balance_id}`

Retrieves details about the specified balance

## Path parameters

- `project_id` string, required
- `balance_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

A specific balance

- GetProjectBalanceV1Response
  - `balance_id` string — The unique identifier of the balance
  - `amount` number, double — The amount of the balance
  - `units` string — The units of the balance, such as "USD"
  - `purchase_order_id` string — Description or reference of the purchase

## Other responses

- `400` — Invalid Request

---

[API](https://skmtc.net/deepgram/apis/rest-api.md) · [All operations](https://skmtc.net/deepgram/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepgram/rest-api/revisions/bd7ba5c18a6b/schema)
