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
How to get all the active TON wallets addresses?

I would like to make a list of all the active TON wallets. Since all the information on blockchain is public and can be seen in explorers, theoretically it is possible. But is there a way to do it programmatically using some kind of API?


This question was imported from Telegram Chat: https://t.me/tondev/79980

  
  
Posted one year ago
Votes Newest

Answers


Good question. While it may be a large dataset, you could just focus on tracking the wallet smart contract if that's what you're interested in.

However, if you're looking for a general-purpose source of data, you could try using the reports available on https://m3talab.io/reports/ton-telegram-open-network.

  
  
Posted one year ago
Howard Peng
10 × 1 Administrator