Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication and request signing for Bybit API.

Modules§

headers
HTTP headers required for authenticated requests.

Functions§

current_timestamp_ms
Get the current timestamp in milliseconds.
sign_hmac_sha256
Sign a message using HMAC-SHA256.
sign_rest_request
Generate a signature for a REST API request.
sign_ws_auth
Generate a signature for WebSocket authentication.