Skip to main content

qc_gasPrice

Returns the current gas price in wei.

qc_maxPriorityFeePerGas

Returns the suggested priority fee (tip) per gas for EIP-1559 transactions.

qc_feeHistory

Returns historical gas fee data. Useful for estimating future fees.

qc_estimateGas

Estimates the gas needed to execute a transaction. The transaction is not sent.
0x5208 = 21000 gas, the base cost of a simple QUANTUM transfer.