fee_used does not include rent
The fee_used field in a Solana transaction record covers only the on-chain network transaction fee and does not include rent. For details, see Estimate transaction fees.
Rent is not parsed from completed transactions
When Cobo processes a completed on-chain transaction, rent_amount is not extracted from the transaction data. As a result:
- The
rent_amountfield in completed transaction records will not reflect the actual rent charged. - No deposit record is created for the rent transfer to the sub-address.
- No
wallets.addresses.createdorwallets.transaction.*webhook event is emitted for the rent payment.
