v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

View Volume and Price Analytics for a range of Number Validator Records

Returns analytics for a range of Number Validator records specified by a time frame associated with the owner account.

get/reports/my/numberValidator/volPrice

Query parameters

startDatestring date required

starting date to get reports

endDatestring date required

ending date to get reports

Headers

Authorizationstring

Response

200

Example response

{
  "totals": {
    "timeGrouping": "Years",
    "totalCount": 1,
    "totalPrice": 0.0015,
    "totalValid": 1
  },
  "details": [
    {
      "startDateTime": "2017-01-25T13:00:00Z",
      "price": 0.0015,
      "count": 1,
      "validCount": 1
    }
  ]
}