---
title: "Mint the user's URID"
method: POST
path: "/api/v1/mint"
tags: ["External Wallet Access Mode"]
---

# Mint the user's URID

`POST /api/v1/mint`

Mints the URID NFT for a new user (account status must be Na). Requires GeeTest verification fields. The tokenId header carries the pre-generated URID.

## Headers

- `tokenId` string, required
- `network` string, required

## Request body

- object
  - `address` string, required — User's Ethereum wallet address.
  - `lotNumber` string, required — GeeTest verification session ID.
  - `captchaOutput` string, required — GeeTest verification output result.
  - `passToken` string, required — GeeTest pass token.
  - `genTime` string, required — GeeTest generation timestamp (seconds).
  - `image` string — NFT image (Base64). Optional.
  - `backGroundColor` string — Background color (hex). Optional.
  - `land` string — Land information. Optional.

## Response `200`

Response envelope. For the user API, retCode 0 means success; for the partner API, code 0 means success. Business rejections return HTTP 200 with a non-zero code.

- EwaEnvelope — Standard response envelope for the user API (api.ur.app).
  - `retCode` integer, required — 0 on success; non-zero indicates failure.
  - `retMsg` string, required — Human-readable message; error details when retCode is non-zero.
  - `result` unknown
  - `timeNow` integer — Server timestamp in milliseconds.

---

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