Skip to content

Get Symbols Tickers

GetSymbolsTickers

GetSymbolsTickers

Description: Returns the list of all symbol names available on the server.

Available for:

  • SESSION_USER
  • SESSION_MANAGER
  • SESSION_ADMIN
  • SESSION_DEALER

Note

Request should include Authorization token.

Request Parameters

No parameters.

Response Parameters

Name Type Description
tickers array Array of symbol names
count int Total number of symbols returned

Response Example

{
  "tickers": [
    "EURUSD",
    "GBPUSD",
    "XAUUSD",
    "BTCUSD"
  ],
  "count": 4
}