(define-public-poloniex-method command default-http-method & rest)
(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
(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
(return-currencies & {:as args__2628__auto__})
Returns information about currencies
Returns information about currencies
(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
(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
(return-ticker & {:as args__2628__auto__})
Returns the ticker for all markets
Returns the ticker for all markets
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close