Skip to content

Commit d9d839c

Browse files
authored
Update README.md
1 parent 7f95450 commit d9d839c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ follows.
4848
## Base URL
4949

5050
The base URL for API calls defaults to `https://api.alpaca.markets/`. This endpoint
51-
is for live trading. You can to change the base URL to 'https://paper-api.alpaca.markets' for paper trading. You can change by passing a url as `base_url` input to `REST()`, or using the environment variable, `APCA_API_BASE_URL` in you env file.
51+
is for live trading. You can change the base URL to `https://paper-api.alpaca.markets`
52+
for paper trading. You can specify the API URL with the environment variable, `APCA_API_BASE_URL`.
5253

5354
The environment variable `APCA_API_DATA_URL` can also be changed to configure the
5455
endpoint for returning data from the `/bars` endpoint. By default, it will use

0 commit comments

Comments
 (0)