Get transaction 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

Language
Click Try It! to start a request and see the response here!