---
title: "Get login nonce"
method: GET
path: "/v1/auth/nonce"
tags: ["Authentication"]
---

# Get login nonce

`GET /v1/auth/nonce`

Get a one-time nonce for the EIP-712 Login flow. The nonce expires after 5 minutes and can only be used once.

## Response `200`

A successful response.

- ApiGetLoginNonceResponse
  - `nonce` string — One-time nonce for EIP-712 Login signature (hex string)

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
