You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The Alpaca SDK will check the environment for a number of variables which can be
64
64
| APCA_RETRY_MAX=3 | 3 | The number of subsequent API calls to retry on timeouts |
65
65
| APCA_RETRY_WAIT=3 | 3 | seconds to wait between each retry attempt |
66
66
| APCA_RETRY_CODES=429,504 | 429,504 | comma-separated HTTP status code for which retry is attempted |
67
-
| POLYGON_WS_URL | wss://alpaca.socket.polygon.io/stocks | Endpoint for streaming polygon data. You likely don't need to change this unless you want to proxy it for example |
67
+
| POLYGON_WS_URL | wss://socket.polygon.io/stocks | Endpoint for streaming polygon data. You likely don't need to change this unless you want to proxy it for example |
68
68
| POLYGON_KEY_ID || Your Polygon key, if it's not the same as your Alpaca API key. Most users will not need to set this to access Polygon. |
69
69
| ALPHAVANTAGE_API_KEY=<key_id> || Your Alpha Vantage API key. You can get [one for free here](https://www.alphavantage.co/support/#api-key). |
0 commit comments