h4ckm03d/anylogibtc

endpoint get amount history

Closed this issue · 0 comments

Get history of your wallet balance at the end of each hour between two DateTimes
Input example:

{
"startDatetime": "2011-10-05T10:48:01+00:00",
"endDatetime": "2011-10-05T18:48:02+00:00"
}

Output example:

[
  {
  "datetime": "2019-10-05T13:00:00+00:00",
  "amount": 1000
  },
  {
  "datetime": "2019-10-05T14:00:00+00:00",
  "amount": 1001.1
  }
]