Last updated
const fee = await sdk.transaction.getFee({
type: 'TRANSFER',
from: '0xaaaaaa',
destination: '0xbbbbbbbb',
protocol: 'POLYGON',
})
// Fee information object
// {
// "chainId": 137,
// "estimateValue": "0.000021",
// "unit": "wei",
// "gas": 21000,
// "gasPrice": "1000000000"
// }