---
title: "Retrieve a paginated list of assets in default market-cap order"
method: GET
path: "/assets"
tags: ["Assets"]
---

# Retrieve a paginated list of assets in default market-cap order

`GET /assets`

Retrieve a paginated list of assets in default market-cap order. Does NOT support sorting by 24h change, volume, or other fields — for rankings, movers, gainers/losers, or any 'top by X' query use /agentFriendly/assets_search with sortBy/sortOrder (or /agentFriendly/top_movers for gainers/losers). Supports search, ids, limit, and offset only.

## Query parameters

- `search` string
- `ids` string
- `limit` integer
- `offset` integer

## Response `200`

A list of assets

- object
  - `timestamp` integer
  - `data` object[]
    - `id` string
    - `rank` string, nullable
    - `symbol` string
    - `name` string
    - `supply` string
    - `maxSupply` string
    - `marketCapUsd` string
    - `volumeUsd24Hr` string
    - `priceUsd` string
    - `changePercent24Hr` string, nullable
    - `vwap24Hr` string, nullable
    - `explorer` string
    - `tokens` object
    - `status` string
    - `frozenAt` integer, nullable

## Other responses

- `500` — Internal server error

---

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