Common Issues

1. Invalid Signature

  • โœ… Verify the canonical string format.
  • โฑ๏ธ Check that the timestamp is current (within 5 minutes of the server time).
  • ๐Ÿ” Ensure correct private key extraction from DER format.

2. Authentication Failed

  • ๐Ÿ”‘ Verify that the keyId matches your API key.
  • ๐Ÿ”„ Check if the API key is still active (i.e., not revoked).
  • ๐Ÿงพ Ensure the Authorization header follows the correct format:

3. Timestamp Outside Tolerance

  • ๐Ÿ•’ Synchronize your system clock with a trusted time source.
  • ๐Ÿชช The request timestamp must be within 5 minutes of the server time.