Hello, guys.
I have a question about quering smart contracts in TON.
How does it might possibly look the way to query all nfts from blokchain that belong to specified address.
Obviously they have a certain getter methods, but my kinda question is what is the correct to query a list of those nfts?
Feb 18, 2023, 4:39 PM
Hey, guys maybe someone got answer to that question?
Feb 19, 2023, 1:50 AM
remember there has an API from TonCenter, obviously like you can see in your TonKeeper wallet that shows all NFT you have in specific address
Feb 19, 2023, 2:05 AM
Yeah, I’ve looked through API of ton center and haven’t found any method that helps me resolve the issue directly
The only way see the solution of the task is to create web2 application that will act as proxy and will execute the cron job that monitors block creation in blockchain, queries for get method in contact, and sync the results in local applications Db.
Is this the right approach?
The only way see the solution of the task is to create web2 application that will act as proxy and will execute the cron job that monitors block creation in blockchain, queries for get method in contact, and sync the results in local applications Db.
Is this the right approach?
Feb 19, 2023, 2:13 AM
from my understanding, yes.
Feb 19, 2023, 5:29 AM
tonapi.io has several API methods for querying nfts
Feb 19, 2023, 8:51 AM