0

I'm new to alpaca trading. Ran wscat -c wss://data.alpaca.markets/stream to connect and got error 403. Looks like an authorization thing.

I tried using wscat --auth <user: pass> but got the error The '<' operator is reserved for future use. Please lmk what I'm doing wrong.

  • `--auth ` in the [docs](https://www.npmjs.com/package/wscat) symbolizes that `` is a _placeholder_ for an actual username-password pair, such as `jdoe:somepass` (if this pairs contains special characters, enclose it in `'...'`) – mklement0 May 26 '23 at 21:52
  • Please [format your post properly](https://stackoverflow.com/help/formatting). – mklement0 May 26 '23 at 21:53

0 Answers0