Requests forging stats by delegate
GET {{baseUrl}}/delegates/:address/forging_statistics?fromTimestamp=<x-swagger-pipe>&toTimestamp=<x-swagger-pipe>
By passing an existing delegate address and the desired unix timestamps, you can get its forging statistics within the specified timespan. If no timestamps are provided, it will use the timestamps from Lisk epoch to current date.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fromTimestamp | string | Starting unix timestamp | |
toTimestamp | string | Ending unix timestamp |