The /real-time/{ticker} endpoint returns a single object when called with one ticker and an array when called with the s query parameter for multiple tickers. The schema defines volume as integer (non-nullable) in the single object response but as integer or null in the array element response.
The volume field should have the same type in both variants.
The
/real-time/{ticker}endpoint returns a single object when called with one ticker and an array when called with thesquery parameter for multiple tickers. The schema definesvolumeasinteger(non-nullable) in the single object response but asintegerornullin the array element response.The
volumefield should have the same type in both variants.