Skip to content

BE-07: Asset Registry Service (Verified Assets, Metadata, Caching) #242

@Cedarich

Description

@Cedarich

Labels: backend, stellar, performance, wave4
Complexity: 150 points
Branch: feat/be-asset-registry
Summary
Provide a backend asset registry API that returns verified assets (XLM, USDC, etc.) plus metadata used by link generators and path payments.
Tasks

  • Define asset model (code, issuer, type, decimals, icon_url, verified).
  • Add endpoint to search and fetch verified asset list.
  • Cache responses and add ETag/If-None-Match support.
  • Add admin workflow to mark assets verified/unverified.
    Acceptance Criteria
  • Verified list returns quickly and supports search.
  • Caching reduces repeated calls without stale/incorrect results.
  • Admin changes are reflected immediately after cache invalidation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions