---
title: "NFTs by Collection"
method: GET
path: "/mint/collection"
tags: ["NFTs"]
---

# NFTs by Collection

`GET /mint/collection`

Retrieves mints based on the collection ID provided

## Query parameters

- `collId` string, required
- `sortBy` 'ListingPriceAsc' | 'ListingPriceDesc' | 'ListingNormalizedPriceAsc' | 'ListingNormalizedPriceDesc' | 'HybridAmountAsc' | 'HybridAmountDesc' | 'LastSaleAsc' | 'LastSaleDesc' | 'ListedTimeDesc' | 'RankHrttAsc' | 'RankHrttDesc' | 'RankStatAsc' | 'RankStatDesc' | 'RankTeamAsc' | 'RankTeamDesc' | 'RankTnAsc' | 'RankTnDesc' | 'OrdinalAsc' | 'OrdinalDesc', required
- `limit` integer, required
- `onlyListings` boolean
- `mints` string[]
- `cursor` string
- `listingSources` DataSource[]
- `minPrice` number, float
- `maxPrice` number, float
- `traitCountMin` integer
- `traitCountMax` integer
- `name` string
- `excludeOwners` string[]
- `includeOwners` string[]
- `includeCurrencies` string[]
- `traits` string[]
- `raritySystem` 'Hrtt' | 'Stat' | 'Team' | 'Tn'
- `rarityMin` number, float
- `rarityMax` number, float
- `onlyInscriptions` boolean
- `immutableStatus` 'BOTH' | 'IMMUTABLE_ONLY' | 'MUTABLE_ONLY'

## Response `200`

Ok

- unknown

## Other responses

- `400`
- `404`
- `422`

---

[API](https://skmtc.net/tensor/apis/trading-api.md) · [All operations](https://skmtc.net/tensor/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensor/trading-api/versions/9b2ca326bf47/schema)
