---
title: "Get account information"
method: GET
path: "/rest/api/v1/accounts/{accountId}/information"
tags: ["Trading API"]
---

# Get account information

`GET /rest/api/v1/accounts/{accountId}/information`

## Path parameters

- `accountId` string, uuid, required

## Response `200`

OK

- AccountInformationDTO — Is synced every minute
  - `accountDuplicationInProjectDetected` boolean — Indicates whether an account duplication has been detected in this project
  - `accountMode` 'NETTING' | 'HEDGING' | 'EXCHANGE' — Account margin mode: HEDGING, NETTING, or EXCHANGE
  - `avgDrawdown` number — Average drawdown percentage during trading period (%)
  - `balance` number
  - `brokeTimeOffsetToUtc` integer
  - `configuredProxy` ProxyDTO — Read-only. The system will reserve the proxy servers per region and list them in this field.
    - `id` integer
    - `ipAddress` string
    - `region` ProxyRegionDTO
      - `id` integer, required
      - `name` string
    - `usedByAccounts` string[]
  - `connected` boolean
  - `credit` number — Only for MT4/MT5
  - `currency` string
  - `drawdown` number — The drawdown percentage of the account
  - `environment` 'LIVE' | 'DEMO' — Indicates the account environment: LIVE or DEMO. Testnet/sim/paper environments are reported as DEMO. Null if detection is not supported for this broker type
  - `equity` number
  - `fallbackMode` boolean — The fallback mode is active (This means something is not working properly, and the system switches to the fallback mode)
  - `freeMargin` number
  - `historyDeactivated` boolean — Indicates if history fetching has been deactivated for this account
  - `isHyperactive` boolean — Indicates if the account is performing excessive trading activity. When true, history fetching may be disabled to reduce broker load
  - `isInvestorPassword` boolean
  - `isNative` boolean — Indicates if the account is using native mode
  - `latencyInMs` integer — Latency to the broker's access server
  - `leverage` integer
  - `maxDrawdown` number — Maximum drawdown percentage - worst peak-to-trough decline (%)
  - `missingSymbolMappings` MissingSymbolMappingDTO[] — List of missing symbol mappings for this account
    - `copierId` string, uuid
    - `fromAccount` string
    - `fromAccountId` string, uuid
    - `lastTimestampDetected` integer
    - `symbol` string
  - `openPositions` boolean — True if there is an open position (buy or sell)
  - `openPositionsCount` integer — Number of open positions (buy or sell)
  - `pendingApprovals` ApprovalDTO[]
    - `accountFromId` string, uuid, required — The account UUID
    - `ticket` integer, required — The ticket number of the position
    - `volume` number — You can override the volume (lots). If not specified, it will use the lot size specified by the copier
  - `pendingOrders` boolean — True if there is a pending order (buy limit, sell limit, etc
  - `pendingOrdersCount` integer — Number of pending orders (buy limit, sell limit, etc)
  - `positionMismatch` boolean — Indicates that the open positions between the master and slave accounts are not synchronized due to failed open or close operations
  - `profitTargetsStatus` ProfitTargetStatusDTO[]
    - `balanceLastUpdate` string, date-time
    - `profitTargetFeatureId` string, uuid
    - `profitTargetIsHit` boolean
    - `referenceBalance` number
  - `profitThisMonth` number
  - `profitThisWeek` number
  - `profitToday` number
  - `proxy` ProxyDTO — Read-only. The system will reserve the proxy servers per region and list them in this field.
    - `id` integer
    - `ipAddress` string
    - `region` ProxyRegionDTO
      - `id` integer, required
      - `name` string
    - `usedByAccounts` string[]
  - `riskLimitsStatus` RiskLimitStatusDTO[]
    - `balanceLastUpdate` string, date-time
    - `limitIsHit` boolean
    - `referenceBalance` number
    - `riskLimitId` string, uuid
  - `status` string
  - `unrealizedProfit` number
  - `usedMargin` number
  - `walletBalances` WalletDTO[]
    - `asset` string
    - `balance` number
  - `wrongCredentials` boolean

---

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