Filecoin.StateReplay
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<Array<object> | object>requiredOrdered list containing the tipset key for execution context and the message CID to replay.
idintegerrequiredAn 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.