jFixer API Helper
Demo and helper of jFixer, the Java API for the Fixer.io Exchange Rates web service
Source code available at
jFixer-demo on GitHub.
Instructions
- Select one of the above endpoints
- Fill-in the form and click on the submit button
- Depending on the parameters, requests will be sent to the Fixer.io API or to the internal simulator
Important Notes
- About jFixer Helper
- - jFixer Helper uses the open source jFixer API to send live requests to the Fixer.io web service
- - Calls to Fixer.io API may use HTTPS or not depending on your subscription plan, there's a selector in the form
- - The program requires a valid access key. This key is neither verified nor stored or sent to a 3rd party, it is just sent to Fixer.io using the Java API.
- About the simulator mode
- - When "Simulator Mode" is selected, requests are not sent to the actual
Fixer.io web service but are instead processed locally by the jFixer Helper
simulator.
-
- There's no need to enter a valid access key for the simulator. You can simulate an invalid access key by typing value INVALID_API_KEY.
-
- The simulator generates test data, they should not be taken for actual rates.