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.
sourceraw docstring

expandclj

(expand x)
source

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.
sourceraw docstring

routesclj

source

streamclj

(stream name & opts)
source

streamsclj

(streams names & opts)
source

user-streamclj

(user-stream cli & opts)
source

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

× close