Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Set API_TOKEN in .env to match the token configured on the server.

Response

Account info

MT5 account_info() fields.

balance
number

Raw balance in account currency units.

Example:

500000

currency
string

Account currency. USC indicates a cent account.

Example:

"USC"

equity
number
Example:

499850

leverage
integer
Example:

500

login
integer
Example:

123456789

margin
number
Example:

150

margin_free
number
Example:

499700

margin_level
number

Margin level as a percentage.

Example:

333200

name
string
Example:

"NOVOSKY Bot"

profit
number
Example:

-150

server
string
Example:

"RoboForex-Pro"

trade_allowed
boolean
Example:

true

trade_expert
boolean
Example:

true