Skip to main content
GET
/
terminal
Error
A valid request URL is required to generate request examples
{
  "build": 123,
  "community_account": true,
  "community_connection": true,
  "connected": true,
  "dlls_allowed": true,
  "name": "MetaTrader 5",
  "path": "<string>",
  "ping_last": 123,
  "retransmission": 123,
  "trade_allowed": 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

Terminal info

MT5 terminal_info() fields.

build
integer
community_account
boolean
community_connection
boolean
connected
boolean
dlls_allowed
boolean
name
string
Example:

"MetaTrader 5"

path
string
ping_last
integer
retransmission
number
trade_allowed
boolean