mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Merge pull request #564 from xrpscanner/patch-1
Added transaction_count to Transaction Metrics
This commit is contained in:
@@ -1221,6 +1221,7 @@ The Data API derives the following values for every interval. These metrics are
|
||||
| `ledger_count` | Number | The number of ledgers closed during this interval. |
|
||||
| `ledger_interval` | Number | The average number of seconds between ledgers closing during this interval. |
|
||||
| `payments_count` | Number | The number of payments from one account to another during this interval. |
|
||||
| `transaction_count`| Number | The number of transactions that executed during this interval. |
|
||||
| `tx_per_ledger` | Number | The average number of transactions per ledger in this interval. |
|
||||
|
||||
If any of the metrics have a value of 0, they are omitted from the results.
|
||||
|
||||
Reference in New Issue
Block a user