For the complete documentation index, see llms.txt. This page is also available as Markdown.

eth_gasPrice

POST https://mainnet.valuechain.xyz

Returns the current gas price in wei per gas.

See Gas & Fees. EIP-1559 is enabled; the base fee is paid to the block builder, not burned.

Parameters

None.

Result

Gas price (quantity): Hex-encoded price per gas in wei of SOSO. This is not the total transaction fee.

Example

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x1e8480"
}

Code examples

cURL

JavaScript

Python

Last updated