v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
addresses

Get activity count stats for a specific address

Retrieves count statistics for an address, including transactions, token transfers, gas usage, and validations.

get/{chain_id}/api/v2/addresses/{address_hash_param}/counters

Path parameters

address_hash_paramstring required

Address hash in the path

chain_idstring required

The ID of the blockchain

Response

Count statistics for the specified address.

transactions_countstring required
token_transfers_countstring required
gas_usage_countstring required
validations_countstring required

Example response

{
  "transactions_count": "0",
  "token_transfers_count": "0",
  "gas_usage_count": "0",
  "validations_count": "0"
}