BitcoinDe v0.2.0 Elixir.BitcoinDe.ApiRequestBuilder View Source
Link to this section Summary
Link to this section Types
all the information neccessary to construct an api_request
Link to this section Functions
Link to this function
show_account_info(credentials)
View Source
show_account_info(%Elixir.BitcoinDe.Credentials{key: term, secret: term}) :: %Elixir.BitcoinDe.ApiRequest{method: term, nonce: term, path: term, signature: term, uri: term}
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}