suix_getReferenceGasPrice

Governance Read API

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
}
Language
Click Try It! to start a request and see the response here!