Aggregated queries
Some aggregation plugins are available to count some data. You can use them in simple queries.
If you look at the indexer playground docs and schema on the right panel, you can see some aggregate fields. They allow us to make some mathematical calculations for some specific dataNFTs. Let's keep the example to query some NFT filtered by a specific owner and calculate the total amount in CAPS for each listed NFT.
The expected outcome will be :
Last updated