Packages

Elixir client library for cryptocurrency exchanges — generated from CCXT specs via compile-time macros.

Current section

Files

Jump to
ccxt_client lib ccxt exchanges binance.ex
Raw

lib/ccxt/exchanges/binance.ex

defmodule CCXT.Binance do
@moduledoc """
Binance exchange client (auto-generated from extracted spec).
This module is generated at compile time from `priv/specs/extracted/binance.exs`.
See `CCXT.Exchange` behaviour for full API documentation.
"""
use CCXT.Generator, spec: "binance"
end