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

# Get Wallet Balances

`GET /wallet/balances`

## Response `200`

List of wallets attached to the user account

- Wallet[]
  - `balance` string — Total wallet balance
  - `order_margin` string — Margin blocked in open orders
  - `position_margin` string — Margin blocked in open positions
  - `commission` string — Commissions blocked in open orders and open positions
  - `available_balance` string — Amount available for withdrawals
  - `asset` Asset
    - `id` integer
    - `symbol` string
    - `precision` integer

---

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