---
title: "POST /v2/info/balances"
method: POST
path: "/v2/info/balances"
tags: ["Info"]
---

# POST /v2/info/balances

`POST /v2/info/balances`

Get the balances of a given set of assets on a given chain and wallet address. Compatible with all Skip Go-supported assets, excluding CW20 assets, across SVM, EVM, and Cosmos chains.

## Request body

- BalancesRequest
  - `chains` object

## Response `200`

The balances of the assets

- object
  - `chains` object

## Changes

- **2025-08-06** `4d963b2be174` — 2 info
  - the response property `chains/additionalProperties/denoms/additionalProperties/amount` became required for the status `200`
  - the response property `chains/additionalProperties/denoms/additionalProperties/formatted_amount` became required for the status `200`
- **2025-05-20** `6ba512ad5ec2` — 1 info
  - api operation id `getBalances` removed and replaced with `balances`
- **2025-04-29** `41d672a22597` — 2 breaking, 1 info
  - the response property `chains/additionalProperties/denoms/additionalProperties/amount` became optional for the status `200`
  - the response property `chains/additionalProperties/denoms/additionalProperties/formatted_amount` became optional for the status `200`
  - api operation id `balances` removed and replaced with `getBalances`

[Change history](https://skmtc.dev/skip-mev/apis/skip-go-api/changes/v2/info/balances/post.md)

---

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