Set local nonce

Sets the next transaction nonce for the given HSM address that will be used with the nonce management feature.

Securitybearer or cookie
Request
path Parameters
chain
required
string (ChainName)

The blockchain chain label.

Value: "ethereum"
wallet_address
required
string (ETHAddress) ^0[xX][a-fA-F0-9]{40}$

An Ethereum address.

Request Body schema: application/json
required
nonce
integer <int64>

If nonce is specified the provided value is set, otherwise the value is read from the blockchain.

Responses
200

OK

4XX

Client error.

5XX

Server error.

post/chains/{chain}/hsm/nonce/{wallet_address}
Request samples
application/json
{
  • "nonce": 0
}
Response samples
application/json
{
  • "status": 0,
  • "message": "string"
}
Copyright © Curvegrid 2022. All right reserved.