Skip to main content

Get Current Gas Price

Loading...

Updated on
Mar 24, 2026

Get Current Gas Price

Parameters

This method does not accept any parameters

Returns

data
object
Loading...
epoch
object
Loading...
referenceGasPrice
string
Loading...
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/graphql' \
2
--header 'Accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"query": "query { epoch { referenceGasPrice } }"
6
}'
7
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/graphql' \
2
--header 'Accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"query": "query { epoch { referenceGasPrice } }"
6
}'
7
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free