---
title: "List Assets"
method: GET
path: "/api/v1/developer/assets"
tags: ["ASSETS", "DEVELOPER"]
---

# List Assets

`GET /api/v1/developer/assets`

## Query parameters

- `cursor` string — Cursor for pagination
- `limit` integer — Number of results per page

## Response `200`

Successful Response

- ResponseEnvelopeMultiItemsAssetResponse
  - `items` AssetResponse[], nullable — Response items of type T
    - `id` integer, required — Unique asset identifier
    - `slug` string, required — URL-friendly asset identifier
    - `source` string, required — Data source (e.g. allium)
    - `chain_specific_data` object, required — Per-chain contract addresses and decimals
    - `name` string, required — Token name
    - `symbol` string, required — Token symbol
    - `image_url` string, nullable, required — Token logo URL
    - `circulating_supply` number, nullable, required — Circulating token supply
    - `token_creation_time` string, date-time, nullable, required — Token creation timestamp (UTC)
  - `cursor` string, nullable — Pagination cursor for next page
  - `error` string, nullable — Error message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/allium/apis/allium-account-api.md) · [All operations](https://skmtc.net/allium/apis/allium-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/allium/allium-account-api/versions/6c79c032c85d/schema)
