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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ To install the latest stable version of the package from PyPI:
45
45
## Usage
46
46
The library needs to be configured with an API key from your account.
47
47
[Sign up](https://databento.com/signup) for free and you will automatically
48
-
receive a set of API keys to start with. Each API key is a 28-character
49
-
string that can be found on the API Keys page of your [Databento user portal](https://databento.com/platform/keys).
48
+
receive a set of API keys to start with. Each API key is a 32-character
49
+
string starting with `db-`, that can be found on the API Keys page of your [Databento user portal](https://databento.com/platform/keys).
50
50
51
51
A simple Databento application looks like this:
52
52
@@ -75,7 +75,7 @@ array = data.to_ndarray() # to ndarray
75
75
```
76
76
77
77
Note that the API key was also passed as a parameter, which is
78
-
[not recommended for production applications](https://docs0.databento.com/knowledge-base/new-users/securing-your-api-keys?historical=python&live=python).
78
+
[not recommended for production applications](https://docs.databento.com/knowledge-base/kb-new-users/kb-new-security-managing-api-keys?historical=python&live=python).
79
79
Instead, you can leave out this parameter to pass your API key via the `DATABENTO_API_KEY` environment variable:
0 commit comments