Liking cljdoc? Tell your friends :D

polvo.utils.binance


clientclj

(client & options)

A closure over fn request allowing to provide default args for api-key, api-secret and as-is? Returning function may be called with a param map or named args.

A closure over fn request allowing to provide default args for api-key, api-secret and as-is?
Returning function may be called with a param map or named args.
raw docstring

expandclj

(expand x)

requestclj

(request route
         &
         {:keys [params key secret as-is?]
          :or {params {} key nil secret nil as-is? false}})

Sends a request to Binance REST APIs. Kebab case param keys are transformed to camel case automatically. Response body keys are transformed to kebab case by default.

Sends a request to Binance REST APIs. Kebab case param keys are transformed to camel case automatically.
Response body keys are transformed to kebab case by default.
raw docstring

routesclj


streamclj

(stream name & opts)

streamsclj

(streams names & opts)

user-streamclj

(user-stream cli & opts)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close