---
title: "Get wallet balances"
method: GET
path: "/api/v1/balance"
tags: ["Balance"]
---

# Get wallet balances

`GET /api/v1/balance`

Get OMNI, NEAR, EVM and Swipelux wallet balances for authenticated user.

## Query parameters

- `wallet_type` 'omni' | 'base-main' | 'swipelux' | 'mcp' | 'base-aa-wallet' | 'wirex' | 'conduit-fiat'

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- BalancesResponse — Response with wallet balances.
  - `accounts` AccountBalancesResponse[], required
    - `accountId` string, required
    - `chainId` string, required
    - `walletType` 'omni' | 'base-main' | 'swipelux' | 'mcp' | 'base-aa-wallet' | 'wirex' | 'conduit-fiat', required
    - `balanceUsd` number, required
    - `rawBalance` string, required
    - `balanceByToken` object, required
    - `custodial` boolean
  - `evmAddress` string, nullable
  - `privyAddress` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `7ed1b58c5607` — 1 warning, 1 info
  - added the new `conduit-fiat` enum value to the `accounts/items/walletType` response property for the response status `200`
  - added the enum value `conduit-fiat` to the property `anyOf[subschema #1: WalletType]/` of the `query` request parameter `wallet_type`

[Change history](https://skmtc.dev/hevn-inc/apis/hevn-api/changes/api/v1/balance/get.md)

---

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