Home

Filecoin.MpoolGetNonce

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the next available nonce for the specified address. This takes into account both the confirmed on-chain nonce and any pending messages in the local message pool (mempool). The returned nonce is the value that should be used for the next message from this address.

Body

application/json
jsonrpcstringrequired

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<string>required

Ordered list of parameters. Contains a single address string.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the next nonce.