Authentication V1
Last updated
Was this helpful?
Last updated
Was this helpful?
All API calls related to a user account, require authentication.
You need to provide 3 parameters to authenticate a request:
"X-PCK": API Public Key
"X-Stamp": Nonce
"X-Signature": Signature
For API Key instructions visit
Nonce is a regular integer number. It must be current timestamp in milliseconds.
It is a must to sync your current time with API server time which is in miliseconds format. Our servers are using UTC timezone. You can check the server time .
Signature is a HMAC-SHA256 encoded message. The HMAC-SHA256 code must be generated using a private key that contains a timestamp as nonce and your API key.