Get account nonce

get
Query parameters
addressstringRequired

Address of the account to lookup nonce for

Example: 0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC74ff3
Responses
200Success
application/json
get
GET /v1/accounts/nonce HTTP/1.1
Host: api.testnet.1money.network
Accept: */*
{
  "nonce": 0
}

Last updated