Function cryptoapis::apis::informative_api::list_receiving_addresses[][src]

pub async fn list_receiving_addresses(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    wallet_id: &str,
    context: Option<&str>
) -> Result<ListReceivingAddressesR, Error<ListReceivingAddressesError>>
Expand description

Through this endpoint customers can pull a list of Deposit Addresses they have already generated. Deposit addresses are listed with their specific details such as unique ID. {note}Please note that listing data from the same type will apply pagination on the results.{/note}