Binance.SwapQuote (dwarves_binancex v0.1.23)

Struct for representing the result returned by /sapi/v1/bswap/swap

Link to this section Summary

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.SwapQuote{
  base_asset: term(),
  base_qty: term(),
  fee: term(),
  price: term(),
  quote_asset: term(),
  quote_qty: term(),
  slippage: term()
}