ExBitstamp

v0.1.1

  • Pages
  • Modules

    ExBitstamp v0.1.1 ExBitstamp.CurrencyPair View Source

    Provides a struct for currency pairs and convenience functions for pairs supported by Bitstamp API.

    Link to this section Summary

    Types

    t()

    Functions

    bchbtc()
    bcheur()
    bchusd()
    btceur()
    btcusd()
    ethbtc()
    etheur()
    ethusd()
    eurusd()
    ltcbtc()
    ltceur()
    ltcusd()
    xrpbtc()
    xrpeur()
    xrpusd()

    Link to this section Types

    Link to this type t() View Source
    t() :: %ExBitstamp.CurrencyPair{from: String.t(), to: String.t()}

    Link to this section Functions

    Link to this function bchbtc() View Source
    Link to this function bcheur() View Source
    Link to this function bchusd() View Source
    Link to this function btceur() View Source
    Link to this function btcusd() View Source
    Link to this function ethbtc() View Source
    Link to this function etheur() View Source
    Link to this function ethusd() View Source
    Link to this function eurusd() View Source
    Link to this function ltcbtc() View Source
    Link to this function ltceur() View Source
    Link to this function ltcusd() View Source
    Link to this function xrpbtc() View Source
    Link to this function xrpeur() View Source
    Link to this function xrpusd() View Source

    Built using ExDoc (v0.18.2), designed by Friedel Ziegelmayer for the Elixir programming language.