Function cryptoapis::apis::unified_endpoints_api::get_address_details[][src]

pub async fn get_address_details(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    address: &str,
    context: Option<&str>
) -> Result<GetAddressDetailsResponse, Error<GetAddressDetailsError>>
Expand description

Through this endpoint the customer can receive basic information about a given address based on confirmed/synced blocks only. In the case where there are any incoming or outgoing unconfirmed transactions for the specific address, they will not be counted or calculated here.