Home

Filecoin.StateReplay

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Re-executes a message that was already included in the chain to retrieve detailed execution information including traces and gas costs. Unlike StateSearchMsg which returns the stored receipt, StateReplay actually re-runs the execution providing full traces for debugging and analysis.

Body

application/json
jsonrpcstringrequired

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<Array<object> | object>required

Ordered list containing the tipset key for execution context and the message CID to replay.

Show child attributes
One of
Array<object> | null
Show child attributes
/string

Block CID.

/string

Message CID.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response with execution replay results. Structure is identical to StateCall response including message, receipt, gas costs, and full execution traces.