lib/history/sources/ftx/liquidations.ex

defmodule History.Sources.Ftx.Liquidations do
  def fetch(_chunk) do
    {:error, :not_supported}
  end
end