BitcoinDe v0.1.1 Elixir.BitcoinDe.ApiRequestBuilder View Source

Link to this section Summary

Types

all the information neccessary to construct an api_request

Link to this section Types

Link to this type params() View Source
params() :: [{atom, any}, ...]

all the information neccessary to construct an api_request

Link to this section Functions

Link to this function show_orderbook(credentials, type, amount \\ nil, price \\ nil) View Source
show_orderbook(%Elixir.BitcoinDe.Credentials{key: term, secret: term}, atom, number, number) :: %Elixir.BitcoinDe.ApiRequest{method: term, nonce: term, path: term, signature: term, uri: term}
Link to this function show_public_trade_history(credentials, since_tid \\ nil) View Source
show_public_trade_history(%Elixir.BitcoinDe.Credentials{key: term, secret: term}, number) :: %Elixir.BitcoinDe.ApiRequest{method: term, nonce: term, path: term, signature: term, uri: term}