List All Minted Inscriptions
List All Minted Inscriptions
Path
GET /mints/:ticker
Description
Retrieves all minted inscriptions (identified by transaction hash) for a specific ticker.
Parameters
ticker
: The ticker symbol of the token (path parameter).
Request Example
Response Example
Error Responses
404 Not Found
: If no minted inscriptions are found for the given ticker.500 Internal Server Error
: For server-related issues.
Last updated