Transactions Count

Definition

Get transactions count for a chain address / contract.

Example of usage transactions count on Sanbase


Access

Free Access


API

Available under the contract_transactions_count name:

{
getMetric(metric: "contract_transactions_count") {
timeseriesDataJson(
selector: {contractAddress: "0x857086e5e3dc7bbc98edb1639b4ffd96a667d75a"}
from: "utc_now-90d"
to: "utc_now-60d",
interval: "1d")
}
}