Skip to main content

ren_queryBlockState

ren_queryBlockState returns the current RenVM state, including information about fees and gas prices for each chain.

Request Body — REQUIRED
method string — REQUIRED

Make a call to the "ren_queryBlockState" method.

id int32

This value will be passed back in the response, used to match the response with the request that it is replying to.

jsonrpc string — REQUIRED

JSON-RPC Version ("2.0")

params object — REQUIRED
Responses
200

Successful response

Schema
jsonrpc string
id number
result
state object
t object — REQUIRED
struct undefined[] — REQUIRED
v object — REQUIRED
latestHeight string — REQUIRED
gasCap string — REQUIRED
gasLimit string — REQUIRED
gasPrice string — REQUIRED
minimumAmount string — REQUIRED
dustAmount string — REQUIRED
required
additionalProperties
type