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

# Get wallet login nonce

`GET /v1/auth/nonce`

Handles `GET /v1/auth/nonce` via `get.v1.auth.nonce`.

## Query parameters

- `wallet_pubkey` string, required

## Response `200`

Nonce issued

- WalletNonceResponse
  - `expires_at` string, required
  - `message` string, required
  - `nonce_id` string, required

## Other responses

- `400` — Standard JSON error payload.
- `500` — Standard JSON error payload.

---

[API](https://skmtc.net/phoenix/apis/phoenix-eternal-api.md) · [All operations](https://skmtc.net/phoenix/apis/phoenix-eternal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phoenix/phoenix-eternal-api/versions/0f598402d680/schema)
