Liking cljdoc? Tell your friends :D

clojure-poloniex.api.public


*public-api*clj

source

define-public-poloniex-methodcljmacro

(define-public-poloniex-method command default-http-method & rest)
source

return-24-volumeclj

(return-24-volume & {:as args__2628__auto__})

Returns the 24-hour volume for all markets, plus totals for primary currencies

Returns the 24-hour volume for all markets,
plus totals for primary currencies
sourceraw docstring

return-chart-dataclj

(return-chart-data & {:as args__2628__auto__})

Returns candlestick chart data. Required GET parameters are: "currencyPair", "period" (candlestick period in seconds; valid values are 300, 900, 1800, 7200, 14400, and 86400), "start", and "end". "Start" and "end" are given in UNIX timestamp format and used to specify the date range for the data returned

Returns candlestick chart data.
Required GET parameters are:
"currencyPair",
"period"
(candlestick period in seconds;
valid values are 300, 900, 1800, 7200, 14400, and 86400),
"start", and "end".
"Start" and "end" are given in UNIX timestamp format
and used to specify the date range for the data returned
sourceraw docstring

return-currenciesclj

(return-currencies & {:as args__2628__auto__})

Returns information about currencies

Returns information about currencies
sourceraw docstring

return-loan-ordersclj

(return-loan-orders & {:as args__2628__auto__})

Returns the list of loan offers and demands for a given currency, specified by the "currency" GET parameter

Returns the list of loan offers and demands for a given currency,
specified by the "currency" GET parameter
sourceraw docstring

return-order-bookclj

(return-order-book & {:as args__2628__auto__})

Returns the order book for a given market, as well as a sequence number for use with the Push API and an indicator specifying whether the market is frozen. You may set currencyPair to "all"to get the order books of all markets

Returns the order book for a given market,
as well as a sequence number for use with the Push API
and an indicator specifying whether the market is frozen.
You may set currencyPair to "all"to get the order books of all markets
sourceraw docstring

return-tickerclj

(return-ticker & {:as args__2628__auto__})

Returns the ticker for all markets

Returns the ticker for all markets
sourceraw docstring

return-trade-historyclj

(return-trade-history & {:as args__2628__auto__})

Returns the past 200 trades for a given market, or up to 50,000 trades between a range specified in UNIX timestamps by the "start" and "end" GET parameters.

Returns the past 200 trades for a given market,
or up to 50,000 trades between a range
specified in UNIX timestamps by the "start" and "end" GET parameters.
sourceraw docstring

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

× close