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
Unanswered
How can I query wallet or jetton balance on an old block number? Do I need an archive node for this?


Use TON API https://tonapi.io/docs

And API Uniton - https://api.uniton.app/

-1
-1
Posted one year ago
  
  

Can you add an example of using these APIs to the answer? What API method and how to use it

Daniil Sedov   one year ago Report
  
  

Stackoverflow rules normally don't encourage answers that just send to an external link since external links can break. Better to copy paste a relevant part of the link content into your answer. Also better for this answer SEO. Can you please add a short example of the relevant API call?

Tal Kol   one year ago Report
1K Views
0 Answers
one year ago
one year ago