Skip to content

NFT activity #1688

Answered by Thoralf-M
labralords asked this question in Q&A
Jul 12, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Regarding the first three questions: since the core nodes prune data and the inx-indexer only keeps track of unspent, you can only keep track of the NFT activity "live" via MQTT or get the UTXO changes for every milestone as long as they aren't pruned, but this way you can't get historic activity unless you use another inx plugin like https://github.com/iotaledger/inx-chronicle which keeps the full history (this has an own API for the explorer, but that's not supported by iota.rs)

For the last question you can get all current NFT outputs with client.nft_output_ids([]), client.get_outputs(&output_ids_response.items) and then you have to look into the immutable metadata of each NFT output t…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@labralords
Comment options

@Thoralf-M
Comment options

@labralords
Comment options

@Thoralf-M
Comment options

Answer selected by labralords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants