SymbolsGET
Returns a list of trading symbols for a specific account group, enriched with template data. Optionally filterable by a list of symbol IDs.
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Path Parameters
account_idRequiredstringAccount ID to fetch symbols for
Query Parameters
idsstringComma-separated list of symbol IDs (max 100) to filter the response. When omitted, all permitted symbols for the account's group are returned. Unknown or non-permitted IDs are silently ignored. Requests exceeding 100 IDs return 400.
Successfully retrieved symbols
Symbols (Compact)
Returns a compact projection of trading symbols for an account group, intended for list views and search. Excludes template-derived and real-time pricing fields.
Get Economic Calendar
Returns economic calendar events, optionally scoped to a symbol. When a symbol_id is supplied, relevance is determined by the symbol's base and quote assets (currency filter) and its asset class (category filter); when omitted, all events in the window are returned. An explicit currencies or categories param overrides the symbol-derived defaults. Results can be bounded by a from/to date range. No authentication required.