GET
/
api
/
v1
/
user
/
nonce
/
{address}
curl --request GET \
  --url https://apiserver.beratrade.io/api/v1/user/nonce/{address}
{
  "body": "<string>",
  "message": "<string>",
  "status": 123
}

Path Parameters

address
string
required

User address

Response

200 - application/json

Current nonce value for the user

The response is of type object.