---
title: "Get a list of assets"
method: GET
path: "/v1/assets"
tags: ["assets"]
---

# Get a list of assets

`GET /v1/assets`

Get a list of assets

## Query parameters

- `page_size` integer
- `cursor` string
- `order_by` string
- `direction` string
- `user` string
- `status` string
- `name` string
- `metadata` string
- `sell_orders` boolean
- `buy_orders` boolean
- `include_fees` boolean
- `collection` string
- `updated_min_timestamp` string
- `updated_max_timestamp` string

## Response `200`

OK

- AssetList
  - `result` Application[], required
    - `id` string, required
    - `name` string, required
    - `created_at` string, required
  - `cursor` string, required
  - `remaining` number, required

---

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