Exchange rate canister send with 0 cycles

impl Service {
pub async fn get_exchange_rate(&self, arg0: GetExchangeRateRequest) → Result<
(GetExchangeRateResult,)

{ ic_cdk::api::call::call_with_payment(self.0, “get_exchange_rate”, (arg0,), 10000000000).await }
}
Hello! I have been using this function call, but now it suddenly doesn’t work. The error message is as shown below. Can anyone help me?

It worked. Thank you very much!

1 Like