acx v0.0.2 Acx View Source

Link to this section Summary

Link to this section Functions

Link to this function buy(market, volume, price) View Source
Link to this function depth(market \\ "btcaud", limit \\ 300) View Source
Link to this function get_orders(market \\ "btcaud", params \\ %{}) View Source

Get open orders https://acx.io/documents/api_v2#!/orders/GET_version_orders_format

// get open orders from btcaud pair with all default settings. orders()

// get orders with all supported format orders(“btcaud”, %{“limit” => 10, “state” => “open”, “page” => 3, “order_by” => “asc”}

Link to this function orderbook(market \\ "btcaud") View Source
Link to this function post_order(market, params \\ %Acx.Order{}) View Source
Link to this function sell(market, volume, price) View Source