---
title: "Issue a c_nonce for the credential proof"
method: POST
path: "/v1/nonce"
tags: ["OpenID4VCI Protocol"]
---

# Issue a c_nonce for the credential proof

`POST /v1/nonce`

Mint a nonce for the OpenID4VCI (OpenID for Verifiable Credential Issuance) holder proof. Use the returned `c_nonce` inside the proof you send to the credential endpoint. The capture shows a 60-second nonce lifetime.

## Request body

- object

## Response `200`

Didit minted a single-use challenge nonce.

- object
  - `c_nonce` string — Put this challenge nonce in the holder proof.
  - `c_nonce_expires_in` integer — You receive the nonce lifetime in seconds.

---

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