Authentication Headers
Each API request requires the following headers:| Header | Description |
|---|---|
X-Pubkey | Your public key derived from your private key (hex format with 0x prefix) |
X-Timestamp | Current Unix timestamp in seconds |
X-Signature | ECDSA signature of the request (DER-encoded hex with 0x prefix) |
Content-Type | Must be application/json |
- Use our Integrator SDK
- Manual implementation
Our Integrator SDK provides a convenient way to generate the authentication headers for your API requests.The
getStamp method returns an object containing the required authentication headers (X-Pubkey, X-Timestamp, X-Signature, and Content-Type) that you can include in your API request.Installation
Initialize the Byzantine Client
Usage example
Use thegetStamp method to generate authentication headers for your API requests:
