GET
/
addresses
/
{address_hash}
/
counters
get address counters
curl --request GET \
  --url https://eth.blockscout.com/api/v2/addresses/{address_hash}/counters
{
  "transactions_count": "0",
  "token_transfers_count": "0",
  "gas_usage_count": "0",
  "validations_count": "0"
}

Path Parameters

address_hash
string
required

Address hash

Response

200
application/json

address

The response is of type object.