Index node HTTP API
#
/api/v1/operation-historyOperation call history grouped by period.
Supports grouping by: day
Parameters:
Agreements
: The array of base 32 encoded addresses of the agreement you want to filter the actionsFromTime
: Start of time range to filter the compensations. Timestamp in milliseconds (UTC).ToTime
: End of the time range to filter the compensations. Timestamp in milliseconds (UTC).Timezone
: Timezone for filter, used to calculate time when filter on specific timezone. This has to be a valid value according to https://golang.org/pkg/time/#LoadLocation . Default is empty (UTC).TimeAggregation
: What time grouping. Available: day.Operations
: Optional, list of operation types to include. Eg: root, actioncall.Example:
Response:
#
/api/v1/operation/streamWebsocket handler to streaming latest operation
Parameters:
Agreements
: The array of base 32 encoded addresses of the agreement you want to filter the actions.
Example:
Response:
#
/api/v1/compensation-statsAPI call to get summary of compensation by account address
Parameters
AccountAddress
: The user account address to query, base32 encoded string.FromTime
: UTC time millis search window begin, Example: 1585967899000ToTime
: UTC time millis search window end, Example: 1585967899000
Example
Response