Can I fetch all txn info related with nft(list, buy, create collection, mint, burn, transfer) on Aptos chain? #512
Unanswered
Cryptain-Harlock
asked this question in
Questions
Replies: 1 comment
-
For all of mainnet you'll need to run your own indexer or use free tier for grpc endpoint See https://aptos.dev/en/build/indexer/indexer-reference#token_activities_v2 While collection (create), digital asset (mint,burn), object (transfer) are primitives provided by aptos, listing in marketplace is implemented custom and will prob have a non-standardized format |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discord user ID
aptain7
Describe your question in detail.
How can I monitor all transactions and fetch the events that mentioned?
Not only specific contract, but whole mainnet.
If catch one, then how to fetch info(sender, buyer etc)
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions