Authentication

To ensure secure access to your crypto assets, provide the API Key, nonce, and API signature in the request headers:
headers = {
  "Biz-Api-Key": API_KEY,
  "Biz-Api-Nonce": Nonce,
  "Biz-Api-Signature": API_SIGNATURE
}
  • Biz-Api-Key: The API Key used for the request.
  • Biz-Api-Nonce: The nonce. The nonce is the current Unix timestamp in milliseconds.
  • Biz-Api-Signature: The API signature. To learn how to calculate the API signature, see Calculating the API Signature.