Hello guys, I have a question. I want to get a snapshot of the addresses of a 10k+ SFT collection. For example "Maiarpunks" (supply 10010)
I was trying to do it in two batches: 1-10000 and then 10001-10010:
This works just fine:
https://api.elrond.com/nfts/MAIARPUNKS-3db7e8-*/accounts?size=10000
But this doesn't
https://api.elrond.com/nfts/MAIARPUNKS-3db7e8-*/accounts?from=10000&size=10
is this a bug or a feature(limitation) of the API ???
10k is the API limitation