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.
Example response
{
"token": {
"icon_url": "https://example.com"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.