File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,24 @@ To trade and execute your advanced trading strategies, Bitvavo API for Python is
2525To 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
39471. In your development environment, install the Bitvavo API for Python package from pip:
4048 ```terminal
You can’t perform that action at this time.
0 commit comments