API Examples
You will find the official Walutomat API v2 Documentation here.
The following examples show basic functionality of: priting current offers, fetching customer's wallet balance, placing and withdrawing an order.
C# examples
Click here to seePython examples
Click here to seeRuby examples
Click here to seeApi v1(deprecated)
"Hello world" examples
All following examples feature similar functionality: print current offers, print current user's balance and place an order. They demonstrate working connection signing and aim to be as minimal as possible for ease of understanding.
- /bash/example.sh - Bash script
- /cs/api-v1/ - C# sample project
- /java - Java sample class
- /nodejs - JavaScript in browser example, that uses Node.js to proxy requests to Walutomat API
- /nodejs_simple - JavaScript/Node.js sample script
- /php - PHP sample script
- /python/api-v1/example.py, Python sample script
- /vba - Visual Basic for Applications script
Sample applications
Examples of non-trivial functionality that can be built on top of Walutomat API.
- /javascript-angular-dashboard - Example dashboard written using Walutomat API, requires Node.js
- /python/example-always-best-price.py - sample bot that keeps placing the best offer on selected currency pair