Packages

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

Current section

Files

Jump to
ccxt_client lib ccxt ws exchanges whitebit.ex
Raw

lib/ccxt/ws/exchanges/whitebit.ex

defmodule CCXT.Whitebit.WS do
@moduledoc """
WebSocket subscription builders for WhiteBit (auto-generated from extracted spec).
This module is generated at compile time from `priv/specs/extracted/whitebit.exs`.
See `CCXT.WS.Generator` for API documentation.
"""
use CCXT.WS.Generator, spec: "whitebit"
end