v1

latestOpenAPI 3.0.02026-07-17715665.1 KB
Authentication

Generates a nonce for the user and returns it

post/api/auth/eth-signature/nonce

Request body

identityEthAddressstring required

Example request

{
  "identityEthAddress": "0xAAB27b150451726EC7738aa1d0A94505c8729bd1"
}

Response

Nonce generated successfully

identityEthAddressstring required
noncestring required

Example response

{
  "identityEthAddress": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "nonce": "uh9h998u98uj09noj"
}