以太坊兼容接口eth_gasSlicePrice在线调用POST eth_gasSlicePrice (eth_gasSlicePrice) 说明:在用以太坊兼容接口操作其他元空间时候,就要通过gasSlicePrice返回gasPrice属性值 参数 Sliceno: 元空间号 返回值 See above 示例代码 请求{ "jsonrpc": "2.0", "method": "eth_gasSlicePrice", "params": [ 1 ], "id": "1" } 响应{ "jsonrpc": "2.0", "id": "1", "result": "0x010000000000000000" }eth_gasPrice上一页eth_getTransactionCount下一页