Monierate API
HomeIntrodutionGet API key
HomeIntrodutionGet API key
  1. Home
  • API Introduction
  • Authentication
  • Supported Currencies
  • Errors
  • Exchange Rates Endpoints
    • Latest rate
      GET
    • Platforms
      GET
    • Currencies
      GET
    • Convert
      POST
    • History
      GET
  1. Home

Authentication

The Monierate API supports authentication via the api_key parameter.
API Keys are unique to each account and can be used in multiple ways depending on the request.
Register for an API Key
You can sign up here for your API Key. After signing up, visit your account dashboard anytime to view or manage your API Key.
Using Your API Key
To access any API routes, include your api_key in one of the following ways:
1.
In the HTTP Authorization Header:
or
Note: no whitespace.
2.
As a URL Parameter:
Please note:
If the API key is provided in both the HTTP header and the URL, the URL key will take precedence.
Keep your API key confidential. If you suspect unauthorized use, you can regenerate it from your Account Dashboard.
Tracking API Key Usage
Log into your account dashboard to view usage statistics. You can also use the usage.json API endpoint to request quota and usage details.
Regenerating Your API Key
To reset or deactivate an API key, visit your Account Dashboard.
Previous
API Introduction
Next
Supported Currencies
Built with