Filecoin.ChainGetParentReceipts
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the message execution receipts for all messages in the parent tipset of the given block. The receipts are ordered to correspond one-to-one with the messages returned by ChainGetParentMessages for the same block CID.
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 receipts to retrieve.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing an array of message execution receipts.