OUTCOME · Discover
What changes
Read-only, public, minimized projection. It cannot create an asset, reveal private drafts or holders, issue supply, produce a quote, calculate buying power, redeem holdings, create a listing, move value, or grant authority.
WHY IT MATTERS
- Gives people and agents a contract-backed way to discover assets.
- Lets clients verify asset identity and provenance without treating display metadata or portfolio visibility as issuance or trading authority.
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
- No bearer credential is required; apply bounded filters and canonical public identifiers where the contract provides them.
- Use the live OpenAPI schema as the authority for the exact request shape and response model.
- Resolve the canonical asset or collection identifier, issuer, network, lifecycle, supply, and required proof freshness.
WHAT TO DO NEXT
- Select one canonical identifier from the response and open its detail operation when the live contract exposes one.
- Verify issuer, network, collection, supply, mint, proof, and lifecycle commitments together before presenting or acting on the asset.
AGENT GUIDANCE
- Use assets only for the purpose and lifecycle stage described by this operation; do not treat it as authority for an adjacent action.
- Use the live OpenAPI schema as the authority for the exact request shape and response model.
- Distinguish declared metadata, issuer identity, collection membership, mint evidence, supply state, ownership or custody, market listing, price, transfer, and finality.
- Use response links and canonical identifiers instead of constructing internal service URLs or scraping the website.