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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@
16
16
</tr>
17
17
</table>
18
18
19
-
Crypto starts with Bitvavo. You use Bitvavo API for Node.js to buy, sell and store over 200 digital assets on Bitvavo from inside your own app.
19
+
Crypto starts with Bitvavo. You use Bitvavo API for Python to buy, sell and store over 200 digital assets on Bitvavo from inside your own app.
20
20
21
-
To trade and execute your advanced trading strategies, Bitvavo API for Node.js is a wrapper that enables you to easily call every endpoint in [Bitvavo API](https://docs.bitvavo.com/)
21
+
To trade and execute your advanced trading strategies, Bitvavo API for Python is a wrapper that enables you to easily call every endpoint in [Bitvavo API](https://docs.bitvavo.com/)
22
22
23
23
## Prerequisites
24
24
25
-
To start programming with Bitvavo API for Node.js you need:
25
+
To start programming with Bitvavo API for Python you need:
26
26
27
-
-[Node.js](https://nodejs.org/en) installed on your development environment
27
+
-[Python3](https://www.python.org/downloads/) installed on your development environment
28
28
- An [API key and secret](https://support.bitvavo.com/hc/en-us/articles/4405059841809) associated with your Bitvavo account
29
29
30
30
You control the actions your app has rights to do using the rights you assign to the API key. Possible rights are:
@@ -36,9 +36,9 @@ To start programming with Bitvavo API for Node.js you need:
36
36
37
37
38
38
39
-
1. In your development environment, install the Bitvavo API for Node.js package from npm:
39
+
1. In your development environment, install the Bitvavo API for Python package from pip:
0 commit comments