Required Headers
Computing the Signature
The signature is an HMAC-SHA256 hash of the concatenation of:path— the request path including query string (e.g.,/payments)timestamp— the same value asX-Digest-Timestampmethod— HTTP method in uppercase (e.g.,POST,GET)body— the raw JSON body for POST requests, empty string for GET
api_secret_key.