Filecoin.ChainGetMessage
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Reads a message from the chain blockstore by its CID. This returns the unsigned message body regardless of whether it was originally signed with BLS or SECP256K1. The message contains all fields necessary for execution including sender, recipient, value transfer, gas parameters, and actor method invocation details.
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 message to retrieve.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the message.