Access
Generate a nonce for signature authentication
Generates a nonce that can be used for message signing to authenticate a user, valid for 10 minutes.
GET
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Response
200
application/json
Nonce generated successfully.
The ID of the created access code record.
Example:
"5d162e6f-20ed-4a8c-b7bb-44a53b6f7d8a"
The message to be signed by the user for authentication.
Example:
"Please sign this message to authenticate:\\n\\nNonce: c180a20a7fcef2e63447f46e6177f9cb"
The nonce value used for authentication.
Example:
"c180a20a7fcef2e63447f46e6177f9cb"