The addressstats field allows us to retrieves statistics related to blockchain addresses.
Address statistics give a high-level profile of any Dogecoin address: total DOGE sent and received, transaction counts, fee totals, and active-day counts. This is valuable for merchant dashboards, tipping-platform analytics, and compliance workflows that need an address summary without scanning every UTXO individually.
Here is an example that demonstrates how to retrieve statistics about a specific address:
{
bitcoin(network: dogecoin) {
addressStats(address: {is: "Xe57RefnjoHrN67uA4y6qanvBc8BQE49Qg"}) {
address {
address
annotation
balance
inboundTransactions
inflows
outboundTransactions
outflows
uniqueDaysWithTransfers
uniqueReceivers
uniqueSenders
}
}
}
}
Filtering Address Stats
address: Filter by a specific address or a list of addressesoptions: Filter returned data by ordering, limiting, and constraining it. Available fields:asc,ascByInteger,desc,descByInteger,limit,limitBy,offset.
address: Returns statistics for the blockchain address