Home

Filecoin.StateSearchMsg

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Searches the blockchain for a message by its CID and returns the message receipt along with the tipset where it was included. The search starts from the specified tipset and proceeds backwards. Can optionally find messages that were replaced by another message with the same nonce but higher gas.

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 | integer | boolean>required

Ordered list containing tipset key, message CID, lookback limit, and allowReplaced flag.

Show child attributes
One of

TipSet key to start search from. Use null for chain head.

array | null
/string

Message CID.

Maximum epochs to search backwards. Use -1 for unlimited (search to genesis).

integer

Whether to return info if the message was replaced by another message with same sender/nonce.

boolean
idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing message lookup result. Returns null if the message was not found within the search range.