Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- products :: ClientM [Product]
- aggregateOrderBook :: ProductId -> Maybe AggregateBookLevel -> ClientM AggregateOrderBook
- fullOrderBook :: ProductId -> ClientM FullOrderBook
- trades :: ProductId -> ClientM [Trade]
- candles :: ProductId -> Maybe UTCTime -> Maybe UTCTime -> CandleGranularity -> ClientM [Candle]
- stats :: ProductId -> ClientM TwentyFourHourStats
- currencies :: ClientM [Currency]
- time :: ClientM CBTime
Documentation
candles :: ProductId -> Maybe UTCTime -> Maybe UTCTime -> CandleGranularity -> ClientM [Candle] Source #