---
title: "Collection Assets"
method: GET
path: "/assets/collection-assets"
tags: ["Assets"]
---

# Collection Assets

`GET /assets/collection-assets`

Use this API to explore a collection's assets and its market info

## Query parameters

- `chain` 'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad', required
- `collectionId` string, required
- `assetIds[]` string[]
- `includeFloorAskSource[]` AssetFloorAskSourceEnum[]
- `name` string
- `includeTopBid` boolean
- `limit` number
- `sortBy` 'price' | 'listedAt'
- `sortDir` 'asc' | 'desc'
- `continuation` string

## Response `200`

Successful

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
