seriousweb/tradeapi

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/seriousweb/tradeapi

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

This package is not auto-updated.

Last update: 2025-12-26 04:29:11 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();