---
title: "Saldo da wallet por modo"
method: GET
path: "/dashboard/wallet/balance"
tags: ["dashboard"]
---

# Saldo da wallet por modo

`GET /dashboard/wallet/balance`

## Query parameters

- `mode` 'LIVE'

## Response `200`

Saldo

- WalletBalanceResponse
  - `balance` number, double, required
  - `currency` string, required
  - `mode` 'LIVE', required

## Other responses

- `400` — Payload inválido
- `401` — Token ausente ou inválido

---

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