OUTCOME · Inspect
What changes
Read-only, public, minimized projection. It exposes no issuer-private record, owner balance, holding, listing, quote, custody selector, mint key, redemption address, or transfer authority.
v2Digital assets
/api/v2/assets/{asset_uuid}PURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use after catalog discovery when an integration needs one published asset's canonical identity, collection binding, precision, exact supply projection, metadata commitment, lifecycle state, and public timestamps.
OUTCOME · Inspect
Read-only, public, minimized projection. It exposes no issuer-private record, owner balance, holding, listing, quote, custody selector, mint key, redemption address, or transfer 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
asset_uuidpathRequiredidentifierCanonical 32-character lowercase hexadecimal asset identifierEXAMPLEasset-uuid-01
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"asset_type": "example-asset-type",
"asset_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"base_currency": "USD",
"collection_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"created_at": "2026-09-02T18:30:00Z",
"decimals": 0,
"description": "example-description",
"maximum_supply": "example-maximum-supply",
"media_uri": "https://example.com/resource",
"metadata_hash": "example-metadata-hash",
"minted_supply": "example-minted-supply",
"name": "example-name",
"published_at": "2026-09-02T18:30:00Z",
"status": "example-status",
"symbol": "example-symbol",
"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 ↗