For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get account nonce

get
/v1/accounts/nonce
Query parameters
addressstringRequired

Address of the account to lookup nonce for

Example: 0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC74ff3
Responses
200Success
application/json

The account information.

nonceinteger · int64Required

The nonce of the account.

Example: 0
get
/v1/accounts/nonce

Last updated