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

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