Home

Filecoin.StateReadState

POST
https://fil.nownodes.io/rpc/v1

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Reads the complete state of an actor from the chain state tree. Returns the actor's balance, code CID (which determines the actor type), and internal state data. The state structure varies depending on the actor type (account, miner, multisig, payment channel, etc.).

Body

application/json
jsonrpcstringrequired

JSON-RPC protocol version. Must always be "2.0".

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<string | array>required

Ordered list containing the actor address and an optional tipset key for state context.

Show child attributes
One of

The address of the actor whose state to read. Can be any valid Filecoin address format.

string

TipSet key for state context. Use null for current head.

array | null
idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the actor's state.