Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.45 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.45 KB

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.

Click here to see C# examples

Click here to see Python examples

Click here to see Ruby examples


Api 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