List All Minted Inscriptions
List All Minted Inscriptions
Path
Description
Parameters
Request Example
GET /mints/ETHResponse Example
jsonCopy code{
"mints": [
{
"tx_hash": "0x789abc...",
"amount": 50,
// ... other mint details
},
// ... more minted inscriptions
]
}Error Responses
Last updated