---
title: "Returns all balances for a given wallet"
method: GET
path: "/api/v1/wallet/balances"
tags: ["wallet"]
---

# Returns all balances for a given wallet

`GET /api/v1/wallet/balances`

## Query parameters

- `eoaAddress` string, required
- `useEoa` boolean, required
- `chainId` union, required
  - integer
  - 'all'

## Response `200`

- WalletBalance[]
  - `token` string, required — The address of the token
  - `amount` string, required — The unformatted balance of the token
  - `chainId` integer, required — Chain ID of the network
  - `decimals` number, required — The unformatted balance of the token
  - `price` string, nullable, required — Price of the token in usd
  - `name` string, nullable, required — Name of the token
  - `symbol` string, nullable, required — Symbol of the token
  - `logoUri` string, nullable, required — Logo of the token

---

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