Any updates on that ?
I'm trying to get real-time crypto feed but... invalid syntax
I successfully stream stock prices (websocket),
but when I try to do that with crypto ( https://docs.alpaca.markets/docs/real-time-crypto-pricing-data )
I'm connected, then authenticated, but when I try to subscribe: 400 invalid syntax
also the same happens with example python code using alpaca_trade_api - error: invalid syntax (400)
I'm sending
{"action":"subscribe","quotes":["BTC/USD"], "feed":"crypto"}
and also "bars":["BTC/USD"]
and symbol BTCUSD
what's the proper format? and why even official python lib doesn't work ?