---
title: "Get Wallet Balance"
method: GET
path: "/v1/agents/{agent_id}/wallet/balance"
tags: ["v1", "protected", "wallet"]
---

# Get Wallet Balance

`GET /v1/agents/{agent_id}/wallet/balance`

Get current service budget status.

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- WalletBalanceResponse
  - `remaining` string, required
  - `service_budget_period` string, required
  - `service_budget_usd` string, required
  - `total_spent_current_period` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `86958030d9bc` — 3 breaking
  - the `remaining` response's property type changed from `number` to `string` for status `200`
  - the `service_budget_usd` response's property type changed from `number` to `string` for status `200`
  - the `total_spent_current_period` response's property type changed from `number` to `string` for status `200`

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/agents/:agent_id/wallet/balance/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/ebd031ab895b?raw)
