Skip to main content Copyright © 2025 XBD Group 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.