Authentication
All requests must contain the following headers:
Header | Description |
---|---|
X-Api-Key | Your public API key. |
X-Api-Signature | The 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.