Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/v1/accounts/{accountId}/execution/symbolsGET
Authorization
bearerAuth *Bearer <token>
Token in: header
Path Parameters
accountId *string
Min length: 1
Query Parameters
symbols?string
Optional comma-separated list of exact MT5 symbols to inspect.
Min length: 1
Response
200 · Live prices and executable constraints for policy-allowed symbols
accountId *string
login *string
server *string
observedAt *string
latencyMs *number
data *object[]
Show item properties
symbol *string
description?string
digits *integer
point *string
contractSize *string
tickSize *string
tickValue *string
currencyBase *string
currencyProfit *string
currencyMargin *string
volumeMin *string
Pattern: ^-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?$
volumeMax *string
Pattern: ^-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?$
volumeStep *string
Pattern: ^-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?$
bid *string
Pattern: ^-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?$
ask *string
Pattern: ^-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?$
spreadPoints *integer
Min: 0
fillingMode *integer
orderMode *integer
tradeMode *integer
tickObservedAt *string (date-time)
missing *string[]
serverClockOffsetSeconds *integernull
serverClockOffsetSource?"derived"
202 · The account session is warming; retry the same request
error *object | object
400 · Invalid request
error *object | object
401 · Invalid API key
error *object | object
403 · Insufficient API key scope or connected account slot limit
error *object | object
404 · Resource not found
error *object | object
409 · Account is not active
error *object | object
429 · Rate limit exceeded
error *object | object
500 · Unexpected failure
error *object | object
503 · Capacity exhausted, upstream unavailable, or history coverage unsettled
error *object | object
504 · Upstream request timed out
error *object | object
Request example
curl -X GET "https://api.fivesocket.com/v1/accounts/<accountId>/execution/symbols" \ -H "Authorization: Bearer <token>"