Bittrex

bittrex screenshot

Added in v0.0.5.

Get the last 24 hour summary of cryptocurrencies market using Bittrex.

Source Code

wtf/cryptoexchanges/bittrex/

Configuration

bittrex:
    enabled: true
    position:
        top: 1
        left: 2
        height: 3
        width: 1
    refreshInterval: 5
    summary:
        BTC:
            displayName: Bitcoin
            market:
            - LTC
            - ETH
    colors:
        base:
            name: orange
            displayName: red
        market:
            name: red
            field: white
            value: green

Attributes

colors.base.name
Values: Any X11 color name.

colors.base.dispayName
Values: Any X11 color name.

colors.market.name
Values: Any X11 color name.

colors.market.field
Values: Any X11 color name.

colors.market.value
Values: Any X11 color name.

summary

enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true, false.

position
Defines where in the grid this module’s widget will be displayed.

refreshInterval
How often, in seconds, this module will update its data.
Values: A positive integer, 0..n.