get https://explorers.t-dx.com/api/rest/v1/algo//material
This endpoint returns the transaction material.
Fees
Check out the Algorand documentation for the fees logic.
fee = max(current_fee_per_byte*len(txn_in_bytes), min_fee)
When the network does not experience contention, feePerBytes
is 0 and is absent from the reply