GET
/
api
/
v1
/
user
/
nonce
curl --request GET \
  --url https://apiserver.beratrade.io/api/v1/user/nonce \
  --header 'Bliq-Key: <bliq-key>' \
  --header 'Bliq-Secret: <bliq-secret>'
{
  "body": "<string>",
  "message": "<string>",
  "status": 123
}

Headers

Bliq-Key
string
required

bliq_key obtained during authentication

Bliq-Secret
string
required

bliq_secret obtained during authentication

Response

200 - application/json
Current nonce value for the user
body
string
required

Current nonce value

message
string
required
status
integer
required