Module auth

Module auth 

Source
Expand description

Bybit API authentication module.

Implements HMAC-SHA256 signing for Bybit API requests. Bybit requires the following headers for authenticated requests:

  • X-BAPI-API-KEY: API key
  • X-BAPI-SIGN: HMAC-SHA256 signature (hex encoded)
  • X-BAPI-TIMESTAMP: Unix timestamp in milliseconds
  • X-BAPI-RECV-WINDOW: Receive window in milliseconds

Structsยง

BybitAuth
Bybit API authenticator.