Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Retrieving Unordered NFT Collection Items from TON Blockchain - Any Experiences?

I am currently working on a project that involves retrieving unordered NFT collection items from the TON blockchain. I have been searching for solutions or examples of how to do this, but so far, I haven't found any helpful information.

Votes Newest

Answers


Hi Emmanuel, maybe you can take a reference here for help. Like it mentioned, maybe you will need a archive node since this might be a heavy seraching for the item_id and the NFT Item Address tho

https://docs.ton.org/develop/dapps/asset-processing/nfts#unordered-collection

1
1
Posted 11 months ago
  
  

Thank you Howard for taking the time to respond to my question.

My main concern is about the efficiency of my current solution and whether there are any alternative methods or best practices that I should consider implementing to achieve the desired result.

Retrieving the list of all NFTs in an unordered collection, like TON DNS Domains, requires parsing all transactions on the collection contract and checking every outgoing message to identify the ones that correspond to NFTs belonging to the collection.

I am looking for ways to optimize this process.

Emmanuel Gevorgyan   11 months ago Report
  
  

Sure we do! Please let me know any further solution for this!

Howard Peng   11 months ago Report
3K Views
1 Answer
11 months ago
10 months ago
Tags