Skip to main content
GET
Lấy danh sách tài khoản của người dùng hiện tại

Ủy quyền

Authorization
string
header
bắt buộc

Bearer token used for protected REST API requests.

Phản hồi

Accounts returned by the account service.

id
string
bắt buộc

Internal account document identifier.

accountId
string
bắt buộc

Trading account identifier used by order and portfolio APIs.

totalEquity
number
bắt buộc

Total account equity.

credit
number
bắt buộc

Available credit or cash balance maintained by the account service.

maintenanceMargin
number
bắt buộc

Current maintenance margin requirement.

tempMaintenanceMargin
number
bắt buộc

Temporary maintenance margin for pending orders/positions.

totalRealizedPnl
number
bắt buộc

Total realized profit and loss.

totalUnrealizedPnl
number
bắt buộc

Total unrealized profit and loss.

tradingPower
number
bắt buộc

Available trading power after margin and holds.

crossMargin
boolean
bắt buộc

Whether cross-margin mode is enabled for this account.

positions
object
bắt buộc

Open positions keyed by symbol.

tempPositions
object
bắt buộc

Temporary or pending positions keyed by symbol.

userId
string

Owner user identity id or email propagated by the gateway.

connectionType
string

Account connection type such as DEMO or REAL.

refCode
string

Referral code linked to the account, if any.

identityId
string

Hệ thống xác thực identity id when present.