getExchangeUrl abstract method

Future<GetExchangeUrlResult> getExchangeUrl({
  1. required GetExchangeUrlParams params,
})

ℹ️ Get the deposit/payment URL on the selected exchange

Implementation

Future<GetExchangeUrlResult> getExchangeUrl({
  required GetExchangeUrlParams params,
});