Filecoin.MpoolGetNonce
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<string>requiredOrdered list of parameters. Contains a single address string.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the next nonce.