Liking cljdoc? Tell your friends :D

binance-clj.spot.user-stream

Signed Spot User Data Stream lifecycle over the current WebSocket API.

Signed Spot User Data Stream lifecycle over the current WebSocket API.
raw docstring

close!clj

(close! stream)

Closes the User Data Stream manager idempotently.

Closes the User Data Stream manager idempotently.
sourceraw docstring

connect!clj

(connect! stream)

Opens the WebSocket API connection and sends a freshly signed subscription.

Opens the WebSocket API connection and sends a freshly signed subscription.
sourceraw docstring

create-streamclj

(create-stream connector-client)
(create-stream connector-client options)

Creates a disconnected signed UDS manager owned by connector-client.

Every connect/reconnect creates a fresh timestamp and signature.

Creates a disconnected signed UDS manager owned by connector-client.

Every connect/reconnect creates a fresh timestamp and signature.
sourceraw docstring

poll-event!clj

(poll-event! stream)
(poll-event! stream timeout-ms)

Returns the next normalized response or account/order event.

Returns the next normalized response or account/order event.
sourceraw docstring

reconcile-orderclj

(reconcile-order lifecycle event)

Applies a normalized executionReport to a Phase 7 lifecycle value.

Applies a normalized executionReport to a Phase 7 lifecycle value.
sourceraw docstring

renew!clj

(renew! stream)

Rotates the WebSocket API connection and creates a fresh signed subscription.

Rotates the WebSocket API connection and creates a fresh signed subscription.
sourceraw docstring

snapshotclj

(snapshot stream)

Returns secret-safe connection and subscription state.

Returns secret-safe connection and subscription state.
sourceraw docstring

subscribe!clj

(subscribe! stream)

Requests a subscription after an explicit unsubscribe.

Requests a subscription after an explicit unsubscribe.
sourceraw docstring

unsubscribe!clj

(unsubscribe! stream)

Stops the active account subscription without closing the socket.

Stops the active account subscription without closing the socket.
sourceraw 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