(auth-failed! response)Throw an exception that signals non-retryable auth failure.
Throw an exception that signals non-retryable auth failure.
(auth-failure? ex)True for exceptions from auth-failed! or auth timeout.
True for exceptions from [[auth-failed!]] or auth timeout.
(auth-msg {:keys [api-key api-secret]})Build Bybit websocket auth message for {:api-key ... :api-secret ...}.
Build Bybit websocket auth message for `{:api-key ... :api-secret ...}`.
(auth-response? {:keys [op]})(auth-success? {:keys [op retCode success]})True when Bybit acknowledges authentication.
True when Bybit acknowledges authentication.
(hmac-sha256-hex payload key-secret)HMAC-SHA256 hex digest for Bybit REST signing.
HMAC-SHA256 hex digest for Bybit REST signing.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |