Request Headers
In order to send a properly authenticated request to the CoinPayments API, the following headers must be present:
X-CoinPayments-Client
- The integration client id.
X-CoinPayments-Timestamp
- The current timestamp in UTC ISO-8601 format (
YYYY-MM-DDTHH:mm:ss
).
- The current timestamp in UTC ISO-8601 format (
X-CoinPayments-Signature
- A unique signature for each request, generated with the client secret.
- See the Generate API Signature section for more information.