Objects

Tokenized instances of templates representing real-world or digital assets.

What are Objects?

Objects are the core asset unit in DUAL — tokenized representations of real-world or digital items. Each object is an instance of a template and carries its own state, ownership, and activity history.

Object Relationships

Objects can have parent-child relationships, enabling hierarchical asset structures. Query relationships with GET /objects/{id}/children and GET /objects/{id}/parents.

Activity Log

Every action performed on an object is recorded in its activity log, providing a complete audit trail. Access it via GET /objects/{id}/activity.

Search & Discovery

Use POST /objects/search for flexible querying with filters, or GET /objects/{id}/geo for geographic proximity searches.