Liking cljdoc? Tell your friends :D

quanta.bybit.impl.auth


auth-failed!clj

(auth-failed! response)

Throw an exception that signals non-retryable auth failure.

Throw an exception that signals non-retryable auth failure.
raw docstring

auth-failure?clj

(auth-failure? ex)

True for exceptions from auth-failed! or auth timeout.

True for exceptions from [[auth-failed!]] or auth timeout.
raw docstring

auth-msgclj

(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 ...}`.
raw docstring

auth-response?clj

(auth-response? {:keys [op]})

auth-success?clj

(auth-success? {:keys [op retCode success]})

True when Bybit acknowledges authentication.

True when Bybit acknowledges authentication.
raw docstring

hmac-sha256-hexclj

(hmac-sha256-hex payload key-secret)

HMAC-SHA256 hex digest for Bybit REST signing.

HMAC-SHA256 hex digest for Bybit REST signing.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close