Bitstamp v0.2.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 order_book(credentials) View Source
order_book(%Elixir.Bitstamp.Credentials{customer_id: term, key: term, secret: term}) :: %Elixir.Bitstamp.ApiRequest{api_key: term, method: term, nonce: term, path: term, signature: term, uri: term}