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

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

Through this endpoint customers can obtain token data by providing an attribute - address. The information that can be returned can include the contract address, the token symbol, type and balance. {note}Please note that listing data from the same type will apply pagination on the results.{/note}