dual_list_objects
List tokenized asset instances created from templates and owned by wallets. Filter by template, owner, FQDN, or geographic hash with pagination support.
Instructions
List tokenized objects (asset instances). Objects are created from templates and owned by wallets. Filter by template, owner, FQDN, or geographic hash. Supports pagination.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | No | Filter by template ID | |
| owner | No | Filter by owner wallet ID | |
| fqdn | No | Filter by FQDN | |
| dropped | No | Filter by dropped status | |
| geo_hash | No | Filter by geographic hash | |
| limit | No | Maximum results to return (1-100, default 20) | |
| next | No | Cursor for next page (from previous response) |