Skip to main content

Authentication

All requests must contain the following headers:

HeaderRequiredDescription
X-Api-KeytrueYour public API key.
X-Api-SignaturetrueThe query's serialized body signed by your private API key according to the RSA-SHA256 method.

You should request the public and private API keys from your manager.

You can find code examples in the Examples of sending a request section.

warning

Keep your private API keys in a safe place and don't share it with anyone, not even Changelly.