---
title: "Get Account Balance"
method: GET
path: "/v1/account/balance"
tags: ["Account & Keys"]
---

# Get Account Balance

`GET /v1/account/balance`

Check account balance. Requires scope: account:balance

## Response `200`

Successful Response

- AccountBalanceResponse
  - `balance` number, required — The current credit balance of the account in USD.

## Other responses

- `400` — Bad Request - Invalid request.
- `401` — Unauthorized - Missing or invalid API key.
- `404` — Not Found - Could not retrieve balance.
- `422` — Validation Error
- `429` — Too Many Requests - Rate limit exceeded.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/routeway/apis/routeway-api.md) · [All operations](https://skmtc.dev/routeway/apis/routeway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/routeway/routeway-api/revisions/b6f03282a96b/schema)
