---
title: "Obter saldo"
method: GET
path: "/recipients/{recipient_Id}/balance"
---

# Obter saldo

`GET /recipients/{recipient_Id}/balance`

## Path parameters

- `recipient_id` string, required

## Response `200`

200

- object
  - `currency` string
  - `available_amount` integer
  - `waiting_funds_amount` integer
  - `transferred_amount` integer
  - `recipient` object
    - `id` string
    - `name` string
    - `email` string
    - `document` string
    - `description` string
    - `type` string
    - `status` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `400` — 400

---

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