Skip to main content

ExploreFilter

modeArtworkExploreMode (string)

Possible values: [1/1, editions, all]

listingTypesListingType (enum)[]

Filter by specific listing types

Possible values: [auction, buy-now, raffle]

priceRange object
minnumber

Minimum value in USD

maxnumber

Maximum value in USD

artistsstring[]

Filter by artist addresses

collectorsstring[]

Filter by collector addresses

marketTypesMarketType (string)[]

Possible values: [primary, secondary]

tagsstring[]

Filter by artwork tags

collectionsstring[]

Filter by collection mint accounts

endingSoonboolean

Filter for sales ending within 24 hours

marketplacesMarketSource (string)[]

Possible values: [mallow, magic-eden, tensor, opensea, solanart, exchange-art]

supplyTypeSupplyType (string)

Possible values: [one-of-one, limited-edition, open-edition]

mediaTypesMediaType (string)[]

Possible values: [image, video, html, glb, pdf]

otherTypesOtherType (string)[]

Possible values: [libreplex-inscription, metaplex-inscription, includes-process-video, includes-physical]

currencyMintsstring[]

Filter by artworks listed by the given currency mint addresses

searchstring

Search term for artwork titles or mint accounts

mintAccountsstring[]

Specific mint accounts to include

aspectsAspect (string)[]

Possible values: [square, landscape, portrait]

hidePrintsboolean

Hide printed editions from results

gumballKeystring

Filter by specific Gumball machine key

jellybeanKeystring

Filter by specific Jellybean machine key

parentEditionstring

Filter by parent edition account (edition PDA of Legacy NFTs, or Core Collection asset id)

verifiedCreatorsOnlyboolean

Only include artworks from verified creators

ExploreFilter
{
"mode": "1/1",
"listingTypes": [
"auction"
],
"priceRange": {
"min": 0,
"max": 0
},
"artists": [
"string"
],
"collectors": [
"string"
],
"marketTypes": [
"primary"
],
"tags": [
"string"
],
"collections": [
"string"
],
"endingSoon": true,
"marketplaces": [
"mallow"
],
"supplyType": "one-of-one",
"mediaTypes": [
"image"
],
"otherTypes": [
"libreplex-inscription"
],
"currencyMints": [
"string"
],
"search": "string",
"mintAccounts": [
"string"
],
"aspects": [
"square"
],
"hidePrints": true,
"gumballKey": "string",
"jellybeanKey": "string",
"parentEdition": "string",
"verifiedCreatorsOnly": true
}