Skip to content

rbaskam/phpLaravelCryptoTradingBot

Repository files navigation

Laravel Crypto TradingBot

Simple bot that makes trades on the Binance API.

New Project

Clone the Laravel Project Add your API Key to the Tools Controller in the site Get you Binance API key from here Paste it into here $this->api = new \Binance\API("12345567","abcde"); Go to yourproject/tools/tradingbot and click watch trading to view it. Run it as a cron job to run it every minute Full Guide here

Existing Project

Follow this tutorial

Notes

On your local run php artisan schedule:run On live set up the laravel cron job

About

Simple bot that makes trades on the Binance API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published