Nonce
This function retrieves the nonce for a given wallet address using the Limit Order SDK. The nonce is a unique number used for transaction ordering and prevention of replay attacks. It queries the nonce using the LimitOrder.getNonce()
method.
Example:
Response:
Name | Type | Description |
---|---|---|
|
| Status of the response. |
|
| Status code of the response. |
|
| Nonce of the user. |
Last updated