Getting Started
VatZen is Deprecated since January 2022 and API server will be shut down soon!
In this example we'll go through implementing several Rates endpoint's capabilities in different programming languages. You'll also see that some languages already have pre-built libraries which you can install for faster application development.
Note that the API key in each code block must be replaced with the unique public key found in your dashboard.
Plain JavaScript
In this section, we'll implement rates API on plain JavaScript without using provided npm module.
Last updated