# Get Next ID for Minting

### Endpoint Details: Get Next ID for Minting

#### Path

* `GET /:ticker/nextid`

#### Description

* Retrieves the next available ID for minting a new inscription for the specified ticker.

#### Parameters

* `ticker`: The ticker symbol of the token (path parameter).

#### Request Example

```http
GET /NUVOGENESIS/nextid
```

#### Response Example

```json
{"nextId":1013465,"tokenType":"nip-20","contract":"0x213675a2BdF53F910972E43166165a08f1AD4489"}
```

#### Error Responses

* `404 Not Found`: If the specified ticker does not exist.
* `500 Internal Server Error`: For server-related issues.
