v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
addresses

Retrieve detailed information about a specific address or contract

Retrieves detailed information for a specific address, including balance, transaction count, and metadata.

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

Path parameters

address_hash_paramstring required

Address hash in the path

chain_idstring required

The ID of the blockchain

Response

Detailed information about the specified address.

block_number_balance_updated_atinteger nullable required
coin_balancestring nullable required
creation_status'success' | 'failed' | 'selfdestructed' nullable required

Creation status of the contract

creation_transaction_hashstring nullable required
creator_address_hashstring nullable required
ens_domain_namestring nullable required

ENS domain name associated with the address

exchange_ratestring nullable required
has_beacon_chain_withdrawalsboolean required
has_logsboolean required
has_token_transfersboolean required
has_tokensboolean required
has_validated_blocksboolean required
hashstring required
is_contractboolean nullable required

Has address contract code?

is_scamboolean required

Has address scam badge?

is_verifiedboolean nullable required

Has address associated source code?

namestring nullable required

Name associated with the address

proxy_type'eip1167' | 'eip1967' | 'eip1822' | 'eip1967_oz' | 'eip1967_beacon' | 'master_copy' | 'basic_implementation' | 'basic_get_implementation' | 'comptroller' | 'eip2535' | 'clone_with_immutable_arguments' | 'eip7702' | 'resolved_delegate_proxy' | 'erc7760' | 'minimal_proxy' nullable required
reputation'ok' | 'scam' required

Reputation of the address

watchlist_address_idinteger nullable required

Example response

{
  "token": {
    "icon_url": "https://example.com"
  }
}