hashquine / hicetnunc-dataset

Getting hicetnunc.xyz data from blockchain, IPFS and website API
41 stars 3 forks source link

data of objkt owners #2

Open markknol opened 3 years ago

markknol commented 3 years ago

It would be awesome if:

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 3 years ago

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.