data of objkt owners
markknol opened this issue · 1 comments
markknol commented
It would be awesome if:
- the addrs.json data also contains a field
tzkt_collection
with a array of all objkt id's the users owns. - the tokens.json contains a list with
owners
which are owners of that objkt.
This would allow to show a users collection fairly easily, without needing to parse/process all swaps myself.
I would also be fine to have this information in a separate json/csv.
This information can be gathered using https://api.better-call.dev/v1/contract/$network/$kt/tokens/holders?token_id=$token_id
pallada-92 commented
Sorry for responding with such delay, I've just realized, that I haven't enabled e-mail notifications.
As I understand your request, it is roughly equivalent to adding separate table with columns: address, token_id, count
with current owners state.