v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB

get address counters

Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.

get/addresses/{address_hash}/counters

Path parameters

address_hashstring required

Address hash

Response

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"
}