OUTCOME · Inspect
What changes
Read-only public receipt. It cannot issue or transfer supply, establish holder ownership, prove payment, or confer issuer or mint authority.
v2Digital assets
/api/v2/asset-mints/{mint_uuid}PURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use when an integration has a canonical mint UUID and needs the exact public quantity, lifecycle state, timestamps, and cross-checked retained proof for issuance reconciliation.
OUTCOME · Inspect
Read-only public receipt. It cannot issue or transfer supply, establish holder ownership, prove payment, or confer issuer or mint authority.
WHY IT MATTERS
ISOLATION + AUTHORITY
Issuer, collection, asset, mint, proof, owner, network, supply, metadata, custody, marketplace, and trading boundaries remain distinct. Reading an asset or proof cannot issue, mint, transfer, list, value, or trade it; current trading and matching controls remain frozen unless separately approved.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
mint_uuidpathRequiredidentifierCanonical 32-character lowercase hexadecimal mint-event identifierEXAMPLEmint-uuid-01
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"asset_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"created_at": "2026-09-02T18:30:00Z",
"mint_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"proof": {
"collection_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"created_at": "2026-09-02T18:30:00Z",
"event_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"issued_at": "2026-09-02T18:30:00Z",
"ledger": "example-ledger",
"network": "example-network",
"payload_hash": "example-payload-hash",
"previous_proof_hash": "example-previous-proof-hash",
"proof_type": "example-proof-type",
"proof_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"signature": "example-signature",
"signature_algorithm": "example-signature-algorithm",
"signature_key_id": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"status": "example-status",
"subject_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB"
},
"quantity": "example-quantity",
"status": "example-status",
"updated_at": "2026-09-02T18:30:00Z"
}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗