Skip to content

Commit

Permalink
Change API Key JSON Filename in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
urischwartz-cb authored Jun 26, 2024
1 parent c935664 commit 5d61ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ client = RESTClient(api_key=api_key, api_secret=api_secret)
```
After creating your API key, a json file will be downloaded to your computer. It's possible to pass in the path to this file as an argument:
```python
client = RESTClient(key_file="path/to/coinbase_cloud_api_key.json")
client = RESTClient(key_file="path/to/cdp_api_key.json")
```
We also support passing a file-like object as the `key_file` argument:
```python
Expand Down

0 comments on commit 5d61ea9

Please sign in to comment.