Symoria logo

Collector inventory

My Assets

This page is ready for integration. Purchased assets will appear here once the backend returns the user's owned NFT inventory.

Explore marketplace

Awaiting inventory API

Replace this placeholder with your real owned-assets response once auth and purchase settlement APIs are ready. This screen should eventually render the user's confirmed NFTs returned from the backend.

Expected backend shape

GET /user/assets

{
  "assets": [
    {
      "id": 1,
      "title": "Volt Valkyrie",
      "price": "2.45 ETH",
      "owner": "0xf3e2...0b9c"
    }
  ]
}
Browse available NFTs