POST
/
api
/
v1
/
auth
curl --request POST \
  --url https://apiserver.beratrade.io/api/v1/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "signingKey": "<string>",
  "signingSignature": "<string>",
  "ethAddress": "<string>",
  "ethSignature": "<string>",
  "expiryTs": 123,
  "nonce": 123,
  "chainId": 123
}'
[
  {
    "body": {
      "bliq_key": "<string>",
      "bliq_secret": "<string>",
      "bliq_secret_hash": "<string>"
    },
    "message": "<string>",
    "status": 123
  }
]

Body

application/json

The body is of type object.

Response

200
application/json

Auth Response

The response is of type object[].