Skip to content

Commit 8ba3e83

Browse files
More updates
1 parent 34a0552 commit 8ba3e83

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,24 @@ To trade and execute your advanced trading strategies, Bitvavo API for Python is
2525
To start programming with Bitvavo API for Python you need:
2626

2727
- [Python3](https://www.python.org/downloads/) installed on your development environment
28+
29+
If you are working on MacOS, ensure that that you have installed SSH certificates:
30+
```terminal
31+
open /Applications/Python\ 3.12/Install\ Certificates.command
32+
open /Applications/Python\ 3.12/Update\ Shell\ Profile.command
33+
```
2834
- An [API key and secret](https://support.bitvavo.com/hc/en-us/articles/4405059841809) associated with your Bitvavo account
2935
30-
You control the actions your app has rights to do using the rights you assign to the API key. Possible rights are:
36+
You control the actions your app can do using the rights you assign to the API key. Possible rights are:
3137
- **View**: retrieve information about your balance, account, deposit and withdrawals.
3238
- **Trade**: place, update, view and cancel orders.
33-
- **Withdraw**: withdraw funds. Best practice is to not grant his privilage, withdrawals using the API do not require 2FA and e-mail confirmation.
39+
- **Withdraw**: withdraw funds.
3440
35-
## Get started
41+
Best practice is to not grant his privilage, withdrawals using the API do not require 2FA and e-mail confirmation.
3642
43+
## Get started
3744
45+
1. Download this python repository
3846
3947
1. In your development environment, install the Bitvavo API for Python package from pip:
4048
```terminal

0 commit comments

Comments
 (0)