All URIs are relative to http://localhost:12052
Method | HTTP request | Description |
---|---|---|
AnalyticsGetNetworkActivityPost | Post /analytics/get_network_activity | Get details on past blocks either by order using start_index and number_of_results or by the tx_hashes of the transactions |
AnalyticsGetSyncStatusPost | Post /analytics/get_sync_status | Get blockchain sync status information |
GetNetworkActivityResponse AnalyticsGetNetworkActivityPost(ctx, getNetworkActivityRequest) Get details on past blocks either by order using start_index and number_of_results or by the tx_hashes of the transactions
List all verified Transactions from the network, even ones that do not have anything to do with any Wallet stored in the Node; For each such Transaction all of public information is returned in a structured format; However, no private information is returned even if some private information is known.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
getNetworkActivityRequest | GetNetworkActivityRequest |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetSyncStatusResponse AnalyticsGetSyncStatusPost(ctx, ) Get blockchain sync status information
Returns detailed information about the status of the sync between the QEDIT Node and the underlying Blockchain
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]