Theme switcher

Get User's Trading Accounts

Header Parameters

Authorizationstring

Bearer token used to authenticate the request and authorize access to the resource.

Query Parameters

accessRightsFilterstring
Enum values:
FULL
Account is fully active - login and trading features are available
CLOSE_ONLY
Opening new positions is blocked; the client can only close existing positions
TRADING_DISABLED
Trading is blocked, but a trader can log in to the platform.
TRADING_AND_LOGIN_DISABLED
Logging in is blocked.
LOCKED_CLOSE_ONLY
Combination of Trading disabled + Close only; described as a “transitional” state (mainly for prop-trading flows)

Path Parameters

userAccountUuidstring Required

UUID of the user account

Response

200
Object

OK

Response Attributes

uuidstring
createdstring
brokerIdnumber
loginstring
groupstring
leverageRatioPercentinteger
accessRightstring
Enum values:
FULLCLOSE_ONLYTRADING_DISABLEDTRADING_AND_LOGIN_DISABLEDLOCKED_CLOSE_ONLY
isProViewboolean
accountTypestring
Enum values:
DEMOREAL
accountDetailsobject

Show child attributes

remarksstring
financeInfoobject

Show child attributes

missingInTradingSystemboolean Required
versionnumber
400
Object

Bad Request

Response Attributes

statusstring

HTTP status code

titlestring

Error title

detailstring

Error detail

pathstring

Request path

timestampstring

Error timestamp

401
Object

Unauthorized

Response Attributes

statusstring

HTTP status code

titlestring

Error title

detailstring

Error detail

pathstring

Request path

timestampstring

Error timestamp

403
Object

Forbidden

Response Attributes

statusstring

HTTP status code

titlestring

Error title

detailstring

Error detail

pathstring

Request path

timestampstring

Error timestamp

500
Object

Internal Server Error

Response Attributes

statusstring

HTTP status code

titlestring

Error title

detailstring

Error detail

pathstring

Request path

timestampstring

Error timestamp

GET

/

Select
1

Response

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot