Provides calculated gas price values in GWEI (nAVAX for Avalanche).Returns all necessary parameters for transactions with gas calculation according to the EIP-1559 model, as well as for transactions with gas calculation according to the legacy model.
curl--location--request GET 'https://api.entrswap.io/v1/1/gasprices'
Responses
🟢200OK
application/json
Body
baseFee
string
optional
Base fee for the next block in blockchain.(The parameter for transactions with gas calculation according to the EIP-1559.)
Example:
20.05
low
string
optional
The gas price at which the transaction is most likely to be accepted not earlier than after block 5. There is a risk of a long transaction confirmation.(The parameter for transactions with gas calculation according to the legacy model.)
Example:
21.01
lowInfo
object(api.GasPriceInfoAPIWrapped)
optional
price
string
optional
The gas price. (The parameter for transactions with gas calculation according to the legacy model.)
Example:
21.01
maxPriorityFeePerGas
string
optional
Max Priority Fee Per Gas — tips for miners. (The parameter for transactions with gas calculation according to the EIP-1559.)"
Example:
0.1
maxFeePerGas
string
optional
Max Fee Per Gas. (The parameter for transactions with gas calculation according to the EIP-1559.)
Example:
22.01
medium
string
optional
The gas price at which the transaction is most likely to be accepted in the next 2-3 block.(The parameter for transactions with gas calculation according to the legacy model.)
Example:
22.02
mediumInfo
object(api.GasPriceInfoAPIWrapped)
optional
high
string
optional
The gas price at which the transaction is most likely to be accepted in the next block.(The parameter for transactions with gas calculation according to the legacy model.)