post
https://api.infstones.com/sui/mainnet/
Governance Read API
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Return the reference gas price for the network
Parameters
None
Result
Gas price: <BigInt_for_uint64> - get reference gas price information for the network.
Example
Request
curl <your-endpoint> \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"jsonrpc": "2.0",
"id": 1,
"method": "suix_getReferenceGasPrice",
"params": []
}
'Response
{
"jsonrpc": "2.0",
"result": "930",
"id": 1
}