---
title: "List asset balances"
method: GET
path: "/api/org/enterprise/{enterpriseId}/asset-balances"
tags: ["Organization Management"]
---

# List asset balances

`GET /api/org/enterprise/{enterpriseId}/asset-balances`

List asset balances by coin for a given enterprise

## Path parameters

- `enterpriseId` string, required — The ID of the child enterprise within the organization

## Query parameters

- `organizationId` string, required — The ID of the organization that owns the enterprise
- `currency` 'ARS' | 'AUD' | 'CAD' | 'CLP' | 'CNY' | 'COP' | 'DKK' | 'EUR' | 'GBP' | 'KRW' | 'INR' | 'JPY' | 'NOK' | 'SEK' | 'TRY' | 'USD' | 'UYU' | 'ZAR' — Fiat currency to use for computed fiat values on each balance
- `enterprise` string, required — The ID of the enterprise to list asset balances for
- `coin` string — Filter to a single coin type
- `showEmptyBalances` union — Include coins with a zero balance in the response
  - boolean
  - 'true'
  - 'false'
- `expandTradingBalance` union — Include trading account balances in the response
  - boolean
  - 'true'
  - 'false'

## Response `200`

- object
  - `balances` object[], required
    - `balanceString` string, required
    - `spendableBalanceString` string
    - `coin` string, required
    - `lockedBalanceString` string
    - `stakedBalanceString` string
    - `confirmedBalanceString` string
    - `reservedBalanceString` string
    - `undeclaredBalanceString` string
    - `pendingApprovalUnspendableBalance` string
    - `sendQueueUnspendableBalance` string
    - `pendingTxRequestUnspendableBalance` string
    - `tokenPlatformLock` string
    - `pendingWithdrawalBalanceString` string
    - `stakingBalanceString` string
    - `rewardBalanceString` string
    - `delegatedBalanceString` string
    - `token` string
    - `offchain` object
      - `outboundBalance` string
      - `outboundPendingBalance` string
      - `outboundUnsettledBalance` string
      - `outboundLockedBalance` string
      - `outboundReservedBalance` string
      - `outboundSpendableBalance` string
      - `inboundBalance` string
      - `inboundPendingBalance` string
      - `inboundUnsettledBalance` string
    - `fiatValue` number
    - `displayValue` string
    - `humanReadableValue` string
    - `spendableFiatValue` number
    - `spendableDisplayValue` string
    - `lockedFiatValue` number
    - `lockedDisplayValue` string
    - `stakedFiatValue` number
    - `stakedDisplayValue` string
    - `confirmedFiatValue` number
    - `confirmedDisplayValue` string
    - `pendingWithdrawalFiatValue` number
    - `pendingWithdrawalDisplayValue` string
    - `marketPrice` number
    - `portfolioPercent` number
    - `undeclaredBalance` string
    - `undeclaredFiatValue` number
    - `undeclaredDisplayValue` string
    - `reservedBalance` string
    - `reservedFiatValue` number
    - `reservedDisplayValue` string
    - `stakingFiatValue` number
    - `stakingDisplayValue` string
    - `rewardFiatValue` number
    - `rewardDisplayValue` string
    - `hasWallet` boolean
    - `delegatedFiatValue` number
    - `delegatedDisplayValue` string
    - `wdSupported` boolean
  - `total` number, required

---

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