Filecoin.ChainGetMessagesInTipset
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns all unique messages from all blocks in the specified tipset. Messages that appear in multiple blocks within the same tipset are de-duplicated (each message is returned only once). Each entry includes the message itself and its CID.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<Array<object>>requiredOrdered list of parameters. Contains a single tipset key (array of block CIDs) identifying the tipset.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing de-duplicated messages from the tipset.