Ccxt.RawEndpoint (CCXT Elixir v0.1.0-binance-pro-preview)

Copy Markdown View Source

Metadata for a generated CCXT implicit REST endpoint.

Summary

Types

t()

@type t() :: %Ccxt.RawEndpoint{
  api_path: [String.t()],
  ccxt_method: String.t(),
  config: map(),
  exchange: String.t(),
  function: atom(),
  http_method: String.t(),
  params: map() | keyword(),
  path: String.t()
}