Price
Get transaction fees and token exchange rate for various supported blockchains.
Supported
Ripple
Fee
import core from '@poro-wallet/core';
const node = 'https://s.altnet.rippletest.net:51234';
const fee = await core.price.ripple.fee(node);
// => 0.00001Token Exchange Rate
Last updated