I am having issues processing Solana. My data fetching programs often have errors. When I look on Alpaca’s website, the chart is empty:
The API also has issues. For example, in the playground, if I use url = “https://data.alpaca.markets/v1beta3/crypto/us/bars?symbols=SOL%2FUSD&timeframe=1Min&limit=1000&sort=asc”
I get price data but the Bar volume, Trade count in the bar, and Volume weighted average price all come back as 0:
{
“bars”: {
“SOL/USD”: [
{
“c”: 158.6505,
“h”: 158.6505,
“l”: 158.6505,
“n”: 0,
“o”: 158.6505,
“t”: “2024-08-27T05:06:00Z”,
“v”: 0,
“vw”: 0
},
Its the same with different time periods. Is SOL still a viable trading option on Alpaca?