Function cryptoapis::apis::metadata_api::list_supported_assets[][src]

pub async fn list_supported_assets(
    configuration: &Configuration,
    context: Option<&str>,
    asset_type: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListSupportedAssetsResponse, Error<ListSupportedAssetsError>>
Expand description

This endpoint will return a list of supported assets. The asset could be a cryptocurrency or FIAT assets that we support. Each asset has a unique identifier - assetId and a unique symbol in the form of a string, e.g. "BTC".