v1

latestOpenAPI 3.0.02026-07-266032101.8 KB
Orders

Listings

Retrieves all active listings for a collection

get/mint/active_listings

Query parameters

collIdstring required

The collection ID of the mint to filter for

sortBy'ListingPriceAsc' | 'ListingPriceDesc' | 'ListingNormalizedPriceAsc' | 'ListingNormalizedPriceDesc' | 'HybridAmountAsc' | 'HybridAmountDesc' | 'LastSaleAsc' | 'LastSaleDesc' | 'ListedTimeDesc' | 'RankHrttAsc' | 'RankHrttDesc' | 'RankStatAsc' | 'RankStatDesc' | 'RankTeamAsc' | 'RankTeamDesc' | 'RankTnAsc' | 'RankTnDesc' | 'OrdinalAsc' | 'OrdinalDesc' required

The order in with the NFTs should be returned

limitinteger required

Number of mint addresses to return

mintsstring[]

The list of mints for filter for.

cursorstring

The cursor string received in the previous response.

listingSourcesDataSource[]

Sources to agregate listings from

minPricenumber float

The minimum price of to filter for

maxPricenumber float

The maximum price to filter for

traitCountMininteger

Minimum number of traits to filter for

traitCountMaxinteger

Maximum number of traits to filter for

namestring

Name of the NFT to filter for

excludeOwnersstring[]

Owners to exclude in results

includeOwnersstring[]

Owners to include in results

includeCurrenciesstring[]

Currencies to include in results

includePrivateTakerboolean

Include listings that have a private taker

traitsstring[]

Traits and values to filter for Format must match the following JSON string: {"trait_type": ["value1", "value2"]}

raritySystem'Hrtt' | 'Stat' | 'Team' | 'Tn'

Rarity System to use when filtering for rarity

rarityMinnumber float

Minimum rarity points to return in results

rarityMaxnumber float

Maximum rarity points to return in results

onlyInscriptionsboolean

Filter to include only Solana Inscriptions

immutableStatus'BOTH' | 'IMMUTABLE_ONLY' | 'MUTABLE_ONLY'

Filter the immutability of the Inscriptions

encodedFiltersstring

Base64 encoded filters

Response

Ok

{"stackTrail":"paths:/mint/active_listings:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}