---
title: "Wallet balances"
method: GET
path: "/api/v1/wallet/balances"
tags: ["DeFi"]
---

# Wallet balances

`GET /api/v1/wallet/balances`

Returns tokens balances for Enso Wallet associated with the given address across all supported chains. <br/>With `useEoa` set to true, it returns balances for the given EOA address instead.

## Query parameters

- `chainId` number
- `eoaAddress` string, required
- `useEoa` boolean, required

## Response `200`

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

---

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