Binance.order_market_sell
You're seeing just the function
order_market_sell
, go back to Binance module for more information.
Link to this function
order_market_sell(symbol, quantity)
Creates a new market sell order
Symbol can be a binance symbol in the form of "ETHBTC"
or %Binance.TradePair{}
.
Returns {:ok, %{}}
or {:error, reason}