How can we take a snapshot of all ripple accounts. I know we can use this api and but it has 1000 https://data.ripple.com/v2/accounts/?
but this has a max limit of 1000 and to get snapshot of all accounts of xrp can take too long is there any better way to this?
Asked
Active
Viewed 151 times
0

hassan ahmed
- 593
- 3
- 13
1 Answers
2
Use the request with parameters:
https://data.ripple.com/v2/accounts?start=1000&limit=5
Here is the API description.

Sabito stands with Ukraine
- 4,271
- 8
- 34
- 56

Valeriy
- 36
- 4