---
title: "GET /balances"
method: GET
path: "/balances"
tags: ["api-gateway"]
---

# GET /balances

`GET /balances`

## Query parameters

- `account_id` string, nullable

## Response `200`

List of balances

- GetBalancesResponse
  - `balances` Balance[], required
    - `account_id` string, required
    - `amount` string, required
    - `symbol` string, required
  - `usd_borrow` string, nullable

---

[API](https://skmtc.net/architect/apis/ax-api-gateway.md) · [All operations](https://skmtc.net/architect/apis/ax-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/architect/ax-api-gateway/versions/2955c31c524d/schema)
