Hi
I am a new subscriber to alpaca, started exploring the Alpaca API. I have started with Paper endpoint. could get the basic account details. but i am unsuccessful with fetching the market data. the documentation around obtaining market data is very confusing
in the API documentation it is mentioned as
To access real-time data use the URL below, substituting
iex
orsip
to{source}
depending on your subscription.wss://stream.data.alpaca.markets/v2/{source}
However in the Postman workspace its mentioned as
https://{{HOST}}/v2/stocks/:symbol/trades
I have tried replacing Host with paper endpoint and symbol with “APPL” I have setup the keys but I keep getting the 404 Not found error
Any help is much appriciated
thanks
cva