curl --request GET \
--url https://data-api.b3.fun/blockscout/addresses/{address_hash}/counters
{
"transactions_count": "0",
"token_transfers_count": "0",
"gas_usage_count": "0",
"validations_count": "0"
}
curl --request GET \
--url https://data-api.b3.fun/blockscout/addresses/{address_hash}/counters
{
"transactions_count": "0",
"token_transfers_count": "0",
"gas_usage_count": "0",
"validations_count": "0"
}
Address hash
Address
The response is of type object
.