| description | Return the reference gas price for the network |
|---|
None
SuiSystemStateSummary< SuiSystemStateSummary >
{% code overflow="wrap" %}
// Request
curl https://sui.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json"
--data
'{
"jsonrpc": "2.0",
"id": 1,
"method": "suix_getReferenceGasPrice",
"params": []
}'
// Result
{
"jsonrpc": "2.0",
"result": "750",
"id": 1
}{% endcode %}