cURL
curl --request GET \ --url https://apiserver.beratrade.io/api/v1/user/nonce/{address}
{ "body": "<string>", "message": "<string>", "status": 123 }
Get the nonce of the user (used during authentication)
User address
Current nonce value for the user
The response is of type object.
object