Aptos RPC API
Estimate gas price
Currently, the gas estimation is handled by taking the median of the last 100,000 transactions If a user wants to prioritize their transaction and is willing to pay, they can pay more than the gas price. If they’re willing to wait longer, they can pay less. Note that the gas price moves with the fee market, and should only increase when demand outweighs supply.
If there have been no transactions in the last 100,000 transactions, the price will be 1.
GET
https://aptos-mainnet.s.chainbase.online/{api-key}/v1
/
estimate_gas_price
Response
200 - application/json
Struct holding the outputs of the estimate gas API
gas_estimate
integer
requiredThe current estimate for the gas unit price
deprioritized_gas_estimate
integer
The deprioritized estimate for the gas unit price
prioritized_gas_estimate
integer
The prioritized estimate for the gas unit price