Creating a nonce is as simple as calling the create nonce endpoint or using the createNonce() function when using the SDK.The nonce id is further used when getting the details about a nonce account or adding a new transaction to the queue.
Copy
curl -X POST "https://yournonciinstance.com/nonce/create" \-H "Authorization: Bearer <secret>"