seriousweb/tradeapi

There is no license information available for the latest version (dev-main) of this package.

dev-main 2022-06-29 13:34 UTC

This package is not auto-updated.

Last update: 2024-06-13 21:06:40 UTC


README

Example of using API

     $tradeService = (new TradeServices)
            ->setId('Type Your API ID')
            ->setPrivateKey('Type Your API Key')
            ->setBody('Type Your Params')
            ->setAction('Type Action Name')
            ->call();