We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59d94aa + 2ee0538 commit f329e4eCopy full SHA for f329e4e
README.md
@@ -48,9 +48,8 @@ follows.
48
## Base URL
49
50
The base URL for API calls defaults to `https://api.alpaca.markets/`. This endpoint
51
-is for live trading, and for paper trading and other purposes, you can to change
52
-the base URL. You can pass `base_url` kwarg to `REST()`, or using the environment
53
-variable, `APCA_API_BASE_URL`.
+is for live trading. You can change the base URL to `https://paper-api.alpaca.markets`
+for paper trading. You can specify the API URL with the environment variable `APCA_API_BASE_URL`.
54
55
The environment variable `APCA_API_DATA_URL` can also be changed to configure the
56
endpoint for returning data from the `/bars` endpoint. By default, it will use
0 commit comments