v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBaddresses
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.
Example response
{
"token": {
"icon_url": "https://example.com"
}
}