Authentication to our API

Our API uses API keys to authenticate requests with a secret key:
Your API keys can be used to perform different requests depending on the time of integration.
When making requests to our API please follow the example below:

Please pass in the following API key and Secret key via the Authorization header
  • apiKey: 1234testtest
Our exchange rate API endpoint does not require the secret key, thus you can pass the API key directly in the query string to get our exchange rate data.
Any other requests would require you to implement the follow method below.

The code examples shows authentication using the authorization header