X-CB-ACCESS-KEY
: The API key as a stringX-CB-ACCESS-PASSPHRASE
: The Passphrase shown when creating the API keyX-CB-ACCESS-SIGNATURE
: The base64-encoded signatureX-CB-ACCESS-TIMESTAMP
: A timestamp for your requestX-CB-ACCESS-TIMESTAMP
header must be number of seconds since Unix Epoch in UTC. Decimal values are not allowed, so make sure to use an integer.
Your timestamp must be within 30 seconds of your request, or it will be considered expired and be rejected.
X-CB-ACCESS-SIGNATURE
, first compute the SHA256 HMAC of the concatenated message string using the secret key. The process for GET requests may look like the following: