Function cryptoapis::apis::assets_api::list_assets_details[][src]

pub async fn list_assets_details(
    configuration: &Configuration,
    context: Option<&str>,
    asset_type: Option<&str>,
    crypto_type: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>,
    waas_enabled: Option<bool>
) -> Result<ListAssetsDetailsR, Error<ListAssetsDetailsError>>
Expand description

This endpoint will return details on a requested asset. The asset could be a cryptocurrency or FIAT asset that we support. Each asset has a unique identifier - assetId and a unique symbol in the form of a string, e.g. "BTC". The details returned could include information on the latest rate and rate fluctuation of different periods of time - 24 hours, a week, one hour, the encoding of the logo, and more. {note}Please note that listing data from the same type will apply pagination on the results.{/note}