zinntikumugai/multi-exchange-api2

v1.0.1 2018-03-19 10:01 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:36:04 UTC


README

Support Exchange

\MEAPI2\Model\***

Exchange ClassName
Zaif zaif
C-CEX ccex

How to use

install

composer require zinntikumugai/multi-exchange-api2

use

var_dump(
    mpyw\Co\Co::wait([
        \MEAPI2\Model\zaif::pair()
    ])
);