---
title: "Get an account's balance"
method: GET
path: "/accounts/{username}/balance"
tags: ["admins", "users"]
---

# Get an account's balance

`GET /accounts/{username}/balance`

## Headers

- `authorization` string, required

## Response `200`

The account's balance

- Balance
  - `balance` number, required
  - `asset_code` string, required

---

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