[FEATURE] Add result_set for pagination when getting token holders collection
Closed this issue · 0 comments
purplesmoke05 commented
Is your feature request related to a problem? Please describe.
- Currently, it is not possible to get token holders collection with paging.
- It is preferable to accept paging queries(like offset/limit) and return a corresponding amount of response data.
- Furthermore, it should be possible to sort the data.
Describe the solution you'd like
- Add result_set for pagination when getting token holders collection and sort.