Skip to main content

Authentication

All requests must contain the following headers:

HeaderDescription
X-Api-KeyYour public API key.
X-Api-SignatureThe query's serialized body signed by your private key according to the RSA-SHA256 method.

The public and private API keys you should have received from your manager.

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

warning

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