Skip to main content
GET
/
account
Error
A valid request URL is required to generate request examples
{
  "balance": 500000,
  "currency": "USC",
  "equity": 499850,
  "leverage": 500,
  "login": 123456789,
  "margin": 150,
  "margin_free": 499700,
  "margin_level": 333200,
  "name": "NOVOSKY Bot",
  "profit": -150,
  "server": "RoboForex-Pro",
  "trade_allowed": true,
  "trade_expert": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.novosky.app/llms.txt

Use this file to discover all available pages before exploring further.

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