Public facade for locally validated V1 Spot trading commands.
Public facade for locally validated V1 Spot trading commands.
(cancel-order connector params)Cancels one order after validating its identifiers and production guard.
Cancels one order after validating its identifiers and production guard.
(new-order connector symbol-info order)(new-order connector symbol-info order options)Submits a locally validated MARKET/LIMIT order.
Production use also requires :enable-live-trading? true on the client.
Submits a locally validated MARKET/LIMIT order. Production use also requires `:enable-live-trading? true` on the client.
(submit-order! connector symbol-info order)(submit-order! connector symbol-info order options)Submits once and reconciles unknown execution by client order id.
Options are :reference-price, :reconciliation-policy, and the testable
:sleep-fn boundary. The final lifecycle is never reported as rejected only
because bounded queries did not observe an order.
Submits once and reconciles unknown execution by client order id. Options are `:reference-price`, `:reconciliation-policy`, and the testable `:sleep-fn` boundary. The final lifecycle is never reported as rejected only because bounded queries did not observe an order.
(test-order connector symbol-info order)(test-order connector symbol-info order options)Validates a MARKET/LIMIT order locally and through Binance without execution.
Validates a MARKET/LIMIT order locally and through Binance without execution.
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 |