Function cryptoapis::apis::tokens_api::list_confirmed_tokens_transfers_by_address[][src]

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

Through this endpoint customers can obtain a list with confirmed token transfers by the address attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for confirmed tokens not coins.{/note}