---
title: "GET /asset-list/{account}"
method: GET
path: "/asset-list/{account}"
tags: ["AssetOwnershipController"]
---

# GET /asset-list/{account}

`GET /asset-list/{account}`

## Path parameters

- `account` string, required

## Query parameters

- `assets` string[]

## Response `200`

OK

- object[]
  - `asset` string
  - `balance` union
    - string
    - number
  - `tokens` object[]
    - `id` union
      - string
      - number
    - `balance` union
      - string
      - number
    - `uri` string
    - `metadata` object

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
