Skip to content
Ethereum-Compatible Interface

eth_gasSlicePriceTry API

POST eth_gasSlicePrice (eth_gasSlicePrice)

description:in use EthereumcompatibleAPIoperationothermetaspace when, thenneed tothroughgasSlicePricereturngasPricepropertyvalue

Parameters

Sliceno: metaspace number

Return Values

See above

Example Code
Request
{
"jsonrpc": "2.0",
"method": "eth_gasSlicePrice",
"params": [
  1
],
"id": "1"
}
Response
{
 "jsonrpc":  "2.0",
 "id":  "1",
 "result":  "0x010000000000000000"
}

On this page