Paid plan and no real volume

hi trying to request bars with paid plan from API
for instance this call returns all volumes between 100 and 1500 just like IEX endpoint
noway to contact support paid for nothing
https://data.alpaca.markets/v2/stocks/ZNGA/bars?timeframe=1Min&limit=200&feed=sip&end=2022-01-11T16:01:00Z&start=2022-01-11T09:31:00Z
this is at 14:24 “v”: 300, where it hould be +140,000 shares in volum
{
“t”: “2022-01-11T14:24:00Z”,
“o”: 8.47,
“h”: 8.47,
“l”: 8.47,
“c”: 8.47,
“v”: 300,
“n”: 2,
“vw”: 8.47
},

Hi @Ovresko - we have seen issues on the historical endpoints for 2022-01-11 listed here: Alpaca Status - Data historical endpoints give 50x error status. We have now fixed this and this is the result I’m getting:

    {
        "t": "2022-01-11T14:24:00Z",
        "o": 8.48,
        "h": 8.48,
        "l": 8.46,
        "c": 8.47,
        "v": 31721,
        "n": 74,
        "vw": 8.470118
    },