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

pub async fn list_transactions_by_address(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    address: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListTransactionsByAddressR, Error<ListTransactionsByAddressError>>
Expand description

This endpoint will list transactions by an attribute address. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}