---
title: "GET /api/v1/client/balance"
method: GET
path: "/api/v1/client/balance"
tags: ["Client API"]
---

# GET /api/v1/client/balance

`GET /api/v1/client/balance`

Endpoint for requesting client current balance.

## Headers

- `Accept` 'application/json', required

## Response `200`

Current client balance.

- ClientInfoResource
  - `balance` number, double — Current client balance

## Other responses

- `401` — Unauthorized user.
- `404` — Request not found.
- `429` — Rate limit exceeded. Check X-RateLimit-Type header to determine if minute (RPM) or daily (RPD) limit was hit.

---

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