Available Symbols
An overview of supported symbol formats
Stocks
Stock symbols are represented without any suffix or prefix, using the company's ticker symbol (e.g., META, MSFT).
{
"action": "subscribe",
"params": "AAPL,GOOG"
}
Forex
Forex symbols use a forward slash (/
) between currency pairs (e.g., AUD/CAD, EUR/JPY).
{
"action": "subscribe",
"params": "GBP/JPY,EUR/USD"
}
Crypto
Cryptocurrency symbols use a hyphen (-
) between the asset and base currency (e.g., BTC-USD, ETH-USD).
{
"action": "subscribe",
"params": "XRP-USD,SOL-USD"
}