Bitstamp v0.3.0 Elixir.Bitstamp.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 balance(credentials) View Source
balance(%Elixir.Bitstamp.Credentials{customer_id: term, key: term, secret: term}) :: %Elixir.Bitstamp.ApiRequest{method: term, path: term, uri: term, url_query: term}
Link to this function order_book(credentials) View Source
order_book(%Elixir.Bitstamp.Credentials{customer_id: term, key: term, secret: term}) :: %Elixir.Bitstamp.ApiRequest{method: term, path: term, uri: term, url_query: term}