gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
775 stars 275 forks source link

REST API : Add timestamp to /api/v1/runtime/status response #124

Closed gazbert closed 4 years ago

gazbert commented 4 years ago

Current response looks like this:

{
  "botId": "my-bitstamp-bot_1",
  "displayName": "Bitstamp Bot",
  "status": "UP"
}

Be nice to include the bot's local timestamp in there too.

gazbert commented 4 years ago

Done.