Returns the outbound fee information for the provided asset.
/thorchain/outbound_fee/{asset}
BTC.BTC
optional block height, defaults to current tip
curl -L \ --url 'https://thor.nownodes.io/thorchain/outbound_fee/{asset}'
[ { "asset": "ETH.ETH", "outbound_fee": "300000", "fee_withheld_rune": "30000000000000", "fee_spent_rune": "20000000000000", "surplus_rune": "10000000000000", "dynamic_multiplier_basis_points": "15000" } ]