Function cryptoapis::apis::unified_endpoints_api::get_fee_recommendations[][src]

pub async fn get_fee_recommendations(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>
) -> Result<GetFeeRecommendationsR, Error<GetFeeRecommendationsError>>
Expand description

Through this endpoint customers can obtain fee recommendations. Our fees recommendations are based on Mempool data which makes them much more accurate than fees based on already mined blocks. Calculations are done in real time live. Using this endpoint customers can get gas price for Ethereum, fee per byte for Bitcoin, etc.