---
title: "GET /balances/wallet"
method: GET
path: "/balances/wallet"
tags: ["Balances"]
---

# GET /balances/wallet

`GET /balances/wallet`

## Query parameters

- `address` string, required

## Response `200`

Success

- WalletBalance[]
  - `balance` string, required
  - `decimals` number, double, required
  - `address` string, required
  - `symbol` string, required

## Other responses

- `400` — Bad Request - Invalid address
- `500` — Internal Server Error

---

[API](https://skmtc.net/gmx/apis/gmx-io-gmx-public-api.md) · [All operations](https://skmtc.net/gmx/apis/gmx-io-gmx-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmx/gmx-io-gmx-public-api/revisions/b3be06047493/schema)
