kylerberry / JACT

Just Another Crypto Trader. (gdax crypto trading bot)
3 stars 0 forks source link

Add REST endpoints #16

Open kylerberry opened 6 years ago

kylerberry commented 6 years ago

Initial Proposed endpoints: -/info - GET information regarding the bot's current run. (avgLoss, netProfit, numberOfTrades, etc.)

-/config

-/logs?from=DATE_FROM&to=DATE_TO - GET logs from date range

-/start - POST manually start the bot

-/stop - POST manually stop the bot