---
title: "Get your wallet balance"
method: GET
path: "/v1/balance"
---

# Get your wallet balance

`GET /v1/balance`

Remaining USD in the wallet behind your API key. Reading the balance is free. The amount is what is left to spend across all APIs, not a per-request price: compare it against an operation's own USD cost before you run one.

## Response `200`

Current wallet balance.

- object
  - `usd` number, required — Remaining wallet balance in USD.

## Other responses

- `401` — Missing or invalid API key.

## Changes

- **2026-08-30** `8d2c1dcc354b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanyapi-com/apis/anyapi/changes/v1/balance/get.md)

---

[API](https://skmtc.dev/getanyapi-com/apis/anyapi.md) · [All operations](https://skmtc.dev/getanyapi-com/apis/anyapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanyapi-com/anyapi/revisions/f3c680bdb098/schema)
