Skip to main content
GET
/
account-nonce
cURL
curl --request GET \
  --url https://beta.rocketfi.io/account-nonce
{
  "nonce": 1
}

Path Parameters

account
string<hex>
required

Account address (required) An Ethereum-style account address (20 bytes).

Response

200 - application/json

Account transaction nonce for replay protection

nonce
integer<int64>
required

The current transaction nonce for the account (0 for new accounts)

Required range: x >= 0