holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
162 stars 38 forks source link

Collection NFTs Query #722

Closed kespinola closed 1 year ago

kespinola commented 2 years ago
collection(address: "") {
  nfts(
    limit: 25,
    offset: 0,
    sortBy: "PRICE | LISTED_AT",
    order: "DESC | ASC",
    marketplaceProgram: "",
    auctionHouse: "",
    attributes: [
       { traitType: "hat", values: ["baseball cap", "top hot" ]}, 
       {traitType: "jacket", values: ["rain coat"] }
    ]
    ) {
    ...
  }
}

Requirements

Screen Shot 2022-09-07 at 10 23 36 AM
kespinola commented 1 year ago

done.