---
title: "Generates a nonce for the user and returns it"
method: POST
path: "/api/auth/eth-signature/nonce"
tags: ["Authentication"]
---

# Generates a nonce for the user and returns it

`POST /api/auth/eth-signature/nonce`

## Request body

- NonceInputDto
  - `identityEthAddress` string, required

## Response `201`

Nonce generated successfully

- NonceResponseDto
  - `identityEthAddress` string, required
  - `nonce` string, required

---

[API](https://skmtc.net/givepraise/apis/praise-api.md) · [All operations](https://skmtc.net/givepraise/apis/praise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/givepraise/praise-api/revisions/d960746392e5/schema)
