OUTCOME · Inspect
What changes
Read-only public projection. It excludes private issuer records, arbitrary metadata, pricing, holdings, listings, payment state, and authority selectors.
v2Digital assets
/api/v2/asset-collections/{collection_uuid}PURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use after collection discovery when an integration needs one public collection's canonical identity, category, metadata commitment, lifecycle state, and display fields.
OUTCOME · Inspect
Read-only public projection. It excludes private issuer records, arbitrary metadata, pricing, holdings, listings, payment state, and authority selectors.
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
collection_uuidpathRequiredidentifierCanonical 32-character hexadecimal collection identifierEXAMPLEcollection-uuid-01
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"category_code": "example-category-code",
"collection_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"created_at": "2026-09-02T18:30:00Z",
"description": "example-description",
"image_uri": "https://example.com/resource",
"metadata_hash": "example-metadata-hash",
"name": "example-name",
"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 ↗