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