Home

Filecoin.MpoolPending

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns all pending messages in the message pool that are valid for the specified tipset. The message pool (mpool) is a local cache of pending messages that miners use to select transactions for inclusion in new blocks. Messages remain in the pool until they are included in a block, replaced by a higher gas message, or pruned.

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 which specifies the chain state for message validity check.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing array of pending signed messages.