Signed Spot User Data Stream lifecycle over the current WebSocket API.
Signed Spot User Data Stream lifecycle over the current WebSocket API.
(close! stream)Closes the User Data Stream manager idempotently.
Closes the User Data Stream manager idempotently.
(connect! stream)Opens the WebSocket API connection and sends a freshly signed subscription.
Opens the WebSocket API connection and sends a freshly signed subscription.
(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.
(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.
(reconcile-order lifecycle event)Applies a normalized executionReport to a Phase 7 lifecycle value.
Applies a normalized executionReport to a Phase 7 lifecycle value.
(renew! stream)Rotates the WebSocket API connection and creates a fresh signed subscription.
Rotates the WebSocket API connection and creates a fresh signed subscription.
(snapshot stream)Returns secret-safe connection and subscription state.
Returns secret-safe connection and subscription state.
(subscribe! stream)Requests a subscription after an explicit unsubscribe.
Requests a subscription after an explicit unsubscribe.
(unsubscribe! stream)Stops the active account subscription without closing the socket.
Stops the active account subscription without closing the socket.
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 |