Get account nonce
get
/v1/accounts/nonce
Query parameters
addressstringRequiredExample:
Address of the account to lookup nonce for
0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC74ff3Responses
200Success
application/json
400
Client error
application/json
404
Resource not found
application/json
408
Request timeout
application/json
422
Business logic error
application/json
500
Internal server error
application/json
get
/v1/accounts/nonceGET /v1/accounts/nonce?address=text HTTP/1.1
Host: api.testnet.1money.network
Accept: */*
{
"nonce": 0
}Last updated