Nonce Management
It’s better to use multiple api keys.
- You can use up to 255 different
API_KEY_INDEX
values. Each index manages its own nonce stream independently, allowing parallel transaction submission.
In general, if a transaction has a non error response, you can increase the nonce manually (nonce will NOT update right away on the server side) - the cases where there is no api error and the transaction fails internally should be very rare
Updated 4 days ago