Filecoin.ChainGetParentMessages
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns all messages from the parent tipset of the given block CID. These are the messages that were executed to produce the state that the given block builds on top of. Each entry includes the message CID and the full message body.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<object>requiredOrdered list of parameters. Contains a single CID object identifying the block whose parent messages to retrieve.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the parent tipset's messages.