Skip to main content
GET
/
ping
/
broker
Error
A valid request URL is required to generate request examples
{
  "connected": true,
  "ping_ms": 12.4,
  "ping_us": 12400,
  "quality": "excellent",
  "retransmission": 0
}

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

Connection quality metrics

Live broker connection quality metrics.

connected
boolean
Example:

true

ping_ms
number

Round-trip latency in milliseconds.

Example:

12.4

ping_us
integer

Round-trip latency in microseconds.

Example:

12400

quality
enum<string>

Human-readable quality label: excellent (<80 ms) / good (<200 ms) / fair (<500 ms) / poor (>=500 ms).

Available options:
excellent,
good,
fair,
poor
Example:

"excellent"

retransmission
number

TCP packet retransmission rate (0.0 = perfect). Source: mt5.terminal_info().retransmission.

Example:

0