Get Symbols Tickers
GetSymbolsTickers¶
GetSymbolsTickers
Description: Returns the list of all symbol names available on the server.
Available for:
SESSION_USERSESSION_MANAGERSESSION_ADMINSESSION_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
}