OUTCOME · Reconcile
What changes
Read-only public evidence. It cannot replay an event, infer a private holding, authorize a mutation, reverse history, or establish payment, delivery, redemption, or settlement finality.
v2Digital assets
/api/v2/assets/{asset_uuid}/historyPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use to reconcile the ordered public lifecycle of one published asset after resolving its canonical asset_uuid.
OUTCOME · Reconcile
Read-only public evidence. It cannot replay an event, infer a private holding, authorize a mutation, reverse history, or establish payment, delivery, redemption, or settlement finality.
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_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"events": [
{
"asset_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"collection_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"created_at": "2026-09-02T18:30:00Z",
"event_type": "example-event-type",
"event_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"quantity": "example-quantity"
}
]
}{
"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 ↗