Function cryptoapis::apis::informative_api::list_supported_tokens[][src]

pub async fn list_supported_tokens(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListSupportedTokensR, Error<ListSupportedTokensError>>
Expand description

Through this endpoint customers can obtain information on multiple tokens at once. {note}Please note that listing data from the same type will apply pagination on the results.{/note}