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

pub async fn list_transactions_by_block_height(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    height: i32,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListTransactionsByBlockHeightR, Error<ListTransactionsByBlockHeightError>>
Expand description

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