suix_getReferenceGasPrice
Governance Read API: Return the reference gas price for the network
- None
u64
:<uint64>
Request
curl --location 'https://sui-testnet.blastapi.io/<project-id>' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "suix_getReferenceGasPrice",
"params": []
}'
Result
{
"jsonrpc": "2.0",
"result": "1000",
"id": 1
}
Last modified 1mo ago