Home

Filecoin.ChainGetMessagesInTipset

POST
https://fil.nownodes.io/rpc/v1

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired

JSON-RPC protocol version. Must always be "2.0".

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<Array<object>>required

Ordered list of parameters. Contains a single tipset key (array of block CIDs) identifying the tipset.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing de-duplicated messages from the tipset.