Filecoin.StateSearchMsg
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<array | object | integer | boolean>requiredOrdered list containing tipset key, message CID, lookback limit, and allowReplaced flag.
idintegerrequiredAn 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.