Peter Watts
Peter Watts
Right now stats works purely by aggregating rows in the tokens table. But for 1155 tokens, we need to handle it differently, and actually look at the number of owners...
Use the following methodology to estimate the value of each NFT: https://www.npmjs.com/package/@mimicry/tami It looks like the sort of thing that can be calculated incrementally after each sale. We will also...
The orders/asks/v2 API is slow, presumably due to the join to get metadata. We want a quick fix to make it a little more performant for people who don't actually...
Currently, `user/collections` times out in two scenarios: - a user with lots of tokens, like `0xf296178d553c8ec21a2fbd2c5dda8ca9ac905a00` - when you try to set `includeTopBid` to true We should be able to...
It would be nice if an AR balance was not required to have a functioning Indexer. A few things to consider: - If no balance, it still works with a...
- When filling a set (#31), API returns multiple tokens + orders - This gives the user multiple paths to by, in case someone else fills - User can set...
Some collections, like Gmoney and Forgotten Runes, have custom metadata handling. We can get the metadata instantly without needing to process in a queue to avoid rate limiting. In order...
A user reported that sometimes the APIs return `continuation=None`. If you try and use it, the API will fail. Instead, we should not return any continuation node if there are...
Will likely require us to cache (and backfill) this data, in order to do it efficiently