I have tried the following lines of code where symbol has been the following: BTCUSD, DOGEUSD, NEARUSD, LTCUSD, SOLUSD, SUSHIUSD, and BATUSD.
The only ones it worked for were BTCUSD and LTCUSD. For the rest of them, I get the following error or something extremely similar.
alpaca_trade_api.rest.APIError: no trade found for UNIUSD
symbolsLastTrade = api.get_latest_crypto_trade(symbol, "CBSE")
symbolsLastTrade = api.get_latest_crypto_quote(symbol, "CBSE")
Why do these calls only work for BTCUSD and LTCUSD when alpaca supports all of them?