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

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

Through this endpoint customers can obtain a list with 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 tokens not coins.{/note}