---
title: "Get the balance of a Liquidation Address (deprecated)"
method: GET
path: "/customers/{customerID}/liquidation_addresses/{liquidationAddressID}/balances"
tags: ["Liquidation Addresses"]
deprecated: true
---

# Get the balance of a Liquidation Address (deprecated)

`GET /customers/{customerID}/liquidation_addresses/{liquidationAddressID}/balances`

> **Deprecated.**

Get the balance of a Liquidation Address. Note that most Liquidation Addresses no longer hold a balance. To check recent activity on a Liquidation Address, use the `/customers/{customerID}/liquidation_addresses/{liquidationAddressID}/drains` endpoint.

## Path parameters

- `customerID` string, required — A UUID that uniquely identifies a resource
- `liquidationAddressID` string, required — A UUID that uniquely identifies a resource

## Response `200`

Get the current balance of a Liquidation Address

- object
  - `data` Balance
    - `active_balance` string — Active Balance (Money currently not being processed) of a Liquidation Address
    - `pending_balance` string — Pending Balance (Money being processed) of a Liquidation Address

## Other responses

- `400` — Request containing missing or invalid parameters.
- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

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