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

GET /ETH/nextid

Response Example

code{
  "nextId": 123
}

Error Responses

  • 404 Not Found: If the specified ticker does not exist.

  • 500 Internal Server Error: For server-related issues.

Last updated