Parameters
Returns
AddressDetails | null
An object containing the zone and UTXO information, or null if no address is found.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function getAddressDetails(address): AddressDetails | null
| Parameter | Type | Description |
|---|---|---|
address | string | The blockchain address to be analyzed, expected to start with “0x” followed by its hexadecimal representation. |
AddressDetails | null
An object containing the zone and UTXO information, or null if no address is found.
Was this page helpful?
