Trustline Count Metrics

Description

We track two metrics related to trustline count:

  • Total number of trustlines - the total amount of active trustlines over time.
  • Net trustlines created - change in the number of active trustlines on a daily basis.

Access

Free Access


Measuring Unit

Amount of trustlines


Data Type

Timeseries Data


Frequency

Daily frequency


Latency

On-Chain Latency


Available Assets

Available for:


SanAPI

Available under the total_trustlines_count name.

{
getMetric(metric: "total_trustlines_count") {
timeseriesDataJson(
slug: "xrp"
from: "2020-01-01T00:00:00Z"
to: "2020-01-07T00:00:00Z"
)
}
}

Available under the daily_trustlines_count_change name.

{
getMetric(metric: "daily_trustlines_count_change") {
timeseriesDataJson(
slug: "xrp"
from: "2020-01-01T00:00:00Z"
to: "2020-01-07T00:00:00Z"
)
}
}