GET
/
blockscout
/
addresses
/
{address_hash}
/
counters
Get Address Counters
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"
}

Path Parameters

address_hash
string
required

Address hash

Response

200
application/json

Address

The response is of type object.