Filecoin.ChainGetBlockMessages
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns all messages that were included in the block identified by the given CID. Messages are separated into BLS-signed and SECP256K1-signed categories. A combined list of all message CIDs is also returned.
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 messages to retrieve.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing BLS messages, SECP256K1 signed messages, and a combined CID list.